From b4263a7629e3e3e2397066ed6f65c63b0f19118d Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 14 Aug 2018 22:56:09 +0000 Subject: Tue Aug 14 22:56:09 UTC 2018 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. --- source/n/openssl/openssl.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/n') diff --git a/source/n/openssl/openssl.SlackBuild b/source/n/openssl/openssl.SlackBuild index c5ecb829..2ee674eb 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 -- cgit v1.2.3