head 1.2; access; symbols pkgsrc-2026Q2:1.1.0.8 pkgsrc-2026Q2-base:1.1 pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @ * @; 1.2 date 2026.08.16.06.15.20; author wiz; state dead; branches; next 1.1; commitid ezTMj8HBLSgqjPRG; 1.1 date 2025.07.08.13.25.51; author jperkin; state Exp; branches; next ; commitid 2PgUdvhl4mMgGW1G; desc @@ 1.2 log @p5-Crypt-DES: update to 2.09. 2.09 2026-08-10 [Significant Changes since 2.08] - Essentially 2.08-TRIAL with minor documentation and test updates - Add a Security Considerations section to the pod - Clarify module recommendations - Move new Module::Whatever to Module::Whatever->new() in pod and tests [Detailed Changes] - 6d8a719 Increment the version for a release - 8aa5583 Update .gitignore - e4255e8 Update README - bfc70b5 Add a Security Considerations section and clarifiy recommendations - 6f3c622 Modernize module new() in tests - 061b73a Fix over item back pod with blank lines - cefb17d Modernize new() calling and fix missing SYNOPSIS - 40eb31b Add a Changes file 2.08 2026-08-08 [Significant Changes since 2.07] - New Maintainer (TIMLEGGE) - Fixes failure to build on newer GCC with implicit-function-declaration - Add Security Policy (DES is insecure) - Minor packaging updates [Detailed Changes] - 76a27cd Update/reformat MANIFEST Changes, META.json and SECURITY.md added - 6cc5f6a Add .gitignore file - 9578c62 Regenerate META.yml - 35fb123 Add links for github code repo and issues - 1b3a375 Increment version number - c8d74aa Add a Security Policy - 19dd1d0 Fix RT#133363 and RT#133412 fails to build with implicit-function-declaration - 9cba1a9 Import Crypt-DES-2.07 from CPAN @ text @$NetBSD: patch-__des.h,v 1.1 2025/07/08 13:25:51 jperkin Exp $ https://rt.cpan.org/Public/Bug/Display.html?id=133363 --- _des.h.orig 2025-07-08 13:23:58.175430211 +0000 +++ _des.h @@@@ -5,3 +5,5 @@@@ typedef unsigned long des_ks[32]; void _des_crypt( des_cblock in, des_cblock out, des_ks key, int encrypt ); void _des_expand_key( des_user_key userKey, des_ks key ); +void perl_des_expand_key(des_user_key userKey, des_ks ks); +void perl_des_crypt( des_cblock input, des_cblock output, des_ks ks, int encrypt ); @ 1.1 log @p5-Crypt-DES: Fix CPAN bug 133363. @ text @d1 1 a1 1 $NetBSD$ @