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:           Wed Apr  3 21:17:44 UTC 2024

Modified Files:
        pkgsrc/x11/xdm: Makefile distinfo

Log Message:
xdm: update to 1.1.15.

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


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/xdm/Makefile
cvs rdiff -u -r1.11 -r1.12 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.41 pkgsrc/x11/xdm/Makefile:1.42
--- pkgsrc/x11/xdm/Makefile:1.41        Sun Nov 12 13:24:33 2023
+++ pkgsrc/x11/xdm/Makefile     Wed Apr  3 21:17:44 2024
@@ -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

Index: pkgsrc/x11/xdm/distinfo
diff -u pkgsrc/x11/xdm/distinfo:1.11 pkgsrc/x11/xdm/distinfo:1.12
--- pkgsrc/x11/xdm/distinfo:1.11        Sun Dec  4 15:32:23 2022
+++ pkgsrc/x11/xdm/distinfo     Wed Apr  3 21:17:44 2024
@@ -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



Home | Main Index | Thread Index | Old Index