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.
This commit is contained in:
tnn 2010-01-28 15:14:33 +00:00
parent 21d021cb31
commit d9f31d9ce0
3 changed files with 6 additions and 30 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.10 2009/10/25 12:15:54 tnn Exp $ # $NetBSD: Makefile,v 1.11 2010/01/28 15:14:33 tnn Exp $
DISTNAME= xdm-1.1.6 DISTNAME= xdm-1.1.9
PKGREVISION= 2
CATEGORIES= x11 CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/} MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2 EXTRACT_SUFX= .tar.bz2
@ -20,7 +19,6 @@ CONFIGURE_ARGS+= --enable-unix-transport
USE_TOOLS+= pkg-config USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LANGUAGES= c
USE_LIBTOOL= yes USE_LIBTOOL= yes
RCD_SCRIPTS= xdm RCD_SCRIPTS= xdm

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.2 2008/01/18 02:54:15 bjs Exp $ $NetBSD: distinfo,v 1.3 2010/01/28 15:14:33 tnn Exp $
SHA1 (xdm-1.1.6.tar.bz2) = 9b5642407f01bbdaa8ad699e2d2417bd26372c53 SHA1 (xdm-1.1.9.tar.bz2) = ea0ee2923999d54848dc8a165867ffa7c628fd7b
RMD160 (xdm-1.1.6.tar.bz2) = 24f5d5fef2e608b7a0a0f7efd174e4d536663c90 RMD160 (xdm-1.1.9.tar.bz2) = 4a80e19ad1af6d3c61f3e10c3d2719c4811418d9
Size (xdm-1.1.6.tar.bz2) = 394175 bytes Size (xdm-1.1.9.tar.bz2) = 425348 bytes
SHA1 (patch-aa) = f2308286759f5af228fea0e0dfe4934b56a4b591

View file

@ -1,21 +0,0 @@
$NetBSD: patch-aa,v 1.1 2008/01/18 02:54:15 bjs Exp $
--- config/Xresources.cpp.orig 2008-01-17 21:46:07.000000000 -0500
+++ config/Xresources.cpp
@@ -36,6 +36,16 @@ xlogin*greetFace: Serif-24:bold:italic
xlogin*face: Helvetica-18
xlogin*promptFace: Helvetica-18:bold
xlogin*failFace: Helvetica-18:bold
+XHASHelse
+xlogin*greetFont: -adobe-helvetica-bold-o-normal--17-120-100-100-p-92-iso8859-1
+xlogin*font: -adobe-helvetica-medium-r-normal--12-120-75-75-p-67-iso8859-1
+xlogin*promptFont: -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
+xlogin*failFont: -adobe-helvetica-bold-o-normal--14-140-75-75-p-82-iso8859-1
+xlogin*greetFace: Serif-18:bold:italic
+xlogin*face: Helvetica-12
+xlogin*promptFace: Helvetica-12:bold
+xlogin*failFace: Helvetica-14:bold
+XHASHendif
XHASHifdef COLOR
xlogin*borderWidth: 1