pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xcmsdb
Module Name: pkgsrc
Committed By: wiz
Date: Sun Oct 13 07:28:23 UTC 2024
Modified Files:
pkgsrc/x11/xcmsdb: Makefile distinfo
Log Message:
xcmsdb: update to 1.0.7.
This release fixes some compiler warnings and includes other minor code
cleanups.
For those building for 32-bit platforms, it also enables use of the
"large file" APIs - though no file processed by this program should ever
be anywhere near 2GB in size, it is a prerequisite for post-y2038 support.
Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow it to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.
Alan Coopersmith (10):
gitlab CI: stop requiring Signed-off-by in commits
ParseVisualOptions: eliminate unneccessary strcpy & strcat
Variable scope reduction as suggested by cppcheck
Declare DefineEntry tables of string to id mappings as const
Correct comment describing DefineToStr
SCScrnClassStringOf: always return a non-NULL string
ProcessIProfile: Avoid NULL dereference if strtok doesn't find a match
ProcessColorimetric: limit string size written by scanf()
configure: Use AC_SYS_LARGEFILE to enable large file support
xcmsdb 1.0.7
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xcmsdb/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xcmsdb/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/xcmsdb/Makefile
diff -u pkgsrc/x11/xcmsdb/Makefile:1.5 pkgsrc/x11/xcmsdb/Makefile:1.6
--- pkgsrc/x11/xcmsdb/Makefile:1.5 Mon Jul 11 19:32:05 2022
+++ pkgsrc/x11/xcmsdb/Makefile Sun Oct 13 07:28:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/07/11 19:32:05 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/10/13 07:28:23 wiz Exp $
-DISTNAME= xcmsdb-1.0.6
+DISTNAME= xcmsdb-1.0.7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/x11/xcmsdb/distinfo
diff -u pkgsrc/x11/xcmsdb/distinfo:1.6 pkgsrc/x11/xcmsdb/distinfo:1.7
--- pkgsrc/x11/xcmsdb/distinfo:1.6 Mon Jul 11 19:32:05 2022
+++ pkgsrc/x11/xcmsdb/distinfo Sun Oct 13 07:28:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/07/11 19:32:05 wiz Exp $
+$NetBSD: distinfo,v 1.7 2024/10/13 07:28:23 wiz Exp $
-BLAKE2s (xcmsdb-1.0.6.tar.xz) = 55e82117c976457c234a378ce819792d448a8f7cf50350e9f6274402f153b72c
-SHA512 (xcmsdb-1.0.6.tar.xz) = e47d9498ce496effbc44a66e70af91d9fe65c344a17916fd4990a4c84fa8879aa09b6695aeb6ef595f475c16a13c7c31d4c48449234564de7de38d7436764fae
-Size (xcmsdb-1.0.6.tar.xz) = 136708 bytes
+BLAKE2s (xcmsdb-1.0.7.tar.xz) = a72b874e68b94feb2e0fddc5ba33addb2b448aeeddfd359264e02cdaa66620ae
+SHA512 (xcmsdb-1.0.7.tar.xz) = 87bd13930385c16689bfb6eefe47860f3741ccede9ddee4a860bb763937828808aca2c2fcc56637c06c3b9f1a5ee5ffd5cadc039d93ff7b2375a004867ef9f22
+Size (xcmsdb-1.0.7.tar.xz) = 142356 bytes
Home |
Main Index |
Thread Index |
Old Index