pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove outdated security/PAM.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a66be92739e
branches:  trunk
changeset: 635748:9a66be92739e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 10 13:54:29 2014 +0000

description:
Remove outdated security/PAM.

diffstat:

 doc/CHANGES-2014              |    3 +-
 security/Makefile             |    3 +-
 security/PAM/DESCR            |   13 -
 security/PAM/MESSAGE          |    9 -
 security/PAM/Makefile         |  118 ----------------
 security/PAM/PLIST            |   68 ---------
 security/PAM/buildlink3.mk    |   15 --
 security/PAM/builtin.mk       |   74 ----------
 security/PAM/distinfo         |   31 ----
 security/PAM/module.mk        |   15 --
 security/PAM/patches/patch-aa |   21 --
 security/PAM/patches/patch-ab |   65 ---------
 security/PAM/patches/patch-ac |  296 ------------------------------------------
 security/PAM/patches/patch-ad |  152 ---------------------
 security/PAM/patches/patch-ae |  130 ------------------
 security/PAM/patches/patch-af |  125 -----------------
 security/PAM/patches/patch-ag |   52 -------
 security/PAM/patches/patch-ah |   94 -------------
 security/PAM/patches/patch-ai |   13 -
 security/PAM/patches/patch-aj |   13 -
 security/PAM/patches/patch-ak |   90 ------------
 security/PAM/patches/patch-al |   13 -
 security/PAM/patches/patch-am |   37 -----
 security/PAM/patches/patch-an |   12 -
 security/PAM/patches/patch-ao |   13 -
 security/PAM/patches/patch-ap |  149 ---------------------
 security/PAM/patches/patch-aq |   81 -----------
 security/PAM/patches/patch-ar |   79 -----------
 security/PAM/patches/patch-as |   32 ----
 security/PAM/patches/patch-at |   40 -----
 security/PAM/patches/patch-au |   95 -------------
 security/PAM/patches/patch-av |  101 --------------
 security/PAM/patches/patch-aw |  137 -------------------
 security/PAM/patches/patch-ax |   13 -
 security/PAM/patches/patch-ay |   15 --
 security/PAM/patches/patch-az |   19 --
 36 files changed, 3 insertions(+), 2233 deletions(-)

diffs (truncated from 2397 to 300 lines):

diff -r 79011768d48a -r 9a66be92739e doc/CHANGES-2014
--- a/doc/CHANGES-2014  Tue Jun 10 13:53:47 2014 +0000
+++ b/doc/CHANGES-2014  Tue Jun 10 13:54:29 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2014,v 1.2274 2014/06/10 13:41:41 wiz Exp $
+$NetBSD: CHANGES-2014,v 1.2275 2014/06/10 13:54:29 joerg Exp $
 
 Changes to the packages collection and infrastructure in 2014:
 
@@ -3071,3 +3071,4 @@
        Updated math/py-networkx to 1.8.1 [wen 2014-06-10]
        Updated security/openpam to 20130907 [joerg 2014-06-10]
        Updated net/gupnp-av to 0.12.6 [wiz 2014-06-10]
+       Removed security/PAM [joerg 2014-06-10]
diff -r 79011768d48a -r 9a66be92739e security/Makefile
--- a/security/Makefile Tue Jun 10 13:53:47 2014 +0000
+++ b/security/Makefile Tue Jun 10 13:54:29 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.516 2014/06/03 14:54:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.517 2014/06/10 13:54:30 joerg Exp $
 #
 
 COMMENT=       Security tools
@@ -11,7 +11,6 @@
 SUBDIR+=       KeePass
 SUBDIR+=       MyPasswordSafe
 SUBDIR+=       PACK
-SUBDIR+=       PAM
 SUBDIR+=       PortableSigner
 SUBDIR+=       TweetNaCl
 SUBDIR+=       aide
