Skip to content

Commit

Permalink
py-gitpython: updated to 3.1.30
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
adam committed Jan 20, 2023
1 parent aff06a6 commit 8b50322
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
9 changes: 2 additions & 7 deletions 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/}
Expand All @@ -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"
8 changes: 4 additions & 4 deletions 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

0 comments on commit 8b50322

Please sign in to comment.