diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-02-26 01:06:08 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-02-26 01:06:08 +0000 |
commit | cc3726c36595d87e2821180e6c6727103a121d88 (patch) | |
tree | 8d55a14247c10e02184fe7d8a544f3df4c5e0add /www/ap2-auth-ldap/patches | |
parent | 97b740b7f39b4c6e85022802b385a28e93cfcf8e (diff) | |
download | pkgsrc-cc3726c36595d87e2821180e6c6727103a121d88.tar.gz |
- Update to 3.3
> v3.2 (Dec-29-2004)
> * Some options were missing in apache 1.3x part of the code.
>
> * There was a syntax error in TLS related code. Thanks for many of you
> who pointed it out.
>
> * Don't try to re-initialize TLS. Thanks to Volker for pointing it out.
>
> * if the ldap header files and libaries are no in ldap base directory,
> they can be specified with --with-ldap-includes and
> --with-ldap-libraries respectively.
>
> v 3.3 (Dec-30-2004)
> * some tls code was outside
Diffstat (limited to 'www/ap2-auth-ldap/patches')
-rw-r--r-- | www/ap2-auth-ldap/patches/patch-aa | 17 | ||||
-rw-r--r-- | www/ap2-auth-ldap/patches/patch-ab | 15 |
2 files changed, 27 insertions, 5 deletions
diff --git a/www/ap2-auth-ldap/patches/patch-aa b/www/ap2-auth-ldap/patches/patch-aa index 4a58fb7cf40..c722ce3af15 100644 --- a/www/ap2-auth-ldap/patches/patch-aa +++ b/www/ap2-auth-ldap/patches/patch-aa @@ -1,11 +1,18 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/02/21 21:55:25 adrianp Exp $ +$NetBSD: patch-aa,v 1.2 2005/02/26 01:06:08 adrianp Exp $ ---- Makefile.in.orig 2005-02-18 21:27:01.000000000 +0000 -+++ Makefile.in 2005-02-18 21:27:47.000000000 +0000 -@@ -45,7 +45,7 @@ +--- Makefile.in.orig 2005-02-26 00:15:01.000000000 +0000 ++++ Makefile.in 2005-02-26 00:16:15.000000000 +0000 +@@ -41,13 +41,13 @@ + .c.o: + $(APXS) -c $(CPPFLAGS) $*.c + +-all: $(HASH_LIB_NAME) $(LDBM_LIB_NAME) $(MODULE) ++all: $(MODULE) $(MODULE): $(OBJS) - @echo "*******" + @echo "" + @echo "" + @echo "***Creating module** mod_auth_ldap v$(MOD_VER) for Apache $(AV) *******" - $(APXS) -c $(OBJS) $(LDFLAGS) $(LIBS) + #$(APXS) -c $(OBJS) $(LDFLAGS) $(LIBS) diff --git a/www/ap2-auth-ldap/patches/patch-ab b/www/ap2-auth-ldap/patches/patch-ab new file mode 100644 index 00000000000..d2a33e0a63f --- /dev/null +++ b/www/ap2-auth-ldap/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2005/02/26 01:06:08 adrianp Exp $ + +--- configure.orig 2005-02-26 00:17:39.000000000 +0000 ++++ configure 2005-02-26 00:18:15.000000000 +0000 +@@ -3830,8 +3830,8 @@ + if test ."$withval" = ."yes"; then + HASHLIB_NAME="hash routines from ght hash library" + HASHLIB_TYPE="-DUSE_MEM_CACHE -DMM_ADD" +- HASHINC="-I./libs/libghthash/src" +- HASHLIB="./libs/libghthash/src/.libs/libghthash.a" ++ HASHINC="-I@@HASHINC@@" ++ HASHLIB="@@HASHLIB@@/libghthash.a" + HASH_LIB_NAME="libghthash.a" + use_mem_cache=1 + fi |