diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-09-24 21:18:36 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-09-25 08:59:48 +0200 |
commit | e95bfb887895c342fc1d8053d8cacda80cc36af4 (patch) | |
tree | 03664c1696add8f6a4ef277e789177c7bc41efa6 /source/xap | |
parent | e9f66c56358ba27b346633a9741fad3cfbe483ac (diff) | |
download | current-e95bfb887895c342fc1d8053d8cacda80cc36af4.tar.gz |
Tue Sep 24 21:18:36 UTC 201920190924211836
a/e2fsprogs-1.45.4-x86_64-1.txz: Upgraded.
ap/cups-filters-1.25.6-x86_64-1.txz: Upgraded.
ap/texinfo-6.7-x86_64-1.txz: Upgraded.
l/gst-plugins-base-1.16.1-x86_64-1.txz: Upgraded.
l/gst-plugins-good-1.16.1-x86_64-1.txz: Upgraded.
l/gst-plugins-libav-1.16.1-x86_64-1.txz: Upgraded.
l/gstreamer-1.16.1-x86_64-1.txz: Upgraded.
n/ethtool-5.3-x86_64-1.txz: Upgraded.
n/php-7.3.10-x86_64-1.txz: Upgraded.
This update fixes bugs and a security issue:
MBString: Fixed bug #78559 (Heap buffer overflow in mb_eregi). (cmb)
For more information, see:
https://php.net/ChangeLog-7.php#7.3.10
(* Security fix *)
x/libXvMC-1.0.12-x86_64-1.txz: Upgraded.
x/libmypaint-1.4.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
xap/gimp-2.10.12-x86_64-2.txz: Rebuilt.
Recompiled against libmypaint-1.4.0.
extra/pure-alsa-system/gst-plugins-good-1.16.1-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'source/xap')
-rwxr-xr-x | source/xap/gimp/gimp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/gimp/gimp.SlackBuild b/source/xap/gimp/gimp.SlackBuild index 6ce762f4..41d57052 100755 --- a/source/xap/gimp/gimp.SlackBuild +++ b/source/xap/gimp/gimp.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gimp 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 |