pkgsrc-Bugs archive

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

PR/42682 CVS commit: pkgsrc/x11/xdm



The following reply was made to PR pkg/42682; it has been noted by GNATS.

From: Tobias Nygren <tnn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/42682 CVS commit: pkgsrc/x11/xdm
Date: Thu, 28 Jan 2010 15:14:34 +0000

 Module Name:   pkgsrc
 Committed By:  tnn
 Date:          Thu Jan 28 15:14:33 UTC 2010
 
 Modified Files:
        pkgsrc/x11/xdm: Makefile distinfo
 Removed Files:
        pkgsrc/x11/xdm/patches: patch-aa
 
 Log Message:
 Update to xdm-1.1.9 (PR pkg/42682)
 
 xdm-1.1.9:
 Update AC_DEFINE_DIR to latest version from Autoconf Archive
 Remove RCS Ids
 Move xdmcp ARRAY initializators to declarations
 Replace FORCE_CURSOR_FLASH code with simpler cursor update for passwd field
 Remove OS/2's duplicate copy of default path definitions in resource.c
 sprintf -> snprintf/asprintf conversions
 Documentation improvements
 malloc(strlen()); strcpy() -> strdup()
 Delete old A/UX (#ifdef macII) code
 Use imdent to show cpp macro nesting more clearly
 Remove #ifdef Lynx blocks
 Clarify comment/#ifdefs for USE_SIOCGLIFCONF
 Do a better job of getting user name for failed login log when using PAM
 Continue processing Xaccess after unresolvable host entry found
 Truncate pid file before writing new pid to it
 Set utmp/wtmp paths via configure instead of hardcoding them
 Treat all 127.0.0.0/8 addresses as localhost
 Update to using xorg-macros 1.3, including XORG_DEFAULT_OPTIONS
 Add support for AM_SILENT_RULES for building files with cpp
 Replace -D_XOPEN_SOURCE & -D_BSD_SOURCE with AC_USE_SYSTEM_EXTENSIONS
 Unrecognized argument errors shouldn't print xdm error header repeatedly
 Refactor & constify error logging code
 Log errors when failing to make authentication dirs/files
 Fill in COPYING file
 spelling fix
 Add some more log and debug messages
 session.c: Add more debugging to execute()
 Use xdm's _SysErrorMsg() function instead of merely printing errno
 Use _SysErrorMsg() in the log message in various error conditions.
 Use xdm's _SysErrorMsg() function instead of strerror()
 Add RemovePid() function, and register it with atexit()
 Bug 16356: xdm Xstartup/Xreset configuration files malconstructed by cpp
 xaw8 is gone, use xaw7
 xdm compile failed due to asprintf()
 Add support for syslog on more than openbsd.
 Call InitErrorLog() right after BecomeDaemon()
 Remove RCS Id and put some comment here.
 getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve.
 Add variable DisplayManager.authDir to xdm-config (Fedora bug 388431)
 Ansification and compile warning fixes.
 
 xdm-1.1.8:
 Added include of pwd.h so we build correctly on OS-X - see xorg mailing list
 Build fix for case-insensitive file systems
 Fix installation of app-defaults
 Fix build with builddir != srcdir
 $(builddir) is the current directory
  README: nuke RCS Id
 Bug 10145: xdm passes file descriptors to children
 
 xdm-1.1.7:
 Fix distcheck.
 Restore #endif accidentally removed in d0d4581be22aba9021c5a672bd9e5ba719961e29
 Debian bug #440389: 800x600 settings got lost, screen now too wide
 Darwin doesn't need __DARWIN__ anymore.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xdm/Makefile
 cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xdm/distinfo
 cvs rdiff -u -r1.1 -r0 pkgsrc/x11/xdm/patches/patch-aa
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index