pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update security/openpam to 20050201 (Feterita). Chang...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41295b23e6ad
branches:  trunk
changeset: 488841:41295b23e6ad
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 10 02:55:38 2005 +0000

description:
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 <ru%freebsd.org@localhost>.

 - 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).

diffstat:

 doc/CHANGES                       |   3 ++-
 security/openpam/Makefile         |   8 +++++---
 security/openpam/PLIST            |   3 ++-
 security/openpam/distinfo         |   8 ++++----
 security/openpam/patches/patch-ac |  18 +++++++++---------
 5 files changed, 22 insertions(+), 18 deletions(-)

diffs (94 lines):

diff -r a28fd0345195 -r 41295b23e6ad doc/CHANGES
--- a/doc/CHANGES       Thu Feb 10 02:39:23 2005 +0000
+++ b/doc/CHANGES       Thu Feb 10 02:55:38 2005 +0000
@@ -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 @@
        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 -r a28fd0345195 -r 41295b23e6ad security/openpam/Makefile
--- a/security/openpam/Makefile Thu Feb 10 02:39:23 2005 +0000
+++ b/security/openpam/Makefile Thu Feb 10 02:55:38 2005 +0000
@@ -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+=       --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 -r a28fd0345195 -r 41295b23e6ad security/openpam/PLIST
--- a/security/openpam/PLIST    Thu Feb 10 02:39:23 2005 +0000
+++ b/security/openpam/PLIST    Thu Feb 10 02:55:38 2005 +0000
@@ -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 @@
 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 -r a28fd0345195 -r 41295b23e6ad security/openpam/distinfo
--- a/security/openpam/distinfo Thu Feb 10 02:39:23 2005 +0000
+++ b/security/openpam/distinfo Thu Feb 10 02:55:38 2005 +0000
@@ -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 -r a28fd0345195 -r 41295b23e6ad security/openpam/patches/patch-ac
--- a/security/openpam/patches/patch-ac Thu Feb 10 02:39:23 2005 +0000
+++ b/security/openpam/patches/patch-ac Thu Feb 10 02:55:38 2005 +0000
@@ -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@



Home | Main Index | Thread Index | Old Index