pkgsrc-WIP-changes archive

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

libxtend: Update to 0.2.0.4



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Jan 26 20:08:59 2024 -0600
Changeset:	11225bd98ef11eb8a35c09cc2f17d6c1fa8ea6ce

Modified Files:
	libxtend/Makefile
	libxtend/buildlink3.mk
	libxtend/distinfo

Log Message:
libxtend: Update to 0.2.0.4

xt_rmkdir():
    Use local copy of path so it can replace '/' with '\0', even if
    the argument in the caller is const.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=11225bd98ef11eb8a35c09cc2f17d6c1fa8ea6ce

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libxtend/Makefile      | 4 ++--
 libxtend/buildlink3.mk | 2 +-
 libxtend/distinfo      | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index ab69df3618..052c82fc76 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.2.0.3
+DISTNAME=	libxtend-0.2.0.4
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	92e1dd3bffc70a7da40b693a65e33b2afc6371cf
+GITHUB_TAG=	175b4ad3c8bd1ba68b3e36f0ec422c00ee237222
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index b0ac21a949..6cf264adb2 100644
--- a/libxtend/buildlink3.mk
+++ b/libxtend/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=		libxtend
 .if !defined(LIBXTEND_BUILDLINK3_MK)
 LIBXTEND_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.2.0.3
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.2.0.4
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 69f25ee7fd..2bad1c8c8f 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.2.0.3-92e1dd3bffc70a7da40b693a65e33b2afc6371cf.tar.gz) = 00ae258ca93da8882477c0d470d55691f22431eff8501a8041de21ed7f988d73
-SHA512 (libxtend-0.2.0.3-92e1dd3bffc70a7da40b693a65e33b2afc6371cf.tar.gz) = f9974cf7a08250353e3b7c32ef0c242b66e38d285008765396feb18df9ce5b6ebf16fa9f7c35d8cdd86232255ab687fe1be4f06a0f7a4b4f6880939ca318de2b
-Size (libxtend-0.2.0.3-92e1dd3bffc70a7da40b693a65e33b2afc6371cf.tar.gz) = 88289 bytes
+BLAKE2s (libxtend-0.2.0.4-175b4ad3c8bd1ba68b3e36f0ec422c00ee237222.tar.gz) = f3c3da4ca618396f320d9faca751f458d6ea5e489dc32c6a910c0272761caa33
+SHA512 (libxtend-0.2.0.4-175b4ad3c8bd1ba68b3e36f0ec422c00ee237222.tar.gz) = 249d41f4462757b6a388cacc03edc168e79c7c167938d58f6a97cb33f0c0a39a10852a3cf4e4fdf48408e622eaf00753e0edff64260157bc75301f6bd7e015ca
+Size (libxtend-0.2.0.4-175b4ad3c8bd1ba68b3e36f0ec422c00ee237222.tar.gz) = 88363 bytes


Home | Main Index | Thread Index | Old Index