pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-unearth
Module Name: pkgsrc
Committed By: adam
Date: Fri Aug 14 08:32:32 UTC 2026
Modified Files:
pkgsrc/net/py-unearth: Makefile distinfo
Log Message:
py-unearth: updated to 0.18.3
0.18.3
Features
cli: Download packages without unpacking
Bug Fixes
Update actions/checkout and setup actions to v6
Support packaging 26.0 changes
Prevent tar-slip via path traversal and symlink escape in _untar_archive
Complete path traversal protection by replacing os.makedirs with safe_makedirs
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/py-unearth/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/py-unearth/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-unearth/Makefile
diff -u pkgsrc/net/py-unearth/Makefile:1.29 pkgsrc/net/py-unearth/Makefile:1.30
--- pkgsrc/net/py-unearth/Makefile:1.29 Thu Dec 25 22:47:09 2025
+++ pkgsrc/net/py-unearth/Makefile Fri Aug 14 08:32:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2025/12/25 22:47:09 adam Exp $
+# $NetBSD: Makefile,v 1.30 2026/08/14 08:32:32 adam Exp $
-DISTNAME= unearth-0.18.2
+DISTNAME= unearth-0.18.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/unearth/}
@@ -21,9 +21,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=0
USE_LANGUAGES= # none
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} unearth unearth-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES= unearth
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-unearth/distinfo
diff -u pkgsrc/net/py-unearth/distinfo:1.27 pkgsrc/net/py-unearth/distinfo:1.28
--- pkgsrc/net/py-unearth/distinfo:1.27 Thu Dec 25 22:47:09 2025
+++ pkgsrc/net/py-unearth/distinfo Fri Aug 14 08:32:32 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2025/12/25 22:47:09 adam Exp $
+$NetBSD: distinfo,v 1.28 2026/08/14 08:32:32 adam Exp $
-BLAKE2s (unearth-0.18.2.tar.gz) = 7f9f63ec95f0cef6596ef6670b2bb633af2b937e6a797db4bdcb732341155dfb
-SHA512 (unearth-0.18.2.tar.gz) = a6e676ffc5ea543184ba17f7b5e355dc346147d1584fe850eea7adb69fff4e0df88d47fd8e1c0d9264f188a385d22e0759fd73d278efa9c1d6048976dad3531f
-Size (unearth-0.18.2.tar.gz) = 285169 bytes
+BLAKE2s (unearth-0.18.3.tar.gz) = 4282fc5e2dd566828a1d708d417cc861c2571a3097a6df05b14c8c3f4d83a45c
+SHA512 (unearth-0.18.3.tar.gz) = 454babbb4c6a847b767e2c4fcadb92c5b827b54a2bfb2d3eb5316f2ab80d0f91d369f04d5adcd8c5468ab6a6880f1ef56185140ea0b4dd8fedd8ce33374b6a8f
+Size (unearth-0.18.3.tar.gz) = 286202 bytes
Home |
Main Index |
Thread Index |
Old Index