Date: Sun, 25 Apr 2021 20:38:16 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dbb080e7a4a1 - main - security/pecl-gnupg: Update to 1.5.0 Message-ID: <202104252038.13PKcGbt077992@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbb080e7a4a1025c3e6f3543c7bff4e6755f7403 commit dbb080e7a4a1025c3e6f3543c7bff4e6755f7403 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-25 20:13:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-25 20:35:21 +0000 security/pecl-gnupg: Update to 1.5.0 Changes: https://pecl.php.net/package-changelog.php?package=gnupg --- security/pecl-gnupg/Makefile | 3 +-- security/pecl-gnupg/distinfo | 6 +++--- security/pecl-gnupg/files/patch-phpc-phpc.h | 16 ---------------- 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile index 6d17bc100b47..75e80bb67166 100644 --- a/security/pecl-gnupg/Makefile +++ b/security/pecl-gnupg/Makefile @@ -1,8 +1,7 @@ # Created by: mnag@FreeBSD.org PORTNAME= gnupg -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= security MAINTAINER= sunpoet@FreeBSD.org diff --git a/security/pecl-gnupg/distinfo b/security/pecl-gnupg/distinfo index 16df072bfc7d..365509caebae 100644 --- a/security/pecl-gnupg/distinfo +++ b/security/pecl-gnupg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1479473781 -SHA256 (PECL/gnupg-1.4.0.tgz) = 35e16bee11345a7d6bf57bea3cadf45e371ad1ed4e0218b0c06f6f637e4e1772 -SIZE (PECL/gnupg-1.4.0.tgz) = 28349 +TIMESTAMP = 1619198465 +SHA256 (PECL/gnupg-1.5.0.tgz) = d4f5f79aa483908f3df08e5b343ea3593c6d725b9ed2103e30242627659e0a64 +SIZE (PECL/gnupg-1.5.0.tgz) = 37045 diff --git a/security/pecl-gnupg/files/patch-phpc-phpc.h b/security/pecl-gnupg/files/patch-phpc-phpc.h deleted file mode 100644 index bc58ea2db966..000000000000 --- a/security/pecl-gnupg/files/patch-phpc-phpc.h +++ /dev/null @@ -1,16 +0,0 @@ ---- phpc/phpc.h.orig 2016-08-29 19:02:44 UTC -+++ phpc/phpc.h -@@ -29,6 +29,13 @@ - #error "Only PHP 5.2+ supported" - #endif - -+#if PHP_MAJOR_VERSION >= 8 -+#define TSRMLS_C -+#define TSRMLS_CC -+#define TSRMLS_DC -+#define TSRMLS_FETCH() -+#endif -+ - /* no operation */ - #define PHPC_NOOP ((void) 0) -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104252038.13PKcGbt077992>