pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libxkbfile



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct 18 07:50:27 UTC 2022

Modified Files:
        pkgsrc/x11/libxkbfile: Makefile distinfo

Log Message:
libxkbfile: update to 1.1.1.

Alan Coopersmith (6):
      Use strndup if available to avoid -Wstringop-overflow warning from gcc 9
      Convert check for strcasecmp to normal autoconf style
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      libxkbfile 1.1.1

Benno Schulenberg (1):
      fix an off-by-one error in copying the name of a virtual modifier

Peter Hutterer (2):
      Escape non-printable characters correctly
      unifdef NOTYET

Ran Benita (1):
      Fix check for appending '|' character when applying rules


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/libxkbfile/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/libxkbfile/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/libxkbfile/Makefile
diff -u pkgsrc/x11/libxkbfile/Makefile:1.11 pkgsrc/x11/libxkbfile/Makefile:1.12
--- pkgsrc/x11/libxkbfile/Makefile:1.11 Sat Jan 18 23:35:54 2020
+++ pkgsrc/x11/libxkbfile/Makefile      Tue Oct 18 07:50:27 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2020/01/18 23:35:54 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2022/10/18 07:50:27 wiz Exp $
 
-DISTNAME=              libxkbfile-1.1.0
+DISTNAME=              libxkbfile-1.1.1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/

Index: pkgsrc/x11/libxkbfile/distinfo
diff -u pkgsrc/x11/libxkbfile/distinfo:1.10 pkgsrc/x11/libxkbfile/distinfo:1.11
--- pkgsrc/x11/libxkbfile/distinfo:1.10 Tue Oct 26 11:34:10 2021
+++ pkgsrc/x11/libxkbfile/distinfo      Tue Oct 18 07:50:27 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:34:10 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/10/18 07:50:27 wiz Exp $
 
-BLAKE2s (libxkbfile-1.1.0.tar.bz2) = 240d323f9ea2d2a06840ff771dc17f08cf6767fb37398ca190dc20e3573f6fba
-SHA512 (libxkbfile-1.1.0.tar.bz2) = 1c6a57564e916ccdc3df3c49b9f3589f701df0cec55112c12ddc35ac3ed556608c28fe98e5ba0ac1962e9a65ed1e90eb7e6169b564951bf55a7cf3499b745826
-Size (libxkbfile-1.1.0.tar.bz2) = 364678 bytes
+BLAKE2s (libxkbfile-1.1.1.tar.xz) = 67029f89c1cbde98fd26c8fc7d27a73d70d347fe6b9e5b714d6ded201eec043a
+SHA512 (libxkbfile-1.1.1.tar.xz) = 2902d21860e27a27159123a19f7d4e0cf9cf8933685f1d2477e69ec647f0f8629b58bbfc391ed45e8b51a10033f18a9d0f16f7f519da9923cd7ed3bd497cf1a2
+Size (libxkbfile-1.1.1.tar.xz) = 308832 bytes



Home | Main Index | Thread Index | Old Index