package/netatalk: security bump to version 3.1.23
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 21 Dec 2018 12:56:59 +0000 (13:56 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 21 Dec 2018 14:40:29 +0000 (15:40 +0100)
Fixes CVE-2018-1160: Netatalk before 3.1.12 is vulnerable to an out of
bounds write in dsi_opensess.c.  This is due to lack of bounds checking on
attacker controlled data.  A remote unauthenticated attacker can leverage
this vulnerability to achieve arbitrary code execution.

For more details, see the release notes:
http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.12.html

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/netatalk/netatalk.hash
package/netatalk/netatalk.mk

index ce78373ae3c0584ecae4096769ad05f39349698d..762fcd460ed4f2e7b6e3cb974b85dcadf5d0cd39 100644 (file)
@@ -1,3 +1,3 @@
-# From http://sourceforge.net/projects/netatalk/files/netatalk/3.1.11/
-md5 8f79ce2a275b128ebb07188766f088fc  netatalk-3.1.11.tar.bz2
-sha1 5aa7900e6f7de3c7ee812aa1130c1245d1974586  netatalk-3.1.11.tar.bz2
+# From http://sourceforge.net/projects/netatalk/files/netatalk/3.1.12/
+md5 021d2330cb7f7cd2977aec46299dcc1b  netatalk-3.1.12.tar.bz2
+sha1 cc1fe1ebdbdb4da9cf82835c440e82ba28a832c5  netatalk-3.1.12.tar.bz2
index 28a87509e0dda63061b13f957417d9e8570c3f10..1214fc3bf567543e3590d6e3fd989c2664f611ba 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NETATALK_VERSION = 3.1.11
+NETATALK_VERSION = 3.1.12
 NETATALK_SITE = http://downloads.sourceforge.net/project/netatalk/netatalk/$(NETATALK_VERSION)
 NETATALK_SOURCE = netatalk-$(NETATALK_VERSION).tar.bz2
 # For 0001-Fix-setting-of-LD_LIBRARY_FLAGS-shlibpath_var.patch