diff options
author | obache <obache@pkgsrc.org> | 2010-07-12 11:39:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-12 11:39:57 +0000 |
commit | 12a0d9a2419a6bef299ae1cb0e2c7befb2f73b6b (patch) | |
tree | 5b48be0936bb5e452dcb591acb64d2b7c937838e /x11/xdm | |
parent | 4b37bd789ae66c67a6af090bd31101391559c57f (diff) | |
download | pkgsrc-12a0d9a2419a6bef299ae1cb0e2c7befb2f73b6b.tar.gz |
Update xdm to 1.1.10.
A number of bug fixes and improvements have accumulated since xdm 1.1.9,
including:
- crash fixes related to syslog usage
- a new option to echo stars in the password field
- basic selinux support
Full shortlog from 1.1.9 below.
Alan Coopersmith (11):
Create piddir if needed on startup
Make parent authdir if needed at startup
Correct default greeterLib path in man page
Remove workaround for X11R3 server bug
Raise xorg-macros requirement to 1.4
Update Sun license notices to current X.Org standard form
echo_passwd should key off PAM no-echo state, not prompt position
Replace hardcoded NAMELEN of 14 for ancient SysV with MAXNAMELEN
Move m4 macros to m4 subdir as automake/libtool recommend
Make sure username is not NULL when calling syslog from FailedLogin()
Reject PAM conversation calls after login dialog is closed
Branden Robinson (6):
downgrade an error to info message
Change openFiles() to avoid race-based symlink attacks.
Always attempt to write data to the auth file
improve error logging
Improve logging of xdm's script handling
rewrite StorePid()
Christoph Bartoschek (1):
XDM: Add support for clients that sent ipv4 addresses to a dual-stacked
host
Dmitry V. Levin (2):
Call openlog(3) early
greeter: fix logging of failed login attempts
Gaetan Nadon (8):
.gitignore: use common defaults with custom section # 24239
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
Deploy the new XORG_DEFAULT_OPTIONS #24242
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
configure.ac: restore correct order for XORG_DEFAULT_OPTIONS
configure.ac: use backticks rather than $() for cmd subs
lint: option -rdynamic is not valid for the lint program
Georgy A. Shepelev (3):
The whole widget borders width could not be set to zero.
Adding an option to show stars instead of the password itself.
xdm: add documentation of the "EchoPasswd" option to the man page
Johannes Dewender (1):
Bug #25066: exec sessreg
Julien Cristau (4):
Don't remove the pid file from xdm child processes
xdmcp: disable IPV6_V6ONLY for ipv6 listening sockets
Add missing brace in previous commit
Bump to 1.1.10
Manoj Srivastava (1):
xdm: add SELinux support
Martin Dickopp (1):
Debian bug 525596: "Login incorrect" only partially cleared on next login
git tag: xdm-1.1.10
Diffstat (limited to 'x11/xdm')
-rw-r--r-- | x11/xdm/Makefile | 5 | ||||
-rw-r--r-- | x11/xdm/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile index cb278800d27..ffb213dc9c6 100644 --- a/x11/xdm/Makefile +++ b/x11/xdm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2010/02/06 20:03:01 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2010/07/12 11:39:57 obache Exp $ -DISTNAME= xdm-1.1.9 -PKGREVISION= 1 +DISTNAME= xdm-1.1.10 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xdm/distinfo b/x11/xdm/distinfo index e220af8c774..dfc5d9f3821 100644 --- a/x11/xdm/distinfo +++ b/x11/xdm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/01/28 15:14:33 tnn Exp $ +$NetBSD: distinfo,v 1.4 2010/07/12 11:39:57 obache Exp $ -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 +SHA1 (xdm-1.1.10.tar.bz2) = 45eb013aa14ddd8d385b200b94fb0fbcbe09b860 +RMD160 (xdm-1.1.10.tar.bz2) = c5f6b3bba2d1294b560ad50e2eaaa90097c62dee +Size (xdm-1.1.10.tar.bz2) = 423578 bytes |