pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xhost xhost: update to 1.0.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2eafce84045c
branches:  trunk
changeset: 389939:2eafce84045c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Dec 13 00:02:33 2022 +0000

description:
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:

 x11/xhost/Makefile |  6 +++---
 x11/xhost/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 8fdc49591b63 -r 2eafce84045c x11/xhost/Makefile
--- a/x11/xhost/Makefile        Mon Dec 12 22:22:27 2022 +0000
+++ b/x11/xhost/Makefile        Tue Dec 13 00:02:33 2022 +0000
@@ -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/
diff -r 8fdc49591b63 -r 2eafce84045c x11/xhost/distinfo
--- a/x11/xhost/distinfo        Mon Dec 12 22:22:27 2022 +0000
+++ b/x11/xhost/distinfo        Tue Dec 13 00:02:33 2022 +0000
@@ -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