Update of /cvsroot/fink/dists/10.2/unstable/crypto/finkinfo
In directory sc8-pr-cvs1:/tmp/cvs-serv23967

Added Files:
        openldap-ssl-2.1.21-1.info openldap-ssl-2.1.21-1.patch 
Removed Files:
        openldap-ssl-2.1.20-1.info openldap-ssl-2.1.20-1.patch 
Log Message:
New upstream version


--- NEW FILE: openldap-ssl-2.1.21-1.info ---
Package: openldap-ssl
Version: 2.1.21
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
GCC: 3.1
Source: mirror:custom:openldap-release/openldap-%v.tgz
CustomMirror: <<
 asi-JP: ftp://ftp.dti.ad.jp/pub/net/OpenLDAP/
 asi-JP: ftp://ftp.u-aizu.ac.jp/pub/net/openldap/
 asi-KR: ftp://ftp.holywar.net/pub/OpenLDAP/
 aus-AU: http://www.PlanetMirror.com/pub/openldap/
 eur-CH: ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/
 eur-ES: ftp://ftp.si.uniovi.es/mirror/OpenLDAP/
 eur-NL: ftp://ftp.nl.uu.net/pub/unix/db/openldap/
 eur-PT: ftp://ftp.linux.pt/pub/mirrors/OpenLDAP/
 eur-UK: ftp://ftp.plig.org/pub/OpenLDAP/
 nam-US: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/
 sam-BR: ftp://ftp.matrix.com.br/pub/openldap/
<<
Source-MD5: 285097d048bf17e7bbb35878173a63c9
Depends: %N-shlibs (= %v-%r), daemonic
BuildDepends: openssl097-dev, db41 (>= 4.1.24-6) | db41-ssl (>= 4.1.24-6), 
cyrus-sasl2-dev, readline (>= 4.3-5), dlcompat-dev
Conflicts: openldap
Replaces: openldap
Provides: openldap
Patch: %f.patch
NoSetLDFLAGS: True
SetLibs: -lkrb5 -ldb-4.1 -L%p/lib
SetCPPFLAGS: -I%p/include/db4
ConfigureParams: --libexecdir=%p/sbin --mandir=%p/share/man --infodir=%p/share/info/%n 
--with-cyrus-sasl
InstallScript: make install DESTDIR=%d
DocFiles: ANNOUNCEMENT COPYRIGHT LICENSE README CHANGES build/LICENSE-2.0.1 
doc/drafts/draft*
ConfFiles: <<
  %p/etc/openldap/ldap.conf
  %p/etc/openldap/slapd.conf
