View | Details | Raw Unified | Return to bug 275167 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/Makefile (-1 lines)
Lines 1007-1047 Link Here
1007
    SUBDIR += py-python-nss
1007
    SUBDIR += py-python-nss
1008
    SUBDIR += py-python-openid
1008
    SUBDIR += py-python-openid
1009
    SUBDIR += py-python-pam
1009
    SUBDIR += py-python-pam
1010
    SUBDIR += py-python-pkcs11
1010
    SUBDIR += py-python-pkcs11
1011
    SUBDIR += py-python-registry
1011
    SUBDIR += py-python-registry
1012
    SUBDIR += py-python3-openid
1012
    SUBDIR += py-python3-openid
1013
    SUBDIR += py-python3-saml
1013
    SUBDIR += py-python3-saml
1014
    SUBDIR += py-pyvex
1014
    SUBDIR += py-pyvex
1015
    SUBDIR += py-pywinrm
1015
    SUBDIR += py-pywinrm
1016
    SUBDIR += py-requests-credssp
1016
    SUBDIR += py-requests-credssp
1017
    SUBDIR += py-requests-kerberos
1017
    SUBDIR += py-requests-kerberos
1018
    SUBDIR += py-ropgadget
1018
    SUBDIR += py-ropgadget
1019
    SUBDIR += py-ropper
1019
    SUBDIR += py-ropper
1020
    SUBDIR += py-rsa
1020
    SUBDIR += py-rsa
1021
    SUBDIR += py-safe
1021
    SUBDIR += py-safe
1022
    SUBDIR += py-scp
1022
    SUBDIR += py-scp
1023
    SUBDIR += py-scramp
1023
    SUBDIR += py-scramp
1024
    SUBDIR += py-scrypt
1024
    SUBDIR += py-scrypt
1025
    SUBDIR += py-secure
1025
    SUBDIR += py-secure
1026
    SUBDIR += py-securesystemslib
1026
    SUBDIR += py-securesystemslib
1027
    SUBDIR += py-service-identity
1028
    SUBDIR += py-service_identity
1027
    SUBDIR += py-service_identity
1029
    SUBDIR += py-signedjson
1028
    SUBDIR += py-signedjson
1030
    SUBDIR += py-social-auth-core
1029
    SUBDIR += py-social-auth-core
1031
    SUBDIR += py-spake2
1030
    SUBDIR += py-spake2
1032
    SUBDIR += py-ssh-audit
1031
    SUBDIR += py-ssh-audit
1033
    SUBDIR += py-sshpubkeys
1032
    SUBDIR += py-sshpubkeys
1034
    SUBDIR += py-sslyze
1033
    SUBDIR += py-sslyze
1035
    SUBDIR += py-stem
1034
    SUBDIR += py-stem
1036
    SUBDIR += py-stix
1035
    SUBDIR += py-stix
1037
    SUBDIR += py-stix2
1036
    SUBDIR += py-stix2
1038
    SUBDIR += py-stix2-patterns
1037
    SUBDIR += py-stix2-patterns
1039
    SUBDIR += py-taxii2-client
1038
    SUBDIR += py-taxii2-client
1040
    SUBDIR += py-tinyaes
1039
    SUBDIR += py-tinyaes
1041
    SUBDIR += py-tls-parser
1040
    SUBDIR += py-tls-parser
1042
    SUBDIR += py-tlslite
1041
    SUBDIR += py-tlslite
1043
    SUBDIR += py-tlslite-ng
1042
    SUBDIR += py-tlslite-ng
1044
    SUBDIR += py-trezor
1043
    SUBDIR += py-trezor
1045
    SUBDIR += py-trustme
1044
    SUBDIR += py-trustme
1046
    SUBDIR += py-truststore
1045
    SUBDIR += py-truststore
1047
    SUBDIR += py-tuf
1046
    SUBDIR += py-tuf
(-)a/security/py-service-identity/Makefile (-28 lines)
Removed Link Here
1
PORTNAME=	service-identity
2
PORTVERSION=	23.1.0
3
CATEGORIES=	security python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
DISTNAME=	service_identity-${PORTVERSION}
7
8
MAINTAINER=	sunpoet@FreeBSD.org
9
COMMENT=	Service identity verification for pyOpenSSL & cryptography
10
WWW=		https://service-identity.readthedocs.io/en/stable/ \
11
		https://github.com/pyca/service-identity
