pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xauth xauth: update to 1.1.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/626ee7b6dd1a
branches:  trunk
changeset: 377366:626ee7b6dd1a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 20 05:28:56 2022 +0000

description:
xauth: update to 1.1.2.

Alan Coopersmith (8):
      tests: make tests work in out-of-tree builds
      tests: Fix failure to make distcheck
      tests: report failure if stderr has unexpected output
      configure.ac: fail build if xtrans is not found
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Fix off-by-one in quote-stripping routines
      gitlab CI: stop requiring Signed-off-by in commits

Baptiste Daroussin (1):
      Improve portability

Dr. Tilmann Bubeck (2):
      Removed build requirement "cmdtest".
      Fix warning -Wstringop-truncation for strncpy by using memcpy instead

Larry Doolittle (1):
      Expand checks of socket file with S_ISSOCK

Matt Turner (1):
      xauth 1.1.2

diffstat:

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

diffs (29 lines):

diff -r bec4496438b4 -r 626ee7b6dd1a x11/xauth/Makefile
--- a/x11/xauth/Makefile        Tue Apr 19 20:34:49 2022 +0000
+++ b/x11/xauth/Makefile        Wed Apr 20 05:28:56 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2022/04/10 08:53:17 nia Exp $
+# $NetBSD: Makefile,v 1.16 2022/04/20 05:28:56 wiz Exp $
 
-DISTNAME=              xauth-1.1.1
+DISTNAME=              xauth-1.1.2
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
diff -r bec4496438b4 -r 626ee7b6dd1a x11/xauth/distinfo
--- a/x11/xauth/distinfo        Tue Apr 19 20:34:49 2022 +0000
+++ b/x11/xauth/distinfo        Wed Apr 20 05:28:56 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/11/28 23:56:22 wiz Exp $
+$NetBSD: distinfo,v 1.13 2022/04/20 05:28:56 wiz Exp $
 
-BLAKE2s (xauth-1.1.1.tar.bz2) = b222b0a14327ed3b95bbd12ea641a909768f4001b4ad407d5398125bb34e9f59
-SHA512 (xauth-1.1.1.tar.bz2) = 998c3158378fff50d368959c29335173b8d98e02591cb3d7b2f9534b5a44b19deb4cb7da9bf291ca5a37f69f833d72839b2c6611723306d10c1b4968ae4d4120
-Size (xauth-1.1.1.tar.bz2) = 167315 bytes
+BLAKE2s (xauth-1.1.2.tar.xz) = eec8c43278df0446ee7af5992e9baaaddf08b36a3be61a39a06b8fd356561b8a
+SHA512 (xauth-1.1.2.tar.xz) = ac23fcd166b45abf7b030994ff3332c9906023dc1ddfa9b9d3000e6a914dc5e0213c4a2aa409cb3ddb93e1f9f4f6374376109241a95ef8c36af842de1f6f76e8
+Size (xauth-1.1.2.tar.xz) = 156960 bytes



Home | Main Index | Thread Index | Old Index