pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/php-pecl-mcrypt security/php-pecl-mcrypt: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/586fcc8f7efe
branches:  trunk
changeset: 444119:586fcc8f7efe
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 03 07:35:08 2021 +0000

description:
security/php-pecl-mcrypt: update to 1.0.4

pkgsrc change: Switch to use PHP_VERSIONS_INCOMPATIBLE.


1.0.4 (2020-12-02)

- Make release to advertise PHP 8 support, which it already had.

diffstat:

 security/php-pecl-mcrypt/Makefile |   6 +++---
 security/php-pecl-mcrypt/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 7bb8827fa46a -r 586fcc8f7efe security/php-pecl-mcrypt/Makefile
--- a/security/php-pecl-mcrypt/Makefile Sun Jan 03 07:32:42 2021 +0000
+++ b/security/php-pecl-mcrypt/Makefile Sun Jan 03 07:35:08 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2019/12/16 16:30:14 taca Exp $
+# $NetBSD: Makefile,v 1.7 2021/01/03 07:35:08 taca Exp $
 #
 
 MODNAME=       mcrypt
-PECL_VERSION=  1.0.3
+PECL_VERSION=  1.0.4
 PKGNAME=       ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION}
 CATEGORIES=    security
 
@@ -11,7 +11,7 @@
 COMMENT=       Bindings for the libmcrypt library
 LICENSE=       php
 
-PHP_VERSIONS_ACCEPTED= 72 73 74
+PHP_VERSIONS_INCOMPATIBLE=     56
 
 CONFIGURE_ARGS+=       --with-mcrypt=${PREFIX}
 
diff -r 7bb8827fa46a -r 586fcc8f7efe security/php-pecl-mcrypt/distinfo
--- a/security/php-pecl-mcrypt/distinfo Sun Jan 03 07:32:42 2021 +0000
+++ b/security/php-pecl-mcrypt/distinfo Sun Jan 03 07:35:08 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/12/16 00:10:37 taca Exp $
+$NetBSD: distinfo,v 1.4 2021/01/03 07:35:08 taca Exp $
 
-SHA1 (php-mcrypt/mcrypt-1.0.3.tgz) = fb6d27c5fd74ed338f389f87131b9f60d53b0ace
-RMD160 (php-mcrypt/mcrypt-1.0.3.tgz) = 9bb1f863456edaa4a54f48d478ab87b4559c6337
-SHA512 (php-mcrypt/mcrypt-1.0.3.tgz) = ef215b576b471d6e1ecac4bb097f518fa57fd551b678b7fdddd9d5058f6667b0ee757e887f00b61672b89cd86f1962cbfe0e355681fa47daba9873c3bf4db679
-Size (php-mcrypt/mcrypt-1.0.3.tgz) = 33590 bytes
+SHA1 (php-mcrypt/mcrypt-1.0.4.tgz) = c07fc62a89a4bf203a0dacf254086612c6e6e9e5
+RMD160 (php-mcrypt/mcrypt-1.0.4.tgz) = 3956ed1cc4f25d9da80f80e4f14bb0f4c7e260bf
+SHA512 (php-mcrypt/mcrypt-1.0.4.tgz) = 6a8244761035640366041a5f26057ab14bb85eaaa973ddf604e152b786ef750ec775ae91d7582044700d6fdef902425f3a9d6839113a52e0a9f957bf9d0c189a
+Size (php-mcrypt/mcrypt-1.0.4.tgz) = 27056 bytes



Home | Main Index | Thread Index | Old Index