pkgsrc-WIP-changes archive

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

libxtend: Update to 0.1.2.49



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Aug 19 09:50:30 2021 -0500
Changeset:	d8f9385d705d92954f7972315966100769307998

Modified Files:
	libxtend/Makefile
	libxtend/distinfo

Log Message:
libxtend: Update to 0.1.2.49

fsv_read_field_malloc():
    Remove erroneous loop termination check
    Fix end-of-buffer check
    Avoid unnecessary realloc() calls for trimming

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

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

diffstat:
 libxtend/Makefile | 4 ++--
 libxtend/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/libxtend/Makefile b/libxtend/Makefile
index 029f586742..be1c445c35 100644
--- a/libxtend/Makefile
+++ b/libxtend/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	libxtend-0.1.2.48
+DISTNAME=	libxtend-0.1.2.49
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
-GITHUB_TAG=	1e31c3872032e51bb9805720439067bfa6cc38fa
+GITHUB_TAG=	13e60a2c542bf67720214bbd4c2c67ca46684d58
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/libxtendc
diff --git a/libxtend/distinfo b/libxtend/distinfo
index fb59267008..c84139c711 100644
--- a/libxtend/distinfo
+++ b/libxtend/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (libxtend-0.1.2.48-1e31c3872032e51bb9805720439067bfa6cc38fa.tar.gz) = ec9ac745c81c3ed3c9f3e425b7674e01571244dd
-RMD160 (libxtend-0.1.2.48-1e31c3872032e51bb9805720439067bfa6cc38fa.tar.gz) = 18a449b15179f9f22358c78c4cfd3afd93ee3257
-SHA512 (libxtend-0.1.2.48-1e31c3872032e51bb9805720439067bfa6cc38fa.tar.gz) = 8e274dedeef129f0533b491e52f0ecfa820a85db7f1ad44380d8f95ea1b2eb910b750d0b3b9635686ede10d4d762e42077654532e6525b6e8a11e014ce1d7b98
-Size (libxtend-0.1.2.48-1e31c3872032e51bb9805720439067bfa6cc38fa.tar.gz) = 35250 bytes
+SHA1 (libxtend-0.1.2.49-13e60a2c542bf67720214bbd4c2c67ca46684d58.tar.gz) = d6036444c587745f5223439773bfffc3b99234bb
+RMD160 (libxtend-0.1.2.49-13e60a2c542bf67720214bbd4c2c67ca46684d58.tar.gz) = 0d7dd8fd00808e90c14258d2f6de0002e120ae5d
+SHA512 (libxtend-0.1.2.49-13e60a2c542bf67720214bbd4c2c67ca46684d58.tar.gz) = a1544483d50a748cf70da249ae1e67f90aff58e6ab892fbdc115b23f8abd38e83db9372773e5c4dc5d4c8ac53bc19b5733989b84053a69de684ccf287336d3a5
+Size (libxtend-0.1.2.49-13e60a2c542bf67720214bbd4c2c67ca46684d58.tar.gz) = 35284 bytes


Home | Main Index | Thread Index | Old Index