Update to 1.0.8:
This maintenance release brings happiness by getting rid of things that make valgrind, clang, doclifter, automake, the GNOME build system, various other static analyzers, and obsessive developers be unhappy. Don't warn, be happy. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (10): Clean up some clang warnings about sign conversion Tell clang to shut up about the padding in struct xauth unifdef -U__UNIXOS2__ Convert INCLUDES to AM_CPPFLAGS in preparation for automake-1.14 obsoletion Use configure check for pathconf instead of X_NOT_POSIX #define Check for configure's HAVE_UNISTD_H instead of X_NOT_POSIX Replace strcpy+strcat pairs with snprintf calls Call memcmp() instead of defining our own equivalent Use remove() instead of unlink() to delete lock files libXau 1.0.8 Chase Douglas (1): Free XauFileName() static buffer at exit Colin Walters (1): autogen.sh: Implement GNOME Build API Eric S. Raymond (1): Remove a use of tab stops.
This commit is contained in:
parent
6882d5a38a
commit
5132b0c405
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.11 2012/10/29 05:06:33 asau Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.12 2013/05/25 06:36:15 wiz Exp $
|
||||
|
||||
DISTNAME= libXau-1.0.7
|
||||
DISTNAME= libXau-1.0.8
|
||||
CATEGORIES= x11 devel
|
||||
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.6 2012/06/03 17:25:09 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.7 2013/05/25 06:36:15 wiz Exp $
|
||||
|
||||
SHA1 (libXau-1.0.7.tar.bz2) = 29c47207fd246425b906f525b2220235ce4cd0f6
|
||||
RMD160 (libXau-1.0.7.tar.bz2) = 2d72bd7bb634f10a254b7b2924f2fd066381a528
|
||||
Size (libXau-1.0.7.tar.bz2) = 274681 bytes
|
||||
SHA1 (libXau-1.0.8.tar.bz2) = d9512d6869e022d4e9c9d33f6d6199eda4ad096b
|
||||
RMD160 (libXau-1.0.8.tar.bz2) = 8921c06afba3b9b14d2226a9afd573702cfdf445
|
||||
Size (libXau-1.0.8.tar.bz2) = 295297 bytes
|
||||
|
|
Loading…
Reference in a new issue