[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (54b51f4b86cb0ac212939c96df686cf8330c9869)

Ladislav Hagara scm at sourcemage.org
Tue Nov 15 19:17:00 EST 2011


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 ftp/curl/DETAILS    |    2 +-
 ftp/curl/HISTORY    |    4 ++++
 ftp/curl/PRE_BUILD  |    3 ---
 ftp/curl/gtls.patch |   14 --------------
 4 files changed, 5 insertions(+), 18 deletions(-)

New commits:
commit 54b51f4b86cb0ac212939c96df686cf8330c9869
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    curl 7.23.0

diff --git a/ftp/curl/DETAILS b/ftp/curl/DETAILS
index 9b5fc52..5d5b62e 100755
--- a/ftp/curl/DETAILS
+++ b/ftp/curl/DETAILS
@@ -1,5 +1,5 @@
            SPELL=curl
-         VERSION=7.22.0
+         VERSION=7.23.0
   SECURITY_PATCH=8
           SOURCE=$SPELL-$VERSION.tar.bz2
          SOURCE2=$SOURCE.asc
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index b4c9025..2f70816 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,3 +1,7 @@
+2011-11-16 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS: 7.23.0
+	* PRE_BUILD, gtls.patch: patch removed, fixed upstream
+
 2011-10-19 Treeve Jelbert <treeve at sourcemage.org>
 	* PRE_BUILD, gtls.patch: add upstream path for gnutls-3.x
 
diff --git a/ftp/curl/PRE_BUILD b/ftp/curl/PRE_BUILD
deleted file mode 100755
index 2b3766c..0000000
--- a/ftp/curl/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build    &&
-cd $SOURCE_DIRECTORY &&
-patch  -p1 < $SPELL_DIRECTORY/gtls.patch
diff --git a/ftp/curl/gtls.patch b/ftp/curl/gtls.patch
deleted file mode 100644
index 3fa097d..0000000
--- a/ftp/curl/gtls.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/lib/gtls.c
-+++ b/lib/gtls.c
-@@ -476,8 +476,10 @@ gtls_connect_step1(struct connectdata *conn,
-   gnutls_transport_set_push_function(session, Curl_gtls_push);
-   gnutls_transport_set_pull_function(session, Curl_gtls_pull);
- 
-+#if GNUTLS_VERSION_NUMBER < 0x020c00
-   /* lowat must be set to zero when using custom push and pull functions. */
-   gnutls_transport_set_lowat(session, 0);
-+#endif
- 
-   /* This might be a reconnect, so we check for a session ID in the cache
-      to speed up things */
-


More information about the SM-Commit mailing list