Skip to content

Commit 8b50322

Browse files
author
adam
committed
py-gitpython: updated to 3.1.30
3.1.30 - Make injections of command-invocations harder or impossible for clone and others. See gitpython-developers/GitPython#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 gitpython-developers/GitPython#1515. Please take a look at the PR for more information and how to bypass these protections in case they cause breakage: gitpython-developers/GitPython#1521.
1 parent aff06a6 commit 8b50322

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

devel/py-gitpython/Makefile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.14 2022/10/14 09:01:12 adam Exp $
1+
# $NetBSD: Makefile,v 1.15 2023/01/20 13:37:26 adam Exp $
22

3-
DISTNAME= GitPython-3.1.29
3+
DISTNAME= GitPython-3.1.30
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gitpython/}
@@ -16,10 +16,5 @@ USE_LANGUAGES= # none
1616

1717
PYTHON_VERSIONS_INCOMPATIBLE= 27
1818

19-
.include "../../lang/python/pyversion.mk"
20-
.if ${_PYTHON_VERSION} < 38
21-
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
22-
.endif
23-
2419
.include "../../lang/python/egg.mk"
2520
.include "../../mk/bsd.pkg.mk"

devel/py-gitpython/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.14 2022/10/14 09:01:12 adam Exp $
1+
$NetBSD: distinfo,v 1.15 2023/01/20 13:37:26 adam Exp $
22

3-
BLAKE2s (GitPython-3.1.29.tar.gz) = 305b46d683d346256c6e46fc24ee9486190ccdeca507f16b9c6b4c4ff83db976
4-
SHA512 (GitPython-3.1.29.tar.gz) = 922093f4d33627fb54b5505930aa17d597d3d80a354828e37228aa7e3971ff288009a3634bbc6dce336c66e8fc5adcf852cff7629123772eb1dafe732ed9cada
5-
Size (GitPython-3.1.29.tar.gz) = 193730 bytes
3+
BLAKE2s (GitPython-3.1.30.tar.gz) = ab19f85472cbc78a7cf71eed2502123fe8f9cbcdef923d25b7256f0270fce42f
4+
SHA512 (GitPython-3.1.30.tar.gz) = 067e64c801ca3882d70aca7706b3a57a51597817f0a3f03290a17e3ebb0fa0fd04cd1d72a32eae3bb72b6c486ffd26d1ede9cee5b17d99ffceb0f8dcc83081b9
5+
Size (GitPython-3.1.30.tar.gz) = 195508 bytes

0 commit comments

Comments
 (0)