pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Net-SSLeay



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 14 20:37:58 UTC 2024

Modified Files:
        pkgsrc/security/p5-Net-SSLeay: Makefile distinfo

Log Message:
p5-Net-SSLeay: update to 1.94.

1.94 2024-01-08
        - New stable release incorporating all changes from developer releases 1.93_01
          to 1.93_05.
        - Summary of major changes since version 1.92:
          - Net::SSLeay now officially supports all stable releases of OpenSSL 3.1 and
            3.2, and LibreSSL 3.5 - 3.8.
          - Many noisy compiler warnings have been silenced - if SSLeay.xs fails to
            compile, it should now be much easier to identify the cause.
          - libcrypto's OPENSSL_init_crypto() function and libssl's OPENSSL_init_ssl()
            function are now exposed, enabling fine-grained control over the
            initialisation and configuration of both libraries.
          - libssl functions implementing TLS 1.3 PSK authentication are now exposed,
            in particular SSL_CTX_set_psk_find_session_callback() (on the server side)
            and SSL_CTX_set_psk_use_session_callback() (on the client side).
          - libssl functions implementing server-side TLS 1.2 PSK authentication are
            now exposed, in particular SSL_CTX_set_psk_server_callback().
          - libssl's SSL_CTX_set_client_hello_cb() function is now exposed, allowing a
            TLS server to set a callback function that is executed when the server
            processes a ClientHello message.
          - Many more libcrypto/libssl constants and functions are now exposed; see the
            release notes for the 1.93 developer releases for a full list.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/security/p5-Net-SSLeay/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/security/p5-Net-SSLeay/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-Net-SSLeay/Makefile
diff -u pkgsrc/security/p5-Net-SSLeay/Makefile:1.103 pkgsrc/security/p5-Net-SSLeay/Makefile:1.104
--- pkgsrc/security/p5-Net-SSLeay/Makefile:1.103        Tue Oct 24 22:10:55 2023
+++ pkgsrc/security/p5-Net-SSLeay/Makefile      Sun Jan 14 20:37:58 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.103 2023/10/24 22:10:55 wiz Exp $
+# $NetBSD: Makefile,v 1.104 2024/01/14 20:37:58 wiz Exp $
 
-DISTNAME=      Net-SSLeay-1.92
+DISTNAME=      Net-SSLeay-1.94
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    security perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 

Index: pkgsrc/security/p5-Net-SSLeay/distinfo
diff -u pkgsrc/security/p5-Net-SSLeay/distinfo:1.54 pkgsrc/security/p5-Net-SSLeay/distinfo:1.55
--- pkgsrc/security/p5-Net-SSLeay/distinfo:1.54 Sat Aug  6 17:05:46 2022
+++ pkgsrc/security/p5-Net-SSLeay/distinfo      Sun Jan 14 20:37:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2022/08/06 17:05:46 ast Exp $
+$NetBSD: distinfo,v 1.55 2024/01/14 20:37:58 wiz Exp $
 
-BLAKE2s (Net-SSLeay-1.92.tar.gz) = 9b3c069a8ca4508f0ad613ded1c316da20e632103fe83df5a9754a392002376d
-SHA512 (Net-SSLeay-1.92.tar.gz) = e9d9161ebeb7be90f4c7a0ea98f1034892ce6d33aa72872683177b19daa1f4c5819f85ea9a052a076ec8d7c21705f6c344aef64680bc881bf3218d38e8b7b173
-Size (Net-SSLeay-1.92.tar.gz) = 555930 bytes
+BLAKE2s (Net-SSLeay-1.94.tar.gz) = 6f3b810680f3d0c63d5641a576131e264e1c1a78f172409f418e8fd42db99383
+SHA512 (Net-SSLeay-1.94.tar.gz) = f1461667269f3da56ff7e1724b5511b95c34582250f8336e9f93d30f3b30d4a5360eb27622b9730bba11df75e00d717c7f0cea2120d20206723db136a8509375
+Size (Net-SSLeay-1.94.tar.gz) = 663948 bytes



Home | Main Index | Thread Index | Old Index