<<
SplitOff: <<
 Package: %N-shlibs
 Depends: readline-shlibs (>= 4.3-5), cyrus-sasl2-shlibs
 Replaces: openldap
 Description: Shared libraries for LDAP
 Files: lib/*.*.dylib
 Shlibs: <<
    %p/lib/liblber.2.dylib 3.0.0 %n (>= 2.0.23-5)
    %p/lib/libldap.2.dylib 3.0.0 %n (>= 2.0.23-5)
    %p/lib/libldap_r.2.dylib 3.0.0 %n (>= 2.0.23-5)
  <<
 DocFiles: COPYRIGHT LICENSE README build/LICENSE-2.0.1 
<<
SplitOff2: <<
 Package: %N-dev
 Depends: %N-shlibs (= %v-%r)
 Description: Libraries and headers for LDAP development
 Files: include lib/*.a lib/*.la lib/*.dylib share/man/man3
 BuildDependsOnly: True
 DocFiles: COPYRIGHT LICENSE README build/LICENSE-2.0.1
<<
DaemonicName: slapd
DaemonicFile: <<
<service>
<description>LDAP Server</description>
<message>LDAP Server</message>

<daemon name="slapd">
<executable background="yes">%p/sbin/slapd</executable>
<configfile>%p/etc/openldap/slapd.conf</configfile>
</daemon>

</service>
<<
PreRmScript: <<
if [ $1 != "upgrade" ]; then
  daemonic remove slapd
fi
<<
Description: LDAP directory services implementation
DescDetail: <<
OpenLDAP is an open source implementation of the Lightweight Directory
Access Protocol. The suite includes:
*  slapd - stand-alone LDAP server
*  slurpd - stand-alone LDAP replication server
*  libraries implementing the LDAP protocol, and
*  utilities, tools, and sample clients.
<<
DescUsage: <<
 To create a startup item that starts slapd after reboot just run as root
'daemonic enable slapd'. To remove the slapd startup item just run as root
'daemonic remove slapd'.
<<
DescPort: Patches to fix the usual libtool linking/build errors.
License: Restrictive/Distributable
Homepage: http://www.openldap.org

--- NEW FILE: openldap-ssl-2.1.21-1.patch ---
--- openldap-2.1.21/build/ltmain.sh     2003-02-11 06:24:24.000000000 +1100
+++ openldap-2.1.21-patched/build/ltmain.sh     2003-06-01 21:57:14.000000000 +1000
@@ -1763,7 +1763,7 @@
 
          if test "$installed" = no; then
            notinst_deplibs="$notinst_deplibs $lib"
-           need_relink=yes
+           need_relink=no
          fi
 
          if test -n "$old_archive_from_expsyms_cmds"; then


--- openldap-2.1.21/build/top.mk        2003-03-30 02:45:42.000000000 +1100
+++ openldap-2.1.21-patched/build/top.mk        2003-06-03 21:07:33.000000000 +1000
@@ -197,7 +197,7 @@
 DEFS = $(LDAP_INCPATH) $(XINCPATH) $(XDEFS) $(AC_DEFS) $(DEFINES)
 CFLAGS = $(AC_CFLAGS) $(DEFS)
 LDFLAGS = $(LDAP_LIBPATH) $(AC_LDFLAGS) $(XLDFLAGS)
-LIBS = $(XLIBS) $(XXLIBS) $(AC_LIBS) $(XXXLIBS)
+LIBS = $(XLIBS) $(XXLIBS) $(XXXLIBS) $(AC_LIBS)
 
 LT_CFLAGS = $(AC_CFLAGS)
 LT_CPPFLAGS = $(DEFS)

--- openldap-2.1.21/libraries/libldap/Makefile.in       2003-03-31 00:47:09.000000000 
+1000
+++ openldap-2.1.21-patched/libraries/libldap/Makefile.in       2003-06-03 
21:04:12.000000000 +1000
@@ -35,7 +35,7 @@
 XLIBS = $(LIBRARY) $(LDAP_LIBLBER_LA) $(LDAP_LIBLUTIL_A)
 XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
 NT_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS)
-UNIX_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS)
+UNIX_LINK_LIBS = $(LDAP_LIBLBER_LA) $(SECURITY_LIBS) $(AC_LIBS)
 
 apitest:       $(XLIBS) apitest.o
        $(LTLINK) -o $@ apitest.o $(LIBS)

--- openldap-2.1.21/libraries/libldap_r/Makefile.in     2003-03-31 00:47:09.000000000 
+1000
+++ openldap-2.1.21-patched/libraries/libldap_r/Makefile.in     2003-06-03 
21:05:58.000000000 +1000
@@ -45,7 +45,7 @@
 XXLIBS = $(SECURITY_LIBS) $(LUTIL_LIBS)
 XXXLIBS = $(LTHREAD_LIBS)
 NT_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS)
-UNIX_LINK_LIBS = $(LDAP_LIBLBER_LA) $(AC_LIBS) $(SECURITY_LIBS)
+UNIX_LINK_LIBS = $(LDAP_LIBLBER_LA) $(SECURITY_LIBS) $(AC_LIBS)
 
 .links : Makefile
        @for i in $(XXSRCS); do \

--- openldap-ssl-2.1.20-1.info DELETED ---

--- openldap-ssl-2.1.20-1.patch DELETED ---




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to