pkgsrc-Bugs archive

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

pkg/45554: [PATCH] Update x11/xdm 1.1.10 to 1.1.11



>Number:         45554
>Category:       pkg
>Synopsis:       Update x11/xdm 1.1.10 to 1.1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 01 07:40:00 +0000 2011
>Originator:     Makoto Fujiwara
>Release:        NetBSD 5.1
>Organization:
KINU Corporation
>Environment:
        
        
System: NetBSD t-105.i.ki.nu 5.1 NetBSD 5.1 (GENERIC) #0: Sat Nov 6 13:19:33 
UTC 2010 
builds%b6.netbsd.org@localhost:/home/builds/ab/netbsd-5-1-RELEASE/amd64/201011061943Z-obj/home/builds/ab/netbsd-5-1-RELEASE/src/sys/arch/amd64/compile/GENERIC
 amd64
Architecture: x86_64
Machine: amd64
>Description:
(1) Update x11/xdm 1.1.10 to 1.1.11
(2) Add --enable-xdmshell to keep PLIST the same

Changes since xdm-1.1.10:
Alan Coopersmith (29):
      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

Fernando Tarl?«¡ Cardoso Lemos (1):
      Fix missing linking dependency on -ldl.

Gaetan Nadon (47):
      config: upgrade AC_DEFINE_DIR to AX_DEFINE_DIR
      config: remove redundant entries added in .gitignore
      Fix whitespace issues as reported by git diff
      config: upgrade to util-macros 1.8 for additional man page support
      man: conditionally include DisplayManager.randomFile resource
      man: build man page using sed rather than the C preprocessor
      config: remove copying Chooser.ad to Chooser
      greeter: only build the shared library version
      greeter: transfer -DGREET_LIB from configure.ac to Makefile.am
      config: remove AC_PROG_INSTALL provided by XORG_DEFAULTS
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      remove AC_C_INLINE as all compilers support inline keyword.
      config: remove AC_LIBTOOL_WIN32_DLL
      config: AC_LIBTOOL_DLOPEN is required for dynamic linking
      config: use libtool -export-dynamic option for reverse dependencies
      config: remove unused define NO_LASTLOG for Darwin
      config: definition of CSRG_BASED in configure.ac is flawed and redundant
      config: use AC_CHECK_HEADERS for sys/param.h
      config: remove unused OS_CFLAGS variable
      config: look for PAM support on darwin as well
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: libtool: disable production of static libraries.
      config: relocate the "Check for programs section"
      config: add "Check for system libraries" section
      config: relocate headers, typedefs, and compiler characteristics
      config: add "Check for system library functions"
      config: use AC_CHECK_FUNCS for setprocttile
      config: use AC_CHECK_FUNCS for setusercontext
      config: use AC_CHECK_FUNCS for mkstemp, getifaddrs and getspnam
      config: isolating -lselinux to a single target is not required
      config: upgrade the checking for PAM support
      config: upgrade the checking for SELinux support
      config: integrate check for arc4random in appropriate sections
      config: rework check for random number generator
      config: comment libxtrans macros as they are order sensitive
      config: relocate AC_FUNC_FORK in section "Check for system library 
functions"
      config: relocate key_setnet in section "Check for header files"
      config: use AM_V_GEN instead of customized macros for AM_SILENT_RULES
      config: move man pages into their own directory
      config: move chooser into its own directory
      config: move xdmshell into its own directory
      config: move common headers into the include directory
      config: mv xdm in its own directory
      config: move appdefault makefile to app-defaults dir.
      config: AM_PROG_CC_C_O is no longer needed
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      man: replace hard coded section number (1) with __appmansuffix__

Jeremy Huddleston (1):
      configure.ac: Bump to 1.1.11

Julien Cristau (2):
      Delete empty comment in Xresources.cpp
      configure: fix SELinux check to not use XDM_LIBS

Mat?«µj Cepl (1):
      Use explicitly /bin/sh for running of Xwilling script via su.

Micha?©È G?«Ñrny (1):
      Support installing systemd unit file.

Servaas Vandenberghe (2):
      crash detect: use StopDisplay().
      Add resource reservAttempts to allow a few successive crash-type exits
>How-To-Repeat:
        (cd /usr/pkgsrc/x11/xdm; make package)
>Fix:
Index: x11/xdm/Makefile
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/x11/xdm/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- x11/xdm/Makefile    12 Jul 2010 11:39:57 -0000      1.13
+++ x11/xdm/Makefile    1 Nov 2011 06:36:38 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.13 2010/07/12 11:39:57 obache Exp $
 
-DISTNAME=      xdm-1.1.10
+DISTNAME=      xdm-1.1.11
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.bz2
@@ -16,6 +16,7 @@
 CONFIGURE_ARGS+=       --enable-dynamic-greeter
 CONFIGURE_ARGS+=       --enable-tcp-transport
 CONFIGURE_ARGS+=       --enable-unix-transport
+CONFIGURE_ARGS+=       --enable-xdmshell
 
 USE_TOOLS+=    pkg-config
 GNU_CONFIGURE= yes
Index: x11/xdm/PLIST
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/x11/xdm/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- x11/xdm/PLIST       14 Jun 2009 18:25:11 -0000      1.2
+++ x11/xdm/PLIST       1 Nov 2011 06:37:31 -0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:25:11 joerg Exp $
+@comment $NetBSD$
 bin/xdm
 bin/xdmshell
 lib/X11/app-defaults/Chooser
@@ -18,4 +18,5 @@
 lib/X11/xdm/pixmaps/xorg.xpm
 lib/X11/xdm/xdm-config
 man/man1/xdm.1
+man/man1/xdmshell.1
 share/examples/rc.d/xdm
Index: x11/xdm/distinfo
===================================================================
RCS file: /e/cvsync/cvsync/pkgsrc/x11/xdm/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- x11/xdm/distinfo    12 Jul 2010 11:39:57 -0000      1.4
+++ x11/xdm/distinfo    1 Nov 2011 06:33:32 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2010/07/12 11:39:57 obache Exp $
 
-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
+SHA1 (xdm-1.1.11.tar.bz2) = 8195a8e17d71d18cb89813d04b69a3750e9e818e
+RMD160 (xdm-1.1.11.tar.bz2) = 574b5bda0b46a43d0df474279d03e49fa93c9a92
+Size (xdm-1.1.11.tar.bz2) = 446612 bytes

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index