diff -r 79011768d48a -r 9a66be92739e security/PAM/DESCR
--- a/security/PAM/DESCR        Tue Jun 10 13:53:47 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-PAM provides Pluggable Authentication Modules.  It is a flexible,
-dynamically configurable mechanism for authenticating users.
-
-PAM provides a way to develop programs that are independent of
-authentication scheme.  These programs need "authentication modules" to be
-attached to them at run-time in order to work.  Which authentication module
-is to be attached is dependent upon the local system setup and is at the
-discretion of the local system administrator.
-
-This package includes the dynamic and static libpam libraries,
-developer files, and related programmer's man pages documenting
-the functions.  Over 25 PAM modules are included. This is Linux-PAM;
-it works with Solaris, NetBSD, AIX, and other operating systems.
diff -r 79011768d48a -r 9a66be92739e security/PAM/MESSAGE
--- a/security/PAM/MESSAGE      Tue Jun 10 13:53:47 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1 2004/01/08 19:18:00 jlam Exp $
-
-${PKGNAME} will use the following directory as the default
-location of its plugin modules:
-
-       ${PAM_MODULEDIR}
-
-===========================================================================
diff -r 79011768d48a -r 9a66be92739e security/PAM/Makefile
--- a/security/PAM/Makefile     Tue Jun 10 13:53:47 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,118 +0,0 @@
-# $NetBSD: Makefile,v 1.50 2013/12/23 11:57:05 wiz Exp $
-
-DISTNAME=      Linux-PAM-0.77
-PKGNAME=       ${DISTNAME:S/Linux-//}
-PKGREVISION=   6
-CATEGORIES=    security
-MASTER_SITES=  http://www.kernel.org/pub/linux/libs/pam/pre/library/ \
-               ftp://ftp.kernel.org/pub/linux/libs/pam/pre/library/ \
-               http://www.de.kernel.org/pub/linux/libs/pam/pre/library/ \
-               ftp://ftp.jp.kernel.org/pub/linux/libs/pam/pre/library/
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.kernel.org/pub/linux/libs/pam/
-COMMENT=       Pluggable Authentication Modules (PAM)
-
-MAKE_JOBS_SAFE=        no
-
-CONFLICTS+=    openpam-[0-9]*
-
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
-
-USE_TOOLS+=            gmake
-USE_LIBTOOL=           yes
-
-GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --enable-docdir=${PREFIX}/share/doc/PAM
-CONFIGURE_ARGS+=       --enable-includedir=${PREFIX}/include
-CONFIGURE_ARGS+=       --enable-mandir=${PREFIX}/${PKGMANDIR}
-CONFIGURE_ARGS+=       --enable-sconfigdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+=       --enable-static-libpam
-CONFIGURE_ENV+=                ac_cv_prog_HAVE_SGML2TXT=no
-CONFIGURE_ENV+=                ac_cv_prog_HAVE_SGML2HTML=no
-CONFIGURE_ENV+=                ac_cv_prog_HAVE_SGML2LATEX=no
-CONFIGURE_ENV+=                ac_cv_prog_HAVE_SGML2PS=no
-CONFIGURE_ENV+=                ac_cv_prog_HAVE_PS2PDF=no
-
-MAKE_FLAGS+=           CC=cc
-INSTALL_MAKE_FLAGS+=   FAKEROOT=${DESTDIR}
-
-PAM_MODULEDIR=         ${VIEWBASE}/lib/security
-MAKE_ENV+=             PAM_MODULEDIR=${PAM_MODULEDIR:Q}
-MESSAGE_SUBST+=                PAM_MODULEDIR=${PAM_MODULEDIR}
-
-.include "../../mk/bsd.prefs.mk"
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.PAM
-PKG_SUPPORTED_OPTIONS= libcrack
-
-.include "../../mk/bsd.options.mk"
-
-###
-### Support using libcrack to protect against weak passwords.
-###
-PLIST_VARS+=           libcrack
-.if !empty(PKG_OPTIONS:Mlibcrack)
-.  include "../../security/libcrack/buildlink3.mk"
-PLIST.libcrack=                yes
-.else
-CONFIGURE_ARGS+=       --disable-crack
-.endif
-
-.if !empty(OPSYS:M*BSD)
-CPPFLAGS+=             -DUSE_GETLOGIN=1
-.endif
-
-# pam_userdb uses ndbm if it finds it, otherwise it will use Berkeley DB.
-.if !exists(/usr/include/ndbm.h)
-.  include "../../mk/bdb.buildlink3.mk"
-.endif
-
-PKG_SYSCONFSUBDIR?=    pam
-EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}
-
-CFILES=                        access.conf pam_env.conf group.conf time.conf
-
-PLIST_VARS+=           limits
-.if ${OPSYS} == "Linux"
-CFILES+=               limits.conf
-PLIST.limits=          yes
-.endif
-
-CONF_FILES=            ${EGDIR}/pam.conf ${PKG_SYSCONFBASEDIR}/pam.conf
-.for file in ${CFILES}
-CONF_FILES+=           ${EGDIR}/${file} ${PKG_SYSCONFDIR}/${file}
-.endfor
-SPECIAL_PERMS=         ${PREFIX}/sbin/unix_chkpwd ${SETUID_ROOT_PERMS}
-
-post-configure:
-       cd ${WRKSRC}; for file in Make.Rules; do                        \
-               ${SED}  -e "s|@LIBTOOL@|${LIBTOOL}|g"                   \
-                       -e "s|@SHLIBTOOL@|${SHLIBTOOL}|g"               \
-                       $$file > $$file.new;                            \
-               ${MV} -f $$file.new $$file;                             \
-       done
-       cd ${WRKSRC}; for file in libpam/pam_private.h; do              \
-               ${SED}  -e "s|/etc/|${PKG_SYSCONFBASEDIR}/|g"           \
-                       $$file > $$file.new;                            \
-               ${MV} -f $$file.new $$file;                             \
-       done
-
-# this is so it won't try to interactively install any configs
-pre-build:
-       ${TOUCH} ${WRKSRC}/.quiet_install
-
-post-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
-       ${INSTALL_DATA} ${WRKSRC}/conf/pam.conf ${DESTDIR}${EGDIR}
-       ${INSTALL_DATA} ${WRKSRC}/modules/pam_access/access.conf ${DESTDIR}${EGDIR}
-       ${INSTALL_DATA} ${WRKSRC}/modules/pam_env/pam_env.conf-example  \
-               ${DESTDIR}${EGDIR}/pam_env.conf
-       ${INSTALL_DATA} ${WRKSRC}/modules/pam_group/group.conf ${DESTDIR}${EGDIR}
-       ${INSTALL_DATA} ${WRKSRC}/modules/pam_time/time.conf ${DESTDIR}${EGDIR}
-.if ${OPSYS} == "Linux"
-       ${INSTALL_DATA} ${WRKSRC}/security/modules/pam_limits/limits.skel \
-               ${DESTDIR}${EGDIR}/limits.conf
-.endif
-
-.include "../../mk/bsd.pkg.mk"
diff -r 79011768d48a -r 9a66be92739e security/PAM/PLIST
--- a/security/PAM/PLIST        Tue Jun 10 13:53:47 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,68 +0,0 @@
-@comment $NetBSD: PLIST,v 1.8 2009/06/14 18:13:26 joerg Exp $
-include/security/_pam_aconf.h
-include/security/_pam_compat.h
-include/security/_pam_macros.h
-include/security/_pam_types.h
-include/security/pam_appl.h
-include/security/pam_client.h
-include/security/pam_filter.h
-include/security/pam_misc.h
-include/security/pam_modules.h
-lib/libpam.la
-lib/libpam_misc.la
-lib/libpamc.la
-lib/security/pam_access.la
-${PLIST.libcrack}lib/security/pam_cracklib.la
-lib/security/pam_debug.la
-lib/security/pam_deny.la
-lib/security/pam_env.la
-lib/security/pam_filter.la
-lib/security/pam_filter/upperLOWER
-lib/security/pam_ftp.la
-lib/security/pam_group.la
-lib/security/pam_issue.la
-lib/security/pam_lastlog.la
-${PLIST.limits}lib/security/pam_limits.la
-lib/security/pam_listfile.la
-lib/security/pam_mail.la
-lib/security/pam_mkhomedir.la
-lib/security/pam_motd.la
-lib/security/pam_nologin.la
-lib/security/pam_permit.la
-lib/security/pam_rhosts_auth.la
-lib/security/pam_rootok.la
-lib/security/pam_securetty.la
-lib/security/pam_shells.la
-lib/security/pam_stress.la
-lib/security/pam_tally.la
-lib/security/pam_time.la
-lib/security/pam_unix.la
-lib/security/pam_unix_acct.so
-lib/security/pam_unix_auth.so
-lib/security/pam_unix_passwd.so
-lib/security/pam_unix_session.so
-lib/security/pam_userdb.la
-lib/security/pam_warn.la
-lib/security/pam_wheel.la
-man/man3/pam_authenticate.3
-man/man3/pam_chauthtok.3
-man/man3/pam_close_session.3
-man/man3/pam_end.3
-man/man3/pam_fail_delay.3
-man/man3/pam_get_item.3
-man/man3/pam_open_session.3
-man/man3/pam_set_item.3
-man/man3/pam_setcred.3
-man/man3/pam_start.3
-man/man3/pam_strerror.3
-man/man8/pam.8
-man/man8/pam.conf.8
-man/man8/pam.d.8
-sbin/pam_tally
-sbin/unix_chkpwd
-share/examples/${PKGBASE}/access.conf
-share/examples/${PKGBASE}/group.conf
-${PLIST.limits}share/examples/${PKGBASE}/limits.conf
-share/examples/${PKGBASE}/pam.conf
-share/examples/${PKGBASE}/pam_env.conf
-share/examples/${PKGBASE}/time.conf
diff -r 79011768d48a -r 9a66be92739e security/PAM/buildlink3.mk
--- a/security/PAM/buildlink3.mk        Tue Jun 10 13:53:47 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.25 2009/03/20 19:25:16 joerg Exp $
-
-BUILDLINK_TREE+=       linux-pam
-
-.if !defined(LINUX_PAM_BUILDLINK3_MK)
-LINUX_PAM_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.linux-pam+=              PAM>=0.75
-BUILDLINK_ABI_DEPENDS.linux-pam+=      PAM>=0.77nb5
-BUILDLINK_PKGSRCDIR.linux-pam?=                ../../security/PAM
-
-.include "../../mk/dlopen.buildlink3.mk"
-.endif # LINUX_PAM_BUILDLINK3_MK
-
-BUILDLINK_TREE+=       -linux-pam
diff -r 79011768d48a -r 9a66be92739e security/PAM/builtin.mk
--- a/security/PAM/builtin.mk   Tue Jun 10 13:53:47 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,74 +0,0 @@
-# $NetBSD: builtin.mk,v 1.15 2013/11/23 12:10:13 obache Exp $
-
-BUILTIN_PKG:=  linux-pam
-
-BUILTIN_FIND_HEADERS_VAR:=     H_LINUX_PAM
-BUILTIN_FIND_HEADERS.H_LINUX_PAM=      security/pam_appl.h     \
-                               pam/pam_appl.h
-BUILTIN_FIND_GREP.H_LINUX_PAM= The Linux-PAM Framework layer API
-
-.include "../../mk/buildlink3/bsd.builtin.mk"
-
-###
-### Determine if there is a built-in implementation of the package and
-### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
-###
-.if !defined(IS_BUILTIN.linux-pam)
-IS_BUILTIN.linux-pam=  no
-.  if empty(H_LINUX_PAM:M__nonexistent__) && empty(H_LINUX_PAM:M${LOCALBASE}/*)
-IS_BUILTIN.linux-pam=  yes
-.  endif
-.endif
-MAKEVARS+=     IS_BUILTIN.linux-pam



Home | Main Index | Thread Index | Old Index