pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Catalyst-Plugin-Authentication



Module Name:    pkgsrc
Committed By:   wen
Date:           Thu Aug 27 11:32:49 UTC 2026

Modified Files:
        pkgsrc/www/p5-Catalyst-Plugin-Authentication: Makefile distinfo

Log Message:
Update to 0,10028

Upstream changes:
0.10028 - 2026-08-08
    - fix warnings when authenticating and no password is stored
    - fix return value from Catalyst::Authentication::User::Hash->can
    - update password_type documentation do discourage non-secure options
    - fix use of CERT_ values in Credential::Remote source
    - documentation spelling fixes
    - fix develop prereq on Test::Pod::Coverage::TrustMe
0.10_027 - 2026-06-07
    - When used with Catalyst::Plugin::Session, rotate the session id after a
      successful login to avoid session fixation attacks (CVE-2009-10007).
0.10026 - 2026-05-21
    - no changes since 0.10_025
0.10_025 - 2026-05-19
    - fix password comparison to avoid timing attacks (CVE-2026-5091)


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 \
    pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile
cvs rdiff -u -r1.16 -r1.17 \
    pkgsrc/www/p5-Catalyst-Plugin-Authentication/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile
diff -u pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile:1.39 pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile:1.40
--- pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile:1.39  Thu Jul 16 19:05:50 2026
+++ pkgsrc/www/p5-Catalyst-Plugin-Authentication/Makefile       Thu Aug 27 11:32:49 2026
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.39 2026/07/16 19:05:50 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2026/08/27 11:32:49 wen Exp $
 
-DISTNAME=      Catalyst-Plugin-Authentication-0.10024
+DISTNAME=      Catalyst-Plugin-Authentication-0.10028
 PKGNAME=       p5-${DISTNAME}0
-PKGREVISION=   2
 CATEGORIES=    www perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Catalyst/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/release/Catalyst-Plugin-Authentication

Index: pkgsrc/www/p5-Catalyst-Plugin-Authentication/distinfo
diff -u pkgsrc/www/p5-Catalyst-Plugin-Authentication/distinfo:1.16 pkgsrc/www/p5-Catalyst-Plugin-Authentication/distinfo:1.17
--- pkgsrc/www/p5-Catalyst-Plugin-Authentication/distinfo:1.16  Sun Nov 24 08:31:11 2024
+++ pkgsrc/www/p5-Catalyst-Plugin-Authentication/distinfo       Thu Aug 27 11:32:49 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/11/24 08:31:11 wen Exp $
+$NetBSD: distinfo,v 1.17 2026/08/27 11:32:49 wen Exp $
 
-BLAKE2s (Catalyst-Plugin-Authentication-0.10024.tar.gz) = 6b3c461bcda191fdba88959ef7577ec543f57d48932fe35ce66e240caa3d72ee
-SHA512 (Catalyst-Plugin-Authentication-0.10024.tar.gz) = 882f3e2c1b6e6f3a896915dcd82ab67fad5816f1869ded03cfa63516ffb18e2bd1ca07f0a851c7c2270ce5bf2874c2aec6376b0a64ffe44c71fe08d762954e03
-Size (Catalyst-Plugin-Authentication-0.10024.tar.gz) = 63038 bytes
+BLAKE2s (Catalyst-Plugin-Authentication-0.10028.tar.gz) = 7cf01794fbc9f797d3f391b7c74125e1eccc4d9dd838aa66eefd580d99e7acd6
+SHA512 (Catalyst-Plugin-Authentication-0.10028.tar.gz) = edf6951edc9470b5a0f3c78796f712e5e7a08a67b5a8246461ddc3ceaa8124ce3eee9b3190e8f1bfadff22ddd7a3c42d8932094e1945d0a7cdfabfea2463b0c9
+Size (Catalyst-Plugin-Authentication-0.10028.tar.gz) = 63552 bytes



Home | Main Index | Thread Index | Old Index