diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-12-21 21:02:24 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-12-22 08:59:50 +0100 |
commit | 34c69a90eabb6e22de0b9bba1c7031c976ae3d4d (patch) | |
tree | 8726deae26229f33906077fef5a05de029dc18e2 /source/xap | |
parent | 07f87f994f59b3e53d1385c2a078db7a9952492d (diff) | |
download | current-34c69a90eabb6e22de0b9bba1c7031c976ae3d4d.tar.gz |
Sat Dec 21 21:02:24 UTC 201920191221210224
a/kernel-generic-5.4.6-x86_64-1.txz: Upgraded.
a/kernel-huge-5.4.6-x86_64-1.txz: Upgraded.
a/kernel-modules-5.4.6-x86_64-1.txz: Upgraded.
a/procps-ng-3.3.16-x86_64-2.txz: Rebuilt.
Patched to hardcode the pgrep command string buffer size to 4096 as was done
in the previous release. This avoids an allocation error when the stack size
is unlimited. Thanks to Jeroslaw Siebert.
a/xfsprogs-5.4.0-x86_64-1.txz: Upgraded.
d/kernel-headers-5.4.6-x86-1.txz: Upgraded.
k/kernel-source-5.4.6-noarch-1.txz: Upgraded.
l/QScintilla-2.11.4-x86_64-1.txz: Upgraded.
n/dhcpcd-8.1.4-x86_64-1.txz: Upgraded.
n/lftp-4.9.0-x86_64-1.txz: Upgraded.
xap/hexchat-2.14.3-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/xap')
-rwxr-xr-x | source/xap/hexchat/hexchat.SlackBuild | 2 | ||||
-rw-r--r-- | source/xap/hexchat/hexchat.url | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/xap/hexchat/hexchat.SlackBuild b/source/xap/hexchat/hexchat.SlackBuild index 73bab50b..dbd1cdc1 100755 --- a/source/xap/hexchat/hexchat.SlackBuild +++ b/source/xap/hexchat/hexchat.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=hexchat VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/xap/hexchat/hexchat.url b/source/xap/hexchat/hexchat.url index 9c61d951..a6cab81b 100644 --- a/source/xap/hexchat/hexchat.url +++ b/source/xap/hexchat/hexchat.url @@ -1,2 +1,2 @@ -https://dl.hexchat.net/hexchat/hexchat-2.14.2.tar.xz.asc -https://dl.hexchat.net/hexchat/hexchat-2.14.2.tar.xz +https://dl.hexchat.net/hexchat/hexchat-2.14.3.tar.xz.asc +https://dl.hexchat.net/hexchat/hexchat-2.14.3.tar.xz |