pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXdmcp libXdmcp: update to 1.1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/209f5d24a10f
branches:  trunk
changeset: 331347:209f5d24a10f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 17 08:04:00 2019 +0000

description:
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:

 x11/libXdmcp/DESCR    |   5 +++--
 x11/libXdmcp/Makefile |   5 ++---
 x11/libXdmcp/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (37 lines):

diff -r 11b724f0ed3d -r 209f5d24a10f x11/libXdmcp/DESCR
--- a/x11/libXdmcp/DESCR        Sun Mar 17 03:59:11 2019 +0000
+++ b/x11/libXdmcp/DESCR        Sun Mar 17 08:04:00 2019 +0000
@@ -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 -r 11b724f0ed3d -r 209f5d24a10f x11/libXdmcp/Makefile
--- a/x11/libXdmcp/Makefile     Sun Mar 17 03:59:11 2019 +0000
+++ b/x11/libXdmcp/Makefile     Sun Mar 17 08:04:00 2019 +0000
@@ -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 -r 11b724f0ed3d -r 209f5d24a10f x11/libXdmcp/distinfo
--- a/x11/libXdmcp/distinfo     Sun Mar 17 03:59:11 2019 +0000
+++ b/x11/libXdmcp/distinfo     Sun Mar 17 08:04:00 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index