libbsd: update to 0.11.6.

This commit is contained in:
Duncaen 2022-04-03 17:46:51 +02:00
parent 8f6516045e
commit 02c7f5f19a
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 2 additions and 20 deletions

View file

@ -1,18 +0,0 @@
--- a/test/fpurge.c
+++ b/test/fpurge.c
@@ -29,15 +29,11 @@
int
main()
{
- static FILE fp_bad;
FILE *fp;
if (fpurge(NULL) == 0)
return 1;
- if (fpurge(&fp_bad) == 0)
- return 1;
-
fp = fopen("/dev/zero", "r");
if (fpurge(fp) < 0)
return 1;

View file

@ -1,6 +1,6 @@
# Template file for 'libbsd'
pkgname=libbsd
version=0.11.5
version=0.11.6
revision=1
build_style=gnu-configure
makedepends="libmd-devel"
@ -9,7 +9,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
license="ISC, MIT, Beerware, BSD-2-Clause, BSD-3-Clause, BSD-4-Clause"
homepage="https://libbsd.freedesktop.org/"
distfiles="https://libbsd.freedesktop.org/releases/libbsd-${version}.tar.xz"
checksum=1a9c952525635c1bb6770cb22e969b938d8e6a9d7912362b98ee8370599b0efd
checksum=19b38f3172eaf693e6e1c68714636190c7e48851e45224d720b3b5bc0499b5df
post_install() {
vlicense COPYING