Date: Mon, 18 Mar 2024 22:26:57 GMT From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f59ddd534007 - main - security/git-credential-gopass: Update to 1.15.12 Message-ID: <202403182226.42IMQv73062435@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=f59ddd53400756a4f6c3cdcb4c3a17b4a9cad557 commit f59ddd53400756a4f6c3cdcb4c3a17b4a9cad557 Author: Emanuel Haupt <ehaupt@FreeBSD.org> AuthorDate: 2024-03-18 22:26:47 +0000 Commit: Emanuel Haupt <ehaupt@FreeBSD.org> CommitDate: 2024-03-18 22:26:53 +0000 security/git-credential-gopass: Update to 1.15.12 --- security/git-credential-gopass/Makefile | 5 ++--- security/git-credential-gopass/distinfo | 14 +++++++------- www/py-httpcore/Makefile | 2 +- www/py-httpcore/files/patch-pyproject.toml | 11 +++++++++++ 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/security/git-credential-gopass/Makefile b/security/git-credential-gopass/Makefile index ecea80657da5..c1086e8a6df0 100644 --- a/security/git-credential-gopass/Makefile +++ b/security/git-credential-gopass/Makefile @@ -1,6 +1,5 @@ PORTNAME= git-credential-gopass -PORTVERSION= 1.15.11 -PORTREVISION= 2 +PORTVERSION= 1.15.12 DISTVERSIONPREFIX= v CATEGORIES= security @@ -11,7 +10,7 @@ WWW= https://github.com/gopasspw/git-credential-gopass LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.22,modules USE_GITHUB= yes GH_ACCOUNT= gopasspw diff --git a/security/git-credential-gopass/distinfo b/security/git-credential-gopass/distinfo index f0d76a15e8e4..1936a6af0cb9 100644 --- a/security/git-credential-gopass/distinfo +++ b/security/git-credential-gopass/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1701616649 -SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.11_GH0/v1.15.11.mod) = 4cd6a2ef24afbc9ffaad50dcc090b8b6382fac64bd3db278321ef22086b4fcc8 -SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.11_GH0/v1.15.11.mod) = 4214 -SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.11_GH0/v1.15.11.zip) = 494e745588faa9d5c561c0224b45c3a4ef88f83833df7ecde6f1f58efb3618c9 -SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.11_GH0/v1.15.11.zip) = 30589 -SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.11_GH0/gopasspw-git-credential-gopass-v1.15.11_GH0.tar.gz) = b757672d283ee67371022ad68a0060eb798f5f89a1285bba6f4532ad71c8bda0 -SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.11_GH0/gopasspw-git-credential-gopass-v1.15.11_GH0.tar.gz) = 24602 +TIMESTAMP = 1710800319 +SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.12_GH0/v1.15.12.mod) = 674e443069d9a7e0d28187deb1cb483f819a9dde7bfa3b1b4be9109f39d7b6d4 +SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.12_GH0/v1.15.12.mod) = 4208 +SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.12_GH0/v1.15.12.zip) = 1ce4ff2c2ba6dd8d4e9d5d82e54d5d906e76263da3e0f178bf3502e71ab9ef31 +SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.12_GH0/v1.15.12.zip) = 30626 +SHA256 (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.12_GH0/gopasspw-git-credential-gopass-v1.15.12_GH0.tar.gz) = 896cb56ea64abe4808bf46ad19fbc32d809d292253c116dce6f4c3433f4d6a6e +SIZE (go/security_git-credential-gopass/gopasspw-git-credential-gopass-v1.15.12_GH0/gopasspw-git-credential-gopass-v1.15.12_GH0.tar.gz) = 24647 diff --git a/www/py-httpcore/Makefile b/www/py-httpcore/Makefile index 02a6fa6fa324..502eaa027d19 100644 --- a/www/py-httpcore/Makefile +++ b/www/py-httpcore/Makefile @@ -31,6 +31,6 @@ TRIO_DESC= Asynchronous support via trio ASYNCIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=4.0<5.0:devel/py-anyio@${PY_FLAVOR} HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3<5:www/py-h2@${PY_FLAVOR} SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}socksio>=1<2:net/py-socksio@${PY_FLAVOR} -TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.22.0<0.25.0:net/py-trio@${PY_FLAVOR} +TRIO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}trio>=0.22.0<=0.25.0:net/py-trio@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/www/py-httpcore/files/patch-pyproject.toml b/www/py-httpcore/files/patch-pyproject.toml new file mode 100644 index 000000000000..9b209cc82ab5 --- /dev/null +++ b/www/py-httpcore/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC ++++ pyproject.toml +@@ -41,7 +41,7 @@ trio = [ + "socksio==1.*", + ] + trio = [ +- "trio>=0.22.0,<0.25.0", ++ "trio>=0.22.0,<=0.25.0", + ] + asyncio = [ + "anyio>=4.0,<5.0",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403182226.42IMQv73062435>