Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/xdm/dist initial import of xdm-1.1.13



details:   https://anonhg.NetBSD.org/xsrc/rev/00b6330823ea
branches:  trunk
changeset: 7045:00b6330823ea
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 11 09:08:12 2022 +0000

description:
initial import of xdm-1.1.13

diffstat:

 external/mit/xdm/dist/ChangeLog                |     98 +-
 external/mit/xdm/dist/Makefile.in              |     56 +-
 external/mit/xdm/dist/README.md                |      2 +-
 external/mit/xdm/dist/aclocal.m4               |   2320 +-
 external/mit/xdm/dist/app-defaults/Makefile.in |     17 +-
 external/mit/xdm/dist/chooser/Makefile.in      |     40 +-
 external/mit/xdm/dist/config.guess             |   1488 +-
 external/mit/xdm/dist/config.h.in              |    106 +-
 external/mit/xdm/dist/config.sub               |   2885 ++-
 external/mit/xdm/dist/config/Makefile.in       |     22 +-
 external/mit/xdm/dist/configure                |  16538 ++++++++++++----------
 external/mit/xdm/dist/configure.ac             |     10 +-
 external/mit/xdm/dist/depcomp                  |     10 +-
 external/mit/xdm/dist/greeter/Makefile.in      |     61 +-
 external/mit/xdm/dist/include/Makefile.in      |     19 +-
 external/mit/xdm/dist/include/greet.h          |      6 +-
 external/mit/xdm/dist/install-sh               |    172 +-
 external/mit/xdm/dist/ltmain.sh                |    881 +-
 external/mit/xdm/dist/man/Makefile.in          |     17 +-
 external/mit/xdm/dist/missing                  |     16 +-
 external/mit/xdm/dist/xdm/Makefile.in          |    139 +-
 external/mit/xdm/dist/xdm/access.c             |      2 +-
 external/mit/xdm/dist/xdm/auth.c               |      5 +-
 external/mit/xdm/dist/xdm/choose.c             |      2 +-
 external/mit/xdm/dist/xdm/genauth.c            |      4 +-
 external/mit/xdm/dist/xdm/resource.c           |      2 +-
 external/mit/xdm/dist/xdmshell/Makefile.in     |     36 +-
 27 files changed, 13678 insertions(+), 11276 deletions(-)

diffs (truncated from 34347 to 300 lines):

diff -r ef239aeaf09a -r 00b6330823ea external/mit/xdm/dist/ChangeLog
--- a/external/mit/xdm/dist/ChangeLog   Mon Jul 11 09:08:10 2022 +0000
+++ b/external/mit/xdm/dist/ChangeLog   Mon Jul 11 09:08:12 2022 +0000
@@ -1,3 +1,79 @@
+commit df5bb7f4e4039192571de75179658ee9c2ee58eb
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Apr 3 14:42:16 2022 -0700
+
+    xdm 1.1.13
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit d0fa51471049d427b95346dd7ffc17ff9c17b1d9
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Dec 4 11:46:06 2021 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 943f2aa19005c53ee5c7c0782af382948e689af1
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Dec 4 11:46:02 2021 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit c84d3f77abdb5502140ba36137c25a6dd07df756
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 1 10:20:02 2020 -0800
+
+    doneAddrs: reset addrs to NULL after freeing list
+    
+    Resolves warning from Oracle Parfait static analyzer:
+    
+    Warning: Dangling pointer
+       Dangling pointer [dangling-pointer]:
+          Invalid pointer is accessible to caller via global addrs
+            at line 664 of xdm/auth.c in function 'doneAddrs'.
+            Invalid pointer accessible via global addrs at line 646
+              a accessed from addrs at line 658 in function 'doneAddrs'
+              a freed with free at line 662
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 9505d391c72c90635453cc160b6f64e02da6a318
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 1 10:05:11 2020 -0800
+
+    Greeter: add parens to DRAW_STRING & TEXT_WIDTH macros for safety
+    
+    Oracle Parfait static analyser points out it wasn't clear if cast or
+    arithmetic operation in arguments at lines 410, 416, 431, & 433 was
+    intended to be done first, so we'll make it explicit.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 529ff7c9591e58c6003d7b330a80adf63fa5b736
+Author: Matt Turner <mattst88%gmail.com@localhost>
+Date:   Wed Oct 28 21:15:14 2020 -0400
+
+    configure.ac: Link with libsystemd, not libsystemd-daemon
+    
+    libsystemd-daemon was merged into libsystemd in 2014, for systemd-209.
+    
+    Fixes: https://gitlab.freedesktop.org/xorg/app/xdm/-/issues/9
+    Signed-off-by: Matt Turner <mattst88%gmail.com@localhost>
+
+commit 945a3a05e53ddd32578d5146ec4943fe9297aba4
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Tue Jul 21 19:04:11 2020 -0700
+
+    Fix spelling/wording issues
+    
+    Found by using:
+      codespell --builtin clear,rare,usage,informal,code,names
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit a03a628e2adeac10aa0fc494a5f04f25e3b31d7e
 Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 Date:   Sat Mar 2 14:02:19 2019 -0800
