diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-04-26 18:55:10 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-04-27 08:59:45 +0200 |
commit | bfbeefa9c9825dde624e544beb29c62b4e467602 (patch) | |
tree | 42713cc236cc2e30722396feaa11aecdb7b8818f /source | |
parent | 9bf8733ad9a320562d951cb923f7136652154f70 (diff) | |
download | current-bfbeefa9c9825dde624e544beb29c62b4e467602.tar.gz current-bfbeefa9c9825dde624e544beb29c62b4e467602.tar.xz |
Fri Apr 26 18:55:10 UTC 201920190426185510
ap/tmux-2.9-x86_64-1.txz: Upgraded.
d/python-pip-19.1-x86_64-1.txz: Upgraded.
d/rust-1.34.1-x86_64-1.txz: Upgraded.
d/subversion-1.12.0-x86_64-1.txz: Upgraded.
n/bind-9.14.1-x86_64-1.txz: Upgraded.
This update fixes security issues:
The TCP client quota set using the tcp-clients option could be exceeded
in some cases. This could lead to exhaustion of file descriptors.
In certain configurations, named could crash with an assertion failure if
nxdomain-redirect was in use and a redirected query resulted in an NXDOMAIN
from the cache.
For more information, see:
https://kb.isc.org/docs/cve-2018-5743
https://kb.isc.org/docs/cve-2019-6467
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5743
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6467
(* Security fix *)
n/dhcpcd-7.2.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-x | source/d/rust/rust.SlackBuild | 2 | ||||
-rw-r--r-- | source/d/rust/rust.url | 2 | ||||
-rwxr-xr-x | source/d/subversion/subversion.SlackBuild | 2 | ||||
-rwxr-xr-x | source/n/bind/bind.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/dhcpcd/dhcpcd-7.2.0.tar.xz.distinfo | 1 | ||||
-rw-r--r-- | source/n/dhcpcd/dhcpcd-7.2.1.tar.xz.distinfo | 1 |
6 files changed, 5 insertions, 5 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index fabd5a168..658b4c4b7 100755 --- a/source/d/rust/rust.SlackBuild +++ b/source/d/rust/rust.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=rust SRCNAM="${PKGNAM}c" -VERSION=${VERSION:-1.34.0} +VERSION=${VERSION:-1.34.1} BUILD=${BUILD:-1} # Set this to YES to build with the system LLVM, or NO to use the bundled LLVM. diff --git a/source/d/rust/rust.url b/source/d/rust/rust.url index 8a6435ada..a7022733d 100644 --- a/source/d/rust/rust.url +++ b/source/d/rust/rust.url @@ -1,5 +1,5 @@ # Source code (repacked to .tar.xz): -lftpget https://static.rust-lang.org/dist/rustc-1.34.0-src.tar.gz +lftpget https://static.rust-lang.org/dist/rustc-1.34.1-src.tar.gz gzip -d rustc-*tar.gz plzip -9 -v rustc-*tar diff --git a/source/d/subversion/subversion.SlackBuild b/source/d/subversion/subversion.SlackBuild index 95db8ac8e..6ea1cb92b 100755 --- a/source/d/subversion/subversion.SlackBuild +++ b/source/d/subversion/subversion.SlackBuild @@ -78,7 +78,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -if [ "$VERSION" = "1.11.1" ]; then +if [ "$VERSION" = "1.12.0" ]; then # Workaround for building with apr-1.7.0: export svn_cv_pycfmt_apr_int64_t="L" fi diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild index c6737d074..74b75cb0e 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.0} +VERSION=${VERSION:-9.14.1} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: diff --git a/source/n/dhcpcd/dhcpcd-7.2.0.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-7.2.0.tar.xz.distinfo deleted file mode 100644 index b8e5dd597..000000000 --- a/source/n/dhcpcd/dhcpcd-7.2.0.tar.xz.distinfo +++ /dev/null @@ -1 +0,0 @@ -SHA256 (dhcpcd-7.2.0.tar.xz) = 5fff553318a86acb422c63d5d8ba2e8ed73fcd7d1d32c4e5fb6b55797aecb242 diff --git a/source/n/dhcpcd/dhcpcd-7.2.1.tar.xz.distinfo b/source/n/dhcpcd/dhcpcd-7.2.1.tar.xz.distinfo new file mode 100644 index 000000000..fbbec3366 --- /dev/null +++ b/source/n/dhcpcd/dhcpcd-7.2.1.tar.xz.distinfo @@ -0,0 +1 @@ +SHA256 (dhcpcd-7.2.1.tar.xz) = 27712673f563c2156739134837f47515028f5a37078e522e5d3bed4152a44fe8 |