pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xkbprint



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 07:29:04 UTC 2024

Modified Files:
        pkgsrc/x11/xkbprint: Makefile distinfo

Log Message:
xkbprint: update to 1.0.7.

This release provides some code cleanups and compiler warning fixes.

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 (7):
      unifdef -Usgi
      configure: Use AC_SYS_LARGEFILE to enable large file support
      ClearFontStuff: avoid NULL pointer dereference
      FindKeysymsByName: avoid NULL pointer dereference
      Variable scope reductions
      Use C99 struct initializers
      xkbprint 1.0.7


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xkbprint/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xkbprint/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/xkbprint/Makefile
diff -u pkgsrc/x11/xkbprint/Makefile:1.6 pkgsrc/x11/xkbprint/Makefile:1.7
--- pkgsrc/x11/xkbprint/Makefile:1.6    Sat Oct 15 23:13:19 2022
+++ pkgsrc/x11/xkbprint/Makefile        Sun Oct 13 07:29:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2022/10/15 23:13:19 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/10/13 07:29:03 wiz Exp $
 
-DISTNAME=              xkbprint-1.0.6
+DISTNAME=              xkbprint-1.0.7
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/x11/xkbprint/distinfo
diff -u pkgsrc/x11/xkbprint/distinfo:1.7 pkgsrc/x11/xkbprint/distinfo:1.8
--- pkgsrc/x11/xkbprint/distinfo:1.7    Sat Oct 15 23:13:19 2022
+++ pkgsrc/x11/xkbprint/distinfo        Sun Oct 13 07:29:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/10/15 23:13:19 wiz Exp $
+$NetBSD: distinfo,v 1.8 2024/10/13 07:29:03 wiz Exp $
 
-BLAKE2s (xkbprint-1.0.6.tar.xz) = 4af54986bc98c44cf057fd443e6d523ea8507de7cbbcf3fbbf9e0bc1a07221ae
-SHA512 (xkbprint-1.0.6.tar.xz) = a1c2401b2a2ef4c6bd2efc18923ecb176adcf38b6c5dfdce25f22f1f5ab21e25f494b25dac25b1765fb9a0f6acc24d191cd41b9a098a9e3c6eaf9a9df490be29
-Size (xkbprint-1.0.6.tar.xz) = 156920 bytes
+BLAKE2s (xkbprint-1.0.7.tar.xz) = 1828dd2cab89f02a36845d17eb77b51b48d41514b2d48e90e86842ae01ba59b6
+SHA512 (xkbprint-1.0.7.tar.xz) = 52f803ba85b053408dfff400f47ae9461954430665a12257a99b9775e26dd7192a97b979de949b9c4532936c9bfcc181a773de41514a122973f05d676dee6476
+Size (xkbprint-1.0.7.tar.xz) = 161736 bytes



Home | Main Index | Thread Index | Old Index