diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-06-02 19:31:39 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-06-03 08:59:50 +0200 |
commit | 611a2c13b5943177c809540ee05d83bf10ae940a (patch) | |
tree | db9c89a11ef39b7a520dd634932a9d132aa671cd /source/d | |
parent | dde17c90daf1862b4526cc71afaa426c05cca8de (diff) | |
download | current-611a2c13b5943177c809540ee05d83bf10ae940a.tar.gz |
Tue Jun 2 19:31:39 UTC 202020200602193139
a/hwdata-0.336-noarch-1.txz: Upgraded.
ap/man-db-2.9.2-x86_64-1.txz: Upgraded.
d/git-2.27.0-x86_64-1.txz: Upgraded.
d/perl-5.30.3-x86_64-1.txz: Upgraded.
Upgraded to IO-Socket-SSL-2.068.
d/strace-5.7-x86_64-1.txz: Upgraded.
l/libyaml-0.2.5-x86_64-1.txz: Upgraded.
n/ca-certificates-20200602-noarch-1.txz: Upgraded.
This update provides the latest CA certificates to check for the
authenticity of SSL connections.
n/nghttp2-1.41.0-x86_64-1.txz: Upgraded.
This update fixes a security issue where an overly large HTTP/2 SETTINGS
frame payload causes a denial of service.
For more information, see:
https://github.com/nghttp2/nghttp2/security/advisories/GHSA-q5wr-xfw9-q7xr
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11080
(* Security fix *)
n/proftpd-1.3.6d-x86_64-1.txz: Upgraded.
This is a bugfix release:
Fixed issue with FTPS uploads of large files using TLSv1.3 (Issue #959).
x/intel-vaapi-driver-2.4.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/d')
-rwxr-xr-x | source/d/perl/perl.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/d/perl/perl.SlackBuild b/source/d/perl/perl.SlackBuild index 711cc94e..edbd8944 100755 --- a/source/d/perl/perl.SlackBuild +++ b/source/d/perl/perl.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=perl -VERSION=5.30.2 +VERSION=5.30.3 BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: @@ -78,7 +78,7 @@ AUTHENSASL=2.16 # https://metacpan.org/release/MIME-Base64 MIMEBASE64=3.15 # https://metacpan.org/release/IO-Socket-SSL -IOSOCKETSSL=2.067 +IOSOCKETSSL=2.068 # https://metacpan.org/release/Net-SSLeay NETSSLEAY=1.88 # https://metacpan.org/release/libnet |