FreeBSD Bugzilla – Attachment 235150 Details for
Bug 262254
mail/py-postfix-mta-sts-resolver: Fix dependency on aiodns, and add new dependency on py-uvloop.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 1.1.2
py-postfix-mta-sts-resolver.diff (text/plain), 2.11 KB, created by
Norikatsu Shigemura
on 2022-07-09 18:31:09 UTC
(
hide
)
Description:
Update to 1.1.2
Filename:
MIME Type:
Creator:
Norikatsu Shigemura
Created:
2022-07-09 18:31:09 UTC
Size:
2.11 KB
patch
obsolete
>diff --git mail/py-postfix-mta-sts-resolver/Makefile mail/py-postfix-mta-sts-resolver/Makefile >index b674fdd..9568712 100644 >--- mail/py-postfix-mta-sts-resolver/Makefile >+++ mail/py-postfix-mta-sts-resolver/Makefile >@@ -1,30 +1,31 @@ > PORTNAME= postfix-mta-sts-resolver >-PORTVERSION= 1.1.1 >+PORTVERSION= 1.1.2 > DISTVERSIONPREFIX=v > CATEGORIES= mail python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >-MAINTAINER= romain@FreeBSD.org >+MAINTAINER= nork@ninth-nine.com > COMMENT= TLS client policy for Postfix according to domain MTA-STS policy > > LICENSE= MIT > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} >-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiodns>=1.1.1:dns/py-aiodns@${PY_FLAVOR} \ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiodns>=3.0.0:dns/py-aiodns@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.4.4:www/py-aiohttp@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${PY_FLAVOR} \ > ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss > >-USES= python:3.5+ >+USES= python:3.6+ > USE_GITHUB= yes > USE_PYTHON= autoplist distutils > > GH_ACCOUNT= Snawoot > >-OPTIONS_DEFINE= REDIS SQLITE >+OPTIONS_DEFINE= REDIS SQLITE UVLOOP > > REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aioredis>=1.2.0:databases/py-aioredis@${PY_FLAVOR} > SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiosqlite>=1.10.0:databases/py-aiosqlite@${PY_FLAVOR} >+UVLOOP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uvloop>=0.11.0:devel/py-uvloop@${PY_FLAVOR} > > USE_RC_SUBR= mta_sts > >diff --git mail/py-postfix-mta-sts-resolver/distinfo mail/py-postfix-mta-sts-resolver/distinfo >index 4e11d28..58fe684 100644 >--- mail/py-postfix-mta-sts-resolver/distinfo >+++ mail/py-postfix-mta-sts-resolver/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1640628935 >-SHA256 (Snawoot-postfix-mta-sts-resolver-v1.1.1_GH0.tar.gz) = e7db20ee78340c21652e66c2ccf97b2ef0c883de9cc5f9ffc1fe9b00533b88d6 >-SIZE (Snawoot-postfix-mta-sts-resolver-v1.1.1_GH0.tar.gz) = 51603 >+TIMESTAMP = 1657391229 >+SHA256 (Snawoot-postfix-mta-sts-resolver-v1.1.2_GH0.tar.gz) = c7e49ce3e441ebe2d2a4644d6fde21b4eaecf84479314f56a20fec018b9f8e9e >+SIZE (Snawoot-postfix-mta-sts-resolver-v1.1.2_GH0.tar.gz) = 51618
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262254
:
232166
| 235150