pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Convert-PEM
Module Name: pkgsrc
Committed By: wiz
Date: Sun Oct 27 09:32:52 UTC 2024
Modified Files:
pkgsrc/textproc/p5-Convert-PEM: Makefile distinfo
Log Message:
p5-Convert-PEM: update to 0.12.
0.12 -- Mon Oct 21 22:46:47 ADT 2024
[Changes Since 0.09]
- Release 0.11-TRIAL as 0.12
- Added extra cipher support from @jeremy-church - see release 0.10
- Miscellaneous cleanups
[Detailed Changes]
- ae82ce2 v0.11
- 43861a2 Bump repo version
- 4e8c59d openssl version differences - only test in author testing
- 9b3e183 v0.10
0.11 -- Sun Oct 20 20:35:17 ADT 2024
[Changes Since 0.08]
- Added extra cipher support from @jeremy-church - see release 0.09
- Miscellaneous cleanups
[Detailed Changes]
- 43861a2 Bump repo version
- 4e8c59d openssl version differences - only test in author testing
- 9b3e183 v0.10
0.10 -- Sun Oct 20 11:57:20 ADT 2024
- Merge PR#1 from @jeremy-church to add extra cipher support
- Add DES support
- Add AES 128/192/256 support
- Add IDEA support
- Add SEED Support
- Add Camellia 128/192/256 support
- Add tests and test files for additional ciphers and alternate cipher modules (if available)
- Add supporting function(s)/method(s) for additional ciphers
- Add tests to verify OpenSSL can read files encrypted by Convert::PEM (if available)
- Change key bytes_to_key in Convert::PEM::CBC to match openssl algorithm
- Make some modifications to accommodate SEED and IDEA (realy old) cipher modules
- Make ASN optional
- Add DER support and documentation
- Add other access methods to documentation
- Additional encode/decode testing with DER
[Detailed Changes]
- c4128fd no need to use eval for blocksize call
- 0cdf983 Remove execution attributes on test files
- aa16478 Move the pem and der files to a sub directory
- e7b4d1a Fix spelling typos
- f047d32 rand is not secure for crypto operations
- 3e2847b DES and IDEA are deprecated in OpenSSL versions
- bd40886 Replace tabs with spaces
- 7971073 Added changes
- 53a3142 Additional documentation and make ASN optional.
- 879b190 Add support for additional ciphers.
- 6c68073 typo fix
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/textproc/p5-Convert-PEM/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/p5-Convert-PEM/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-Convert-PEM/Makefile
diff -u pkgsrc/textproc/p5-Convert-PEM/Makefile:1.39 pkgsrc/textproc/p5-Convert-PEM/Makefile:1.40
--- pkgsrc/textproc/p5-Convert-PEM/Makefile:1.39 Sun Oct 20 06:22:29 2024
+++ pkgsrc/textproc/p5-Convert-PEM/Makefile Sun Oct 27 09:32:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2024/10/20 06:22:29 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2024/10/27 09:32:52 wiz Exp $
-DISTNAME= Convert-PEM-0.09
+DISTNAME= Convert-PEM-0.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
@@ -12,6 +12,7 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Convert-ASN1>=0.10:../../textproc/p5-Convert-ASN1
DEPENDS+= p5-Crypt-DES_EDE3-[0-9]*:../../security/p5-Crypt-DES_EDE3
+DEPENDS+= p5-CryptX-[0-9]*:../../security/p5-CryptX
DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler
TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
Index: pkgsrc/textproc/p5-Convert-PEM/distinfo
diff -u pkgsrc/textproc/p5-Convert-PEM/distinfo:1.9 pkgsrc/textproc/p5-Convert-PEM/distinfo:1.10
--- pkgsrc/textproc/p5-Convert-PEM/distinfo:1.9 Sun Oct 20 06:22:29 2024
+++ pkgsrc/textproc/p5-Convert-PEM/distinfo Sun Oct 27 09:32:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/10/20 06:22:29 wiz Exp $
+$NetBSD: distinfo,v 1.10 2024/10/27 09:32:52 wiz Exp $
-BLAKE2s (Convert-PEM-0.09.tar.gz) = b32b4e009bd41bbcb696824238eab3993e1aae87c8ed1538844ae546443fa6b7
-SHA512 (Convert-PEM-0.09.tar.gz) = 502dfa69b166d8db22e1338f9b20b45eb70c80c3b68814d6fa35383f096e0a5ba3a22a5f8cf9609a653f07f7d3a01bee7b9ab015e78035cb4e083f2eaca55b6d
-Size (Convert-PEM-0.09.tar.gz) = 21825 bytes
+BLAKE2s (Convert-PEM-0.12.tar.gz) = 49dc087e9beb43e3677df7a3560e0f7ae34b44700ee5339cf242c8055b70698c
+SHA512 (Convert-PEM-0.12.tar.gz) = 5bb1a969181329fdb9ff70c05654ad32e28ef7339874682bcd812248336ddabc2b06afcb703d9c8ee3960db1d071373a9d2a7822d0f806e33f55108ec4ec5476
+Size (Convert-PEM-0.12.tar.gz) = 47465 bytes
Home |
Main Index |
Thread Index |
Old Index