@@ -38,7 +114,7 @@
     Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 
 commit 7a56946260616f7f5ff43ecbaac1f2ada9b0afcd
-Author: Chí-Thanh Christopher Nguyễn <chithanh%gentoo.org@localhost>
+Author: Chí-Thanh Christopher Nguyễn <c <chithanh%gentoo.org@localhost>
 Date:   Mon Jan 6 15:52:47 2014 +0000
 
     xdm uses setproctitle without proper includes for Linux libbsd
@@ -46,7 +122,7 @@
     Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 
 commit 786b2c7ed39fb0cdd4c34e51f5c58f980087dcc1
-Author: Chí-Thanh Christopher Nguyễn <chithanh%gentoo.org@localhost>
+Author: Chí-Thanh Christopher Nguyễn <c <chithanh%gentoo.org@localhost>
 Date:   Mon Jan 6 15:52:00 2014 +0000
 
     xdm uses arc4random without proper includes for Linux libbsd
@@ -70,7 +146,7 @@
     Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 
 commit 768a8c524642955527066ba90be6ffd511e30ed5
-Author: Björn Esser <besser82%fedoraproject.org@localhost>
+Author: Björn Esser  <besser82%fedoraproject.org@localhost>
 Date:   Thu Aug 16 15:42:34 2018 -0400
 
     glibc: Include <crypt.h> if needed, fix build with 2.28
@@ -706,7 +782,7 @@
     Reviewed-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 
 commit 8eee942be0db913511b4c53f94829e1201dfdf00
-Author: Michał Górny <mgorny%gentoo.org@localhost>
+Author: Michał Górny < <mgorny%gentoo.org@localhost>
 Date:   Wed Sep 28 21:25:17 2011 +0200
 
     Support systemd startup notification.
@@ -771,7 +847,7 @@
     Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 
 commit 8016dfd9080393c23d19b1c34e81d1f544655d5a
-Author: Matěj Cepl <mcepl%redhat.com@localhost>
+Author: Matěj Cepl  <mcepl%redhat.com@localhost>
 Date:   Mon Aug 8 21:26:47 2011 +0200
 
     Use explicitly /bin/sh for running of Xwilling script via su.
@@ -785,7 +861,7 @@
     Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 
 commit 0782f1c24c658c06736907dd143f8e67359ac235
-Author: Michał Górny <mgorny%gentoo.org@localhost>
+Author: Michał Górny < <mgorny%gentoo.org@localhost>
 Date:   Wed Aug 31 18:02:53 2011 +0200
 
     Support installing systemd unit file.
@@ -1118,7 +1194,7 @@
     Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 
 commit c4031966dcbc47b2cc85b83ad78efcc64455cf72
-Author: Fernando Tarlá Cardoso Lemos <fernandotcl%gmail.com@localhost>
+Author: Fernando Tarlá Cardoso Lemos  <fernandotcl%gmail.com@localhost>
 Date:   Sat Feb 19 17:53:08 2011 -0200
 
     Fix missing linking dependency on -ldl.
