diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-06-20 18:08:56 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-06-21 08:59:30 +0200 |
commit | 02076d51ff069fbe539dd9f84547e5733d01656b (patch) | |
tree | 53f7ab5dcb8e85f1a4a1e0950a98ba84ccc930ff /source | |
parent | 0bbbb4c90a25ec73bfd0f86165d9aff0ccea4210 (diff) | |
download | current-02076d51ff069fbe539dd9f84547e5733d01656b.tar.gz current-02076d51ff069fbe539dd9f84547e5733d01656b.tar.xz |
Thu Jun 20 18:08:56 UTC 201920190620180856
l/cairo-1.17.2-x86_64-1.txz: Upgraded.
l/expat-2.2.7-x86_64-1.txz: Upgraded.
n/bind-9.14.3-x86_64-1.txz: Upgraded.
Fixed a race condition in dns_dispatch_getnext() that could cause an
assertion failure if a significant number of incoming packets were rejected.
For more information, see:
https://kb.isc.org/docs/cve-2019-6471
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6471
(* Security fix *)
x/igt-gpu-tools-1.24-x86_64-1.txz: Upgraded.
x/xorgproto-2019.1-x86_64-1.txz: Upgraded.
xap/xlockmore-5.57-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/n/bind/bind.SlackBuild | 2 | ||||
-rw-r--r-- | source/x/x11/build/xorgproto | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild index 243de6b3d..fa4e69386 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.14.2} +VERSION=${VERSION:-9.14.3} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: diff --git a/source/x/x11/build/xorgproto b/source/x/x11/build/xorgproto index 00750edc0..d00491fd7 100644 --- a/source/x/x11/build/xorgproto +++ b/source/x/x11/build/xorgproto @@ -1 +1 @@ -3 +1 |