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

Added Files:
        cyrus-sasl-1.5.28-1.info cyrus-sasl-1.5.28-1.patch 
        cyrus-sasl2-2.1.10-1.info cyrus-sasl2-2.1.10-1.patch 
Removed Files:
        cyrus-sasl-1.5.27-15.info cyrus-sasl-1.5.27-15.patch 
Log Message:
New upstream version, new package


--- NEW FILE: cyrus-sasl-1.5.28-1.info ---
Package: cyrus-sasl
Version: 1.5.28
Revision: 1
GCC: 3.1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Depends: %N-shlibs (= %v-%r)
BuildDepends: openssl-dev, db3 (>= 3.3.11-8), openssl, dlcompat-dev
Source: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%n-%v.tar.gz
Source-MD5: 60710be040801e9aff7353563b636518
Provides: sasl
Patch: %f.patch
ConfigureParams: --libexecdir=%p/lib --mandir=%p/share/man --infodir=%p/share/info 
--with-plugindir=%p/lib/sasl --with-dbpath=%p/etc/sasldb --enable-static
UpdateLibtoolInDirs: config
SetCFLAGS: -I%p/include/db3
SetCPPFLAGS: -no-cpp-precomp
InstallScript: <<
make install DESTDIR=%d
mkdir -p %i/include/%N
mv %i/include/*.h %i/include/%N
<<
DocFiles: AUTHORS COPYING NEWS README TODO ChangeLog doc/*.html doc/*.txt
SplitOff: <<
  Package: %N-shlibs
  Depends: db3-shlibs (>= 3.3.11-8), openssl-shlibs, dlcompat-shlibs
  Replaces: %N (<= 1.5.27-12)
  Files: lib/*.*.dylib  
  Shlibs: %p/lib/libsasl.7.dylib 9.0.0 %n (>= 1.5.27-14)
  DocFiles: COPYING README
<<
SplitOff2: <<
  Package: %N-dev
  Depends: %N-shlibs (= %v-%r)
  Replaces: %N (<= 1.5.27-12)
  Files: include/%N lib/*.dylib lib/*.a
  BuildDependsOnly: True
  DocFiles: COPYING README
<<
SplitOff3: <<
 Package: %N-doc
 Conflicts: %N (<= 1.5.27-15), cyrus-sasl2-doc
 Replaces: %N (<= 1.5.27-15), cyrus-sasl2-doc
 Files: share/man
 DocFiles: COPYING README
<<
Description: Cyrus Simple Authentication and Security Layer Library
DescDetail: <<
 SASL is the Simple Authentication and Security Layer, a method for adding 
authentication support to connection-based protocols. To use SASL, a
protocol includes a command for identifying and authenticating a user to a
server and for optionally negotiating protection of subsequent protocol
interactions. If its use is negotiated, a security layer is inserted
between the protocol and the connection.
<<
DescPort: <<
 Patch to fix a build problem for users with a /usr/local/include on there
system and to stop the creation and installing of a framework.
<<
DescPackaging: <<
Due to a conflict with the essential fink package "dpkg", the include files 
for cyrus-sasl have been moved to a directory "include/cyrus-sasl/".  This
may affect other packages which depend on this one. Moved the manual pages
to there own splitoff so cyrus-sasl and cyrus-sasl2 can co-exist happliy.
<<
License: OSI-Approved
Homepage: http://asg.web.cmu.edu/sasl

--- NEW FILE: cyrus-sasl-1.5.28-1.patch ---
--- cyrus-sasl-1.5.28/Makefile.in       Wed Jul 17 06:27:03 2002
+++ cyrus-sasl-1.5.28-patched/Makefile.in       Sun Dec 22 01:03:14 2002
@@ -151,7 +151,7 @@
 @SAMPLE_FALSE@SAM = 
 @JAVA_TRUE@JAV = java
 @JAVA_FALSE@JAV = 
-@MACOSX_TRUE@INSTALLOSX = install-exec-local-osx
+#@MACOSX_TRUE@INSTALLOSX = install-exec-local-osx
 @MACOSX_FALSE@INSTALLOSX = 
 
 SUBDIRS = include lib plugins utils doc man $(PWC) $(SAM) $(JAV) $(SAD)
@@ -462,13 +462,6 @@
          echo "* the library should use."; \
          echo "********************************************************"; \
        fi
-install-exec-local-osx:
-       $(mkinstalldirs) $(framedir)/Versions/A/Headers
-       $(mkinstalldirs) $(framedir)/Versions/A/Resources
-       cd $(framedir)/Versions ; ln -fs A Current
-       cd $(framedir) ; ln -fs Versions/A/Headers .
-       cd $(framedir) ; ln -fs Versions/A/Resources .
-       $(INSTALL_DATA) $(srcdir)/config/Info.plist $(framedir)/Versions/A/Resources
 
 # 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.

--- cyrus-sasl-1.5.28/lib/Makefile.in   Wed Jul 17 07:30:17 2002
+++ cyrus-sasl-1.5.28-patched/lib/Makefile.in   Sun Dec 22 00:46:58 2002
@@ -159,7 +159,7 @@
 libsasl_la_LIBADD = @LTLIBOBJS@ $(SASL_DB_BACKEND) $(SASL_DB_LIB) $(SASL_DL_LIB) 
$(PLAIN_LIBS) $(LIB_SOCKET)
 # PLAIN_LIBS are linked in for sasl_checkpass
 
-@MACOSX_TRUE@framedir = /Library/Frameworks/SASL.framework
+#@MACOSX_TRUE@framedir = /Library/Frameworks/SASL.framework
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 
@@ -386,11 +386,11 @@
 distclean-generic clean-generic maintainer-clean-generic clean \
 mostlyclean distclean maintainer-clean
 
-@MACOSX_TRUE@install-exec-hook:
-@MACOSX_TRUE@  $(mkinstalldirs) $(framedir)/Versions/A
-@MACOSX_TRUE@  ln -fs $(libdir)/libsasl.dylib $(framedir)/Versions/A/SASL
-@MACOSX_TRUE@  cd $(framedir) ; ln -fs Versions/A/SASL .
-@MACOSX_FALSE@install-exec-hook:
+@MACOSX_TRUE@install-exec-hook:
+#@MACOSX_TRUE@ $(mkinstalldirs) $(framedir)/Versions/A
+#@MACOSX_TRUE@ ln -fs $(libdir)/libsasl.dylib $(framedir)/Versions/A/SASL
+#@MACOSX_TRUE@ cd $(framedir) ; ln -fs Versions/A/SASL .
+#@MACOSX_FALSE@install-exec-hook:
 
 # 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.

--- cyrus-sasl-1.5.28/include/Makefile.in       Wed Jul 17 07:30:15 2002
+++ cyrus-sasl-1.5.28-patched/include/Makefile.in       Sun Dec 22 00:43:03 2002
@@ -150,9 +150,9 @@
 
 makemd5_SOURCES = makemd5.c
 
-@MACOSX_TRUE@framedir = /Library/Frameworks/SASL.framework
-@MACOSX_TRUE@frameheaderdir = $(framedir)/Versions/A/Headers
-@MACOSX_TRUE@frameheader_DATA = $(include_HEADERS)
+#@MACOSX_TRUE@framedir = /Library/Frameworks/SASL.framework
+#@MACOSX_TRUE@frameheaderdir = $(framedir)/Versions/A/Headers
+#@MACOSX_TRUE@frameheader_DATA = $(include_HEADERS)
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 

--- cyrus-sasl-1.5.28/configure Wed Jul 17 06:27:04 2002
+++ cyrus-sasl-1.5.28-patched/configure Mon Dec 23 01:52:43 2002
@@ -1354,11 +1354,11 @@
 fi
 
 echo "$ac_t""$andrew_runpath_switch" 1>&6
-CPPFLAGS="-I/usr/local/include ${CPPFLAGS}"
+CPPFLAGS="${CPPFLAGS}"
 
   # this is CMU ADD LIBPATH
   if test "$andrew_runpath_switch" = "none" ; then
-       LDFLAGS="-L"/usr/local/lib" ${LDFLAGS}"
+       LDFLAGS="${LDFLAGS}"
   else
        LDFLAGS="-L"/usr/local/lib" $andrew_runpath_switch"/usr/local/lib" ${LDFLAGS}"
   fi
@@ -3618,16 +3618,16 @@
 fi
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
-  ac_safe=`echo "security/pam_appl.h" | sed 'y%./+-%__p_%'`
-echo $ac_n "checking for security/pam_appl.h""... $ac_c" 1>&6
-echo "configure:3624: checking for security/pam_appl.h" >&5
+  ac_safe=`echo "pam/pam_appl.h" | sed 'y%./+-%__p_%'`
+echo $ac_n "checking for pam/pam_appl.h""... $ac_c" 1>&6
+echo "configure:3624: checking for pam/pam_appl.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
 #line 3629 "configure"
 #include "confdefs.h"
-#include <security/pam_appl.h>
+#include <pam/pam_appl.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 { (eval echo configure:3634: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }

--- cyrus-sasl-1.5.28/lib/checkpw.c     Fri Dec 21 13:31:07 2001
+++ cyrus-sasl-1.5.28-patched/lib/checkpw.c     Mon Dec 23 02:01:32 2002
@@ -91,7 +91,7 @@
 #endif /* HAVE_SHADOW_H */
 
 #ifdef HAVE_PAM
