summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2018-08-14 22:56:09 +0000
committer Eric Hameleers <alien@slackware.com>2018-08-15 09:00:29 +0200
commitb4263a7629e3e3e2397066ed6f65c63b0f19118d (patch)
tree3054dc2ce0b4cede7e0b5b1a14a7835ceab68efb /source
parent9cbba797445a2c8bc55b2d91833a06b7caa26783 (diff)
downloadcurrent-b4263a7629e3e3e2397066ed6f65c63b0f19118d.tar.gz
current-b4263a7629e3e3e2397066ed6f65c63b0f19118d.tar.xz
Tue Aug 14 22:56:09 UTC 201820180814225609
a/kernel-firmware-20180814_fdd3468-noarch-1.txz: Upgraded. a/openssl-solibs-1.1.0i-x86_64-1.txz: Upgraded. d/strace-4.24-x86_64-1.txz: Upgraded. l/harfbuzz-1.8.8-x86_64-1.txz: Upgraded. n/iproute2-4.18.0-x86_64-1.txz: Upgraded. n/openssl-1.1.0i-x86_64-1.txz: Upgraded. This update fixes two low severity security issues: Client DoS due to large DH parameter. Cache timing vulnerability in RSA Key Generation. For more information, see: https://www.openssl.org/news/secadv/20180612.txt https://www.openssl.org/news/secadv/20180416.txt https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0732 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0737 (* Security fix *) x/mesa-18.1.6-x86_64-1.txz: Upgraded. xap/xscreensaver-5.40-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rw-r--r--source/d/strace/strace.url4
-rwxr-xr-xsource/n/openssl/openssl.SlackBuild6
2 files changed, 5 insertions, 5 deletions
diff --git a/source/d/strace/strace.url b/source/d/strace/strace.url
index c1a593c50..373220063 100644
--- a/source/d/strace/strace.url
+++ b/source/d/strace/strace.url
@@ -1,2 +1,2 @@
-https://github.com/strace/strace/releases/download/v4.23/strace-4.23.tar.xz
-https://github.com/strace/strace/releases/download/v4.23/strace-4.23.tar.xz.asc
+https://github.com/strace/strace/releases/download/v4.24/strace-4.24.tar.xz
+https://github.com/strace/strace/releases/download/v4.24/strace-4.24.tar.xz.asc
diff --git a/source/n/openssl/openssl.SlackBuild b/source/n/openssl/openssl.SlackBuild
index c5ecb8292..2ee674ebf 100755
--- a/source/n/openssl/openssl.SlackBuild
+++ b/source/n/openssl/openssl.SlackBuild
@@ -28,7 +28,7 @@ TMP=${TMP:-/tmp}
PKGNAM=openssl
VERSION=${VERSION:-$(echo openssl-*.tar.gz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -246,8 +246,8 @@ mkdir -p $PKG2/etc
( cd $PKG2/etc ; cp -a $PKG1/etc/ssl . )
mkdir -p $PKG2/usr/doc/openssl-$VERSION
( cd $TMP/openssl-$VERSION
- cp -a CHANGES CHANGES.SSLeay FAQ INSTALL INSTALL.MacOS INSTALL.VMS INSTALL.W32 \
- LICENSE NEWS README README.ENGINE $PKG2/usr/doc/openssl-$VERSION
+ cp -a ACKNOWLEDGEMENTS AUTHORS CHANGES* CONTRIBUTING FAQ INSTALL* \
+ LICENSE* NEWS NOTES* README* $PKG2/usr/doc/openssl-$VERSION
# If there's a CHANGES file, installing at least part of the recent history
# is useful, but don't let it get totally out of control:
if [ -r CHANGES ]; then