pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xauth



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 20 05:28:56 UTC 2022

Modified Files:
        pkgsrc/x11/xauth: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xauth/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xauth/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/xauth/Makefile
diff -u pkgsrc/x11/xauth/Makefile:1.15 pkgsrc/x11/xauth/Makefile:1.16
--- pkgsrc/x11/xauth/Makefile:1.15      Sun Apr 10 08:53:17 2022
+++ pkgsrc/x11/xauth/Makefile   Wed Apr 20 05:28:56 2022
@@ -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/

Index: pkgsrc/x11/xauth/distinfo
diff -u pkgsrc/x11/xauth/distinfo:1.12 pkgsrc/x11/xauth/distinfo:1.13
--- pkgsrc/x11/xauth/distinfo:1.12      Sun Nov 28 23:56:22 2021
+++ pkgsrc/x11/xauth/distinfo   Wed Apr 20 05:28:56 2022
@@ -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