pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/p5-IO-Socket-SSL



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May 20 07:08:12 UTC 2023

Modified Files:
        pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo

Log Message:
p5-IO-Socket-SSL: update to 2.081.

2.081 2023/01/25
- new function set_msg_callback for user defined callback on each SSL message
- showcase function in example/ssl_client.pl and example/ssl_server.pl for
  computing JA3S/JA3 fingerprints
- fix tracing added in 2.076 to no longer include SSL3_RT_HEADER (noise)
2.080 2023/01/18
- move certs into t/ so that distributions like CentOS don't install the
  test certificates as part of the documentation any longer.
2.079 2023/01/16
- properly extract IPv6 address for verification from PeerAddr if not explicitly
  given as SSL_verifycn_name.
  https://github.com/noxxi/p5-io-socket-ssl/issues/123
2.078 2022/12/11
- revert decision from 2014 to not verify hostname by default if hostname is
  IP address but no explicit verification scheme given
  https://github.com/noxxi/p5-io-socket-ssl/issues/121
2.077 2022/11/21
- fix memory leak in session cache, thanks to genuaboro
  https://github.com/noxxi/p5-io-socket-ssl/pull/118
- more race conditions in tests fixed thanks to jddurand
  https://github.com/noxxi/p5-io-socket-ssl/issues/97
2.076 2022/11/12
- added curl like tracing based on contribution from jddurand
  https://github.com/noxxi/p5-io-socket-ssl/pull/117
- fixed race condition in t/sni_verify.t based on analysis from jddurand
  https://github.com/noxxi/p5-io-socket-ssl/issues/97
2.075
- treat SSL_write returning 0 same as previously -1, as suggested by both
  OpenSSL and LibreSSL documentation
- propagate error from SSL_shutdown, but if the shutdown is caused by an outer
  SSL error keep the original error
- small tests fixes


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/security/p5-IO-Socket-SSL/Makefile
cvs rdiff -u -r1.105 -r1.106 pkgsrc/security/p5-IO-Socket-SSL/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p5-IO-Socket-SSL/Makefile
diff -u pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.136 pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.137
--- pkgsrc/security/p5-IO-Socket-SSL/Makefile:1.136     Sat Aug  6 16:43:30 2022
+++ pkgsrc/security/p5-IO-Socket-SSL/Makefile   Sat May 20 07:08:12 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.136 2022/08/06 16:43:30 ast Exp $
+# $NetBSD: Makefile,v 1.137 2023/05/20 07:08:12 wiz Exp $
 
-DISTNAME=      IO-Socket-SSL-2.074
+DISTNAME=      IO-Socket-SSL-2.081
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    security net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}

Index: pkgsrc/security/p5-IO-Socket-SSL/distinfo
diff -u pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.105 pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.106
--- pkgsrc/security/p5-IO-Socket-SSL/distinfo:1.105     Sat Aug  6 16:43:30 2022
+++ pkgsrc/security/p5-IO-Socket-SSL/distinfo   Sat May 20 07:08:12 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.105 2022/08/06 16:43:30 ast Exp $
+$NetBSD: distinfo,v 1.106 2023/05/20 07:08:12 wiz Exp $
 
-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
+BLAKE2s (IO-Socket-SSL-2.081.tar.gz) = e8b3491b9d9d5b65f4cdb7d2f658cf1af767da10520d06fdd4a9d0ffe9873bab
+SHA512 (IO-Socket-SSL-2.081.tar.gz) = 309d02983a8a6c1440c2161189fd4648533bafb784a3271fb0d8671681ed606aeaeb5f0650de5f26869e1fd84e9c8bd94674988bbefcd0f424c94a387a548534
+Size (IO-Socket-SSL-2.081.tar.gz) = 261773 bytes



Home | Main Index | Thread Index | Old Index