pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.4.40



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Feb 25 14:35:58 2022 -0600
Changeset:	bc28aecd77bb43b1dbfe6700a37ac8f4389a8b05

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

Log Message:
libxtend: Update to 0.1.4.40

xt_inhale_strings(): Forgot to double list size before realloc()

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

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 923d4385ed..fa2520d14a 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.4.37
+DISTNAME=	libxtend-0.1.4.40
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	ccba15d009d0ecc1f38c7ceb216e10d8bcdd549d
+GITHUB_TAG=	41f8ec87c704202b38484d22cfa34e13fda51d3e
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/buildlink3.mk b/libxtend/buildlink3.mk
index e537db2e00..7801816e45 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.1.4.37
+BUILDLINK_API_DEPENDS.libxtend+=	libxtend>=0.1.4.40
 BUILDLINK_PKGSRCDIR.libxtend?=		../../wip/libxtend
 .endif	# LIBXTEND_BUILDLINK3_MK
 
diff --git a/libxtend/distinfo b/libxtend/distinfo
index 03f326ec8f..845122a69c 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (libxtend-0.1.4.37-ccba15d009d0ecc1f38c7ceb216e10d8bcdd549d.tar.gz) = 698a91da66baa7d56be87338df97bcf4227e6460fd857e34161e9d6ba98e7405
-SHA512 (libxtend-0.1.4.37-ccba15d009d0ecc1f38c7ceb216e10d8bcdd549d.tar.gz) = 1903eb7647f031959d39e12abe2b77f18b197cb82c7ca4112a4d407d8392c059999ab122ecf3331d0d54681e0b3d1d9dc9fc4375f7398f3679aba831b7e888c1
-Size (libxtend-0.1.4.37-ccba15d009d0ecc1f38c7ceb216e10d8bcdd549d.tar.gz) = 60760 bytes
+BLAKE2s (libxtend-0.1.4.40-41f8ec87c704202b38484d22cfa34e13fda51d3e.tar.gz) = e3ac59b088346b5763d19c0cda2b8ab6d5a701ed5a5479358e1b39b1a644255b
+SHA512 (libxtend-0.1.4.40-41f8ec87c704202b38484d22cfa34e13fda51d3e.tar.gz) = c0fc8ae8f26bafc3406518232b2b2e3a2ff82c791ac0b95e84ab33e138760b5018df9605e27f7bf08d1b98e7633048e0f260e6770da8c2ce17654e038e239412
+Size (libxtend-0.1.4.40-41f8ec87c704202b38484d22cfa34e13fda51d3e.tar.gz) = 60827 bytes


Home | Main Index | Thread Index | Old Index