pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb  8 03:19:18 UTC 2025

Modified Files:
        pkgsrc/security/php-mcrypt: Makefile
        pkgsrc/security/php-sodium: Makefile

Log Message:
multiple PHP support

Also bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/php-mcrypt/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/php-sodium/Makefile

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

Modified files:

Index: pkgsrc/security/php-mcrypt/Makefile
diff -u pkgsrc/security/php-mcrypt/Makefile:1.13 pkgsrc/security/php-mcrypt/Makefile:1.14
--- pkgsrc/security/php-mcrypt/Makefile:1.13    Mon Jan 14 13:06:11 2019
+++ pkgsrc/security/php-mcrypt/Makefile Sat Feb  8 03:19:18 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2019/01/14 13:06:11 taca Exp $
+# $NetBSD: Makefile,v 1.14 2025/02/08 03:19:18 taca Exp $
 
 MODNAME=               mcrypt
+PKGREVISION=           1
 CATEGORIES+=           security
 COMMENT=               PHP extension for the mcrypt crypto algorithms library
 

Index: pkgsrc/security/php-sodium/Makefile
diff -u pkgsrc/security/php-sodium/Makefile:1.7 pkgsrc/security/php-sodium/Makefile:1.8
--- pkgsrc/security/php-sodium/Makefile:1.7     Sun Jan  3 16:06:57 2021
+++ pkgsrc/security/php-sodium/Makefile Sat Feb  8 03:19:18 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2021/01/03 16:06:57 taca Exp $
+# $NetBSD: Makefile,v 1.8 2025/02/08 03:19:18 taca Exp $
 
 MODNAME=               sodium
+PKGREVISION=           1
 CATEGORIES+=           security
 COMMENT=               PHP extension for the sodium crypto algorithms library
 



Home | Main Index | Thread Index | Old Index