summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-12-13 00:02:33 +0000
committerwiz <wiz@pkgsrc.org>2022-12-13 00:02:33 +0000
commit00c7b9113c7d015aa040d18672c8da87c4822757 (patch)
treec5675ed9b030a7ba572ff752df6fe8b069a369f9 /x11
parentdfd0a235434d75563734fbc175ef910805b0909e (diff)
downloadpkgsrc-00c7b9113c7d015aa040d18672c8da87c4822757.tar.gz
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
Diffstat (limited to 'x11')
-rw-r--r--x11/xhost/Makefile6
-rw-r--r--x11/xhost/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/x11/xhost/Makefile b/x11/xhost/Makefile
index 14d9be03bc6..71d213e47f7 100644
--- a/x11/xhost/Makefile
+++ b/x11/xhost/Makefile
@@ -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
HOMEPAGE= https://xorg.freedesktop.org/
diff --git a/x11/xhost/distinfo b/x11/xhost/distinfo
index 32e3be0600e..bfc5703928b 100644
--- a/x11/xhost/distinfo
+++ b/x11/xhost/distinfo
@@ -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