-#include <security/pam_appl.h>
+#include <pam/pam_appl.h>
 #endif
 
 #if defined(HAVE_PWCHECK) || defined(HAVE_SASLAUTHD)

--- NEW FILE: cyrus-sasl2-2.1.10-1.info ---
Package: cyrus-sasl2
Version: 2.1.10
Revision: 1
GCC: 3.1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Depends: %N-shlibs (= %v-%r)
BuildDepends: openssl-dev, db41 (>= 4.1.24-6) | db41-ssl (>= 4.1.24-6), openssl, 
dlcompat-dev
Source: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%v.tar.gz
Source-MD5: 3ac2a696c091a76ce6c7db27e5d859d4
Patch: %f.patch
ConfigureParams: --libexecdir=%p/lib --mandir=%p/share/man --infodir=%p/share/info 
--with-plugindir=%p/lib/sasl2 --with-dbpath=%p/etc/sasldb2 --enable-static 
--with-saslauthd=%p/var/saslauthd
UpdateLibtoolInDirs: config
SetCFLAGS: -I%p/include/db4
SetCPPFLAGS: -no-cpp-precomp
InstallScript: <<
mkdir -p %i/var/saslauthd
make install DESTDIR=%d
<<
DocFiles: AUTHORS COPYING NEWS README ChangeLog doc/TODO doc/*.html doc/*.txt
SplitOff: <<
  Package: %N-shlibs
  Depends: db41-shlibs (>= 4.1.24-6) | db41-ssl-shlibs (>= 4.1.24-6), openssl-shlibs, 
dlcompat-shlibs
  Files: lib/*.*.dylib  
  Shlibs: %p/lib/libsasl2.2.dylib 3.0.0 %n (>= 2.1.10-1)
  DocFiles: COPYING README
<<
SplitOff2: <<
  Package: %N-dev
  Depends: %N-shlibs (= %v-%r)
  Files: include/sasl lib/*.dylib lib/*.a lib/*.la
  BuildDependsOnly: True
  DocFiles: COPYING README
<<
SplitOff3: <<
 Package: %N-doc
 Conflicts: cyrus-sasl (<= 1.5.27-15), cyrus-sasl-doc
 Replaces: cyrus-sasl (<= 1.5.27-15), cyrus-sasl-doc
 Files: share/man
 DocFiles: COPYING README
<<
Description: Cyrus Simple Authentication and Security Layer Library
DescDetail: <<
 SASL is the Simple Authentication and Security Layer, a method for adding 
authentication support to connection-based protocols. To use SASL, a
protocol includes a command for identifying and authenticating a user to a
server and for optionally negotiating protection of subsequent protocol
interactions. If its use is negotiated, a security layer is inserted
between the protocol and the connection.
<<
DescPort: <<
 Patch to fix a build problem for users with a /usr/local/include on there
system and to stop the creation and installing of a framework.
<<
DescPackaging: <<
 Moved the manual pages to there own splitoff so cyrus-sasl and cyrus-sasl2
can co-exist happliy.
<<
License: OSI-Approved
Homepage: http://asg.web.cmu.edu/sasl

--- NEW FILE: cyrus-sasl2-2.1.10-1.patch ---
--- cyrus-sasl-2.1.10/Makefile.in       Tue Dec 10 02:45:02 2002
+++ cyrus-sasl-2.1.10-patched/Makefile.in       Sun Dec 22 10:58:29 2002
@@ -176,7 +176,7 @@
 @SAMPLE_FALSE@SAM = 
 @JAVA_TRUE@JAV = java
 @JAVA_FALSE@JAV = 
-@MACOSX_TRUE@INSTALLOSX = install-exec-local-osx
+#@MACOSX_TRUE@INSTALLOSX = install-exec-local-osx
 @MACOSX_FALSE@INSTALLOSX = 
 
 SUBDIRS = include sasldb plugins lib utils doc man $(PWC) $(SAM) $(JAV) $(SAD)
@@ -487,13 +487,6 @@
          echo "* the library should use."; \
          echo "********************************************************"; \
        fi
-install-exec-local-osx:
-       $(mkinstalldirs) $(framedir)/Versions/A/Headers
-       $(mkinstalldirs) $(framedir)/Versions/A/Resources
-       cd $(framedir)/Versions ; ln -fs A Current
-       cd $(framedir) ; ln -fs Versions/A/Headers .
-       cd $(framedir) ; ln -fs Versions/A/Resources .
-       $(INSTALL_DATA) $(srcdir)/config/Info.plist $(framedir)/Versions/A/Resources
 
 # 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.

--- cyrus-sasl-2.1.10/include/Makefile.in       Tue Dec 10 02:45:02 2002
+++ cyrus-sasl-2.1.10-patched/include/Makefile.in       Sun Dec 22 11:00:16 2002
@@ -178,9 +178,9 @@
 
 makemd5_SOURCES = makemd5.c
 
-@MACOSX_TRUE@framedir = /Library/Frameworks/SASL2.framework
-@MACOSX_TRUE@frameheaderdir = $(framedir)/Versions/A/Headers
-@MACOSX_TRUE@frameheader_DATA = $(saslinclude_HEADERS)
+#@MACOSX_TRUE@framedir = /Library/Frameworks/SASL2.framework
+#@MACOSX_TRUE@frameheaderdir = $(framedir)/Versions/A/Headers
+#@MACOSX_TRUE@frameheader_DATA = $(saslinclude_HEADERS)
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 

--- cyrus-sasl-2.1.10/lib/Makefile.in   Tue Dec 10 02:45:03 2002
+++ cyrus-sasl-2.1.10-patched/lib/Makefile.in   Sun Dec 22 11:02:04 2002
@@ -189,7 +189,7 @@
 libsasl2_la_DEPENDENCIES = $(LTLIBOBJS)
 libsasl2_la_LIBADD = $(LTLIBOBJS) $(SASL_DL_LIB) $(LIB_SOCKET)
 
-@MACOSX_TRUE@framedir = /Library/Frameworks/SASL2.framework
+#@MACOSX_TRUE@framedir = /Library/Frameworks/SASL2.framework
 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
 CONFIG_HEADER = ../config.h
 CONFIG_CLEAN_FILES = 
@@ -444,10 +444,10 @@
        rm -f plugin_common.o
        ln -s $(top_builddir)/plugins/plugin_common.o plugin_common.o
 @MACOSX_TRUE@install-exec-hook:
-@MACOSX_TRUE@  $(mkinstalldirs) $(framedir)/Versions/A
-@MACOSX_TRUE@  ln -fs $(libdir)/libsasl2.dylib $(framedir)/Versions/A/SASL2
-@MACOSX_TRUE@  cd $(framedir) ; ln -fs Versions/A/SASL2 .
-@MACOSX_FALSE@install-exec-hook:
+#@MACOSX_TRUE@ $(mkinstalldirs) $(framedir)/Versions/A
+#@MACOSX_TRUE@ ln -fs $(libdir)/libsasl2.dylib $(framedir)/Versions/A/SASL2
+#@MACOSX_TRUE@ cd $(framedir) ; ln -fs Versions/A/SASL2 .
+#@MACOSX_FALSE@install-exec-hook:
 
 libsasl2.a: libsasl2.la $(SASL_STATIC_OBJS)
        @echo adding static plugins and dependencies

--- cyrus-sasl-2.1.10/saslauthd/auth_krb4.h     Tue Dec  4 13:06:54 2001
+++ cyrus-sasl-2.1.10-patched/saslauthd/auth_krb4.h     Sun Dec 22 12:03:24 2002
@@ -27,3 +27,5 @@
 
 char *auth_krb4(const char *, const char *, const char *, const char *);
 int auth_krb4_init(void);
+
+#define           KRB_TICKET_GRANTING_TICKET      "krbtgt"

--- cyrus-sasl-2.1.10/configure Tue Dec 10 02:45:02 2002
+++ cyrus-sasl-2.1.10-patched/configure Mon Dec 23 01:17:03 2002
@@ -1516,7 +1516,7 @@
     CFLAGS="-Wall ${CFLAGS}"
   GCC_VERSION=`$CC -v 2>&1 | sed -n -e '/version/s/.*version \([0-9]\)\..*/\1/p'`
   if test "$GCC_VERSION" != "3"; then
