summaryrefslogtreecommitdiff
path: root/x11/libXdmcp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-03-17 08:04:00 +0000
committerwiz <wiz@pkgsrc.org>2019-03-17 08:04:00 +0000
commit68c873d9f920e5d3c542ea1ea412cd180f8e291a (patch)
treedd85aa0e2c878b720d19aea7d8f20772bf809a7c /x11/libXdmcp
parent98a976c5f9ebcc364f2cc9cad887e79cf9497620 (diff)
downloadpkgsrc-68c873d9f920e5d3c542ea1ea412cd180f8e291a.tar.gz
libXdmcp: update to 1.1.3.
This release provides a fix for CVE-2017-2625 for platforms which don't have arc4random_buf() in their default libraries but do have getentropy(), such as Linux platforms with a kernel version of 3.17 or newer and a glibc version of 2.25 or newer. (libXdmcp 1.1.2 already ensured that arc4random_buf() is used on platforms that have it to provide sufficient entropy in XDMCP key generation, but left other platforms with the weaker methods. Linux platforms could also have linked against libbsd to use arc4random_buf() with libXdmcp 1.1.2 for stronger keys.) Alan Coopersmith (2): Update README for gitlab migration libXdmcp 1.1.3 Benjamin Tissoires (2): Use getentropy() if arc4random_buf() is not available Fix compilation error when arc4random_buf is not available Emil Velikov (1): autogen.sh: use quoted string variables Helmut Grohne (1): do not use &fullrelvers; in xdmcp.xml (Debian bug 761628) Jon TURNEY (1): Link with winsock library for socket functions on MinGW Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish
Diffstat (limited to 'x11/libXdmcp')
-rw-r--r--x11/libXdmcp/DESCR5
-rw-r--r--x11/libXdmcp/Makefile5
-rw-r--r--x11/libXdmcp/distinfo10
3 files changed, 10 insertions, 10 deletions
diff --git a/x11/libXdmcp/DESCR b/x11/libXdmcp/DESCR
index a15049561fe..f402c1f4add 100644
--- a/x11/libXdmcp/DESCR
+++ b/x11/libXdmcp/DESCR
@@ -1,2 +1,3 @@
-This is the X Display Manager Control Protocol library. This is
-from the modular X.org X11 project.
+libXdmcp is the X Display Manager Control Protocol library, used
+by both X servers and display managers to handle both ends of the
+XDMCP connection.
diff --git a/x11/libXdmcp/Makefile b/x11/libXdmcp/Makefile
index 248ae5f276b..4af9baf1b59 100644
--- a/x11/libXdmcp/Makefile
+++ b/x11/libXdmcp/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/03/07 11:57:36 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2019/03/17 08:04:00 wiz Exp $
-DISTNAME= libXdmcp-1.1.2
-PKGREVISION= 1
+DISTNAME= libXdmcp-1.1.3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/libXdmcp/distinfo b/x11/libXdmcp/distinfo
index 0c2ccd76532..24abef1bca1 100644
--- a/x11/libXdmcp/distinfo
+++ b/x11/libXdmcp/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 03:28:45 agc Exp $
+$NetBSD: distinfo,v 1.8 2019/03/17 08:04:00 wiz Exp $
-SHA1 (libXdmcp-1.1.2.tar.bz2) = 3c09eabb0617c275b5ab09fae021d279a4832cac
-RMD160 (libXdmcp-1.1.2.tar.bz2) = 4b3c314683617d46e855e519e846212283c1b574
-SHA512 (libXdmcp-1.1.2.tar.bz2) = f96005934b8bc752059106f8caf7df0574f5ef3c7a83bd797497b56ca556a7ff4dc1d28195e421259e82ea027b5c738094add3ec107a22544c9070725d8d46bb
-Size (libXdmcp-1.1.2.tar.bz2) = 331518 bytes
+SHA1 (libXdmcp-1.1.3.tar.bz2) = 0a8f8a274f829331efb1e8e2027c38631b204dd0
+RMD160 (libXdmcp-1.1.3.tar.bz2) = 4ba6d58144f9e6893346d3bd5c51bd3ece9de29c
+SHA512 (libXdmcp-1.1.3.tar.bz2) = cb1d4650f97d66e73acd2465ec7d757b9b797cce2f85e301860a44997a461837eea845ec9bd5b639ec5ca34c804f8bdd870697a5ce3f4e270b687c9ef74f25ec
+Size (libXdmcp-1.1.3.tar.bz2) = 332795 bytes