pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-jaraco.context
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 19 11:11:58 UTC 2026
Modified Files:
pkgsrc/devel/py-jaraco.context: Makefile distinfo
Log Message:
py-jaraco.context: update to 6.1.0.
v6.1.0
======
Features
--------
- In tarfile.context, ensure that the default filter honors the data filter to avoid path traversal vulnerabilities.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-jaraco.context/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-jaraco.context/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-jaraco.context/Makefile
diff -u pkgsrc/devel/py-jaraco.context/Makefile:1.10 pkgsrc/devel/py-jaraco.context/Makefile:1.11
--- pkgsrc/devel/py-jaraco.context/Makefile:1.10 Fri Dec 26 11:51:16 2025
+++ pkgsrc/devel/py-jaraco.context/Makefile Mon Jan 19 11:11:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/12/26 11:51:16 adam Exp $
+# $NetBSD: Makefile,v 1.11 2026/01/19 11:11:57 wiz Exp $
-DISTNAME= jaraco_context-6.0.2
+DISTNAME= jaraco_context-6.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/./}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jaraco_context/}
@@ -16,5 +16,12 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-portend-[0
USE_LANGUAGES= # none
+# as of 6.1.0
+# 1 failed, 14 passed
+
+.if make(test)
+ALLOW_NETWORK_ACCESS= yes
+.endif
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-jaraco.context/distinfo
diff -u pkgsrc/devel/py-jaraco.context/distinfo:1.5 pkgsrc/devel/py-jaraco.context/distinfo:1.6
--- pkgsrc/devel/py-jaraco.context/distinfo:1.5 Fri Dec 26 11:51:16 2025
+++ pkgsrc/devel/py-jaraco.context/distinfo Mon Jan 19 11:11:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/12/26 11:51:16 adam Exp $
+$NetBSD: distinfo,v 1.6 2026/01/19 11:11:57 wiz Exp $
-BLAKE2s (jaraco_context-6.0.2.tar.gz) = 4c91d8883c2e9ef31440b7afc6056686310e29d93d6a6349f98d9784dad07bba
-SHA512 (jaraco_context-6.0.2.tar.gz) = 18cc7381eeadea82df21219df0886c486f0b2338aea01e53c471c29d5a289e92d92f41a9943535f27a9f113ae889ee03d8f3323d777006b0dd653b422a412a09
-Size (jaraco_context-6.0.2.tar.gz) = 14994 bytes
+BLAKE2s (jaraco_context-6.1.0.tar.gz) = a2f024e76bd15daa9ad22bbad84a676712a8ba0a699d5cf0dfa4bf3d86659510
+SHA512 (jaraco_context-6.1.0.tar.gz) = 19f9fe4e00cc94f46177604e2a6e44af3c21be22b2059f8f7d0c586a77007196a163df68e545808b5f73d10c4e429903ff33274f110a15601481f4eff8cf9f8f
+Size (jaraco_context-6.1.0.tar.gz) = 15850 bytes
Home |
Main Index |
Thread Index |
Old Index