[Midnightbsd-cvs] src [7556] stable/0.7: MidnightBSD 0.7.8

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 19 08:39:40 EDT 2016


Revision: 7556
          http://svnweb.midnightbsd.org/src/?rev=7556
Author:   laffer1
Date:     2016-05-19 08:39:40 -0400 (Thu, 19 May 2016)
Log Message:
-----------
MidnightBSD 0.7.8

Modified Paths:
--------------
    stable/0.7/UPDATING
    stable/0.7/sys/conf/newvers.sh

Modified: stable/0.7/UPDATING
===================================================================
--- stable/0.7/UPDATING	2016-05-19 12:38:41 UTC (rev 7555)
+++ stable/0.7/UPDATING	2016-05-19 12:39:40 UTC (rev 7556)
@@ -1,5 +1,18 @@
 Updating Information for MidnightBSD users.
 
+20160519:
+	MidnightBSD 0.7.8 RELEASE
+
+        Kernel Security updates
+
+        atkbd(4) - Incorrect signedness comparison in the ioctl(2) handler allows a malicious
+        local user to overwrite a portion of the kernel memory.
+
+        Incorrect argument handling in sendmsg(2)
+
+        Incorrect argument handling in the socket code allows malicious local
+        user to overwrite large portion of the kernel memory.
+
 20160505:
 	MidnightBSD 0.7.7 RELEASE
 

Modified: stable/0.7/sys/conf/newvers.sh
===================================================================
--- stable/0.7/sys/conf/newvers.sh	2016-05-19 12:38:41 UTC (rev 7555)
+++ stable/0.7/sys/conf/newvers.sh	2016-05-19 12:39:40 UTC (rev 7556)
@@ -32,7 +32,7 @@
 # $MidnightBSD$
 
 TYPE="MidnightBSD"
-REVISION="0.7.7"
+REVISION="0.7.8"
 RELEASE="${REVISION}"
 VERSION="${TYPE} ${RELEASE}"
 SYSDIR=$(dirname $0)/..



More information about the Midnightbsd-cvs mailing list