[Midnightbsd-cvs] src [7620] stable/0.7: MidnightBSD 0.7.9 RELEASE
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue May 31 18:12:49 EDT 2016
Revision: 7620
http://svnweb.midnightbsd.org/src/?rev=7620
Author: laffer1
Date: 2016-05-31 18:12:48 -0400 (Tue, 31 May 2016)
Log Message:
-----------
MidnightBSD 0.7.9 RELEASE
Modified Paths:
--------------
stable/0.7/UPDATING
stable/0.7/sys/conf/newvers.sh
Modified: stable/0.7/UPDATING
===================================================================
--- stable/0.7/UPDATING 2016-05-31 22:10:02 UTC (rev 7619)
+++ stable/0.7/UPDATING 2016-05-31 22:12:48 UTC (rev 7620)
@@ -1,5 +1,19 @@
Updating Information for MidnightBSD users.
+20160531:
+ MidnightBSD 0.7.9 RELEASE
+
+ Fix four security issues with MidnightBSD.
+
+ The implementation of TIOCGSERIAL ioctl(2) does not clear the output
+ struct before sending to userland in the linux emulation layer.
+
+ The compat 43 stat(2) system call exposes kernel stack to userland.
+
+ libarchive - CVE-2015-2304 and CVE-2013-0211 fix issues with
+ cpio directory traversal and an integer signedness error in the archive
+ write zip data routine.
+
20160519:
MidnightBSD 0.7.8 RELEASE
Modified: stable/0.7/sys/conf/newvers.sh
===================================================================
--- stable/0.7/sys/conf/newvers.sh 2016-05-31 22:10:02 UTC (rev 7619)
+++ stable/0.7/sys/conf/newvers.sh 2016-05-31 22:12:48 UTC (rev 7620)
@@ -32,7 +32,7 @@
# $MidnightBSD$
TYPE="MidnightBSD"
-REVISION="0.7.8"
+REVISION="0.7.9"
RELEASE="${REVISION}"
VERSION="${TYPE} ${RELEASE}"
SYSDIR=$(dirname $0)/..
More information about the Midnightbsd-cvs
mailing list