diff options
author | wiz <wiz@pkgsrc.org> | 2019-02-10 23:31:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-02-10 23:31:37 +0000 |
commit | ff64ff1eef1e9870efe8af3b15e7e25f1df3b5f1 (patch) | |
tree | 34cffe07463aca6fe06aa94cf5a7879633b04561 /x11 | |
parent | 24904f21f67f2cbc68ac2cb56f75f9e62749f4fd (diff) | |
download | pkgsrc-ff64ff1eef1e9870efe8af3b15e7e25f1df3b5f1.tar.gz |
libXau: update to 1.0.9.
Alan Coopersmith (3):
XauFileName: always go through buf allocation if buf is NULL
Update configure.ac bug URL for gitlab migration
libXau 1.0.9
Emil Velikov (1):
autogen.sh: use quoted string variables
Fuminobu TAKEYAMA (1):
XauFileName: reset bsize when malloc failed
Jeremy Huddleston Sequoia (1):
Silence a benign static analysis warning with an assert of allocation size
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Tobias Stoeckmann (1):
Avoid out of boundary read access
walter harms (3):
AuDispose.c:remove redundant null check on calling free()
Au FileName.c: remove redundant null check on calling free()
AuRead.c: remove redundant null check on calling free()
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXau/Makefile | 5 | ||||
-rw-r--r-- | x11/libXau/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index ee931464348..ebaca9925cd 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2018/11/28 14:08:47 sevan Exp $ +# $NetBSD: Makefile,v 1.16 2019/02/10 23:31:37 wiz Exp $ -DISTNAME= libXau-1.0.8 -PKGREVISION= 1 +DISTNAME= libXau-1.0.9 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXau/distinfo b/x11/libXau/distinfo index 4da8bf04276..0911b76df6a 100644 --- a/x11/libXau/distinfo +++ b/x11/libXau/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 03:28:45 agc Exp $ +$NetBSD: distinfo,v 1.9 2019/02/10 23:31:37 wiz Exp $ -SHA1 (libXau-1.0.8.tar.bz2) = d9512d6869e022d4e9c9d33f6d6199eda4ad096b -RMD160 (libXau-1.0.8.tar.bz2) = 8921c06afba3b9b14d2226a9afd573702cfdf445 -SHA512 (libXau-1.0.8.tar.bz2) = 9f933d22f8f2411ae770094589cbe170c631a1437d572664e0fa6b9608e6ec39deef752f2dd6408ab45acdf01bf1827ef3ced640a33da787d9cfb546f12397b5 -Size (libXau-1.0.8.tar.bz2) = 295297 bytes +SHA1 (libXau-1.0.9.tar.bz2) = ef9b1ad00f958c8b6e30a1bbc11fdfac311c9733 +RMD160 (libXau-1.0.9.tar.bz2) = d0c43dc992c60c1c5f2c48086f5b2eac843ae357 +SHA512 (libXau-1.0.9.tar.bz2) = 3ca454ba466a807ea28b0f715066d73dc76ad312697b121d43e4d5766215052e9b7ffb8fe3ed3e496fa3f2a13f164ac692ff85cc428e26731b679f0f06a1d562 +Size (libXau-1.0.9.tar.bz2) = 322650 bytes |