pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Feb  8 03:51:49 UTC 2025

Modified Files:
        pkgsrc/security/pear-Crypt_GPG: Makefile
        pkgsrc/security/php-gnupg: Makefile PLIST
        pkgsrc/security/php-oauth: Makefile
        pkgsrc/security/php-oauth1: Makefile
        pkgsrc/security/php-pecl-mcrypt: Makefile
        pkgsrc/security/php-ssh2: Makefile
        pkgsrc/security/php-ssh2-0: Makefile
        pkgsrc/security/php-suhosin: Makefile

Log Message:
multiple PHP support

* Use PHP_BASE_VERS in DEPENDS if required.
* Use REPLACE_PHP.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/pear-Crypt_GPG/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/php-gnupg/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/php-gnupg/PLIST
cvs rdiff -u -r1.39 -r1.40 pkgsrc/security/php-oauth/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/security/php-oauth1/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/php-pecl-mcrypt/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/php-ssh2/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/php-ssh2-0/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/php-suhosin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/pear-Crypt_GPG/Makefile
diff -u pkgsrc/security/pear-Crypt_GPG/Makefile:1.15 pkgsrc/security/pear-Crypt_GPG/Makefile:1.16
--- pkgsrc/security/pear-Crypt_GPG/Makefile:1.15        Sat Mar 23 16:09:47 2024
+++ pkgsrc/security/pear-Crypt_GPG/Makefile     Sat Feb  8 03:51:48 2025
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.15 2024/03/23 16:09:47 taca Exp $
+# $NetBSD: Makefile,v 1.16 2025/02/08 03:51:48 taca Exp $
 
 DISTNAME=      Crypt_GPG-1.6.9
+PKGREVISION=   1
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Object oriented interface to GNU Privacy Guard
 LICENSE=       gnu-lgpl-v2.1
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=${PHP_VERSION}:../../converters/php-mbstring
+DEPENDS+=      ${PHP_PKG_PREFIX}-mbstring>=${PHP_BASE_VERS}:../../converters/php-mbstring
 DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Console_CommandLine>=1.1.10:../../devel/pear-Console_CommandLine
 
 REPLACE_PHP+=  scripts/crypt-gpg-pinentry
 
-.include "../../lang/php/replace.mk"
 .include "../../lang/php/pear.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/php-gnupg/Makefile
diff -u pkgsrc/security/php-gnupg/Makefile:1.4 pkgsrc/security/php-gnupg/Makefile:1.5
--- pkgsrc/security/php-gnupg/Makefile:1.4      Fri Aug  9 09:42:34 2024
+++ pkgsrc/security/php-gnupg/Makefile  Sat Feb  8 03:51:48 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2024/08/09 09:42:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2025/02/08 03:51:48 taca Exp $
 
 MODNAME=               gnupg
 PECL_VERSION=          1.5.1
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            security
 
 MAINTAINER=            tpaul%NetBSD.org@localhost
@@ -11,7 +11,7 @@ COMMENT=              PHP module for interacting wit
 
 CONFIGURE_ARGS+=       --with-gnupg=${PREFIX}/include
 
-INSTALLATION_DIRS+=    include/php/ext/gnupg
+INSTALLATION_DIRS+=    ${PHP_INCDIR}/ext/gnupg
 
 .include "../../security/gpgme/buildlink3.mk"
 .include "../../lang/php/ext.mk"

Index: pkgsrc/security/php-gnupg/PLIST
diff -u pkgsrc/security/php-gnupg/PLIST:1.1 pkgsrc/security/php-gnupg/PLIST:1.2
--- pkgsrc/security/php-gnupg/PLIST:1.1 Sat Mar 14 04:40:47 2020
+++ pkgsrc/security/php-gnupg/PLIST     Sat Feb  8 03:51:48 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/03/14 04:40:47 tpaul Exp $
-lib/php/20191128/gnupg.so
-share/examples/php/gnupg.ini
-@pkgdir include/php/ext/gnupg
+@comment $NetBSD: PLIST,v 1.2 2025/02/08 03:51:48 taca Exp $
+${PHP_EXTENSION_DIR}/gnupg.so
+${PHP_EGDIR}/gnupg.ini
+@pkgdir ${PHP_INCDIR}/ext/gnupg

Index: pkgsrc/security/php-oauth/Makefile
diff -u pkgsrc/security/php-oauth/Makefile:1.39 pkgsrc/security/php-oauth/Makefile:1.40
--- pkgsrc/security/php-oauth/Makefile:1.39     Thu Nov 14 22:21:32 2024
+++ pkgsrc/security/php-oauth/Makefile  Sat Feb  8 03:51:48 2025
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.39 2024/11/14 22:21:32 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2025/02/08 03:51:48 taca Exp $
 
 MODNAME=               oauth
