pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXau



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 10 23:31:38 UTC 2019

Modified Files:
        pkgsrc/x11/libXau: Makefile distinfo

Log Message:
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()


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/libXau/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/libXau/distinfo

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

Modified files:

Index: pkgsrc/x11/libXau/Makefile
diff -u pkgsrc/x11/libXau/Makefile:1.15 pkgsrc/x11/libXau/Makefile:1.16
--- pkgsrc/x11/libXau/Makefile:1.15     Wed Nov 28 14:08:47 2018
+++ pkgsrc/x11/libXau/Makefile  Sun Feb 10 23:31:37 2019
@@ -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

Index: pkgsrc/x11/libXau/distinfo
diff -u pkgsrc/x11/libXau/distinfo:1.8 pkgsrc/x11/libXau/distinfo:1.9
--- pkgsrc/x11/libXau/distinfo:1.8      Wed Nov  4 03:28:45 2015
+++ pkgsrc/x11/libXau/distinfo  Sun Feb 10 23:31:37 2019
@@ -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



Home | Main Index | Thread Index | Old Index