summaryrefslogtreecommitdiffstats
path: root/slackware64-current/source/l/libxml2
diff options
context:
space:
mode:
authorAdrien Nader <adrien@notk.org>2016-06-04 03:40:07 +0200
committerAdrien Nader <adrien@notk.org>2016-06-04 03:40:07 +0200
commit4d8962bccd923879f7d2467546fdb9dffa9a0231 (patch)
treedc82cef1ef09530bd13154e4d9e240235cf3d3a1 /slackware64-current/source/l/libxml2
parentbc01a61b31c1747bdbfd1b5db8ca88f50d1bb7ff (diff)
Fri Jun 3 23:36:07 UTC 2016
ap/lxc-2.0.1-x86_64-3.txz: Rebuilt. In /etc/inittab, use "shutdown -h now" for powerfail. Without this, lxc-stop will send SIGPWR to attempt to stop the container, and will then force stop it after a one minute timeout. Thanks to Andreas Vögele. In the init scripts, wrap $container in double quotes to prevent syntax errors if the variable is unset. Thanks to Jakub 'shasta' Jankowski. l/libxml2-2.9.4-x86_64-2.txz: Rebuilt. Fix attribute decoding during XML schema validation. Thanks to Andreas Vögele. n/net-snmp-5.7.3-x86_64-3.txz: Rebuilt. Include support for the ucd-snmp/diskio module. Thanks to Jakub 'shasta' Jankowski. n/ntp-4.2.8p8-x86_64-1.txz: Upgraded. This release patches one high and four low severity security issues: CVE-2016-4957: Crypto-NAK crash CVE-2016-4953: Bad authentication demobilizes ephemeral associations CVE-2016-4954: Processing spoofed server packets CVE-2016-4955: Autokey association reset CVE-2016-4956: Broadcast interleave For more information, see: http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4957 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4953 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4954 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4955 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-4956 (* Security fix *) xap/imagemagick-6.9.4_7-x86_64-1.txz: Upgraded. xfce/xfce4-panel-4.12.0-x86_64-3.txz: Rebuilt. Blink taskbar buttons for notification 4 times, not G_MAXUINT times. Thanks to Andrzej Telszewski.
Diffstat (limited to 'slackware64-current/source/l/libxml2')
-rw-r--r--slackware64-current/source/l/libxml2/0001-Fix-attribute-decoding-during-XML-schema-validation.diff.gz1
-rwxr-xr-xslackware64-current/source/l/libxml2/libxml2.SlackBuild4
2 files changed, 4 insertions, 1 deletions
diff --git a/slackware64-current/source/l/libxml2/0001-Fix-attribute-decoding-during-XML-schema-validation.diff.gz b/slackware64-current/source/l/libxml2/0001-Fix-attribute-decoding-during-XML-schema-validation.diff.gz
new file mode 100644
index 000000000..d7393c05d
--- /dev/null
+++ b/slackware64-current/source/l/libxml2/0001-Fix-attribute-decoding-during-XML-schema-validation.diff.gz
@@ -0,0 +1 @@
+393ec22f2f6c909ac860a4aeac4e15081fcce541
diff --git a/slackware64-current/source/l/libxml2/libxml2.SlackBuild b/slackware64-current/source/l/libxml2/libxml2.SlackBuild
index 4cf71a449..87280fca0 100755
--- a/slackware64-current/source/l/libxml2/libxml2.SlackBuild
+++ b/slackware64-current/source/l/libxml2/libxml2.SlackBuild
@@ -23,7 +23,7 @@
PKGNAM=libxml2
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -70,6 +70,8 @@ find . \
zcat $CWD/libxml2.do-not-check-crc.diff.gz | patch -p1 --verbose || exit 1
+zcat $CWD/0001-Fix-attribute-decoding-during-XML-schema-validation.diff.gz | patch -p1 --verbose || exit 1
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \