pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xdm xdm: update to 1.1.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ffe6cd9b3159
branches:  trunk
changeset: 389374:ffe6cd9b3159
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 04 15:32:23 2022 +0000

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

diffstat:

 x11/xdm/Makefile |  4 ++--
 x11/xdm/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 4a4ed2c0c19f -r ffe6cd9b3159 x11/xdm/Makefile
--- a/x11/xdm/Makefile  Sun Dec 04 15:31:57 2022 +0000
+++ b/x11/xdm/Makefile  Sun Dec 04 15:32:23 2022 +0000
@@ -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
diff -r 4a4ed2c0c19f -r ffe6cd9b3159 x11/xdm/distinfo
--- a/x11/xdm/distinfo  Sun Dec 04 15:31:57 2022 +0000
+++ b/x11/xdm/distinfo  Sun Dec 04 15:32:23 2022 +0000
@@ -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