12
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
19
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.1.0:devel/py-attrs@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR}
22
23
USES=		python
24
USE_PYTHON=	autoplist concurrent cryptography pep517
25
26
NO_ARCH=	yes
27
28
.include <bsd.port.mk>
(-)a/security/py-service-identity/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1691069904
2
SHA256 (service_identity-23.1.0.tar.gz) = ecb33cd96307755041e978ab14f8b14e13b40f1fbd525a4dc78f46d2b986431d
3
SIZE (service_identity-23.1.0.tar.gz) = 39840
(-)a/security/py-service-identity/pkg-descr (-10 lines)
Removed Link Here
1
Use this package if:
2
- you want to verify that a PyCA cryptography certificate is valid for a certain
3
  hostname or IP address,
4
- or if you use pyOpenSSL and don’t want to be MITMed,
5
- or if you want to inspect certificates from either for service IDs.
6
7
service-identity aspires to give you all the tools you need for verifying
8
whether a certificate is valid for the intended purposes. In the simplest case,
9
this means host name verification. However, service-identity implements RFC 6125
10
fully.
(-)b/security/py-service_identity/Makefile (-6 / +9 lines)
Lines 1-23 Link Here
1
PORTNAME=	service_identity
1
PORTNAME=	service_identity
2
PORTVERSION=	18.1.0
2
PORTVERSION=	23.1.0
3
CATEGORIES=	security python
3
CATEGORIES=	security python
4
MASTER_SITES=	PYPI
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
6
7
MAINTAINER=	axel.rau@chaos1.de
7
MAINTAINER=	sunpoet@FreeBSD.org
8
COMMENT=	Service identity verification for pyOpenSSL
8
COMMENT=	Service identity verification for pyOpenSSL
9
WWW=		https://github.com/pyca/service_identity
9
WWW=		https://github.com/pyca/service_identity
10
10
11
LICENSE=	MIT
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs@${PY_FLAVOR} \
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR}
16
		${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=19.1.0:devel/py-attrs@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR}
17
20
18
USES=		python
21
USES=		python
19
USE_PYTHON=	autoplist cryptography distutils
22
USE_PYTHON=	autoplist concurrent cryptography pep517
20
23
21
NO_ARCH=	yes
24
NO_ARCH=	yes
22
25
23
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)b/security/py-service_identity/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1560182465
1
TIMESTAMP = 1699990290
2
SHA256 (service_identity-18.1.0.tar.gz) = 0858a54aabc5b459d1aafa8a518ed2081a285087f349fe3e55197989232e2e2d
2
SHA256 (service_identity-23.1.0.tar.gz) = ecb33cd96307755041e978ab14f8b14e13b40f1fbd525a4dc78f46d2b986431d
3
SIZE (service_identity-18.1.0.tar.gz) = 21653
3
SIZE (service_identity-23.1.0.tar.gz) = 39840
(-)b/www/py-aioquic/Makefile (-2 / +1 lines)
Lines 1-27 Link Here
1
PORTNAME=	aioquic
1
PORTNAME=	aioquic
2
PORTVERSION=	0.9.22
2
PORTVERSION=	0.9.22
3
CATEGORIES=	www python
3
CATEGORIES=	www python
4
MASTER_SITES=	PYPI
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
6
7
MAINTAINER=	sunpoet@FreeBSD.org
7
MAINTAINER=	sunpoet@FreeBSD.org
8
COMMENT=	Implementation of QUIC and HTTP/3
8
COMMENT=	Implementation of QUIC and HTTP/3
9
WWW=		https://github.com/aiortc/aioquic
9
WWW=		https://github.com/aiortc/aioquic
10
10
11
LICENSE=	BSD3CLAUSE
11
LICENSE=	BSD3CLAUSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
14
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
15
		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}pylsqpack>=0.3.3<0.4.0:www/py-pylsqpack@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}pylsqpack>=0.3.3<0.4.0:www/py-pylsqpack@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}openssl>=22,1:security/py-openssl@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}openssl>=22,1:security/py-openssl@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}service-identity>=23.1.0:security/py-service-identity@${PY_FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}service_identity>=23.1.0:security/py-service_identity@${PY_FLAVOR}
20
20
21
USES=		python ssl
21
USES=		python ssl
22
USE_PYTHON=	autoplist concurrent pep517
22
USE_PYTHON=	autoplist concurrent pep517
23
23
24
post-install:
24
post-install:
25
	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
25
	${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
28
- 

Return to bug 275167