Download raw body.
[security update]security/p5-Crypt-CBC: update to 3.07
On 2025/07/27 23:23, wen heping wrote: > Hi, ports@: > > Here is patch for security/p5-Crypt-CBC: > i) Update to 3.07 (Fix CVE-2025-2814) worth updating anyway (I'll take care of it later unless someone beats me to it), but the CVE is not a big problem for us, we have /dev/urandom. > ii) Add a RUN_D and a TEST_D > > It build well and run well on my amd64-current system, > test passed. > > > Cheers ! > wen > Index: security/p5-Crypt-CBC/Makefile > =================================================================== > RCS file: /cvs/ports/security/p5-Crypt-CBC/Makefile,v > retrieving revision 1.33 > diff -u -p -r1.33 Makefile > --- security/p5-Crypt-CBC/Makefile 11 Mar 2022 19:53:41 -0000 1.33 > +++ security/p5-Crypt-CBC/Makefile 27 Jul 2025 23:19:51 -0000 > @@ -2,15 +2,17 @@ COMMENT= cryptographic cipher block chai > > MODULES= cpan > PKG_ARCH= * > -DISTNAME = Crypt-CBC-3.04 > +DISTNAME = Crypt-CBC-3.07 > CATEGORIES= security > > RUN_DEPENDS= security/p5-Crypt-DES \ > security/p5-Crypt-Blowfish \ > security/p5-Crypt-PBKDF2 \ > security/p5-Crypt-Rijndael \ > + security/p5-Crypt-URandom \ > security/p5-CryptX > -TEST_DEPENDS= security/p5-Crypt-Blowfish_PP \ > +TEST_DEPENDS= math/p5-Math-Int128 \ > + security/p5-Crypt-Blowfish_PP \ > security/p5-Crypt-IDEA > > # Perl > Index: security/p5-Crypt-CBC/distinfo > =================================================================== > RCS file: /cvs/ports/security/p5-Crypt-CBC/distinfo,v > retrieving revision 1.14 > diff -u -p -r1.14 distinfo > --- security/p5-Crypt-CBC/distinfo 15 Jun 2021 08:36:16 -0000 1.14 > +++ security/p5-Crypt-CBC/distinfo 27 Jul 2025 23:19:51 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (Crypt-CBC-3.04.tar.gz) = QCbFfQ2/ZJbA1WGibxYbdj07jt81ETnAc0kuIbX7zgc= > -SIZE (Crypt-CBC-3.04.tar.gz) = 40237 > +SHA256 (Crypt-CBC-3.07.tar.gz) = 9N37TdasUBPfg0G/pzTZye4PEOLnEhXsj+W/eAt8kSc= > +SIZE (Crypt-CBC-3.07.tar.gz) = 52298
[security update]security/p5-Crypt-CBC: update to 3.07