From 8b5032229d7e2c2a98f0a19f1830bccce9366ae0 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 20 Jan 2023 13:37:26 +0000 Subject: [PATCH] py-gitpython: updated to 3.1.30 3.1.30 - Make injections of command-invocations harder or impossible for clone and others. See https://github.com/gitpython-developers/GitPython/pull/1518 for details. Note that this might constitute a breaking change for some users, and if so please let us know and we add an opt-out to this. - Prohibit insecure options and protocols by default, which is potentially a breaking change, but a necessary fix for https://github.com/gitpython-developers/GitPython/issues/1515. Please take a look at the PR for more information and how to bypass these protections in case they cause breakage: https://github.com/gitpython-developers/GitPython/pull/1521. --- devel/py-gitpython/Makefile | 9 ++------- devel/py-gitpython/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/devel/py-gitpython/Makefile b/devel/py-gitpython/Makefile index 3278c1990f1c..2009e70442f9 100644 --- a/devel/py-gitpython/Makefile +++ b/devel/py-gitpython/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/10/14 09:01:12 adam Exp $ +# $NetBSD: Makefile,v 1.15 2023/01/20 13:37:26 adam Exp $ -DISTNAME= GitPython-3.1.29 +DISTNAME= GitPython-3.1.30 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gitpython/} @@ -16,10 +16,5 @@ USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} < 38 -DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions -.endif - .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/py-gitpython/distinfo b/devel/py-gitpython/distinfo index c8c7f69caf22..db1d603e9fa9 100644 --- a/devel/py-gitpython/distinfo +++ b/devel/py-gitpython/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/10/14 09:01:12 adam Exp $ +$NetBSD: distinfo,v 1.15 2023/01/20 13:37:26 adam Exp $ -BLAKE2s (GitPython-3.1.29.tar.gz) = 305b46d683d346256c6e46fc24ee9486190ccdeca507f16b9c6b4c4ff83db976 -SHA512 (GitPython-3.1.29.tar.gz) = 922093f4d33627fb54b5505930aa17d597d3d80a354828e37228aa7e3971ff288009a3634bbc6dce336c66e8fc5adcf852cff7629123772eb1dafe732ed9cada -Size (GitPython-3.1.29.tar.gz) = 193730 bytes +BLAKE2s (GitPython-3.1.30.tar.gz) = ab19f85472cbc78a7cf71eed2502123fe8f9cbcdef923d25b7256f0270fce42f +SHA512 (GitPython-3.1.30.tar.gz) = 067e64c801ca3882d70aca7706b3a57a51597817f0a3f03290a17e3ebb0fa0fd04cd1d72a32eae3bb72b6c486ffd26d1ede9cee5b17d99ffceb0f8dcc83081b9 +Size (GitPython-3.1.30.tar.gz) = 195508 bytes