@@ -2591,7 +2667,7 @@
     Signed-off-by: Alan Coopersmith <alan.coopersmith%sun.com@localhost>
 
 commit 0c57a398cef50d13a821ad341ffb15ab0cbd2bad
-Author: Matěj Cepl <mcepl%redhat.com@localhost>
+Author: Matěj Cepl  <mcepl%redhat.com@localhost>
 Date:   Fri Jul 17 20:59:48 2009 -0700
 
     Add variable DisplayManager.authDir to xdm-config (Fedora bug 388431)
@@ -3614,7 +3690,7 @@
     Add Chooser app-defaults file to app/xdm
 
 commit 51a6b1de8beeb33858d3e8eb151cfad004a62ef8
-Author: Kristian Høgsberg <krh%redhat.com@localhost>
+Author: Kristian Høgsberg  <krh%redhat.com@localhost>
 Date:   Wed Sep 28 21:13:12 2005 +0000
 
     Add Xservers.fs.
@@ -3733,7 +3809,7 @@
     Add -D_XOPEN_SOURCE for Linux
 
 commit ac5184384d6347ea97da5cc7f85e9687ff060641
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Wed Jul 27 22:37:02 2005 +0000
 
     Add XPROTO_CFLAGS to XDM_CFLAGS and CHOOSER_CFLAGS, also add _BSD_SOURCE to
@@ -3760,7 +3836,7 @@
     - Add libXdmcp to CHOOSER_LIBS
 
 commit 90b6e7d98567f77981adca5c2b9acc71d07f1442
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Fri Jul 8 20:45:03 2005 +0000
 
     Add build system for xdm
diff -r ef239aeaf09a -r 00b6330823ea external/mit/xdm/dist/Makefile.in
--- a/external/mit/xdm/dist/Makefile.in Mon Jul 11 09:08:10 2022 +0000
+++ b/external/mit/xdm/dist/Makefile.in Mon Jul 11 09:08:12 2022 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2021 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -188,9 +188,9 @@
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-       cscope distdir dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-       $(LISP)config.h.in
+       cscope distdir distdir-am dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+       config.h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -207,13 +207,10 @@
   unique=`for i in $$list; do \
     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \
-       COPYING ChangeLog INSTALL compile config.guess config.sub \
-       install-sh ltmain.sh missing
+       COPYING ChangeLog INSTALL README.md compile config.guess \
+       config.sub install-sh ltmain.sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -249,9 +246,11 @@
     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
   done; \
   reldir="$$dir2"
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
 GZIP_ENV = --best
-DIST_TARGETS = dist-bzip2 dist-gzip
+DIST_TARGETS = dist-xz dist-gzip
+# Exists only to be overridden by the user if desired.
+AM_DISTCHECK_DVI_TARGET = dvi
 distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -281,6 +280,8 @@
 CHOOSER_LIBS = @CHOOSER_LIBS@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
 CWARNFLAGS = @CWARNFLAGS@
 CYGPATH_W = @CYGPATH_W@
 DEFAULTVT = @DEFAULTVT@
@@ -308,8 +309,10 @@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
+ETAGS = @ETAGS@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+FILECMD = @FILECMD@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 GREP = @GREP@
@@ -448,6 +451,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -497,8 +501,8 @@
            echo ' $(SHELL) ./config.status'; \
            $(SHELL) ./config.status;; \
          *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
+           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
        esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -660,8 +664,10 @@
 distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
+distdir: $(BUILT_SOURCES)
+       $(MAKE) $(AM_MAKEFLAGS) distdir-am
 
-distdir: $(DISTFILES)
+distdir-am: $(DISTFILES)
        $(am__remove_distdir)
        test -d "$(distdir)" || mkdir "$(distdir)"
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -729,8 +735,9 @@
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        || chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+       tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
        $(am__post_remove_distdir)
+
 dist-bzip2: distdir
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
        $(am__post_remove_distdir)


Home | Main Index | Thread Index | Old Index