diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/aws-iam-authenticator/Makefile | 3 | ||||
-rw-r--r-- | security/aws-iam-authenticator/distinfo | 10 | ||||
-rw-r--r-- | security/lxqt-openssh-askpass/Makefile | 4 | ||||
-rw-r--r-- | security/lxqt-sudo/Makefile | 5 | ||||
-rw-r--r-- | security/openvpn-auth-oauth2/Makefile | 2 | ||||
-rw-r--r-- | security/openvpn-auth-oauth2/distinfo | 10 | ||||
-rw-r--r-- | security/py-netbox-secrets/Makefile | 2 | ||||
-rw-r--r-- | security/py-netbox-secrets/distinfo | 6 | ||||
-rw-r--r-- | security/py-pycryptodome-test-vectors/Makefile | 6 | ||||
-rw-r--r-- | security/py-pycryptodome-test-vectors/distinfo | 6 | ||||
-rw-r--r-- | security/py-pycryptodome/Makefile | 4 | ||||
-rw-r--r-- | security/py-pycryptodome/distinfo | 6 | ||||
-rw-r--r-- | security/py-pycryptodomex/distinfo | 6 | ||||
-rw-r--r-- | security/py-social-auth-core/Makefile | 26 | ||||
-rw-r--r-- | security/py-social-auth-core/distinfo | 6 | ||||
-rw-r--r-- | security/py-social-auth-core/files/patch-pyproject.toml | 23 | ||||
-rw-r--r-- | security/transcrypt/Makefile | 2 | ||||
-rw-r--r-- | security/transcrypt/distinfo | 6 | ||||
-rw-r--r-- | security/vuxml/vuln/2025.xml | 17 |
19 files changed, 95 insertions, 55 deletions
diff --git a/security/aws-iam-authenticator/Makefile b/security/aws-iam-authenticator/Makefile index 7b7cebca2d98..4ff1a2e1d9a7 100644 --- a/security/aws-iam-authenticator/Makefile +++ b/security/aws-iam-authenticator/Makefile @@ -1,7 +1,6 @@ PORTNAME= aws-iam-authenticator -PORTVERSION= 0.7.2 +PORTVERSION= 0.7.3 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= security MAINTAINER= danilo@FreeBSD.org diff --git a/security/aws-iam-authenticator/distinfo b/security/aws-iam-authenticator/distinfo index 7fbed1e349ff..fef0487d0219 100644 --- a/security/aws-iam-authenticator/distinfo +++ b/security/aws-iam-authenticator/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1746021373 -SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.2/v0.7.2.mod) = 7e54dc678faa32a9e5ce9063f42568ae2d38c9d23bf8f3787602259a55f4adac -SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.2/v0.7.2.mod) = 3535 -SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.2/v0.7.2.zip) = 939d3cb109fe7968a7e08fb9ce4381535031d3c6f28fd53df6004347c9412abc -SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.2/v0.7.2.zip) = 225722 +TIMESTAMP = 1750521592 +SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.3/v0.7.3.mod) = 8ecdfec2a08ef66fd57567c82bc179409b8cf25a6a783345c9b07f258524ad01 +SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.3/v0.7.3.mod) = 4278 +SHA256 (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.3/v0.7.3.zip) = aa54c7e555826a93cd55c4f651af71ddad0408367085e6f9044bedf386824008 +SIZE (go/security_aws-iam-authenticator/aws-iam-authenticator-v0.7.3/v0.7.3.zip) = 227851 diff --git a/security/lxqt-openssh-askpass/Makefile b/security/lxqt-openssh-askpass/Makefile index 109576ab347e..35b43e87f591 100644 --- a/security/lxqt-openssh-askpass/Makefile +++ b/security/lxqt-openssh-askpass/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-openssh-askpass PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= LXQT @@ -10,7 +10,7 @@ WWW= https://lxqt-project.org LICENSE= LGPL21+ -USES= cmake compiler:c++17-lang gettext-runtime lxqt:2 perl5 \ +USES= cmake compiler:c++20-lang gettext-runtime lxqt:2 perl5 \ pkgconfig qt:6 tar:xz USE_LXQT= buildtools2 lxqt USE_PERL5= build diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile index d9a5993d080a..c5dcf5e3f665 100644 --- a/security/lxqt-sudo/Makefile +++ b/security/lxqt-sudo/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-sudo PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= LXQT @@ -12,7 +12,8 @@ LICENSE= LGPL21+ RUN_DEPENDS= sudo:security/sudo -USES= cmake gettext kde:6 lxqt:2 qt:6 perl5 tar:xz gnome xorg +USES= cmake compiler:c++20-lang gettext kde:6 lxqt:2 qt:6 perl5 tar:xz \ + gnome xorg USE_PERL5= build USE_QT= base:run tools:build svg diff --git a/security/openvpn-auth-oauth2/Makefile b/security/openvpn-auth-oauth2/Makefile index b5baf2018f3a..86911fad6d08 100644 --- a/security/openvpn-auth-oauth2/Makefile +++ b/security/openvpn-auth-oauth2/Makefile @@ -1,6 +1,6 @@ PORTNAME= openvpn-auth-oauth2 DISTVERSIONPREFIX= v -DISTVERSION= 1.23.1 +DISTVERSION= 1.24.0 CATEGORIES= security net net-vpn MAINTAINER= otis@FreeBSD.org diff --git a/security/openvpn-auth-oauth2/distinfo b/security/openvpn-auth-oauth2/distinfo index 715d4d34e019..65bdf59a48f1 100644 --- a/security/openvpn-auth-oauth2/distinfo +++ b/security/openvpn-auth-oauth2/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1749590370 -SHA256 (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.23.1/v1.23.1.mod) = 4eb4d0d5b5373d77a532a0f89455335a95d3ff146ac4575a69cc43297c15ba5b -SIZE (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.23.1/v1.23.1.mod) = 1329 -SHA256 (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.23.1/v1.23.1.zip) = b414c238de9b1052c4e276b129d9daddaa83bc350848e979252817c7ae1a25f0 -SIZE (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.23.1/v1.23.1.zip) = 1864404 +TIMESTAMP = 1750538779 +SHA256 (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.24.0/v1.24.0.mod) = cf3d2994878a3a111e074a20790a0601c70c68202c2a54702aa09fb62dd5d9dd +SIZE (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.24.0/v1.24.0.mod) = 1329 +SHA256 (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.24.0/v1.24.0.zip) = bb420b79a1ca9fc94ecc859c0663eb00b6672ee9aacfad0367c319954f1b047e +SIZE (go/security_openvpn-auth-oauth2/openvpn-auth-oauth2-v1.24.0/v1.24.0.zip) = 1869608 diff --git a/security/py-netbox-secrets/Makefile b/security/py-netbox-secrets/Makefile index 79466b639c92..262894baf8bf 100644 --- a/security/py-netbox-secrets/Makefile +++ b/security/py-netbox-secrets/Makefile @@ -1,5 +1,5 @@ PORTNAME= netbox-secrets -DISTVERSION= 2.2.1 +DISTVERSION= 2.3.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-netbox-secrets/distinfo b/security/py-netbox-secrets/distinfo index 25c5b104549d..68f590c12790 100644 --- a/security/py-netbox-secrets/distinfo +++ b/security/py-netbox-secrets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747310577 -SHA256 (netbox_secrets-2.2.1.tar.gz) = 26f817f9a9c03dcd34aaaa89d4744b2d15408d0e38f584aa6f2cb73bdd48958f -SIZE (netbox_secrets-2.2.1.tar.gz) = 57852 +TIMESTAMP = 1750489227 +SHA256 (netbox_secrets-2.3.0.tar.gz) = c2785de9d292407cc20bd0b0e7f4f35cf30f6fba71000bea7c7789ed5cf60503 +SIZE (netbox_secrets-2.3.0.tar.gz) = 57639 diff --git a/security/py-pycryptodome-test-vectors/Makefile b/security/py-pycryptodome-test-vectors/Makefile index 15d44c0155a5..7d1819548470 100644 --- a/security/py-pycryptodome-test-vectors/Makefile +++ b/security/py-pycryptodome-test-vectors/Makefile @@ -1,9 +1,9 @@ PORTNAME= pycryptodome-test-vectors -DISTVERSION= 1.0.20 -PORTREVISION= 1 +DISTVERSION= 1.0.22 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/g}-${DISTVERSION} MAINTAINER= john@saltant.com COMMENT= Optional test vectors for PyCryptodome and PyCryptodomeX @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE APACHE20 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= cpe python zip +USES= cpe python CPE_VENDOR= python USE_PYTHON= autoplist distutils diff --git a/security/py-pycryptodome-test-vectors/distinfo b/security/py-pycryptodome-test-vectors/distinfo index b2315f93444d..5cbe1c471d8d 100644 --- a/security/py-pycryptodome-test-vectors/distinfo +++ b/security/py-pycryptodome-test-vectors/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729970234 -SHA256 (pycryptodome-test-vectors-1.0.20.zip) = fc7ff17f2632017b2b98f00e7c3e749cfada95ed69cba01fa62951cd4baab9f9 -SIZE (pycryptodome-test-vectors-1.0.20.zip) = 12591386 +TIMESTAMP = 1750415673 +SHA256 (pycryptodome_test_vectors-1.0.22.tar.gz) = d68efef6df0ebb9dd384f3a98387c2d7151d8d98e83611a74d434e7b5d0a76a5 +SIZE (pycryptodome_test_vectors-1.0.22.tar.gz) = 15000681 diff --git a/security/py-pycryptodome/Makefile b/security/py-pycryptodome/Makefile index e61270276eeb..4b5f0437a47e 100644 --- a/security/py-pycryptodome/Makefile +++ b/security/py-pycryptodome/Makefile @@ -1,5 +1,5 @@ PORTNAME?= pycryptodome -DISTVERSION= 3.21.0 +DISTVERSION= 3.23.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodome-test-vectors>=0:security/py-pycryptodome-test-vectors@${PY_FLAVOR} \ gmp>=0:math/gmp -# Officially: 2.7, 3.6-3.13 +# Officially: 2.7, 3.7-3.13 USES= cpe python CPE_VENDOR= python USE_PYTHON= autoplist pep517 diff --git a/security/py-pycryptodome/distinfo b/security/py-pycryptodome/distinfo index b1385af4f4d4..33d4bdae2000 100644 --- a/security/py-pycryptodome/distinfo +++ b/security/py-pycryptodome/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728944664 -SHA256 (pycryptodome-3.21.0.tar.gz) = f7787e0d469bdae763b876174cf2e6c0f7be79808af26b1da96f1a64bcf47297 -SIZE (pycryptodome-3.21.0.tar.gz) = 4818071 +TIMESTAMP = 1750381476 +SHA256 (pycryptodome-3.23.0.tar.gz) = 447700a657182d60338bab09fdb27518f8856aecd80ae4c6bdddb67ff5da44ef +SIZE (pycryptodome-3.23.0.tar.gz) = 4921276 diff --git a/security/py-pycryptodomex/distinfo b/security/py-pycryptodomex/distinfo index 39e5650c988a..5e28a2a29040 100644 --- a/security/py-pycryptodomex/distinfo +++ b/security/py-pycryptodomex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730098751 -SHA256 (pycryptodomex-3.21.0.tar.gz) = 222d0bd05381dd25c32dd6065c071ebf084212ab79bab4599ba9e6a3e0009e6c -SIZE (pycryptodomex-3.21.0.tar.gz) = 4818543 +TIMESTAMP = 1750385185 +SHA256 (pycryptodomex-3.23.0.tar.gz) = 71909758f010c82bc99b0abf4ea12012c98962fbf0583c2164f8b84533c2e4da +SIZE (pycryptodomex-3.23.0.tar.gz) = 4922157 diff --git a/security/py-social-auth-core/Makefile b/security/py-social-auth-core/Makefile index fce8db9b55c0..ca6491921c65 100644 --- a/security/py-social-auth-core/Makefile +++ b/security/py-social-auth-core/Makefile @@ -1,9 +1,9 @@ PORTNAME= social-auth-core -DISTVERSION= 4.5.4 -PORTREVISION= 1 +DISTVERSION= 4.6.1 CATEGORIES= security www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= social_auth_core-${DISTVERSION} MAINTAINER= ultima@FreeBSD.org COMMENT= Social authentication/registration mechanism for several frameworks @@ -12,27 +12,35 @@ WWW= https://github.com/python-social-auth/social-core LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5.0:devel/py-defusedxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.10:security/py-python3-openid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.7.0:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauthlib>=1.0.3:security/py-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.9.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.6.1:www/py-requests-oauthlib@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpretty>=0.9.6:www/py-httpretty@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}coverage>=3.6:devel/py-coverage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.7.1:devel/py-pytest-cov@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}responses>=0.25.0:devel/py-responses@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist cryptography distutils pytest +USE_PYTHON= autoplist cryptography pep517 pytest TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} NO_ARCH= yes -OPTIONS_DEFINE= SAML -OPTIONS_DEFAULT= SAML +# An SHOPIFY option would still be possible as well, but the ports tree does +# not yet have all the required dependencies for this. +OPTIONS_DEFINE= GOOGLE-ONETAP PING SAML +OPTIONS_DEFAULT= GOOGLE-ONETAP PING SAML -SAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-saml>=1.5.0:security/py-python3-saml@${PY_FLAVOR} +GOOGLE-ONETAP_DESC= Google One Tap support +PING_DESC= Ping Identity support SAML_DESC?= SAML Support +GOOGLE-ONETAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=2.39.0<3:security/py-google-auth@${PY_FLAVOR} +PING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-jose>=3.4.0<4:security/py-python-jose@${PY_FLAVOR} +SAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python3-saml>=1.5.0:security/py-python3-saml@${PY_FLAVOR} + .include <bsd.port.mk> diff --git a/security/py-social-auth-core/distinfo b/security/py-social-auth-core/distinfo index dca0c0bbcc12..ee3142466758 100644 --- a/security/py-social-auth-core/distinfo +++ b/security/py-social-auth-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1718387481 -SHA256 (social-auth-core-4.5.4.tar.gz) = d3dbeb0999ffd0e68aa4bd73f2ac698a18133fd11b3fc890e1366f18c8889fac -SIZE (social-auth-core-4.5.4.tar.gz) = 216496 +TIMESTAMP = 1747476805 +SHA256 (social_auth_core-4.6.1.tar.gz) = 563510844ccc043a727b120fe57726860c93158d4304fafa2c1e122f2deb4fd3 +SIZE (social_auth_core-4.6.1.tar.gz) = 228732 diff --git a/security/py-social-auth-core/files/patch-pyproject.toml b/security/py-social-auth-core/files/patch-pyproject.toml new file mode 100644 index 000000000000..732f85aca862 --- /dev/null +++ b/security/py-social-auth-core/files/patch-pyproject.toml @@ -0,0 +1,23 @@ +* Relax version requirements for py-setuptools and enable build for + older versions of it + +--- pyproject.toml.orig 2025-04-28 07:23:27 UTC ++++ pyproject.toml +@@ -1,6 +1,6 @@ build-backend = "setuptools.build_meta" + [build-system] + build-backend = "setuptools.build_meta" +-requires = ["setuptools>=78.0.2"] ++requires = ["setuptools>=63.1.0"] + + [dependency-groups] + dev = [ +@@ -49,8 +49,7 @@ keywords = ["oauth", "openid", "saml", "social auth"] + ] + description = "Python social authentication made simple." + keywords = ["oauth", "openid", "saml", "social auth"] +-license = "BSD-3-Clause" +-license-files = ["LICENSE"] ++license = { text="BSD-3-Clause" } + name = "social-auth-core" + readme = "README.md" + requires-python = ">=3.9" diff --git a/security/transcrypt/Makefile b/security/transcrypt/Makefile index 6073a535b6bc..5e0809c4ac90 100644 --- a/security/transcrypt/Makefile +++ b/security/transcrypt/Makefile @@ -1,6 +1,6 @@ PORTNAME= transcrypt DISTVERSIONPREFIX= v -DISTVERSION= 2.3.0 +DISTVERSION= 2.3.1 CATEGORIES= security MAINTAINER= nivit@FreeBSD.org diff --git a/security/transcrypt/distinfo b/security/transcrypt/distinfo index 5c6cc5bd0fac..964673e8a848 100644 --- a/security/transcrypt/distinfo +++ b/security/transcrypt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725894913 -SHA256 (elasticdog-transcrypt-v2.3.0_GH0.tar.gz) = 9779f5cc972d7e6e83de0770e5391aca95881bc75e101095a6dede4620a8cd28 -SIZE (elasticdog-transcrypt-v2.3.0_GH0.tar.gz) = 38566 +TIMESTAMP = 1741259270 +SHA256 (elasticdog-transcrypt-v2.3.1_GH0.tar.gz) = c5f5af35016474ffd1f8605be1eac2e2f17743737237065657e3759c8d8d1a66 +SIZE (elasticdog-transcrypt-v2.3.1_GH0.tar.gz) = 39607 diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index a9690dc889c7..fc3c3004bbac 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -952,8 +952,13 @@ <topic>libxml2 -- Out-of-bounds memory access</topic> <affects> <package> - <name>libxml2</name> - <range><lt>2.14.2</lt></range> + <name>py39-libxml2</name> + <name>py310-libxml2</name> + <name>py311-libxml2</name> + <name>py312-libxml2</name> + <range><lt>2.11.9_3</lt></range> + <range><ge>2.12.0</ge><lt>2.13.8</lt></range> + <range><ge>2.14.0</ge><lt>2.14.2</lt></range> </package> </affects> <description> @@ -983,7 +988,9 @@ <affects> <package> <name>libxml2</name> - <range><lt>2.13.6</lt></range> + <range><lt>2.11.9_1</lt></range> + <range><ge>2.12.0</ge><lt>2.12.10</lt></range> + <range><ge>2.13.0</ge><lt>2.13.6</lt></range> </package> </affects> <description> @@ -1012,7 +1019,9 @@ <affects> <package> <name>libxml2</name> - <range><lt>2.13.6</lt></range> + <range><lt>2.11.9_1</lt></range> + <range><ge>2.12.0</ge><lt>2.12.10</lt></range> + <range><ge>2.13.0</ge><lt>2.13.6</lt></range> </package> </affects> <description> |