pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libXdmcp
Module Name: pkgsrc
Committed By: wiz
Date: Sun Mar 17 08:04:00 UTC 2019
Modified Files:
pkgsrc/x11/libXdmcp: DESCR Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/libXdmcp/DESCR
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/libXdmcp/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/libXdmcp/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/libXdmcp/DESCR
diff -u pkgsrc/x11/libXdmcp/DESCR:1.1.1.1 pkgsrc/x11/libXdmcp/DESCR:1.2
--- pkgsrc/x11/libXdmcp/DESCR:1.1.1.1 Fri Nov 3 17:59:48 2006
+++ pkgsrc/x11/libXdmcp/DESCR Sun Mar 17 08:04:00 2019
@@ -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.
Index: pkgsrc/x11/libXdmcp/Makefile
diff -u pkgsrc/x11/libXdmcp/Makefile:1.9 pkgsrc/x11/libXdmcp/Makefile:1.10
--- pkgsrc/x11/libXdmcp/Makefile:1.9 Wed Mar 7 11:57:36 2018
+++ pkgsrc/x11/libXdmcp/Makefile Sun Mar 17 08:04:00 2019
@@ -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
Index: pkgsrc/x11/libXdmcp/distinfo
diff -u pkgsrc/x11/libXdmcp/distinfo:1.7 pkgsrc/x11/libXdmcp/distinfo:1.8
--- pkgsrc/x11/libXdmcp/distinfo:1.7 Wed Nov 4 03:28:45 2015
+++ pkgsrc/x11/libXdmcp/distinfo Sun Mar 17 08:04:00 2019
@@ -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