+PKGREVISION=           13
 PECL_VERSION=          2.0.7
 CATEGORIES+=           security
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 COMMENT=               PHP oauth consumer extension
-PKGREVISION=           12
 LICENSE=               modified-bsd
 
 PHP_VERSIONS_INCOMPATIBLE=     56

Index: pkgsrc/security/php-oauth1/Makefile
diff -u pkgsrc/security/php-oauth1/Makefile:1.30 pkgsrc/security/php-oauth1/Makefile:1.31
--- pkgsrc/security/php-oauth1/Makefile:1.30    Thu Nov 14 22:21:33 2024
+++ pkgsrc/security/php-oauth1/Makefile Sat Feb  8 03:51:48 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2024/11/14 22:21:33 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2025/02/08 03:51:48 taca Exp $
 
 MODNAME=               oauth
-PKGREVISION=           30
+PKGREVISION=           31
 PECL_VERSION=          1.2.3
 CATEGORIES+=           security
 

Index: pkgsrc/security/php-pecl-mcrypt/Makefile
diff -u pkgsrc/security/php-pecl-mcrypt/Makefile:1.10 pkgsrc/security/php-pecl-mcrypt/Makefile:1.11
--- pkgsrc/security/php-pecl-mcrypt/Makefile:1.10       Sun Jan  7 15:41:17 2024
+++ pkgsrc/security/php-pecl-mcrypt/Makefile    Sat Feb  8 03:51:48 2025
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2024/01/07 15:41:17 taca Exp $
+# $NetBSD: Makefile,v 1.11 2025/02/08 03:51:48 taca Exp $
 #
 
 MODNAME=       mcrypt
 PECL_VERSION=  1.0.7
+PKGREVISION=   1
 PKGNAME=       ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION}
 CATEGORIES=    security
 

Index: pkgsrc/security/php-ssh2/Makefile
diff -u pkgsrc/security/php-ssh2/Makefile:1.19 pkgsrc/security/php-ssh2/Makefile:1.20
--- pkgsrc/security/php-ssh2/Makefile:1.19      Wed Apr 17 10:38:36 2024
+++ pkgsrc/security/php-ssh2/Makefile   Sat Feb  8 03:51:48 2025
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.19 2024/04/17 10:38:36 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2025/02/08 03:51:48 taca Exp $
 
 MODNAME=               ssh2
 PECL_VERSION=          1.3.1
+PKGREVISION=           2
 CATEGORIES+=           security
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://www.libssh2.org/
 COMMENT=               PHP bindings to the functions of libssh2
-PKGREVISION=           1
 LICENSE=               php
 
 CONFIGURE_ARGS+=       --with-ssh2=${PREFIX}

Index: pkgsrc/security/php-ssh2-0/Makefile
diff -u pkgsrc/security/php-ssh2-0/Makefile:1.7 pkgsrc/security/php-ssh2-0/Makefile:1.8
--- pkgsrc/security/php-ssh2-0/Makefile:1.7     Wed Apr 17 10:38:36 2024
+++ pkgsrc/security/php-ssh2-0/Makefile Sat Feb  8 03:51:48 2025
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2024/04/17 10:38:36 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2025/02/08 03:51:48 taca Exp $
 
 MODNAME=               ssh2
 PECL_VERSION=          0.13
+PKGREVISION=           3
 CATEGORIES+=           security
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://www.libssh2.org/
 COMMENT=               PHP bindings to the functions of libssh2
-PKGREVISION=           2
 LICENSE=               php
 
 PHP_VERSIONS_ACCEPTED= 56

Index: pkgsrc/security/php-suhosin/Makefile
diff -u pkgsrc/security/php-suhosin/Makefile:1.15 pkgsrc/security/php-suhosin/Makefile:1.16
--- pkgsrc/security/php-suhosin/Makefile:1.15   Sun Jan 26 17:32:06 2020
+++ pkgsrc/security/php-suhosin/Makefile        Sat Feb  8 03:51:49 2025
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2020/01/26 17:32:06 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2025/02/08 03:51:49 taca Exp $
 #
 
 MODNAME=               suhosin
 DISTNAME=              suhosin-${PECL_VERSION}
 PECL_VERSION=          0.9.38
+PKGREVISION=           1
 PECL_LEGACY_VERSION_SCHEME=    yes
 CATEGORIES=            www
 MASTER_SITES=          https://download.suhosin.org/



Home | Main Index | Thread Index | Old Index