head	1.8;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2010.12.17.19.39.41;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2010.01.10.23.39.04;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2005.08.27.19.20.04;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2005.06.26.17.39.19;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2002.10.12.04.56.20;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2002.08.31.19.19.23;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2002.02.04.23.14.31;	author pat;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.08.19.00.20;	author dwcjr;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Update to 1.8.6.
@
text
@--- Makefile.in.orig	2010-12-17 14:34:23.708132000 -0500
+++ Makefile.in	2010-12-17 14:35:48.000000000 -0500
@@@@ -594,17 +594,13 @@@@ uninstall-man: uninstall-man5
 
 install-exec-local: pam_ldap.so
 	@@$(NORMAL_INSTALL)
-	$(mkinstalldirs) $(DESTDIR)$(libdir)/security
-@@EXTENSION_SO_TRUE@@	$(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so
-@@EXTENSION_1_TRUE@@@@EXTENSION_SO_FALSE@@	$(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/libpam_ldap.1
-@@EXTENSION_1_FALSE@@@@EXTENSION_SO_FALSE@@	$(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so.1
-@@EXTENSION_1_FALSE@@@@EXTENSION_SO_FALSE@@	(cd $(DESTDIR)$(libdir)/security; rm -f pam_ldap.so; ln -s pam_ldap.so.1 pam_ldap.so)
+	$(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so
 
 install-data-local:
 	@@$(NORMAL_INSTALL)
-	@@if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf; then \
+	@@if test ! -f $(DESTDIR)$(sysconfdir)/ldap.conf.dist; then \
 		$(mkinstalldirs) $(DESTDIR)$(sysconfdir); \
-		$(INSTALL_DATA) -o root -g root $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf; \
+		$(INSTALL_DATA) -o root -g wheel $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \
 	fi
 
 uninstall-local:
@


1.7
log
@* Update to 1.8.5
* Allow the configuration file to be overridden by defining
  PAM_LDAP_CONF at build time.

PR:		142468
Submitted by:	skv
@
text
@d1 3
a3 3
--- Makefile.in.orig	2010-01-08 12:09:42.124679000 +0000
+++ Makefile.in	2010-01-08 12:16:10.000000000 +0000
@@@@ -594,24 +594,20 @@@@
a23 8
 	@@$(NORMAL_UNINSTALL)
 
 vers.c: $(top_srcdir)/CVSVersionInfo.txt
-	CVSVERSIONDIR=$(top_srcdir) vers_string -v
+	CVSVERSIONDIR=$(top_srcdir) $(top_srcdir)/vers_string -v
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
@


1.6
log
@Update to 1.8.0.

Security:	Fixes a security vulnerability described at
		http://www.kb.cert.org/vuls/id/778916
Requested by:	simon
Approved by:	portmgr (implicit)
@
text
@d1 3
a3 3
--- Makefile.in.orig	Sat Aug 20 18:44:27 2005
+++ Makefile.in	Sat Aug 20 18:45:57 2005
@@@@ -434,17 +434,13 @@@@
d9 3
a11 3
-@@EXTENSION_SO_FALSE@@@@EXTENSION_1_TRUE@@	$(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/libpam_ldap.1
-@@EXTENSION_SO_FALSE@@@@EXTENSION_1_FALSE@@	$(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so.1
-@@EXTENSION_SO_FALSE@@@@EXTENSION_1_FALSE@@	(cd $(DESTDIR)$(libdir)/security; rm -f pam_ldap.so; ln -s pam_ldap.so.1 pam_ldap.so)
d24 8
@


1.5
log
@Update to 1.7.8, now with a shiny new man page.
@
text
@d1 3
a3 3
--- Makefile.in.orig	Sun Jun 26 13:33:47 2005
+++ Makefile.in	Sun Jun 26 13:35:09 2005
@@@@ -434,19 +434,15 @@@@
d20 1
a20 1
+	$(INSTALL_DATA) -o root -g wheel $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \
a21 2
-	$(INSTALL_DATA) -o root -g root $(srcdir)/pam_ldap.5 $(DESTDIR)$(mandir)/man5/pam_ldap.5
+	$(INSTALL_DATA) -o root -g wheel $(srcdir)/pam_ldap.5 $(DESTDIR)$(mandir)/man5/pam_ldap.5
a23 1
 	@@$(NORMAL_UNINSTALL)
@


1.4
log
@Update to 1.5.4.
@
text
@d1 3
a3 3
--- Makefile.in.orig	Wed Sep 25 09:49:08 2002
+++ Makefile.in	Sat Oct 12 00:52:19 2002
@@@@ -405,17 +405,13 @@@@
d22 2
d26 1
@


1.3
log
@Update to 1.5.1.
@
text
@d1 3
a3 3
--- Makefile.in.orig	Sat Aug 31 15:13:47 2002
+++ Makefile.in	Sat Aug 31 15:14:53 2002
@@@@ -364,17 +364,13 @@@@
d9 1
a9 1
-@@EXTENSION_SO_FALSE@@@@EXTENSION_1_TRUE@@	$(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.1
d20 1
a20 1
+		$(INSTALL_DATA) -o root -g wheel $(srcdir)/ldap.conf $(DESTDIR)$(sysconfdir)/ldap.conf.dist; \
@


1.2
log
@Update to 1.3.7

PR:		34592
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- Makefile.in.orig	Sun Feb  3 15:36:48 2002
+++ Makefile.in	Sun Feb  3 15:39:06 2002
@@@@ -357,17 +357,13 @@@@
d9 3
a11 3
-@@EXTENSION_SO_FALSE@@	$(INSTALL_PROGRAM) -o root -g root pam_ldap.so $(DESTDIR)$(libdir)/security/pam_ldap.so.1
-@@EXTENSION_SO_FALSE@@	-rm -f $(DESTDIR)$(libdir)/security/pam_ldap.so
-@@EXTENSION_SO_FALSE@@	-ln -s $(DESTDIR)$(libdir)/security/pam_ldap.so.1 $(DESTDIR)$(libdir)/security/pam_ldap.so
@


1.1
log
@New pam port for ldap authentication.

PR:		27673
Submitted by:	Joe Marcus Clarke <marcus@@marcuscom.com>
Reviewed by:	will
@
text
@d1 3
a3 3
--- Makefile.in.orig	Sat May 26 16:07:21 2001
+++ Makefile.in	Sat May 26 17:09:57 2001
@@@@ -380,17 +380,15 @@@@
d12 1
a12 3
+	$(mkinstalldirs) $(DESTDIR)$(libdir)
+@@EXTENSION_SO_TRUE@@	$(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so
+@@EXTENSION_SO_FALSE@@	$(INSTALL_PROGRAM) -o root -g wheel pam_ldap.so $(DESTDIR)$(libdir)/pam_ldap.so
@

