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:           Thu Nov 14 10:39:27 UTC 2019

Modified Files:
        pkgsrc/x11/xauth: Makefile distinfo

Log Message:
xauth: update to 1.1.

This release fixes a race condition where an existing authority file
would be unlinked (possibly causing other clients to fail to connect), and fixes sorting and merging of authority file entries.

Adam Jackson (2):
      process: Close a window where no authority file would exist
      xauth 1.1

Alan Coopersmith (3):
      Change fall through comment in process.c to match gcc's requirements
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Michal Srb (2):
      Merge only entries with equal dpy and protoname.
      Sort entries from most specific to most generic.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xauth/Makefile
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/x11/xauth/Makefile:1.11
--- pkgsrc/x11/xauth/Makefile:1.10      Thu Feb  2 18:45:05 2017
+++ pkgsrc/x11/xauth/Makefile   Thu Nov 14 10:39:27 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/02/02 18:45:05 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2019/11/14 10:39:27 wiz Exp $
 
-DISTNAME=              xauth-1.0.10
+DISTNAME=              xauth-1.1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/x11/xauth/distinfo
diff -u pkgsrc/x11/xauth/distinfo:1.8 pkgsrc/x11/xauth/distinfo:1.9
--- pkgsrc/x11/xauth/distinfo:1.8       Thu Feb  2 18:45:05 2017
+++ pkgsrc/x11/xauth/distinfo   Thu Nov 14 10:39:27 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/02/02 18:45:05 wiz Exp $
+$NetBSD: distinfo,v 1.9 2019/11/14 10:39:27 wiz Exp $
 
-SHA1 (xauth-1.0.10.tar.bz2) = 87946b2af3ff13705d8eb60adae5c0bcdf839967
-RMD160 (xauth-1.0.10.tar.bz2) = 557852f551556305ccabd7c7547cde73d08eca18
-SHA512 (xauth-1.0.10.tar.bz2) = 1ddcd80848c4efffc6d0a576177f92a3ce47eb871a6c7e2097d96491aec027404d437e0bd792714ef423989153a9644f5ff179bde4dfeb4b340636d642d5849f
-Size (xauth-1.0.10.tar.bz2) = 162176 bytes
+SHA1 (xauth-1.1.tar.bz2) = 16180e36d75a23cb182cb91e78f24273f1a63967
+RMD160 (xauth-1.1.tar.bz2) = efc6bc78d403c8db7da201782f3a107f36ffd2d8
+SHA512 (xauth-1.1.tar.bz2) = b6ecd59a853a491ef45bf8cfbff63bed36645f81cb79ae9d18458b57f7502bccf92f0d979d3337578518646f680ad379e67b1dac15a927cbb11372733e7a3a0c
+Size (xauth-1.1.tar.bz2) = 163510 bytes



Home | Main Index | Thread Index | Old Index