pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/php-pecl-mcrypt



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Aug 11 09:19:41 UTC 2025

Modified Files:
        pkgsrc/security/php-pecl-mcrypt: Makefile distinfo
Removed Files:
        pkgsrc/security/php-pecl-mcrypt/patches: patch-.._package.xml
            patch-mcrypt.c

Log Message:
security/php-pecl-mcrypt: update to 1.0.9

1.0.8 was skipped.

1.0.9 (2025-08-05)

* Make changes to how the extension uses random, to make it work with PHP
  8.4 (and PHP 8.5).


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/php-pecl-mcrypt/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/php-pecl-mcrypt/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/php-pecl-mcrypt/patches/patch-.._package.xml \
    pkgsrc/security/php-pecl-mcrypt/patches/patch-mcrypt.c

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-pecl-mcrypt/Makefile
diff -u pkgsrc/security/php-pecl-mcrypt/Makefile:1.11 pkgsrc/security/php-pecl-mcrypt/Makefile:1.12
--- pkgsrc/security/php-pecl-mcrypt/Makefile:1.11       Sat Feb  8 03:51:48 2025
+++ pkgsrc/security/php-pecl-mcrypt/Makefile    Mon Aug 11 09:19:41 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2025/02/08 03:51:48 taca Exp $
+# $NetBSD: Makefile,v 1.12 2025/08/11 09:19:41 taca Exp $
 #
 
 MODNAME=       mcrypt
-PECL_VERSION=  1.0.7
-PKGREVISION=   1
+PECL_VERSION=  1.0.9
 PKGNAME=       ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION}
 CATEGORIES=    security
 

Index: pkgsrc/security/php-pecl-mcrypt/distinfo
diff -u pkgsrc/security/php-pecl-mcrypt/distinfo:1.10 pkgsrc/security/php-pecl-mcrypt/distinfo:1.11
--- pkgsrc/security/php-pecl-mcrypt/distinfo:1.10       Wed Mar  5 15:24:18 2025
+++ pkgsrc/security/php-pecl-mcrypt/distinfo    Mon Aug 11 09:19:41 2025
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.10 2025/03/05 15:24:18 taca Exp $
+$NetBSD: distinfo,v 1.11 2025/08/11 09:19:41 taca Exp $
 
-BLAKE2s (php-mcrypt/mcrypt-1.0.7.tgz) = 0ac7e8d3a550563755da9dd966acac039f178e34ed119026c57089683c18cbbf
-SHA512 (php-mcrypt/mcrypt-1.0.7.tgz) = 1b579af868a2db073520437ad6a93513c2591bc865d982dc7926591e712614995148d13bacc1b4b207ddecda4bad219b67010a39ea17e1ec6e180d4fd69182ff
-Size (php-mcrypt/mcrypt-1.0.7.tgz) = 27060 bytes
-SHA1 (patch-.._package.xml) = d139719b045f73996373fe5fae7d0ded9a486821
-SHA1 (patch-mcrypt.c) = 5fbfdefe0ae0fc08ba0956cf9d1c8cd85c83ba8a
+BLAKE2s (php-mcrypt/mcrypt-1.0.9.tgz) = 49e05f96bc3eafe119a1bc08f9a506adb62decd86b577333d8a519a94d62004b
+SHA512 (php-mcrypt/mcrypt-1.0.9.tgz) = 21eec7dd286016ef5e853e6004a87a9e5a01f641e848643b2202832e5daad54b2bc24389d724ea01f453c1a8da2109738f3dde173dfcabd5d014c722c4aedd0f
+Size (php-mcrypt/mcrypt-1.0.9.tgz) = 27142 bytes



Home | Main Index | Thread Index | Old Index