Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/net
In directory vz-cvs-3.sog:/tmp/cvs-serv28185
Modified Files:
libcurl4-10.5.info libcurl4.info libssh2.1.info
rtmpdump-10.6.info
Added Files:
libssh2.1.patch
Log Message:
New upstream libcurl4 7.25.0.
Switch from system-openssl to openssl100.
Index: libssh2.1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/libssh2.1.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- libssh2.1.info 4 Feb 2012 03:16:31 -0000 1.12
+++ libssh2.1.info 31 Mar 2012 21:56:13 -0000 1.13
@@ -1,7 +1,7 @@
Info4: <<
Package: libssh2.1%type_pkg[-64bit]
Version: 1.4.0
-Revision: 1
+Revision: 2
Type: -64bit (boolean)
Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] =
-64bit ) i386
Distribution: ( %type_raw[-64bit] = -64bit ) 10.5, ( %type_raw[-64bit] =
-64bit ) 10.6
@@ -21,27 +21,28 @@
just Depend on libssh2.1-shlibs and BuildDepend on libssh2.1.
Patch to not build example programs.
+ Patch to work with openssl100 from upstream.
<<
Source: http://www.libssh2.org/download/libssh2-%v.tar.gz
Source-MD5: ee670161d8c5dff93ae84a3f34f15669
Depends: %N-shlibs (= %v-%r), ( %type_raw[-64bit] = -64bit ) 64bit-cpu
-BuildDepends: system-openssl-dev, fink (>= 0.26.2)
+BuildDepends: openssl100-dev (>= 1.0.1-1), fink (>= 0.26.2)
BuildDependsOnly: true
Conflicts: libssh2, libssh2.1, libssh2.1-64bit
Replaces: libssh2, libssh2.1, libssh2.1-64bit
+PatchFile: %n.patch
+PatchFile-MD5: 22e3f16f14b4480145025a87b9470728
PatchScript: <<
+ %{default_script}
# Don't build example programs
perl -pi -e 's/^SUBDIRS = src example tests docs/SUBDIRS = src tests docs/'
Makefile.in
<<
-NoSetCPPFLAGS: true
-NoSetLDFLAGS: true
-SetCPPFLAGS: -I%p/lib/system-openssl/include
-SetLDFLAGS: -L%p/lib/system-openssl/lib
+
SetCFLAGS: -Os
-ConfigureParams: --with-openssl=%p/lib/system-openssl --with-libz=/usr
--disable-dependency-tracking --disable-static --libdir='${prefix}/%lib' F77=no
CXX=no
+ConfigureParams: --with-openssl=%p --with-libz=/usr
--disable-dependency-tracking --disable-static F77=no CXX=no
CompileScript: <<
#!/bin/bash -ev
@@ -53,8 +54,6 @@
InstallScript: <<
make install DESTDIR=%d
- #No need for dependency_libs in .la files if not building static libs
- perl -pi -e "s/dependency_libs=.*$/dependency_libs=''/" %i/%lib/*.la
<<
DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README
@@ -62,7 +61,7 @@
SplitOff: <<
Package: %N-shlibs
- Depends: ( %type_raw[-64bit] = -64bit ) 64bit-cpu
+ Depends: openssl100-shlibs (>= 1.0.1-1), ( %type_raw[-64bit] = -64bit )
64bit-cpu
Files: %lib/libssh2.1*dylib
Shlibs: %p/%lib/libssh2.1.dylib 2.0.0 %n (>= 0.14.99-1) %type_num[-64bit]
Index: libcurl4.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/net/libcurl4.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- libcurl4.info 25 Jan 2012 00:55:55 -0000 1.17
+++ libcurl4.info 31 Mar 2012 21:56:13 -0000 1.18
@@ -1,6 +1,6 @@
Info4: <<
Package: libcurl4%type_pkg[-64bit]
-Version: 7.24.0
+Version: 7.25.0
Revision: 1+10.6
Type: -64bit (boolean)
Architecture: ( %type_raw[-64bit] = -64bit ) i386
@@ -44,14 +44,15 @@
Source: http://curl.haxx.se/download/curl-%v.tar.bz2
#Source: mirror:custom:curl-%v.tar.bz2
-Source-MD5: f912221d75eb8d8fe08900eaf011b023
+Source-MD5: f0303d47d9d3e6e4f08c2863c6504823
Depends: %N-shlibs (= %v-%r), pkgconfig (>= 0.20-1), ( %type_raw[-64bit] =
-64bit ) 64bit-cpu
BuildDepends: <<
fink (>= 0.2 <<