pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xhost



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 13 00:02:33 UTC 2022

Modified Files:
        pkgsrc/x11/xhost: Makefile distinfo

Log Message:
xhost: update to 1.0.9.

This release delivers upstream two changes we've been shipping in Solaris
for many years - a fix to the command line handling to allow specifying
IPv6 addresses directly ("xhost +2001:DB8::11") and the use of gettext()
to allow localizing output & error messages.  Unfortunately, this release
only includes the changes to use gettext, but does not include any
translations.

Alan Coopersmith (6):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Recognize raw IPv6 numeric address
      Use gettext() to localize messages if available
      Simplify i18n of 'unable to get ... address for ...' error message
      xhost 1.0.9


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xhost/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xhost/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/xhost/Makefile
diff -u pkgsrc/x11/xhost/Makefile:1.15 pkgsrc/x11/xhost/Makefile:1.16
--- pkgsrc/x11/xhost/Makefile:1.15      Wed Nov  9 13:14:29 2022
+++ pkgsrc/x11/xhost/Makefile   Tue Dec 13 00:02:33 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2022/11/09 13:14:29 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2022/12/13 00:02:33 wiz Exp $
 
-DISTNAME=      xhost-1.0.8
+DISTNAME=      xhost-1.0.9
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://xorg.freedesktop.org/

Index: pkgsrc/x11/xhost/distinfo
diff -u pkgsrc/x11/xhost/distinfo:1.10 pkgsrc/x11/xhost/distinfo:1.11
--- pkgsrc/x11/xhost/distinfo:1.10      Tue Oct 26 11:34:49 2021
+++ pkgsrc/x11/xhost/distinfo   Tue Dec 13 00:02:33 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:34:49 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/12/13 00:02:33 wiz Exp $
 
-BLAKE2s (xhost-1.0.8.tar.bz2) = 09b2e62422759028e264b6ae8137c0240725098398667e565403591d211d174c
-SHA512 (xhost-1.0.8.tar.bz2) = 55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b
-Size (xhost-1.0.8.tar.bz2) = 138539 bytes
+BLAKE2s (xhost-1.0.9.tar.xz) = b8de0a01656925f0d6d0611b9e3fe85ea75386559d22bfd892a8f187c35cec59
+SHA512 (xhost-1.0.9.tar.xz) = d281a0df0a036d693ce7dbe0d1d53839110d203f42454bf4d33a49fbfddec078149969b6ad76641e40e207ddc8317ea563088c59025fc57d8245e5ed27f79818
+Size (xhost-1.0.9.tar.xz) = 132828 bytes



Home | Main Index | Thread Index | Old Index