pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xdm
Module Name: pkgsrc
Committed By: wiz
Date: Sun Dec 4 15:32:23 UTC 2022
Modified Files:
pkgsrc/x11/xdm: Makefile distinfo
Log Message:
xdm: update to 1.1.14.
This release improves compatibility for building with GNU libc 2.36,
and adds a --without-xinerama option to the configure script for those
who want to build without linking to libXinerama.
Alan Coopersmith (6):
GetChooserAddr(): verify socket address fit in provided buffer
all_query_respond(): handle ConvertAddr failure sooner
Use memcpy() instead of memmove() when buffers are known not to overlap
chooser: avoid free of uninitialized pointer in allocation failure cleanup
Only link with libbsd if needed for arc4random() or setproctitle()
xdm 1.1.14
Callum Farmer (1):
genauth: fix build with arc4random in glibc 2.36
Guillem Jover (1):
Switch from libbsd to libbsd-overlay
Matt Turner (1):
configure.ac: Add option to disable Xinerama
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/xdm/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xdm/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/xdm/Makefile
diff -u pkgsrc/x11/xdm/Makefile:1.37 pkgsrc/x11/xdm/Makefile:1.38
--- pkgsrc/x11/xdm/Makefile:1.37 Sun Apr 3 22:10:30 2022
+++ pkgsrc/x11/xdm/Makefile Sun Dec 4 15:32:23 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2022/04/03 22:10:30 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2022/12/04 15:32:23 wiz Exp $
-DISTNAME= xdm-1.1.13
+DISTNAME= xdm-1.1.14
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/x11/xdm/distinfo
diff -u pkgsrc/x11/xdm/distinfo:1.10 pkgsrc/x11/xdm/distinfo:1.11
--- pkgsrc/x11/xdm/distinfo:1.10 Sun Apr 3 22:10:30 2022
+++ pkgsrc/x11/xdm/distinfo Sun Dec 4 15:32:23 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/04/03 22:10:30 wiz Exp $
+$NetBSD: distinfo,v 1.11 2022/12/04 15:32:23 wiz Exp $
-BLAKE2s (xdm-1.1.13.tar.xz) = 6b31b9126b32f8bf4740df529b6589887e092e7b66a7db331262f541f5432dea
-SHA512 (xdm-1.1.13.tar.xz) = 1c7ba51dc8c6989ff6ede3a3abd06e002903609d4ebd31f06ec39fbfee3a80a690c6180f85c3ab135a0de4623261d92a191d1ca5f733cdb3bd2e7e78977b98e5
-Size (xdm-1.1.13.tar.xz) = 418404 bytes
+BLAKE2s (xdm-1.1.14.tar.xz) = 65ccf8436999a433395dde8cc51b37ed45a93815131daecfca8fdcf1e8141e1d
+SHA512 (xdm-1.1.14.tar.xz) = 8ed1d2c946916c24cb4b2de9326f65629c97e53b145312c9cb9c6e4308d8b47d67d3981319fbd4feac9b3ed436b9dfb24a1c905d37d7bcf07b49c18a68c7a6e4
+Size (xdm-1.1.14.tar.xz) = 419324 bytes
Home |
Main Index |
Thread Index |
Old Index