Date: Mon, 4 Jul 2022 19:11:19 GMT From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: fcd89eb0c23e - 2022Q3 - security/pecl-mcrypt: Update to 1.0.5 Message-ID: <202207041911.264JBJRj057984@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by pizzamig: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcd89eb0c23e9936effc16b1b98b1ea2dd96462a commit fcd89eb0c23e9936effc16b1b98b1ea2dd96462a Author: Luca Pizzamiglio <pizzamig@FreeBSD.org> AuthorDate: 2022-07-04 19:01:15 +0000 Commit: Luca Pizzamiglio <pizzamig@FreeBSD.org> CommitDate: 2022-07-04 19:10:51 +0000 security/pecl-mcrypt: Update to 1.0.5 Version bumped to mark php 8.2 support MFH: 2022Q3 (cherry picked from commit fb9365d959c9ba667e296b8d9c8421306d73d57f) --- security/pecl-mcrypt/Makefile | 2 +- security/pecl-mcrypt/distinfo | 6 +++--- security/pecl-mcrypt/pkg-descr | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/pecl-mcrypt/Makefile b/security/pecl-mcrypt/Makefile index 26dd6280e3e1..211a0bdbc2ef 100644 --- a/security/pecl-mcrypt/Makefile +++ b/security/pecl-mcrypt/Makefile @@ -1,5 +1,5 @@ PORTNAME= mcrypt -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 PORTREVISION= 0 CATEGORIES= security pear diff --git a/security/pecl-mcrypt/distinfo b/security/pecl-mcrypt/distinfo index e4c25cf7ccb4..b627308c7142 100644 --- a/security/pecl-mcrypt/distinfo +++ b/security/pecl-mcrypt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607212433 -SHA256 (PECL/mcrypt-1.0.4.tgz) = 98153e78958d7a48dcd0dcfe1fc3c16ec987121a0cb2d7c273d280ee7e4ea00d -SIZE (PECL/mcrypt-1.0.4.tgz) = 27056 +TIMESTAMP = 1656960403 +SHA256 (PECL/mcrypt-1.0.5.tgz) = c9f51e211640a15d2a983f5d80e26660656351651d6f682d657bdf1cfa07d8a3 +SIZE (PECL/mcrypt-1.0.5.tgz) = 27056 diff --git a/security/pecl-mcrypt/pkg-descr b/security/pecl-mcrypt/pkg-descr index f0e4fa12d666..6fdedb7b0fca 100644 --- a/security/pecl-mcrypt/pkg-descr +++ b/security/pecl-mcrypt/pkg-descr @@ -1,5 +1,5 @@ Bindings for the libmcrypt library -Pecl package available only for PHP 7.2 +Pecl package available only for PHP 7.2 and above WWW: https://pecl.php.net/package/mcrypt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207041911.264JBJRj057984>