summaryrefslogtreecommitdiff
path: root/security/pam-ldap/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-04-25pam-ldap: remove dead linkswiz1-3/+2
2020-10-23pam-*: g/c NO_STATIC_MODULES hacks. Handled in openpam/builtin.mk.tnn1-5/+1
2020-04-29pam-ldap: preemptively avoid "version 10" issues by accepting allmaya1-2/+2
versions of netbsd. unlikely that anyone is using netbsd<3.
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2017-09-03Comment out dead MASTER_SITES/HOMEPAGEs.wiz1-2/+2
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-2/+2
2016-02-26Use OPSYSVARS.jperkin1-6/+2
2014-07-28This package is still useful on SunOS, as it provides more functionalityfhajny1-3/+3
compared to the one shipped with the platform. Enable for SunOS, but disable the INSTALL/DEINSTALL symlinks. Bump PKGREVISION.
2014-06-02Mark this package as FreeBSD and NetBSD only. Other platforms eithertron1-1/+3
provide this (Linux or Solaris) or cannot use it (e.g. Darwin or OpenBSD).
2014-05-29Create necessary symbolic link "/usr/lib/security" during installationtron1-2/+2
and remove it during deinstallation. This matches the behaviour of the "nss_pam" package and makes configuring NetBSD as an LDAP client easier. Bump package revision because of this fix.
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2013-12-23Reset maintainer for resigned developers.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache1-1/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-11-16Changes 186:adam1-4/+2
* fix for BUG-424: build fails on Darwin
2010-11-03nss_ldap and pam-ldap now share the same configuration filesadam1-14/+9
2010-10-28Changes 185:adam1-7/+5
* fix: LDAP write on userPassword fails when chasing referral and cached policy error is POLICY_ERROR_PASSWORD_EXPIRED * fix: only request attributes that are actually used * fix: canonicalize PAM_USER name
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2008-11-21Try to deal with a bug described in security/39313, when the buildahoka1-2/+11
against recent openpam headers produce non functioning pam_ldap.so on NetBSD 4.99.47(?) or more recent systems. There's something really fishy in the headers...
2008-06-12Add DESTDIR support.joerg1-4/+7
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-11-27Changes 184:adam1-5/+4
* fix for BUG 312: pam_ldap does not try to reconnect when LDAP server closed the connection
2007-01-15Update pam-ldap to 183.taca1-4/+3
- Fix miscellaneous pkglint warnings. - Fix security problem; CAN-2006-5170. $Id: ChangeLog,v 1.212 2006/10/05 23:23:52 lukeh Exp $ =============================================================== 183 Luke Howard <lukeh@padl.com> * fix for BUG#291: don't suppress password policy errors which should not be suppressed 182 Luke Howard <lukeh@padl.com> * fix for BUG#269: compile time error in call to ldap_sasl_interactive_bind_s() 181 Luke Howard <lukeh@padl.com> * fix for BUG#256: don't send password policy request control if pam_lookup_policy no specified * fix for BUG#254: check gethostbyname() result * fix for BUG#237: typo in ldap_get_lderrno() implementation * fix for BUG#207: if ldap_start_tls_s() fails return PAM_AUTHINFO_UNAVAIL * fix for BUG#261: sslpath example wrong * fix for BUG#268: POLICY_ERROR_CHANGE_AFTER_RESET should be handled as POLICY_ERROR_PASSWORD_EXPIRED, other password policy errors to be treated as fatal
2006-05-31The databases/openldap package has been split in -client and -server componentghen1-4/+4
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-1/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-08-29update to 180drochner1-5/+6
changes: -manpage added -fix for BUG#210: use start_tls on referrals if configured to do so -when handling new password policy control, only fall through to account management module if a policy error was returned (CERT VU#778916) pkgsrc change: use /etc/pam_ldap.conf as config file, to distinguish from nss_ldap
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-14Switch to using pam.buildlink3.mk.jlam1-2/+2
2004-11-19Update security/pam-ldap to version 176. pkgsrc-related changes in thisjlam1-8/+23
update include: * The configuration file (shared with nss_ldap.so and sudo) has been moved to ${PKG_SYSCONFDIR}/ldap.conf. Any secrets file is found in ${PKG_SYSCONFDIR}/ldap.secret. * Use the pkg.install framework to copy the config file from the example directory to the real location. * Use libtool to build and install the PAM module. Changes from version 150 include: * preliminary SASL bind support * include password policy schema file * preliminary support for draft-behera-ldap-password-policy-07.txt * support for service-based authorization (based on patch from Manon Goo) * add ignore_authinfo_unavail flag * pam_filter works again * fix from Thorsten Kukuk (SuSE) to handle scope-less nss_base_passwd configuration * AD password change fix * fix from Thorsten Kukuk (SuSE) to handle aborted password changes * support for multiple service search descriptors from Symas * support non-experimental password change exop * patch from Howard Chu to use linker grouping on Solaris
2004-11-19Cosmetic changes to align with Makefile.template.jlam1-6/+7
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-17Fix a typo: use ldap.conf (not pam.conf) as the default LDAP config file.rh1-2/+2
Pointed out by Dick Davies < rasputnik at hellooperator dot net >.
2004-05-09Convert to buildlink3.snj1-4/+4
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-02Convert to buildlink2.wiz1-8/+7
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+3
dependency bumps.
2002-07-13Update to 150. Last version was 77, so ChangeLog would be too big to addwiz1-12/+9
here -- lots of new features and bug fixes. Distfile has version number now, so this should fix pkg/17588.
2002-03-15Another target that does the same job as AUTOMAKE_OVERRIDE bites the dust.skrll1-6/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-3/+3
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2