From 49e316c55159cc5093a3d1706e4337ba244a111c Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 10 Feb 2005 02:55:38 +0000 Subject: Update security/openpam to 20050201 (Feterita). Changes from version 20040210 (Eelgrass) include: - BUGFIX: Correct numerous markup errors, invalid cross-references, and other issues in the manual pages, with kind assistance from Ruslan Ermilov . - BUGFIX: Avoid multiple evaluation of macro arguments in ENTERX() and RETURNX() macros. - BUGFIX: Remove an unnecessary and non-portable pointer cast in pam_get_data(3). - BUGFIX: Fix identical typos in PAM_ACCT_EXPIRED case in pam_strerror(3) and gendoc.pl. - ENHANCE: Minor overhaul of the autoconf / build system. - ENHANCE: Add openpam_free_envlist(3). --- security/openpam/Makefile | 8 +++++--- security/openpam/PLIST | 3 ++- security/openpam/distinfo | 8 ++++---- security/openpam/patches/patch-ac | 18 +++++++++--------- 4 files changed, 20 insertions(+), 17 deletions(-) (limited to 'security/openpam') 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@ -- cgit v1.2.3