pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Crypt-OpenSSL-RSA



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Oct  4 00:13:38 UTC 2025

Modified Files:
        pkgsrc/security/p5-Crypt-OpenSSL-RSA: Makefile distinfo

Log Message:
Update to 0.35

Upstream changes:
0.35 May 7 2025
    - Disable PKCS#1 v1.5 padding. It's not practical to mitigate marvin attacks so we will instead disable this and require alternatives to address the issue.
      - Resolves #42 - CVE-2024-2467.
0.34 May 5 2025
    - Production release.
0.34_03 May 4 2025
    - Fix bug in rsa_crypt. Need to pass NULL
0.34_02 May 4 2025
    - t/rsa.t needs to tolerate sha1 being disabled on rhel.
0.34_01 May 3 2025
    - docs - plaintext = decrypt(cyphertext)
    - #44 - Fix issue when libz is not linked on AIX
    - #50 - Correct openssl version may not be found
    - #52 - Out of memory on openssl 1.1.1w hpux
    - #47 - Update FSF address and LGPL name in LICENSE
    - #55 - stop using AutoLoader
    - #48 - Whirlpool is missing the header
    - Move github repo to cpan-authors
    - Fully support openSSL 3.x API


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/p5-Crypt-OpenSSL-RSA/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-Crypt-OpenSSL-RSA/Makefile
diff -u pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile:1.52 pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile:1.53
--- pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile:1.52  Fri Jul  4 08:47:59 2025
+++ pkgsrc/security/p5-Crypt-OpenSSL-RSA/Makefile       Sat Oct  4 00:13:38 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2025/07/04 08:47:59 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2025/10/04 00:13:38 wen Exp $
 
-DISTNAME=              Crypt-OpenSSL-RSA-0.33
+DISTNAME=              Crypt-OpenSSL-RSA-0.35
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           4
 CATEGORIES=            security perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
 

Index: pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo
diff -u pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo:1.17 pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo:1.18
--- pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo:1.17  Sun Sep 11 14:03:12 2022
+++ pkgsrc/security/p5-Crypt-OpenSSL-RSA/distinfo       Sat Oct  4 00:13:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/09/11 14:03:12 wen Exp $
+$NetBSD: distinfo,v 1.18 2025/10/04 00:13:38 wen Exp $
 
-BLAKE2s (Crypt-OpenSSL-RSA-0.33.tar.gz) = 2bb2e03b7c41f01b2b1911d91d908033fa0a57d20f5f229457877995fcfd4d2c
-SHA512 (Crypt-OpenSSL-RSA-0.33.tar.gz) = 7bfa802ec41925ec9fa6937c5eea0d21f6f554a1d1d57ed679ed03b260cf08c0a397df11880de6d67abacfd843ad2c4f28b20ac58d80e183c2a83c91deb926bf
-Size (Crypt-OpenSSL-RSA-0.33.tar.gz) = 29010 bytes
+BLAKE2s (Crypt-OpenSSL-RSA-0.35.tar.gz) = 40731e6aca072035ba9980ebb178b6f4ba888a1024daf9a1a254af865efe30b1
+SHA512 (Crypt-OpenSSL-RSA-0.35.tar.gz) = 27fbf7d0cc65778b07700b375e8ebed457f237a465582eca07b3fb50d4c966cd4afc71919a50e14bf660dfa3c4ecc202a6410ad9301994d454a78e6e7bcb9608
+Size (Crypt-OpenSSL-RSA-0.35.tar.gz) = 32027 bytes



Home | Main Index | Thread Index | Old Index