From 56d77dd7f41b963d5026c618cd7668e277de5b12 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Wed, 15 Apr 2020 19:52:52 +0000 Subject: Wed Apr 15 19:52:52 UTC 2020 a/xfsprogs-5.6.0-x86_64-1.txz: Upgraded. l/gtk+3-3.24.18-x86_64-2.txz: Rebuilt. Fixed the version number embedded in pkg-config files and elsewhere. Thanks to davjohn for the bug report. n/bind-9.16.2-x86_64-1.txz: Upgraded. This update fixes a security issue: DNS rebinding protection was ineffective when BIND 9 is configured as a forwarding DNS server. Found and responsibly reported by Tobias Klein. [GL #1574] (* Security fix *) --- source/l/gtk+3/gtk+3.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source/l/gtk+3/gtk+3.SlackBuild') diff --git a/source/l/gtk+3/gtk+3.SlackBuild b/source/l/gtk+3/gtk+3.SlackBuild index fd7300307..cd05ae4ce 100755 --- a/source/l/gtk+3/gtk+3.SlackBuild +++ b/source/l/gtk+3/gtk+3.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gtk+3 VERSION=${VERSION:-$(echo gtk+-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -77,6 +77,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ +# Fix embedded version number: +zcat $CWD/gtk.meson.build.version.diff.gz | patch -p1 --verbose || exit 1 + # Configure, build, and install: export CFLAGS="$SLKCFLAGS -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS" export CXXFLAGS="$SLKCFLAGS -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS" -- cgit v1.2.3