diff options
Diffstat (limited to 'security')
| -rw-r--r-- | security/git-credential-gopass/Makefile | 3 | ||||
| -rw-r--r-- | security/git-credential-gopass/distinfo | 14 | ||||
| -rw-r--r-- | security/pam_pkcs11/Makefile | 8 | ||||
| -rw-r--r-- | security/pam_pkcs11/files/patch-configure.ac | 10 | ||||
| -rw-r--r-- | security/tailscale/Makefile | 2 | ||||
| -rw-r--r-- | security/tailscale/distinfo | 10 |
6 files changed, 26 insertions, 21 deletions
diff --git a/security/git-credential-gopass/Makefile b/security/git-credential-gopass/Makefile index 613391333411..2a1c06f72130 100644 --- a/security/git-credential-gopass/Makefile +++ b/security/git-credential-gopass/Makefile @@ -1,7 +1,6 @@ PORTNAME= git-credential-gopass DISTVERSIONPREFIX= v -DISTVERSION= 1.16.0 -PORTREVISION= 1 +DISTVERSION= 1.16.1 CATEGORIES= security MAINTAINER= ehaupt@FreeBSD.org diff --git a/security/git-credential-gopass/distinfo b/security/git-credential-gopass/distinfo index 9aa6cee336ef..441047d3a13f 100644 --- a/security/git-credential-gopass/distinfo +++ b/security/git-credential-gopass/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1763107008 -SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.16.0_GH0/v1.16.0.mod) = d312138056ef09a72a32ccbca492dac8596aab884665d4405dd5c62126d05363 -SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.16.0_GH0/v1.16.0.mod) = 1746 -SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.16.0_GH0/v1.16.0.zip) = 5177cae9fa4b7913a973e7a6ad3c2cad851da7cb8dd096d054fd5f884804b33a -SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.16.0_GH0/v1.16.0.zip) = 31110 -SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.16.0_GH0/gopasspw-git-credential-gopass-v1.16.0_GH0.tar.gz) = de034059597d4853da5e55e793c1577a779dfc64ef5d7cffaad10808a6442d1d -SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.16.0_GH0/gopasspw-git-credential-gopass-v1.16.0_GH0.tar.gz) = 23538 +TIMESTAMP = 1765711661 +SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.16.1_GH0/v1.16.1.mod) = 03be7a73f8251a9ecc3ee6e8dcb96b004b9ce039fab0c7efd147e215cc9ff86e +SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.16.1_GH0/v1.16.1.mod) = 1746 +SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.16.1_GH0/v1.16.1.zip) = 7431f8703b4a387a0707254c713798b42fe740537faabd325c769c78e041e507 +SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.16.1_GH0/v1.16.1.zip) = 31110 +SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.16.1_GH0/gopasspw-git-credential-gopass-v1.16.1_GH0.tar.gz) = 8382b98e56b4547232cc5ea8967eb2a7497a9821a50499d215dafc2f530ba32e +SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.16.1_GH0/gopasspw-git-credential-gopass-v1.16.1_GH0.tar.gz) = 23540 diff --git a/security/pam_pkcs11/Makefile b/security/pam_pkcs11/Makefile index 826e08c465dd..80a072b82235 100644 --- a/security/pam_pkcs11/Makefile +++ b/security/pam_pkcs11/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 RUN_DEPENDS= bash:shells/bash -USES= autoreconf gmake libtool pkgconfig shebangfix +USES= autoreconf gettext-tools gmake libtool pkgconfig shebangfix USE_GITHUB= yes GH_ACCOUNT= OpenSC @@ -22,7 +22,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-confdir=${ETCDIR} CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SHEBANG_FILES= tools/pkcs11_make_hash_link @@ -50,7 +49,7 @@ PCSC_CONFIGURE_WITH= pcsclite SSL_USES= ssl NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext +NLS_USES= gettext-runtime DOCS_CONFIGURE_ENABLE= doc @@ -94,7 +93,4 @@ post-patch: @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ ${WRKSRC}/doc/pam_pkcs11.8.in -pre-configure: - @(cd ${WRKSRC} && ./bootstrap) - .include <bsd.port.mk> diff --git a/security/pam_pkcs11/files/patch-configure.ac b/security/pam_pkcs11/files/patch-configure.ac new file mode 100644 index 000000000000..042b4516b3c1 --- /dev/null +++ b/security/pam_pkcs11/files/patch-configure.ac @@ -0,0 +1,10 @@ +--- configure.ac.orig 2021-05-31 18:18:38 UTC ++++ configure.ac +@@ -5,6 +5,7 @@ AC_INIT([pam_pkcs11],[0.6.12]) + + # Process this file with autoconf to produce a configure script. + AC_INIT([pam_pkcs11],[0.6.12]) ++AC_CONFIG_MACRO_DIRS([aclocal]) + AC_CONFIG_SRCDIR([src/pam_pkcs11/pam_pkcs11.c]) + AC_CANONICAL_HOST + AM_INIT_AUTOMAKE diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index 91675bea347a..e209a482cf18 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,5 +1,5 @@ PORTNAME= tailscale -PORTVERSION= 1.90.9 +PORTVERSION= 1.92.2 DISTVERSIONPREFIX= v CATEGORIES= security net-vpn diff --git a/security/tailscale/distinfo b/security/tailscale/distinfo index 5937d3198f49..14a9eda4ec58 100644 --- a/security/tailscale/distinfo +++ b/security/tailscale/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764966292 -SHA256 (go/security_tailscale/tailscale-v1.90.9/v1.90.9.mod) = 1e67b00bb7b9c83eeeec6e0ad87185f86f56ce4382aae3446233a865ba0b1337 -SIZE (go/security_tailscale/tailscale-v1.90.9/v1.90.9.mod) = 21280 -SHA256 (go/security_tailscale/tailscale-v1.90.9/v1.90.9.zip) = ed9608d4603808d03cac4d0f0266eea9821294371b0e23f7d74a5a1948c6809f -SIZE (go/security_tailscale/tailscale-v1.90.9/v1.90.9.zip) = 5481676 +TIMESTAMP = 1765731669 +SHA256 (go/security_tailscale/tailscale-v1.92.2/v1.92.2.mod) = 19a252dc6b0be5ab7c293a656a5e1570234098b824c3bfa98f6ed674135839b2 +SIZE (go/security_tailscale/tailscale-v1.92.2/v1.92.2.mod) = 21667 +SHA256 (go/security_tailscale/tailscale-v1.92.2/v1.92.2.zip) = b88212d0d13a2261e56a981b76a66d92431d570638852d4308d4e6ae59cb54fd +SIZE (go/security_tailscale/tailscale-v1.92.2/v1.92.2.zip) = 5559507 |
