pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/45554 CVS commit: pkgsrc/x11/xdm
The following reply was made to PR pkg/45554; it has been noted by GNATS.
From: "Aleksey Cheusov" <cheusov%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/45554 CVS commit: pkgsrc/x11/xdm
Date: Wed, 9 Nov 2011 18:28:41 +0000
Module Name: pkgsrc
Committed By: cheusov
Date: Wed Nov 9 18:28:40 UTC 2011
Modified Files:
pkgsrc/x11/xdm: Makefile PLIST distinfo
Log Message:
Update xdm to 1.1.11 (PR 45554). It works fine on 5.99.56
with modular xorg, build succeeds with native Xorg.
Major changes since 1.10
Check for allowRootLogin on PAM and non-OpenBSD passwd authentication
backends
s/Sun/Oracle/g
Add man page for xdmshell
Only install xdmshell if --enable-xdmshell is passed to configure
config: rename XDM_PRINT to XDM_TOOLKIT
xdm itself doesn't need to link with Xinerama library
Delete some unused variables
greeter: Remove unused extern dpy that is shadowed by local variables
greeter: inline valueMask for xpm window to avoid shadowing argument
greeter: Add echoPasswdChar resource to set character to display
greeter: Make sure text input areas stay inside the lines
greeter: Replace several #ifdef XPM blocks with LOGO_W macro
greeter: Make sure cursor stays in bounds too
Fix potential memory leak in allocation failure cleanup path
Stop checking for NULL before calling free()
Stop casting free() arguments to (char *)
Stop casting return values of malloc and friends
Only greeter needs XPM CFLAGS & LIBS, not xdm daemon
Add Solaris 11 libsocket to list of libraries to search for
getifaddrs()
freeifaddrs() when done with it in DefineSelf()
xdm.man: address only needs 2 S's, not 3
On Solaris, make sure PAM_TTY is only ever set to an actual /dev path
Bug 13455: allowNullPasswd: true doesn't work until the second login
attempt
Use C99 named initializers for XSetWindowAttributes structure
Replace GCC_PRINTFLIKE with xproto's _X_ATTRIBUTE_PRINTF
Add _X_ATTRIBUTE_PRINTF to LogVWrite declaration
Stop using username retrieved from PAM before pam_end frees it.
Simplify FailedLogin code
fix whitespace issues
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xdm/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xdm/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xdm/distinfo
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