diff options
author | wiz <wiz@pkgsrc.org> | 2022-12-04 15:32:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-12-04 15:32:23 +0000 |
commit | 5d0ca3d8162ee4a0d80305dd0ee14494f7ef777b (patch) | |
tree | 8f6863e430c3ac48b143a741f5f459998f9e75fe /x11/xdm | |
parent | 58e199ebb7ea71c251ba0f3746349b847bb345c2 (diff) | |
download | pkgsrc-5d0ca3d8162ee4a0d80305dd0ee14494f7ef777b.tar.gz |
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 (limited to 'x11/xdm')
-rw-r--r-- | x11/xdm/Makefile | 4 | ||||
-rw-r--r-- | x11/xdm/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile index d953744e58e..aa458da90ab 100644 --- a/x11/xdm/Makefile +++ b/x11/xdm/Makefile @@ -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 --git a/x11/xdm/distinfo b/x11/xdm/distinfo index 42f5fea057a..696066140f4 100644 --- a/x11/xdm/distinfo +++ b/x11/xdm/distinfo @@ -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 |