Skip to content

Commit

Permalink
Update to xdm-1.1.9 (PR pkg/42682)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tnn2 committed Jan 28, 2010
1 parent a1a20dd commit 992c306
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
6 changes: 2 additions & 4 deletions x11/xdm/Makefile
Original file line number Diff line number Diff line change
@@ -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
PKGREVISION= 2
DISTNAME= xdm-1.1.9
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
Expand All @@ -20,7 +19,6 @@ CONFIGURE_ARGS+= --enable-unix-transport

USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
USE_LANGUAGES= c
USE_LIBTOOL= yes

RCD_SCRIPTS= xdm
Expand Down
9 changes: 4 additions & 5 deletions x11/xdm/distinfo
Original file line number Diff line number Diff line change
@@ -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
RMD160 (xdm-1.1.6.tar.bz2) = 24f5d5fef2e608b7a0a0f7efd174e4d536663c90
Size (xdm-1.1.6.tar.bz2) = 394175 bytes
SHA1 (patch-aa) = f2308286759f5af228fea0e0dfe4934b56a4b591
SHA1 (xdm-1.1.9.tar.bz2) = ea0ee2923999d54848dc8a165867ffa7c628fd7b
RMD160 (xdm-1.1.9.tar.bz2) = 4a80e19ad1af6d3c61f3e10c3d2719c4811418d9
Size (xdm-1.1.9.tar.bz2) = 425348 bytes
21 changes: 0 additions & 21 deletions x11/xdm/patches/patch-aa

This file was deleted.

0 comments on commit 992c306

Please sign in to comment.