Source-Changes-HG archive

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

[src/trunk]: src/lib/libpam updates for new version



details:   https://anonhg.NetBSD.org/src/rev/eeea0fbad3f2
branches:  trunk
changeset: 325514:eeea0fbad3f2
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 27 20:11:50 2013 +0000

description:
updates for new version

diffstat:

 lib/libpam/Makefile.inc    |   4 ++--
 lib/libpam/libpam/config.h |  31 ++++++++++++++++++++++---------
 2 files changed, 24 insertions(+), 11 deletions(-)

diffs (117 lines):

diff -r a4425241d3ab -r eeea0fbad3f2 lib/libpam/Makefile.inc
--- a/lib/libpam/Makefile.inc   Fri Dec 27 20:11:26 2013 +0000
+++ b/lib/libpam/Makefile.inc   Fri Dec 27 20:11:50 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.16 2013/04/06 02:20:49 christos Exp $
+# $NetBSD: Makefile.inc,v 1.17 2013/12/27 20:11:50 christos Exp $
 # Copyright 1998 Juniper Networks, Inc.
 # All rights reserved.
 #
@@ -38,7 +38,7 @@
 MODLIBDIR=/usr/lib/security
 .endif
 
-CPPFLAGS+= -DOPENPAM_MODULES_DIR=\"${MODLIBDIR}\"
+CPPFLAGS+= -DOPENPAM_MODULES_DIRECTORY=\"${MODLIBDIR}\"
 # No debugging
 #CPPFLAGS+= -DDEBUG
 
diff -r a4425241d3ab -r eeea0fbad3f2 lib/libpam/libpam/config.h
--- a/lib/libpam/libpam/config.h        Fri Dec 27 20:11:26 2013 +0000
+++ b/lib/libpam/libpam/config.h        Fri Dec 27 20:11:50 2013 +0000
@@ -4,12 +4,18 @@
 /* Whether loading unversioned modules support is disabled */
 /* #undef DISABLE_UNVERSIONED_MODULES */
 
+/* Define to 1 if you have the `asprintf' function. */
+#define HAVE_ASPRINTF 1
+
 /* Define to 1 if you have the <crypt.h> header file. */
 /* #undef HAVE_CRYPT_H */
 
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #define HAVE_DLFCN_H 1
 
+/* Define to 1 if you have the `dlfunc' function. */
+/* #undef HAVE_DLFUNC */
+
 /* Define to 1 if you have the `fdlopen' function. */
 /* #undef HAVE_FDLOPEN */
 
@@ -22,12 +28,18 @@
 /* Define to 1 if you have the `crypt' library (-lcrypt). */
 #define HAVE_LIBCRYPT 1
 
+/* Define to 1 if you have the `crypto' library (-lcrypto). */
+#define HAVE_LIBCRYPTO 1
+
 /* Define to 1 if you have the `dl' library (-ldl). */
 /* #undef HAVE_LIBDL */
 
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
+/* Define to 1 if you have the `setlogmask' function. */
+#define HAVE_SETLOGMASK 1
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
 
@@ -58,22 +70,23 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1
 
+/* Define to 1 if you have the `vasprintf' function. */
+#define HAVE_VASPRINTF 1
+
 #ifndef __NetBSD__
 /* OpenPAM library major number */
 #define LIB_MAJ 2
-#endif
 
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */
 #define LT_OBJDIR ".libs/"
+#endif
 
-/* Turn debugging on by default */
+/* Turn debugging macros on */
 /* #undef OPENPAM_DEBUG */
 
-#ifndef __NetBSD__
 /* OpenPAM modules directory */
-#define OPENPAM_MODULES_DIR "${exec_prefix}/lib/"
-#endif
+/* #undef OPENPAM_MODULES_DIR */
 
 /* Name of package */
 #define PACKAGE "openpam"
@@ -85,16 +98,16 @@
 #define PACKAGE_NAME "OpenPAM"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "OpenPAM 20120526"
+#define PACKAGE_STRING "OpenPAM 20130907"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "openpam"
 
 /* Define to the home page for this package. */
-#define PACKAGE_URL ""
+#define PACKAGE_URL "http://www.openpam.org/";
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20120526"
+#define PACKAGE_VERSION "20130907"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
@@ -122,7 +135,7 @@
 
 
 /* Version number of package */
-#define VERSION "20120526"
+#define VERSION "20130907"
 
 /* Define to 1 if on MINIX. */
 /* #undef _MINIX */



Home | Main Index | Thread Index | Old Index