diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-06 07:18:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-06 07:18:58 +0000 |
commit | 54e0ffd2b704a2e52e26b5a3b6bb61e284f093c5 (patch) | |
tree | c9bd1cbeb25eae96b8875268593f25fc67f925ec /x11 | |
parent | dca5e6d658c0d94e74df2b88d99ec3c8e246ff4b (diff) | |
download | pkgsrc-54e0ffd2b704a2e52e26b5a3b6bb61e284f093c5.tar.gz |
Update to 1.0.5:
xcmsdb 1.0.5
_XcmsGetProperty: don't deal with uninitialized values, fail instead
Import commit 502d414118c97d35a44f8e295709682022876331 from the
master copy of this code in libX11.
Only use results from GetWindowProperty if it returned Success
Since Xlib prior to 1.6 didn't always clear values on failure, don't
assume they're safe to use unless we succeeded.
Reported by Oracle Parfait 1.5.1:
Error: Uninitialised memory
Uninitialised memory variable (CWE 457): Possible access to uninitialised memory variable 'ret_format'
at line 743 of app/xcmsdb/xcmsdb.c in function 'RemoveSCCData'.
ret_format allocated at line 733.
at line 757 of app/xcmsdb/xcmsdb.c in function 'RemoveSCCData'.
ret_format allocated at line 733.
Uninitialised memory variable (CWE 457): Possible access to uninitialised memory variable 'ret_prop'
at line 748 of app/xcmsdb/xcmsdb.c in function 'RemoveSCCData'.
ret_prop allocated at line 731.
at line 762 of app/xcmsdb/xcmsdb.c in function 'RemoveSCCData'.
ret_prop allocated at line 731.
Strip trailing whitespace from source files
git ls-files | xargs gsed -i 's/[ \t]*$//'
autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt
configure: Drop AM_MAINTAINER_MODE
config: Add missing AC_CONFIG_SRCDIR
Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.
Remove break statements immediately after return statements
Silences clang -Wunreachable-code warnings
Fix const char * warnings
Add -version option to print program version
Adds both -version and previously undocumented -help to man page
Print which option was in error along with usage message
Combine usage message strings
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcmsdb/Makefile | 5 | ||||
-rw-r--r-- | x11/xcmsdb/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xcmsdb/Makefile b/x11/xcmsdb/Makefile index 4ae0488a633..fb7d0da5908 100644 --- a/x11/xcmsdb/Makefile +++ b/x11/xcmsdb/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2015/07/02 12:38:32 rodent Exp $ -# +# $NetBSD: Makefile,v 1.2 2015/08/06 07:18:58 wiz Exp $ -DISTNAME= xcmsdb-1.0.4 +DISTNAME= xcmsdb-1.0.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xcmsdb/distinfo b/x11/xcmsdb/distinfo index 4aed7ff6f94..49bee1c2ec8 100644 --- a/x11/xcmsdb/distinfo +++ b/x11/xcmsdb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2015/07/02 12:38:32 rodent Exp $ +$NetBSD: distinfo,v 1.2 2015/08/06 07:18:58 wiz Exp $ -SHA1 (xcmsdb-1.0.4.tar.bz2) = a633f76af38ea40b33d55c3ac820fd19f17f9428 -RMD160 (xcmsdb-1.0.4.tar.bz2) = 01b4bb77fe3058d21894a99b97e5b1e65e080e98 -Size (xcmsdb-1.0.4.tar.bz2) = 136502 bytes +SHA1 (xcmsdb-1.0.5.tar.bz2) = b1d09b1a9a4324fa86c85340ae47cc34743423a9 +RMD160 (xcmsdb-1.0.5.tar.bz2) = 5f086cf1c0acaa7b0555085bfac07063621c1efb +Size (xcmsdb-1.0.5.tar.bz2) = 145419 bytes |