diff options
author | taca <taca@pkgsrc.org> | 2019-04-30 04:05:45 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-04-30 04:05:45 +0000 |
commit | 6ab25dc67bf48df8ae66527e35b854c0a99792b6 (patch) | |
tree | e6eb109ac56ff5ce926d8502e133848dc7f8514e | |
parent | 50858c2aa6c8f463d28a6bc9638e9a2d51905358 (diff) | |
download | pkgsrc-6ab25dc67bf48df8ae66527e35b854c0a99792b6.tar.gz |
security/php-pecl-mcrypt: update to 1.0.2
Changes are not available. But it seems set correct PHP_MCRYPT_VERSION
instead of PHP's version.
-rw-r--r-- | security/php-pecl-mcrypt/Makefile | 4 | ||||
-rw-r--r-- | security/php-pecl-mcrypt/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/php-pecl-mcrypt/Makefile b/security/php-pecl-mcrypt/Makefile index 0ff2660af0c..2222520a0fd 100644 --- a/security/php-pecl-mcrypt/Makefile +++ b/security/php-pecl-mcrypt/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2018/12/16 02:46:38 taca Exp $ +# $NetBSD: Makefile,v 1.4 2019/04/30 04:05:45 taca Exp $ # MODNAME= mcrypt -PECL_VERSION= 1.0.1 +PECL_VERSION= 1.0.2 PKGNAME= ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION} CATEGORIES= security diff --git a/security/php-pecl-mcrypt/distinfo b/security/php-pecl-mcrypt/distinfo index 1a17f966b49..36414e3df74 100644 --- a/security/php-pecl-mcrypt/distinfo +++ b/security/php-pecl-mcrypt/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/03/20 16:44:17 taca Exp $ +$NetBSD: distinfo,v 1.2 2019/04/30 04:05:45 taca Exp $ -SHA1 (php-mcrypt/mcrypt-1.0.1.tgz) = 9c365f1c07e0fb8ce99231f0b662ba64d4a5494b -RMD160 (php-mcrypt/mcrypt-1.0.1.tgz) = 5887bb08d105d8a82d4c5360d1811103947f163e -SHA512 (php-mcrypt/mcrypt-1.0.1.tgz) = 1677202715499a41ac6999089257a059106e58cbac06ca8a7dd2e9edd28be5a4118234dd7468110e9e3d7f9de5d099367848fe84bcd06716ea56645c9015c578 -Size (php-mcrypt/mcrypt-1.0.1.tgz) = 33782 bytes +SHA1 (php-mcrypt/mcrypt-1.0.2.tgz) = 31fdd930082f4752ad5bd9bf5404b2e9f6ceaa45 +RMD160 (php-mcrypt/mcrypt-1.0.2.tgz) = acd9f5842ae37c6d35d57a0960a5b06cf6881977 +SHA512 (php-mcrypt/mcrypt-1.0.2.tgz) = bf3796b60f1d8d34185c3ad0d813653fe64ccfc883106ba544b01a8caa7bf9729978f44e0d481d28af9f8827803dcc5cd8bfc83e50dc950d26f851fabc868b18 +Size (php-mcrypt/mcrypt-1.0.2.tgz) = 33698 bytes |