diff options
author | wiz <wiz> | 2015-01-17 09:10:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-01-17 09:10:59 +0000 |
commit | c90ecbd9fc87d88a84abc3197f173a5fc8bb2b50 (patch) | |
tree | 9560b0bfa439d576da01bc06e5569372354976cb | |
parent | 87c270ea3cf3919602f2fb4672ad69707573cf20 (diff) | |
download | pkgsrc-c90ecbd9fc87d88a84abc3197f173a5fc8bb2b50.tar.gz |
Update to 1.0.8:
This minor maintenance release provides the usual set of accumulated
build configuration improvements, compiler & static analyzer warning
fixes, and other janitorial cleanups.
Alan Coopersmith (6):
Print which option was in error along with usage message
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Stop memory leaks from XtNewString(StripFilename(filename))
Stop memory leak in XmuWriteBitmapDataToFile()
bitmap 1.0.8
Eric S. Raymond (1):
Use table markup in preference to various low-level constructions.
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Jeremy Huddleston Sequoia (5):
assert to avoid a NULL dereference
Avoid shadow declarations
Silence -Wbad-function-cast
Demacro modernization of NewSList to plug a memory leak during error handling
Use '& 7' instead '% 8' to silence clang analyzer warning
-rw-r--r-- | x11/bitmap/Makefile | 4 | ||||
-rw-r--r-- | x11/bitmap/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/bitmap/Makefile b/x11/bitmap/Makefile index 1df06caed48..4cea4e60938 100644 --- a/x11/bitmap/Makefile +++ b/x11/bitmap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2013/05/18 13:37:41 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/01/17 09:10:59 wiz Exp $ -DISTNAME= bitmap-1.0.7 +DISTNAME= bitmap-1.0.8 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/bitmap/distinfo b/x11/bitmap/distinfo index 64318ef16d4..db6b207ba5a 100644 --- a/x11/bitmap/distinfo +++ b/x11/bitmap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/05/18 13:37:41 wiz Exp $ +$NetBSD: distinfo,v 1.5 2015/01/17 09:10:59 wiz Exp $ -SHA1 (bitmap-1.0.7.tar.bz2) = 18c4762b8c94b519ee2ca6c3171cc2f85e6b2421 -RMD160 (bitmap-1.0.7.tar.bz2) = 2b6bb14311b35502bb188ceb86f10ff2b205dd73 -Size (bitmap-1.0.7.tar.bz2) = 169437 bytes +SHA1 (bitmap-1.0.8.tar.bz2) = 84fc49daa5411677d05a134ee2f7e76301fa89d8 +RMD160 (bitmap-1.0.8.tar.bz2) = 09323d68cca6899c59a75d5003abf4ccac5fa23c +Size (bitmap-1.0.8.tar.bz2) = 177558 bytes |