diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-02-23 03:33:52 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-02-23 08:59:46 +0100 |
commit | e4e2151ae8891f9d3209943ce57106e8edc910ac (patch) | |
tree | 182487719a1417a51fabc4e05093ce5d7ae12869 /source/n/bind | |
parent | 9ee3947a2be8da2226474c69fe1c24cf8c1605e7 (diff) | |
download | current-e4e2151ae8891f9d3209943ce57106e8edc910ac.tar.gz current-e4e2151ae8891f9d3209943ce57106e8edc910ac.tar.xz |
Sat Feb 23 03:33:52 UTC 201920190223033352
a/file-5.36-x86_64-1.txz: Upgraded.
ap/mariadb-10.3.13-x86_64-1.txz: Upgraded.
This update fixes bugs and security issues.
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-2510
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-2537
(* Security fix *)
d/p2c-2.01-x86_64-1.txz: Upgraded.
d/python-pip-19.0.3-x86_64-1.txz: Upgraded.
l/librsvg-2.44.13-x86_64-2.txz: Rebuilt.
Recompiled with --enable-vala=yes.
n/bind-9.12.3_P4-x86_64-1.txz: Upgraded.
xap/mozilla-firefox-60.5.2esr-x86_64-1.txz: Upgraded.
This is a bugfix release.
For more information, see:
https://www.mozilla.org/en-US/firefox/60.5.2/releasenotes/
Diffstat (limited to 'source/n/bind')
-rwxr-xr-x | source/n/bind/bind.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild index 4d3abdd01..d741ce368 100755 --- a/source/n/bind/bind.SlackBuild +++ b/source/n/bind/bind.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=bind -VERSION=${VERSION:-9.12.3-P1} -BUILD=${BUILD:-3} +VERSION=${VERSION:-9.12.3-P4} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |