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:           Sun Nov 28 23:56:22 UTC 2021

Modified Files:
        pkgsrc/x11/xauth: Makefile builtin.mk distinfo

Log Message:
xauth: update to 1.1.1.

This is a minor bugfix release, including fixes for reported crashes.

Alan Coopersmith (5):
      Avoid memory leak when realloc() fails in split_into_words()
      Use reallocarray() when adding members to array in split_into_words()
      Avoid memory leaks in error paths in do_generate
      Fix spelling/wording issues
      xauth 1.1.1

Alex Gendin (1):
      Fix segfault when X starts

Dr. Tilmann Bubeck (1):
      Additionally check socket file with S_ISSOCK

Karol Herbst (1):
      Check malloc calls in process.c

Tobias Stoeckmann (2):
      Fix segmentation fault on invalid add argument.
      Prevent OOB write with long file names.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xauth/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/xauth/builtin.mk
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/x11/xauth/Makefile:1.13
--- pkgsrc/x11/xauth/Makefile:1.12      Sat Jan 18 23:35:57 2020
+++ pkgsrc/x11/xauth/Makefile   Sun Nov 28 23:56:22 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/01/18 23:35:57 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2021/11/28 23:56:22 wiz Exp $
 
-DISTNAME=              xauth-1.1
+DISTNAME=              xauth-1.1.1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.bz2
@@ -11,6 +11,7 @@ COMMENT=              X authentication utility
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
+CPPFLAGS.NetBSD+=      -D_OPENBSD_SOURCE
 
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXmu/buildlink3.mk"

Index: pkgsrc/x11/xauth/builtin.mk
diff -u pkgsrc/x11/xauth/builtin.mk:1.3 pkgsrc/x11/xauth/builtin.mk:1.4
--- pkgsrc/x11/xauth/builtin.mk:1.3     Sun Nov  3 09:14:18 2019
+++ pkgsrc/x11/xauth/builtin.mk Sun Nov 28 23:56:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.3 2019/11/03 09:14:18 rillig Exp $
+# $NetBSD: builtin.mk,v 1.4 2021/11/28 23:56:22 wiz Exp $
 
 BUILTIN_PKG:=  xauth
 
@@ -49,7 +49,7 @@ USE_BUILTIN.xauth=    ${IS_BUILTIN.xauth}
 USE_BUILTIN.xauth=     yes
 .      for _dep_ in ${BUILDLINK_API_DEPENDS.xauth}
 .        if !empty(USE_BUILTIN.xauth:M[yY][eE][sS])
-USE_BUILTIN.xauth!=                                            \
+USE_BUILTIN.xauth!=                                                    \
        if ${PKG_ADMIN} pmatch ${_dep_:Q} ${BUILTIN_PKG.xauth:Q}; then \
                ${ECHO} yes;                                            \
        else                                                            \

Index: pkgsrc/x11/xauth/distinfo
diff -u pkgsrc/x11/xauth/distinfo:1.11 pkgsrc/x11/xauth/distinfo:1.12
--- pkgsrc/x11/xauth/distinfo:1.11      Tue Oct 26 11:34:33 2021
+++ pkgsrc/x11/xauth/distinfo   Sun Nov 28 23:56:22 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:34:33 nia Exp $
+$NetBSD: distinfo,v 1.12 2021/11/28 23:56:22 wiz Exp $
 
-BLAKE2s (xauth-1.1.tar.bz2) = 1763066316147ed744c244cfd7e09641bc5f7d303a2947936bac196a87710733
-SHA512 (xauth-1.1.tar.bz2) = b6ecd59a853a491ef45bf8cfbff63bed36645f81cb79ae9d18458b57f7502bccf92f0d979d3337578518646f680ad379e67b1dac15a927cbb11372733e7a3a0c
-Size (xauth-1.1.tar.bz2) = 163510 bytes
+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



Home | Main Index | Thread Index | Old Index