[Lunar-commits] r23533 - in moonbase/trunk: audio/vorbis-tools ftp/curl

Dennis Veatch stumbles at lunar-linux.org
Wed Mar 7 14:57:45 CET 2007


Author: stumbles
Date: 2007-03-07 14:57:45 +0100 (Wed, 07 Mar 2007)
New Revision: 23533

Added:
   moonbase/trunk/audio/vorbis-tools/BUILD
Modified:
   moonbase/trunk/ftp/curl/DETAILS
Log:

Here is the curl patch supplied by zbiggy. After some testing on
several of my boxes and by Moe. The only show stopper per sofar is
vorbis-tools, which is an easy fix.

For those who do lunar update and have autofix on, there should be
no problems. There will be some apps that need a recompile.

In any event you *will want lunar fix*.



Added: moonbase/trunk/audio/vorbis-tools/BUILD
===================================================================
--- moonbase/trunk/audio/vorbis-tools/BUILD	                        (rev 0)
+++ moonbase/trunk/audio/vorbis-tools/BUILD	2007-03-07 13:57:45 UTC (rev 23533)
@@ -0,0 +1,10 @@
+(
+
+# This fixes the BUILD with curl-7.16.1. See https://trac.xiph.org/ticket/1136
+# This IMV is the easy way out instead of fiddling with uploading a patch, blah.
+
+  sedit "s:curl_easy_setopt(handle, CURLOPT_MUTE, 1);::" ogg123/http_transport.c
+
+  default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/ftp/curl/DETAILS
===================================================================
--- moonbase/trunk/ftp/curl/DETAILS	2007-03-07 07:14:18 UTC (rev 23532)
+++ moonbase/trunk/ftp/curl/DETAILS	2007-03-07 13:57:45 UTC (rev 23533)
@@ -1,11 +1,11 @@
           MODULE=curl
-         VERSION=7.15.5
+         VERSION=7.16.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://curl.haxx.se/download/
-      SOURCE_VFY=sha1:b79ee06d1da58c12c23a1b8aeccdb2b74a692cc7
+      SOURCE_VFY=sha1:645f87f63d29f71dced74869450d52f84a75c2b6
         WEB_SITE=http://curl.haxx.se/
          ENTERED=20010922
-         UPDATED=20060807
+         UPDATED=20070307
            SHORT="Tool for transferring files using URL syntax."
 
 cat << EOF



More information about the Lunar-commits mailing list