diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/crowdsec/Makefile | 7 | ||||
-rw-r--r-- | security/crowdsec/distinfo | 10 | ||||
-rw-r--r-- | security/fizz/Makefile | 2 | ||||
-rw-r--r-- | security/fizz/distinfo | 6 | ||||
-rw-r--r-- | security/keychain/Makefile | 21 | ||||
-rw-r--r-- | security/keychain/distinfo | 6 | ||||
-rw-r--r-- | security/kf6-kdesu/distinfo | 6 | ||||
-rw-r--r-- | security/rnp/Makefile | 39 | ||||
-rw-r--r-- | security/rnp/distinfo | 8 | ||||
-rw-r--r-- | security/rnp/pkg-plist | 6 | ||||
-rw-r--r-- | security/sudo/Makefile | 3 | ||||
-rw-r--r-- | security/sudo/distinfo | 6 | ||||
-rw-r--r-- | security/sudo/pkg-plist | 1 |
13 files changed, 63 insertions, 58 deletions
diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile index 29812366d85d..2d6c7fe45915 100644 --- a/security/crowdsec/Makefile +++ b/security/crowdsec/Makefile @@ -1,7 +1,6 @@ PORTNAME= crowdsec DISTVERSIONPREFIX= v -DISTVERSION= 1.6.8 -PORTREVISION= 2 +DISTVERSION= 1.6.9 CATEGORIES= security MAINTAINER= marco@crowdsec.net @@ -14,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libabsl_base.so:devel/abseil \ libre2.so:devel/re2 -USES= go:1.24,modules pkgconfig -_COMMIT= f209766e +USES= go:modules pkgconfig +_COMMIT= 40b8cfe6 _BUILD_DATE= $$(date -u "+%F_%T") USE_RC_SUBR= crowdsec diff --git a/security/crowdsec/distinfo b/security/crowdsec/distinfo index 75f426b46bc3..aae70fd870b6 100644 --- a/security/crowdsec/distinfo +++ b/security/crowdsec/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1742918468 -SHA256 (go/security_crowdsec/crowdsec-v1.6.8/v1.6.8.mod) = fc6fecb30189e6d764fa8c14b20914d34084808f4a3b676582ee113ab1615eff -SIZE (go/security_crowdsec/crowdsec-v1.6.8/v1.6.8.mod) = 10955 -SHA256 (go/security_crowdsec/crowdsec-v1.6.8/v1.6.8.zip) = 9d61fe2253c77600884df933467be4efb5d2059e4c453b1d48f10a9c7916647c -SIZE (go/security_crowdsec/crowdsec-v1.6.8/v1.6.8.zip) = 1753101 +TIMESTAMP = 1750243893 +SHA256 (go/security_crowdsec/crowdsec-v1.6.9/v1.6.9.mod) = 75ab181433766799f3b54e5e9bb6634c8075e310ec3192a8ae31492ad54f1376 +SIZE (go/security_crowdsec/crowdsec-v1.6.9/v1.6.9.mod) = 10924 +SHA256 (go/security_crowdsec/crowdsec-v1.6.9/v1.6.9.zip) = 3f65b6dc339357172eb2b130ad8c4a1842557d317e05730227abf4f703da5d01 +SIZE (go/security_crowdsec/crowdsec-v1.6.9/v1.6.9.zip) = 1767818 diff --git a/security/fizz/Makefile b/security/fizz/Makefile index e17bfdec99d0..bc813ef120d8 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,6 +1,6 @@ PORTNAME= fizz DISTVERSIONPREFIX= v -DISTVERSION= 2025.06.16.00 +DISTVERSION= 2025.06.23.00 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/fizz/distinfo b/security/fizz/distinfo index 419878a85c4b..cbbf87dcf8d9 100644 --- a/security/fizz/distinfo +++ b/security/fizz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750093320 -SHA256 (facebookincubator-fizz-v2025.06.16.00_GH0.tar.gz) = f84c4a956befd943580b7086cebea3fe73e9b39da2b0866f32545d2ad2db008e -SIZE (facebookincubator-fizz-v2025.06.16.00_GH0.tar.gz) = 755233 +TIMESTAMP = 1750695884 +SHA256 (facebookincubator-fizz-v2025.06.23.00_GH0.tar.gz) = 35d3ff2dd4ec1132bb738c84db4e2a539083de13f049fa79467063c9c71c63e2 +SIZE (facebookincubator-fizz-v2025.06.23.00_GH0.tar.gz) = 758581 diff --git a/security/keychain/Makefile b/security/keychain/Makefile index c116375d5bf6..913a8fbc38f1 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -1,6 +1,5 @@ PORTNAME= keychain -PORTVERSION= 2.8.5 -PORTREVISION= 1 +PORTVERSION= 2.9.5 CATEGORIES= security MAINTAINER= garga@FreeBSD.org @@ -10,23 +9,23 @@ WWW= https://www.funtoo.org/Keychain LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.txt +.if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent) +RUN_DEPENDS+= ssh-agent:security/openssh-portable +.endif + +USES= perl5 + USE_GITHUB= yes GH_ACCOUNT= funtoo +USE_PERL5= build CONFLICTS_INSTALL= py*-pycoin # bin/keychain -OPTIONS_DEFINE= DOCS - -NO_BUILD= yes - PLIST_FILES= bin/${PORTNAME} \ share/man/man1/keychain.1.gz +PORTDOCS= ChangeLog.md README.md -PORTDOCS= ChangeLog README.md - -.if !exists(${LOCALBASE}/bin/ssh-agent) && !exists(/usr/bin/ssh-agent) -RUN_DEPENDS+= ssh-agent:security/openssh-portable -.endif +OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin diff --git a/security/keychain/distinfo b/security/keychain/distinfo index c191cee8cc7f..5dfacbe82b18 100644 --- a/security/keychain/distinfo +++ b/security/keychain/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587517454 -SHA256 (funtoo-keychain-2.8.5_GH0.tar.gz) = dcce703e5001211c8ebc0528f45b523f84d2bceeb240600795b4d80cb8475a0b -SIZE (funtoo-keychain-2.8.5_GH0.tar.gz) = 66446 +TIMESTAMP = 1750426458 +SHA256 (funtoo-keychain-2.9.5_GH0.tar.gz) = c883f26db616bc1c81ba5ef3832c7ad912f3e8bd0baf6aaff981164c538a1411 +SIZE (funtoo-keychain-2.9.5_GH0.tar.gz) = 42685 diff --git a/security/kf6-kdesu/distinfo b/security/kf6-kdesu/distinfo index 5e596d710465..bea35261fd90 100644 --- a/security/kf6-kdesu/distinfo +++ b/security/kf6-kdesu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746358560 -SHA256 (KDE/frameworks/6.14/kdesu-6.14.0.tar.xz) = 103a06311c035445fd5884845c57369f07229239f9bbebe91cc95b7ce8c5ca23 -SIZE (KDE/frameworks/6.14/kdesu-6.14.0.tar.xz) = 56688 +TIMESTAMP = 1749476629 +SHA256 (KDE/frameworks/6.15/kdesu-6.15.0.tar.xz) = 9eb4c11a1742af2cb17cf1e7e18bb0fbdb45ee16f083739c418cbe9d45af1806 +SIZE (KDE/frameworks/6.15/kdesu-6.15.0.tar.xz) = 57012 diff --git a/security/rnp/Makefile b/security/rnp/Makefile index d53c9ca08b8c..c8dc94c9cdac 100644 --- a/security/rnp/Makefile +++ b/security/rnp/Makefile @@ -2,6 +2,7 @@ PORTNAME= rnp DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 CATEGORIES= security +MASTER_SITES= https://github.com/rnpgp/${PORTNAME}/releases/download/${DISTVERSIONFULL}/ MAINTAINER= se@FreeBSD.org COMMENT= RNP is a set of OpenPGP (RFC4880) tools @@ -15,27 +16,35 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md LICENSE_PERMS_OCB_Patent= dist-mirror dist-sell pkg-mirror pkg-sell \ auto-accept -BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor LIB_DEPENDS= libbotan-3.so:security/botan3 \ libjson-c.so:devel/json-c - -USES= cmake compiler:c++11-lang pkgconfig -USE_GITHUB= yes -GH_ACCOUNT= rnpgp -GH_TUPLE= rnpgp:sexpp:c641a2f:sexpp/src/libsexpp +TEST_DEPENDS= googletest>0:devel/googletest \ + gpgme>0:security/gpgme + +USES= cmake:testing compiler:c++20-lang pathfix pkgconfig \ + python:env,test shebangfix +PATHFIX_WRKSRC= ${WRKSRC}/src/lib +SHEBANG_FILES= src/tests/cli_perf.py \ + src/tests/cli_tests.py \ + src/tests/data/cli_EncryptSign/regenerate_keys USE_LDCONFIG= yes -CMAKE_ARGS= -DBUILD_SHARED_LIBS=on \ - -DBUILD_TESTING=off - PLIST_SUB= VERS=${DISTVERSION} -pre-configure: - ${CP} ${FILESDIR}/version.cmake ${WRKSRC}/cmake/ - ${REINPLACE_CMD} 's/%%DISTVERSION%%/${DISTVERSION}/' \ - ${WRKSRC}/cmake/version.cmake +CMAKE_ON= BUILD_SHARED_LIBS \ + CMAKE_DISABLE_FIND_PACKAGE_Git +CMAKE_OFF= BUILD_TESTING \ + DOWNLOAD_GTEST -post-install: - ${RM} ${STAGEDIR}${PREFIX}/lib/libsexp.a +OPTIONS_DEFINE= MANPAGES +OPTIONS_SUB= yes + +MANPAGES_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor +MANPAGES_CMAKE_BOOL= ENABLE_DOC + +pre-configure: + ${CP} ${FILESDIR}/version.cmake ${WRKSRC}/cmake/ + ${REINPLACE_CMD} 's/%%DISTVERSION%%/${DISTVERSION}/' \ + ${WRKSRC}/cmake/version.cmake .include <bsd.port.mk> diff --git a/security/rnp/distinfo b/security/rnp/distinfo index 543f9d413201..b08cf7350d69 100644 --- a/security/rnp/distinfo +++ b/security/rnp/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1750584656 -SHA256 (rnpgp-rnp-v0.18.0_GH0.tar.gz) = 5c8f0bdd5770f5680cc83a76f4569a067f107b8b3eec76577faa227135c7c18e -SIZE (rnpgp-rnp-v0.18.0_GH0.tar.gz) = 4292768 -SHA256 (rnpgp-sexpp-c641a2f_GH0.tar.gz) = 43d4abdb0c131305ed11ce202d128717336782159b741931494ee8f99cf43cf4 -SIZE (rnpgp-sexpp-c641a2f_GH0.tar.gz) = 71645 +TIMESTAMP = 1750637070 +SHA256 (rnp-v0.18.0.tar.gz) = a90e3ac5b185a149665147f9284c0201a78431e81924883899244522fd3f9240 +SIZE (rnp-v0.18.0.tar.gz) = 4376397 diff --git a/security/rnp/pkg-plist b/security/rnp/pkg-plist index 2e36e321d3d1..b4fe6d6f28d6 100644 --- a/security/rnp/pkg-plist +++ b/security/rnp/pkg-plist @@ -12,6 +12,6 @@ lib/librnp.so lib/librnp.so.0 lib/librnp.so.%%VERS%% libdata/pkgconfig/librnp.pc -share/man/man1/rnp.1.gz -share/man/man1/rnpkeys.1.gz -share/man/man3/librnp.3.gz +%%MANPAGES%%share/man/man1/rnp.1.gz +%%MANPAGES%%share/man/man1/rnpkeys.1.gz +%%MANPAGES%%share/man/man3/librnp.3.gz diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 8d9e0944a8af..14466a9e7774 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,6 +1,5 @@ PORTNAME= sudo -PORTVERSION= 1.9.16p2 -PORTREVISION= 1 +PORTVERSION= 1.9.17 CATEGORIES= security MASTER_SITES= SUDO diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 03e8a8de5644..9b38cd2b5a6c 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732568670 -SHA256 (sudo-1.9.16p2.tar.gz) = 976aa56d3e3b2a75593307864288addb748c9c136e25d95a9cc699aafa77239c -SIZE (sudo-1.9.16p2.tar.gz) = 5398419 +TIMESTAMP = 1750523514 +SHA256 (sudo-1.9.17.tar.gz) = 3f212c69d534d5822b492d099abb02a593f91ca99f5afde5cb9bd3e1dcdad069 +SIZE (sudo-1.9.17.tar.gz) = 5447899 diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist index f25c65289213..8ccf8c8be89d 100644 --- a/security/sudo/pkg-plist +++ b/security/sudo/pkg-plist @@ -134,6 +134,7 @@ sbin/sudo_sendlog %%NLS%%share/locale/uk/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/vi/LC_MESSAGES/sudo.mo %%NLS%%share/locale/vi/LC_MESSAGES/sudoers.mo +%%NLS%%share/locale/yue/LC_MESSAGES/sudo.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudo.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/sudoers.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/sudo.mo |