Skip to content

Commit

Permalink
xdm: update to 1.1.15.
Browse files Browse the repository at this point in the history
This release fixes a failure to build with the upcoming gcc 14, cleans
up several other compiler warnings, fixes a bug in the generation of the
xdm.service file for systemd, and removes a lot of dead code checks for
platforms & features that have not been supported since the conversion
from Imake to autoconf in 2005.

Alan Coopersmith (26):
      gitlab CI: stop requiring Signed-off-by in commits
      Remove "All rights reserved" from Oracle copyright notices
      gitlab CI: Update to latest CI templates & Debian stable release
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Fix -Wincompatible-pointer-types warning from gcc (issue #15)
      greeter: Handle const qualification differences between Solaris & Linux PAM
      greeter: Constify value argument to SetValue()
      unifdef ultrix
      unifdef sony
      unifdef PowerMAX_OS
      unifdef __convex__
      unifdef hpux
      unifdef pegasus
      unifdef __UNIXOS2__
      unifdef QNX4
      unifdef AF_CHAOS
      unifdef AF_DECnet
      unifdef SYSV
      unifdef SIGNALS_RESET_WHEN_CAUGHT
      unifdef UNRELIABLE_SIGNALS
      unifdef FRAGILE_DEV_MEM
      Remove support for SVR4 systems other than Solaris/illumos
      include <shadow.h> on all platforms with HAVE_GETSPNAM set, not just SVR4
      unifdef __osf__
      session.c: clear -Wredundant-decls warnings on Solaris
      xdm 1.1.15

Alisson Bruno (1):
      Fix --with-systemd-daemon option
  • Loading branch information
0-wiz-0 committed Apr 3, 2024
1 parent 27cb5b6 commit 88204ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions x11/xdm/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.41 2023/11/12 13:24:33 wiz Exp $
# $NetBSD: Makefile,v 1.42 2024/04/03 21:17:44 wiz Exp $

DISTNAME= xdm-1.1.14
PKGREVISION= 2
DISTNAME= xdm-1.1.15
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
Expand Down
8 changes: 4 additions & 4 deletions x11/xdm/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2022/12/04 15:32:23 wiz Exp $
$NetBSD: distinfo,v 1.12 2024/04/03 21:17:44 wiz Exp $

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
BLAKE2s (xdm-1.1.15.tar.xz) = 23f6783c67aeaf7501f3c330b4bdad24acf36d6e505c715f3a422a720a5e0d76
SHA512 (xdm-1.1.15.tar.xz) = b36c978b6a54e3db43f929c52cbf47ea226dc0fe018f8284d8c495c73f269af33a7441d5a5072d8e9b2a34e9c71767de9d8762bc3ed196b1bebc78b016f7d8bb
Size (xdm-1.1.15.tar.xz) = 420844 bytes

0 comments on commit 88204ee

Please sign in to comment.