Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (f8adfa585e41e1c098faf5a82bd542df1af4c95a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (f8adfa585e41e1c098faf5a82bd542df1af4c95a)
  • Date: Tue, 7 Nov 2006 16:20:56 -0600

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

ftp/curl/DETAILS | 5 +++--
ftp/curl/HISTORY | 3 ---
2 files changed, 3 insertions(+), 5 deletions(-)

New commits:
commit f8adfa585e41e1c098faf5a82bd542df1af4c95a
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

Revert "curl: Updated to version 7.16.0"

This reverts commit a574d85d11bff384bd5d52041251368d74b52990.

This update breaks git http-fetch it causes a double free but only when
actually
pulling objects if the repo doesn't need updating it flys right by.

This is an exerp from git-log HISTORY for curl, php no longer applies but
git
still does

========== git-log HISTORY ============
commit 57a5748ca63d9a03d3aa69147e55bc239d876e6b
Author: David Brown <dmlb2000 AT gmail.com>
Date: Tue Oct 31 11:50:39 2006 -0800

Revert "curl-7.16.0"

this update breaks git php and it needs to have the up_triggers code
when it

This reverts commit dd913d5fae85cb0b3c3865ee24142e15ed5db645.

commit dd913d5fae85cb0b3c3865ee24142e15ed5db645
Author: Treeve Jelbert <treeve AT scarlet.be>
Date: Mon Oct 30 13:22:45 2006 +0100

curl-7.16.0

============ end log =================

diff --git a/ftp/curl/DETAILS b/ftp/curl/DETAILS
index c572dc8..41dcf4b 100755
--- a/ftp/curl/DETAILS
+++ b/ftp/curl/DETAILS
@@ -1,14 +1,15 @@
SPELL=curl
- VERSION=7.16.0
+ VERSION=7.15.5
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://curl.haxx.se/download/$SOURCE
SOURCE_URL[1]=ftp://ftp.sunet.se/pub/www/utilities/$SPELL/$SOURCE
SOURCE_URL[2]=ftp://ftp.rge.com/pub/networking/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:4cd47513e1d004ba654bb0a45e65f2e28e4e24adf736ae7261f87e32367f077ed3439dda5ef494f4551d112cbeafc4b99f985d9720bc8a66783a46f52f237859
+
SOURCE_HASH=sha512:7c091786244f46cc10f126ae1417e08aa0318ad5855a1ee6889c7b2de489b93df5c390b98d949756a22b9c6beb28364870fd4a3932ec88ce806506c7a1b306ff
WEB_SITE=http://curl.haxx.se/
ENTERED=20010922
+ UPDATED=20050221
LICENSE[0]=MIT
KEYWORDS="ftp"
SHORT="Tool for transferring files using URL syntax."
diff --git a/ftp/curl/HISTORY b/ftp/curl/HISTORY
index 6a08dec..defd78d 100644
--- a/ftp/curl/HISTORY
+++ b/ftp/curl/HISTORY
@@ -1,6 +1,3 @@
-2006-11-07 George Sherwood <george AT beernabeer.com>
- * DETAILS: Updated to version 7.16.0. Removed UPDATED.
-
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.





Archive powered by MHonArc 2.6.24.

Top of Page