[148811] trunk/dports/net/curl

ryandesign at macports.org ryandesign at macports.org
Thu May 19 05:43:36 PDT 2016


Revision: 148811
          https://trac.macports.org/changeset/148811
Author:   ryandesign at macports.org
Date:     2016-05-19 05:43:36 -0700 (Thu, 19 May 2016)
Log Message:
-----------
curl: update to 7.49.0

Modified Paths:
--------------
    trunk/dports/net/curl/Portfile

Removed Paths:
-------------
    trunk/dports/net/curl/files/patch-lib-vtls-openssl.c.diff

Modified: trunk/dports/net/curl/Portfile
===================================================================
--- trunk/dports/net/curl/Portfile	2016-05-19 11:03:40 UTC (rev 148810)
+++ trunk/dports/net/curl/Portfile	2016-05-19 12:43:36 UTC (rev 148811)
@@ -4,7 +4,7 @@
 PortSystem                      1.0
 
 name                            curl
-version                         7.48.0
+version                         7.49.0
 categories                      net www
 platforms                       darwin freebsd
 maintainers                     ryandesign
@@ -28,8 +28,8 @@
 distfiles                       ${curl_distfile}:curl
 
 checksums                       ${curl_distfile} \
-                                rmd160  3dc03df4ba48eb71e257db1f5dda7f88c59df88e \
-                                sha256  864e7819210b586d42c674a1fdd577ce75a78b3dda64c63565abe5aefd72c753
+                                rmd160  212924e92c479847ac47b3c4f0deff549f4598b6 \
+                                sha256  14f44ed7b5207fea769ddb2c31bd9e720d37312e1c02315def67923a4a636078
 
 if {${name} eq ${subport}} {
     PortGroup                   muniversal 1.0
@@ -40,8 +40,7 @@
 
     depends_lib                 port:zlib
 
-    patchfiles                  patch-curl.h.diff \
-                                patch-lib-vtls-openssl.c.diff
+    patchfiles                  patch-curl.h.diff
 
     configure.args              --disable-silent-rules \
                                 --enable-ipv6 \

Deleted: trunk/dports/net/curl/files/patch-lib-vtls-openssl.c.diff
===================================================================
--- trunk/dports/net/curl/files/patch-lib-vtls-openssl.c.diff	2016-05-19 11:03:40 UTC (rev 148810)
+++ trunk/dports/net/curl/files/patch-lib-vtls-openssl.c.diff	2016-05-19 12:43:36 UTC (rev 148811)
@@ -1,15 +0,0 @@
-Fix build with LibreSSL
-https://twitter.com/xtraemeat/status/712564874098917376
-https://github.com/curl/curl/compare/5173c499c1b1c44b3913ecce8ccc3ac5250abe72...23ab4816443e2b9fb5e2098e2002e920594421d6
---- lib/vtls/openssl.c.orig
-+++ lib/vtls/openssl.c
-@@ -95,7 +95,8 @@
- 
- #if (OPENSSL_VERSION_NUMBER >= 0x10000000L)
- #define HAVE_ERR_REMOVE_THREAD_STATE 1
--#if (OPENSSL_VERSION_NUMBER >= 0x10100004L)
-+#if (OPENSSL_VERSION_NUMBER >= 0x10100004L) && \
-+  !defined(LIBRESSL_VERSION_NUMBER)
- /* OpenSSL 1.1.0-pre4 removed the argument! */
- #define HAVE_ERR_REMOVE_THREAD_STATE_NOARG 1
- #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160519/05d1c7cd/attachment.html>


More information about the macports-changes mailing list