pkgsrc-WIP-changes archive

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

libbsd: update to libbsd-0.11.7



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Mon Oct 31 07:40:59 2022 +0100
Changeset:	f072c569302fa5a3c225264eb40da72b27b90001

Modified Files:
	libbsd/Makefile
	libbsd/distinfo

Log Message:
libbsd: update to libbsd-0.11.7

Relevant Changes since 0.11.6:

2022-10-05	include: Adjust reallocarray() per glibc adoption
2022-10-05	include: Adjust arc4random() per glibc adoption
2022-10-05	include: explicit_bzero() requires _DEFAULT_SOURCE
2022-10-05	include: Simplify glibc version dependent macro handling
2022-10-05	doc: Switch references from pkg-config to pkgconf
2022-10-04	doc: Refer to the main git repository as primary
2022-10-04	test: Fix explicit_bzero() test on the Hurd
2022-10-04	fgetwln: Add comment about lack of getwline(3) for recommendation
2022-08-23	setmode: Dot not use saveset after free	Guillem Jover
2022-08-03	man: Rewrite gerprogname(3bsd) from scratch
2022-08-03	man: Document that some arc4random(3) functions are now in glibc 2.36
2022-08-03	Sync arc4random(3) implementation from OpenBSD
2022-06-08	Fix ELF support for big endian SH
2022-06-08	man: Use -compact also for alternative functions in libbsd(7)
2022-06-08	getentropy: Fix function cast for getauxval()

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

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

diffstat:
 libbsd/Makefile | 5 ++++-
 libbsd/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs:
diff --git a/libbsd/Makefile b/libbsd/Makefile
index 2fe57d2171..31945807d7 100644
--- a/libbsd/Makefile
+++ b/libbsd/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	libbsd-0.11.6
+DISTNAME=	libbsd-0.11.7
 CATEGORIES=	devel
 MASTER_SITES=	https://libbsd.freedesktop.org/releases/
 EXTRACT_SUFX=	.tar.xz
@@ -11,6 +11,9 @@ COMMENT=	Compatibility library for BSD functions under other systems
 LICENSE=	original-bsd AND modified-bsd AND 2-clause-bsd
 LICENSE+=	AND isc AND mit AND beer-ware
 
+NOT_FOR_PLATFORM=	NetBSD-*-* FreeBSD-*-*
+NOT_FOR_PLATFORM+=	OpenBSD-*-* DragonFly-*
+
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 USE_TOOLS+=	pkg-config autoconf automake autoreconf
diff --git a/libbsd/distinfo b/libbsd/distinfo
index d5ae6ba915..8358841223 100644
--- a/libbsd/distinfo
+++ b/libbsd/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-BLAKE2s (libbsd-0.11.6.tar.xz) = f0b73907cb25c276ea7eaeba1608433b19cc1d6be82d1200690adb23ac586ef9
-SHA512 (libbsd-0.11.6.tar.xz) = 9dbbfb84340fc69f59667241701d81d176439ce168f123344805898a269f7bd0e98abf8c7fc12d9bf539d1effb19424d93b647cc9120f693327e736d339e6075
-Size (libbsd-0.11.6.tar.xz) = 416600 bytes
+BLAKE2s (libbsd-0.11.7.tar.xz) = 3493aa935253101a41884d8c24bdd449c01da5029ab4bf3619cc8b120cb8384f
+SHA512 (libbsd-0.11.7.tar.xz) = 51fda4724f41dd8a4628afd58c21236a7588d9045e337e06eeabf83805a9aaaa53705441ca901ad11f1c65f18e881523bdc97721a7d3d6a5cced27f2450d09a2
+Size (libbsd-0.11.7.tar.xz) = 418508 bytes
 SHA1 (patch-src_Makefile.am) = 00127300a4eff0083a14e6efff3ae6563556c269


Home | Main Index | Thread Index | Old Index