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.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1947d915f01c
branches: trunk
changeset: 770311:1947d915f01c
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Nov 28 23:56:22 2021 +0000
description:
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.
diffstat:
x11/xauth/Makefile | 5 +++--
x11/xauth/builtin.mk | 4 ++--
x11/xauth/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (51 lines):
diff -r 652440055a44 -r 1947d915f01c x11/xauth/Makefile
--- a/x11/xauth/Makefile Sun Nov 28 20:49:25 2021 +0000
+++ b/x11/xauth/Makefile Sun Nov 28 23:56:22 2021 +0000
@@ -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 @@
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+CPPFLAGS.NetBSD+= -D_OPENBSD_SOURCE
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
diff -r 652440055a44 -r 1947d915f01c x11/xauth/builtin.mk
--- a/x11/xauth/builtin.mk Sun Nov 28 20:49:25 2021 +0000
+++ b/x11/xauth/builtin.mk Sun Nov 28 23:56:22 2021 +0000
@@ -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= 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 \
diff -r 652440055a44 -r 1947d915f01c x11/xauth/distinfo
--- a/x11/xauth/distinfo Sun Nov 28 20:49:25 2021 +0000
+++ b/x11/xauth/distinfo Sun Nov 28 23:56:22 2021 +0000
@@ -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