pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-virtualenv



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct  3 08:48:23 UTC 2024

Modified Files:
        pkgsrc/devel/py-virtualenv: Makefile distinfo

Log Message:
py-virtualenv: updated to 20.26.6

Bugfixes - 20.26.6
Properly quote string placeholders in activation script templates to mitigate potential command injection


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/py-virtualenv/Makefile
cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/py-virtualenv/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-virtualenv/Makefile
diff -u pkgsrc/devel/py-virtualenv/Makefile:1.90 pkgsrc/devel/py-virtualenv/Makefile:1.91
--- pkgsrc/devel/py-virtualenv/Makefile:1.90    Wed Sep 18 08:30:10 2024
+++ pkgsrc/devel/py-virtualenv/Makefile Thu Oct  3 08:48:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.90 2024/09/18 08:30:10 adam Exp $
+# $NetBSD: Makefile,v 1.91 2024/10/03 08:48:23 adam Exp $
 
-DISTNAME=      virtualenv-20.26.5
+DISTNAME=      virtualenv-20.26.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/virtualenv/}

Index: pkgsrc/devel/py-virtualenv/distinfo
diff -u pkgsrc/devel/py-virtualenv/distinfo:1.74 pkgsrc/devel/py-virtualenv/distinfo:1.75
--- pkgsrc/devel/py-virtualenv/distinfo:1.74    Wed Sep 18 08:30:10 2024
+++ pkgsrc/devel/py-virtualenv/distinfo Thu Oct  3 08:48:23 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.74 2024/09/18 08:30:10 adam Exp $
+$NetBSD: distinfo,v 1.75 2024/10/03 08:48:23 adam Exp $
 
-BLAKE2s (virtualenv-20.26.5.tar.gz) = 4d02b74c7a685d8baae0ac7130cb0d5467abf05d791763f060a42053084034c3
-SHA512 (virtualenv-20.26.5.tar.gz) = 616d6565731d8b1f4ddf90eea9c7018eb1bc553c9ad6feee5f9e6669a996205afbedd900bf8d74cbcca7113fddc985ae279454274a7ec8902ac068e5e4b1b5ba
-Size (virtualenv-20.26.5.tar.gz) = 9371932 bytes
+BLAKE2s (virtualenv-20.26.6.tar.gz) = f3d957efc547033120070039e44df476ceb6a3636c6e642a046aa01e051318aa
+SHA512 (virtualenv-20.26.6.tar.gz) = 9d403a835c66f9b7f733d3720f459b9450dddd5cd9a76358332da20dddd309918177d3d7782304e11f56f48755d901feb4eb9b708c3719241bf389f29bf0ba04
+Size (virtualenv-20.26.6.tar.gz) = 9372482 bytes
 SHA1 (patch-src_virtualenv_create_via__global__ref_api.py) = 2180caf9a956894111ab341674233ca18a6c24eb
 SHA1 (patch-tests_unit_create_test__creator.py) = 4d0de65da957040c3f6e7e0682b6e6bdfdcf3abc
 SHA1 (patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py) = de17dc8e578af57c9c43f38343a0c0af0d04227d



Home | Main Index | Thread Index | Old Index