# HG changeset patch # User Mark Brand # Date 1349908276 -7200 # Node ID 7d4c8f2179f61d8de66b0b33efae003f63e1b8f7 # Parent d7570a06e60ecef4a786edf6768ef2c9455ccb22 update package curl diff -r d7570a06e60e -r 7d4c8f2179f6 index.html --- a/index.html Tue Oct 09 00:12:26 2012 +0200 +++ b/index.html Thu Oct 11 00:31:16 2012 +0200 @@ -1005,7 +1005,7 @@ curl - 7.27.0 + 7.28.0 cURL diff -r d7570a06e60e -r 7d4c8f2179f6 src/curl-1-fixes.patch --- a/src/curl-1-fixes.patch Tue Oct 09 00:12:26 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -This file is part of MXE. -See index.html for further information. - -From 29c2441e39372b34dfac348954385d2fecb361d1 Mon Sep 17 00:00:00 2001 -From: Daniel Stenberg -Date: Mon, 6 Aug 2012 15:04:25 +0200 -Subject: [PATCH] gtls: fix build failure by including nettle-specific headers - -Bug: http://curl.haxx.se/bug/view.cgi?id=3554668 -Reported by: Anthony G. Basile -(cherry picked from commit 986c7949c0638bebb99bd08d63216433254c2185) - -diff --git a/lib/gtls.c b/lib/gtls.c -index d981ef1..c750a6f 100644 ---- a/lib/gtls.c -+++ b/lib/gtls.c -@@ -34,7 +34,10 @@ - - #include - #include --#ifndef USE_GNUTLS_NETTLE -+#ifdef USE_GNUTLS_NETTLE -+#include -+#include -+#else - #include - #endif - --- -1.7.10.4 - diff -r d7570a06e60e -r 7d4c8f2179f6 src/curl.mk --- a/src/curl.mk Tue Oct 09 00:12:26 2012 +0200 +++ b/src/curl.mk Thu Oct 11 00:31:16 2012 +0200 @@ -3,9 +3,9 @@ PKG := curl $(PKG)_IGNORE := -$(PKG)_CHECKSUM := 51f563587720b71047b6e307412d49ce24ad7bfb +$(PKG)_CHECKSUM := f75cdcd81ae3cb1eef1b5ff9e736a46cb1d6d2c9 $(PKG)_SUBDIR := curl-$($(PKG)_VERSION) -$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.bz2 +$(PKG)_FILE := curl-$($(PKG)_VERSION).tar.lzma $(PKG)_URL := http://curl.haxx.se/download/$($(PKG)_FILE) $(PKG)_DEPS := gcc gnutls libidn libssh2