Commit graph

15 commits

Author SHA1 Message Date
tnn
14b2544237 sprinkle --tag=CC for libtool 2010-02-02 17:09:28 +00:00
minskim
39cd92b470 Make this build with db4. This fixes the first problem in PR 36617. 2007-07-09 03:51:33 +00:00
ben
bbd77f25f3 pkgsrc added --without-libcrack to CONFIGURE_ARGS if libcrack is missing
from PKG_OPTIONS, and also comments out the libcrack module in the PLIST.
However this means nothing to the PAM configure script, which will find a
system libcrack and install the libcrack module.  When the pkgsrc bulk
build deinstalls PAM, it detects the leftover libcrack module and marks
PAM and its dependents failed.

Fix this by adding a --disable-crack option to the configure script.
2006-10-10 03:20:48 +00:00
minskim
2d1e61f7b1 Do not install files directly into etc; it should be handled through
CONF_FILES.
2006-06-06 00:57:59 +00:00
minskim
7121f90f67 Honor CPPFLAGS. This is a fix for pkgsrc libtoolization, so there is no
need to notify the author.
2006-05-14 19:58:04 +00:00
jlam
c28d2d2a48 Fix brokenness I introduced in the conversion of security/PAM to use
libtool: the PAM libraries weren't being built with -DPAM_DYNAMIC, which
made it impossible to dlopen PAM modules.

Bump PKGREVISION.
2004-11-19 14:54:55 +00:00
jlam
96912dd94f Libtoolize security/PAM so that the appropriate options are passed to
the compiler to build shared modules, and so that it builds correctly
across different platforms.  Bump the PKGREVISION.

In particular, this should fix problems building this package on
NetBSD/amd64.
2004-11-16 07:46:57 +00:00
jlam
727f2c9aa1 bl3ify 2004-01-08 00:07:26 +00:00
wiz
b2fde2b390 Don't reference an include file that has not been installed yet
and uses the correct HAVE_GETSPNAM.
From Jeremy C. Reed in PR 21413.
2003-05-16 17:30:58 +00:00
dmcmahill
21473236f5 fix compilation problems on systems that don't have ldconfig. 2003-02-09 16:16:56 +00:00
grant
90b34116bc add LDFLAGS to ld arguments so libpam_misc can find libpam.
fixes build problem in Hubert's bulk-build.
2003-01-13 14:18:08 +00:00
jlam
3530f6ba5c Update security/PAM to 0.77. Changes from version 0.75 include:
* Numerous bug fixes for most of the PAM modules, including several
  string length checks and fixes (update recommended!).

* fix for legacy behavior of pam_setcred and pam_close_session in
  the case that pam_authenticate and pam_open_session hadn't been
  called

* pam_unix:
	- don't zero out password strings during password changing function
* pam_wheel:
	- feature: can use the module to provide wheel access to non-root
	  accounts.
* pam_limits:
	- added '%' domain for maxlogins limiting, now '*' and @group
	  have the old meaning (every) and '%' the new one (all)
	- handle negative priority limits (which can apply to the
	  superuser too).
* pam_userdb:
	- require that all of typed password matches that in database
* pam_access:
	- added the 'fieldsep=' argument, made a PAM_RHOST of ""
	  equivalent to NULL

Incidentally, cups-1.1.18 will once again do PAM authentication using
pam_unix.so if built against PAM-0.77.
2002-12-23 21:23:56 +00:00
jlam
17018c8489 Update security/PAM to 0.75. Note that this release contains backwardly
incompatible changes to libpam.so; prior versions were buggy so upgrading
is highly recommended.

Pkgsrc changes from version 0.72 include:

  * Honor ${PKG_SYSCONFDIR}: the config files are now found in /etc/pam.conf
    and /etc/pam/*.conf, or in the appropriate ${PKG_SYSCONFBASE} directory.
  * Convert to use the general INSTALL/DEINSTALL scripts.

Changes from version 0.72 include:

  * bug fixes to almost every PAM module
  * pam_pwdb replaced with pam_unix
  * fixed a small security hole (more of a user confusion issue) with
    the unix and pwdb password helper binaries.
  * improved handling of the setcred/close_session and update chauthtok
    stack.  *Warning* This is a backwardly incompatible change, but 'more
    sane' than before. (Bug 129775 - agmorgan)
  * added support for '/' symbols in pam_time and pam_group config files
    (support for modern terminal devices).  Fixed infinite loop problem
    with '\\[^\n]' in these files.
  * added accessconf=<filename> feature to pam_access
2002-01-29 17:10:10 +00:00
jlam
9614fe9c40 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-19 09:20:11 +00:00
rh
444ebe8642 Initial import of PAM-0.72, a pluggable authentication module mechanism 2000-10-21 18:41:54 +00:00