-    CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
+    CPPFLAGS="${CPPFLAGS}"
   fi
 else
   CPPFLAGS="${CPPFLAGS} -I/usr/local/include"
@@ -1524,7 +1524,7 @@
 
   # this is CMU ADD LIBPATH
   if test "$andrew_runpath_switch" = "none" ; then
-       LDFLAGS="-L"/usr/local/lib" ${LDFLAGS}"
+       LDFLAGS="${LDFLAGS}"
   else
        LDFLAGS="-L"/usr/local/lib" $andrew_runpath_switch"/usr/local/lib" ${LDFLAGS}"
   fi
@@ -3623,16 +3623,16 @@
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   
-         ac_safe=`echo "security/pam_appl.h" | sed 'y%./+-%__p_%'`
-echo $ac_n "checking for security/pam_appl.h""... $ac_c" 1>&6
-echo "configure:3629: checking for security/pam_appl.h" >&5
+         ac_safe=`echo "pam/pam_appl.h" | sed 'y%./+-%__p_%'`
+echo $ac_n "checking for pam/pam_appl.h""... $ac_c" 1>&6
+echo "configure:3629: checking for pam/pam_appl.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
 #line 3634 "configure"
 #include "confdefs.h"
-#include <security/pam_appl.h>
+#include <pam/pam_appl.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 { (eval echo configure:3639: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }

