diff options
author | Adrien Nader <adrien@notk.org> | 2016-05-02 23:40:11 +0200 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2016-05-02 23:40:11 +0200 |
commit | 64c1b1b13232df61ba427215462f4955ea8de51b (patch) | |
tree | f6076cbe306dfc654c4f2aecd46aae1f2dbfefc9 /slackware64-current/source/l/icu4c | |
parent | 4ac36abc96eff83e397b31d26ea2bd1146e0de36 (diff) |
Mon May 2 19:42:54 UTC 2016
ap/tmux-2.1-x86_64-2.txz: Rebuilt.
Reverted to tmux-2.1, because tmux-2.2 has dropped support for non-UTF8
character sets "since supporting multiple character sets is a pain".
Thanks to Dan Church for the bug report.
d/mercurial-3.8.1-x86_64-1.txz: Upgraded.
This update fixes possible arbitrary code execution when converting Git
repos. Mercurial prior to 3.8 allowed arbitrary code execution when using
the convert extension on Git repos with hostile names. This could affect
automated code conversion services that allow arbitrary repository names.
This is a further side-effect of Git CVE-2015-7545.
Reported and fixed by Blake Burkhart.
For more information, see:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-3105
(* Security fix *)
l/icu4c-56.1-x86_64-2.txz: Rebuilt.
Patched pkgdata crash when using "-m". Thanks to Fabio Bas.
l/librsvg-2.40.15-x86_64-2.txz: Rebuilt.
Reverted upstream patch that broke the rsvg-convert scaling functionality.
Thanks to haary.
n/samba-4.4.3-x86_64-1.txz: Upgraded.
xap/imagemagick-6.9.3_9-x86_64-1.txz: Upgraded.
Diffstat (limited to 'slackware64-current/source/l/icu4c')
-rwxr-xr-x | slackware64-current/source/l/icu4c/icu4c.SlackBuild | 6 | ||||
-rw-r--r-- | slackware64-current/source/l/icu4c/icu4c.closenull.patch.gz | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/slackware64-current/source/l/icu4c/icu4c.SlackBuild b/slackware64-current/source/l/icu4c/icu4c.SlackBuild index dce80ba3a..823e4a04b 100755 --- a/slackware64-current/source/l/icu4c/icu4c.SlackBuild +++ b/slackware64-current/source/l/icu4c/icu4c.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for icu4c # Copyright 2007-2013 Heinz Wiesinger, Amsterdam, The Netherlands -# Copyright 2012, 2013, 2015 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2012, 2013, 2015, 2016 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ PKGNAM=icu4c SRCVER=${SRCVER:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 2- -d . | cut -f 2 -d - | rev)} VERSION=$(echo $SRCVER | tr _ .) -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -71,6 +71,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 \ -o -perm 400 \) -exec chmod 644 {} \; +zcat $CWD/icu4c.closenull.patch.gz | patch -p1 --verbose || exit 1 + cd source/ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/slackware64-current/source/l/icu4c/icu4c.closenull.patch.gz b/slackware64-current/source/l/icu4c/icu4c.closenull.patch.gz new file mode 100644 index 000000000..bea6d4a42 --- /dev/null +++ b/slackware64-current/source/l/icu4c/icu4c.closenull.patch.gz @@ -0,0 +1 @@ +cdc30a93ee4c4928dfede7e2f89d70cf16434a5d |