summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES3
-rw-r--r--security/openpam/Makefile8
-rw-r--r--security/openpam/PLIST3
-rw-r--r--security/openpam/distinfo8
-rw-r--r--security/openpam/patches/patch-ac18
5 files changed, 22 insertions, 18 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index d801c571d26..9da27eb407a 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.9097 2005/02/10 02:39:23 jschauma Exp $
+$NetBSD: CHANGES,v 1.9098 2005/02/10 02:55:38 jlam Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -828,3 +828,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated libpixman to 0.1.3 [xtraeme 2005-02-09]
Updated ganglia-monitor-core to 3.0.0 [jschauma 2005-02-09]
Updated ganglia-webfrontend to 3.0.0 [jschauma 2005-02-09]
+ Updated openpam to 20050201 [jlam 2005-02-10]
diff --git a/security/openpam/Makefile b/security/openpam/Makefile
index 9248ebcd030..98d602bb7cb 100644
--- a/security/openpam/Makefile
+++ b/security/openpam/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2005/01/22 16:22:25 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/02/10 02:55:39 jlam Exp $
-DISTNAME= openpam-20040210
-PKGREVISION= 1
+DISTNAME= openpam-20050201
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openpam/}
@@ -19,6 +18,9 @@ CONFIGURE_ARGS+= --without-pam-su
CONFIGURE_ARGS+= --with-pam-unix
CONFIGURE_ARGS+= --with-modules-dir=${PREFIX}/lib/security
+USE_PKGINSTALL= yes
+OWN_DIRS= ${PKG_SYSCONFDIR}/pam.d
+
.include "../../mk/dlopen.buildlink3.mk"
# Create a fake perl binary to avoid recreating the man pages.
diff --git a/security/openpam/PLIST b/security/openpam/PLIST
index 31d529f4198..3fc27c07c4b 100644
--- a/security/openpam/PLIST
+++ b/security/openpam/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/13 21:51:08 jlam Exp $
+@comment
include/security/openpam.h
include/security/openpam_version.h
include/security/pam_appl.h
@@ -12,6 +12,7 @@ lib/security/pam_unix.la
man/man3/openpam.3
man/man3/openpam_borrow_cred.3
man/man3/openpam_free_data.3
+man/man3/openpam_free_envlist.3
man/man3/openpam_get_option.3
man/man3/openpam_log.3
man/man3/openpam_nullconv.3
diff --git a/security/openpam/distinfo b/security/openpam/distinfo
index 5b894b85927..9e174cb8710 100644
--- a/security/openpam/distinfo
+++ b/security/openpam/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/01/22 16:22:25 jlam Exp $
+$NetBSD: distinfo,v 1.3 2005/02/10 02:55:39 jlam Exp $
-SHA1 (openpam-20040210.tar.gz) = 99967a06cba98736d8999bf31aec80592f4718b2
-Size (openpam-20040210.tar.gz) = 212523 bytes
+SHA1 (openpam-20050201.tar.gz) = 15e205668f3cd18c0d2017a2cf4a6bdaf829d0f5
+Size (openpam-20050201.tar.gz) = 360003 bytes
SHA1 (patch-ab) = 9e5149c20b1ea0c0b937e7d90e5c6b609d5b4796
-SHA1 (patch-ac) = 6cdf6231be6f896766ec3e9b78018a9d3180f8a8
+SHA1 (patch-ac) = 3fa3a314e2659bf14bb932a753c13094bfa03c54
diff --git a/security/openpam/patches/patch-ac b/security/openpam/patches/patch-ac
index b60b35cb69e..27a1b4af939 100644
--- a/security/openpam/patches/patch-ac
+++ b/security/openpam/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.1 2005/01/22 16:22:25 jlam Exp $
+$NetBSD: patch-ac,v 1.2 2005/02/10 02:55:39 jlam Exp $
---- lib/Makefile.in.orig 2004-02-09 18:00:00.000000000 -0500
+--- lib/Makefile.in.orig 2005-01-31 18:00:00.000000000 -0500
+++ lib/Makefile.in
-@@ -160,7 +160,7 @@ libpam_la_OBJECTS = $(am_libpam_la_OBJEC
-
- DEFS = @DEFS@
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+@@ -137,7 +137,7 @@ CC = @CC@
+ CCDEPMODE = @CCDEPMODE@
+ CFLAGS = @CFLAGS@
+ CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
+CPPFLAGS = @CPPFLAGS@ -DSYSCONFDIR=\"$(sysconfdir)\"
- LDFLAGS = @LDFLAGS@
- LIBS = @LIBS@
- depcomp = $(SHELL) $(top_srcdir)/depcomp
+ CRYPT_LIBS = @CRYPT_LIBS@
+ CXX = @CXX@
+ CXXCPP = @CXXCPP@