Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto
In directory vz-cvs-3.sog:/tmp/cvs-serv13886/stable/main/finkinfo/crypto

Modified Files:
        msmtp.info 
Added Files:
        msmtp.patch 
Log Message:
fix build with newer openssl; also infodocs tweak


--- NEW FILE: msmtp.patch ---
diff -Nurd -x'*~' msmtp-1.4.17.orig/doc/Makefile.in msmtp-1.4.17/doc/Makefile.in
--- msmtp-1.4.17.orig/doc/Makefile.in   2008-12-25 11:27:21.000000000 -0500
+++ msmtp-1.4.17/doc/Makefile.in        2012-10-02 16:50:46.000000000 -0400
@@ -926,15 +926,6 @@
          done; \
        done
        @$(POST_INSTALL)
-       @if (install-info --version && \
-            install-info --version 2>&1 | sed 1q | grep -i -v debian) 
>/dev/null 2>&1; then \
-         list='$(INFO_DEPS)'; \
-         for file in $$list; do \
-           relfile=`echo "$$file" | sed 's|^.*/||'`; \
-           echo " install-info --info-dir='$(DESTDIR)$(infodir)' 
'$(DESTDIR)$(infodir)/$$relfile'";\
-           install-info --info-dir="$(DESTDIR)$(infodir)" 
"$(DESTDIR)$(infodir)/$$relfile" || :;\
-         done; \
-       else : ; fi
 install-man: install-man1
 
 install-pdf: install-pdf-am
diff -Nurd -x'*~' msmtp-1.4.17.orig/src/tls.c msmtp-1.4.17/src/tls.c
--- msmtp-1.4.17.orig/src/tls.c 2008-12-25 12:58:43.000000000 -0500
+++ msmtp-1.4.17/src/tls.c      2012-10-02 16:38:55.000000000 -0400
@@ -813,7 +813,7 @@
     char *buf;
     int bufsize;
     /* needed to get the DNS subjectAltNames: */
-    STACK *subj_alt_names;
+    void *subj_alt_names;
     int subj_alt_names_count;
     GENERAL_NAME *subj_alt_name;
     /* did we find a name matching hostname? */

Index: msmtp.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/crypto/msmtp.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- msmtp.info  30 Jul 2012 10:39:39 -0000      1.3
+++ msmtp.info  2 Oct 2012 20:57:56 -0000       1.4
@@ -2,7 +2,7 @@
 Package: msmtp%type_pkg[-ssl] 
 Type: -ssl (boolean)
 Version: 1.4.17
-Revision: 1004
+Revision: 1005
 Maintainer: Darian Lanx <[email protected]>
 Source: mirror:sourceforge:msmtp/msmtp-%v.tar.bz2
 Source-MD5: b0b74f1144812b60688f590c62a0d3dd 
@@ -22,7 +22,10 @@
 
 DocFiles: COPYING README AUTHORS ChangeLog INSTALL.txt NEWS THANKS
 #
+PatchFile: %{ni}.patch
+PatchFile-MD5: ceca80c8dc8ef4f111e1c0557ec12142
 PatchScript: <<
+       %{default_script}
 mv INSTALL INSTALL.txt
 <<
 
@@ -80,6 +83,12 @@
 DescPort: <<
 Switched this to use variants, since there are two TLS providers and the User
 should be able to choose which one he/she wants.
+
+dmacks--import upstream patch to tls.c to fix build with newer openssl
+<<
+DescPackaging: <<
+dmacks--disabled attempted creation of infodocs dir file (not
+appropriate in a packaging/staging-directory environment).
 <<
 License: GPL
 Homepage: http://msmtp.sourceforge.net/


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to