diff options
author | ast <ast@pkgsrc.org> | 2022-08-06 16:43:30 +0000 |
---|---|---|
committer | ast <ast@pkgsrc.org> | 2022-08-06 16:43:30 +0000 |
commit | 5bf2996eb7ab0c5d4556b794cc40841e9c3cb8c0 (patch) | |
tree | 8507bac2892a5aa083835ec4316685c13679e478 | |
parent | 77134c57997f548b0b30c4c3adbd476480e3029e (diff) | |
download | pkgsrc-5bf2996eb7ab0c5d4556b794cc40841e9c3cb8c0.tar.gz |
security/p5-IO-Socket-SSL update to 2.074
Changes from upstream:
- add SSL_ciphersuites option for TLS 1.3 ciphers
- no longer use own default for ciphers, instead use system default but disable
some weak ciphers which might still be enabled on older systems
- fix behavior and tests for openssl 3.0.1
- fix #110 - prevent internal error warning in some cases
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 5 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index a12d304005e..f29bc8d9aae 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.135 2022/06/28 11:35:48 wiz Exp $ +# $NetBSD: Makefile,v 1.136 2022/08/06 16:43:30 ast Exp $ -DISTNAME= IO-Socket-SSL-2.072 +DISTNAME= IO-Socket-SSL-2.074 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index 89485ee484e..c04c29dfb92 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.104 2021/10/26 11:17:32 nia Exp $ +$NetBSD: distinfo,v 1.105 2022/08/06 16:43:30 ast Exp $ -BLAKE2s (IO-Socket-SSL-2.072.tar.gz) = 91d6496527ef65ff318cfe1d51cdc6a71e790006f2c28c3694b7d50735f23cbf -SHA512 (IO-Socket-SSL-2.072.tar.gz) = 7a0abc8e9aaa9a0dc18a7dbfa540ef04a5c5ea21b171a6cbd5c3965ea497d1d7f74c3c9d9481497d6c63011842b11f4cf774737b48c3d5d3f70ae9d1cdc78f12 -Size (IO-Socket-SSL-2.072.tar.gz) = 253643 bytes +BLAKE2s (IO-Socket-SSL-2.074.tar.gz) = 2ae3c2ed9c62ca28e83d39649ce802ab952dd77228f171092fd4843be5c2f98d +SHA512 (IO-Socket-SSL-2.074.tar.gz) = cafbf11a986b8fb5ce06bdf1e7a83741e2eef74d4bf054f0e0cd490959eddf54d32d3d4e786de52750dccc07139d8a1b5d5979080d0f1c1464e0004ccf98a6b0 +Size (IO-Socket-SSL-2.074.tar.gz) = 252821 bytes |