diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2018-07-12 21:28:13 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2018-07-13 09:00:33 +0200 |
commit | eb3b16e594b5bdc3c8e9922f372d72fcbb8a3a55 (patch) | |
tree | dd51687be9d8ea483e5573a1b2972613916e197b /source/n/bind | |
parent | ed7e9fe9c2c97215596d12888a7adc4a572a243b (diff) | |
download | current-eb3b16e594b5bdc3c8e9922f372d72fcbb8a3a55.tar.gz current-eb3b16e594b5bdc3c8e9922f372d72fcbb8a3a55.tar.xz |
Thu Jul 12 21:28:13 UTC 201820180712212813
a/etc-15.0-x86_64-7.txz: Rebuilt.
Don't set a default MANPATH - it ends up overriding the config file settings.
Thanks to Nate_KS and andygoth.
a/mkinitrd-1.4.11-x86_64-8.txz: Rebuilt.
Added hid-asus module to mkinitrd_command_generator.sh. Thanks to phalange.
l/harfbuzz-1.8.3-x86_64-1.txz: Upgraded.
n/bind-9.12.2-x86_64-1.txz: Upgraded.
Looking at the BIND release schedule, it's probably better to stick with
this stable branch than to track the development/unstable which isn't due
to become bind-9.14.0 for many months. Like always, we'll move to a newer
branch if that becomes necessary.
x/xf86-input-libinput-0.28.0-x86_64-1.txz: Upgraded.
x/xf86-video-ati-20180711_f533b1f6-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/bind')
-rwxr-xr-x | source/n/bind/bind.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild index 8839e31a2..f88e5d8ec 100755 --- a/source/n/bind/bind.SlackBuild +++ b/source/n/bind/bind.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=bind -VERSION=${VERSION:-9.13.2} +VERSION=${VERSION:-9.12.2} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: |