--- cyrus-sasl-2.1.10/saslauthd/configure       Tue Dec 10 02:45:05 2002
+++ cyrus-sasl-2.1.10-patched/saslauthd/configure       Mon Dec 23 01:29:06 2002
@@ -3861,16 +3861,16 @@
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
   echo "$ac_t""yes" 1>&6
   
-         ac_safe=`echo "security/pam_appl.h" | sed 'y%./+-%__p_%'`
-echo $ac_n "checking for security/pam_appl.h""... $ac_c" 1>&6
-echo "configure:3867: checking for security/pam_appl.h" >&5
+         ac_safe=`echo "pam/pam_appl.h" | sed 'y%./+-%__p_%'`
+echo $ac_n "checking for pam/pam_appl.h""... $ac_c" 1>&6
+echo "configure:3867: checking for pam/pam_appl.h" >&5
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
 #line 3872 "configure"
 #include "confdefs.h"
-#include <security/pam_appl.h>
+#include <pam/pam_appl.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
 { (eval echo configure:3877: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }

--- cyrus-sasl-2.1.10/saslauthd/auth_pam.c      Tue Mar 12 01:52:59 2002
+++ cyrus-sasl-2.1.10-patched/saslauthd/auth_pam.c      Mon Dec 23 01:38:07 2002
@@ -50,7 +50,7 @@
 
 # include <string.h>
 # include <syslog.h>
-# include <security/pam_appl.h>
+# include <pam/pam_appl.h>
 
 # include "auth_pam.h"
 /* END PUBLIC DEPENDENCIES */

--- cyrus-sasl-1.5.27-15.info DELETED ---

--- cyrus-sasl-1.5.27-15.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to