-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christian Weisgerber
committed
Nov 10, 2009
1 parent
05d4faa
commit a5f165d
Showing
4 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
MD5 (curl-7.19.6.tar.gz) = ZiXenULRuNOvNy0yQaV2/Q== | ||
RMD160 (curl-7.19.6.tar.gz) = ZVZbTA1BJMOSl+jDvHGSq1zoxrI= | ||
SHA1 (curl-7.19.6.tar.gz) = Mn7kLjyb1XkkiCaw4AxmxHN8Qt0= | ||
SHA256 (curl-7.19.6.tar.gz) = IRuL8LYzkGq0aq3mmsFiQvjbICbly4AnMvd9n6LTboc= | ||
SIZE (curl-7.19.6.tar.gz) = 3001938 | ||
MD5 (curl-7.19.7.tar.gz) = 7LLjfkXJkz4qljyr4DZwqw== | ||
RMD160 (curl-7.19.7.tar.gz) = R9PYWqf9SdjCQmPNOgddfua93f4= | ||
SHA1 (curl-7.19.7.tar.gz) = Rp17+EmtavzuinKBFG5f5RZ9Es8= | ||
SHA256 (curl-7.19.7.tar.gz) = mNJHQG0rXvdiHXpUdd/PSINrK0VOIslUz7s3nm27RMc= | ||
SIZE (curl-7.19.7.tar.gz) = 3013744 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
$OpenBSD: patch-docs_examples_Makefile_in,v 1.4 2009/01/21 21:17:27 naddy Exp $ | ||
--- docs/examples/Makefile.in.orig Tue Jan 13 13:05:11 2009 | ||
+++ docs/examples/Makefile.in Wed Jan 21 16:57:02 2009 | ||
@@ -196,7 +196,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $ | ||
$OpenBSD: patch-docs_examples_Makefile_in,v 1.5 2009/11/10 19:13:49 naddy Exp $ | ||
--- docs/examples/Makefile.in.orig Wed Nov 4 13:26:11 2009 | ||
+++ docs/examples/Makefile.in Tue Nov 10 00:47:51 2009 | ||
@@ -205,7 +205,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $ | ||
$(AM_CFLAGS) $(CFLAGS) | ||
CCLD = $(CC) | ||
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | ||
- $(AM_LDFLAGS) $(LDFLAGS) -o $@ | ||
+ $(AM_LDFLAGS) -L../../lib/.libs $(LDFLAGS) -o $@ | ||
SOURCES = 10-at-a-time.c anyauthput.c certinfo.c cookie_interface.c \ | ||
debug.c fileupload.c fopen.c ftpget.c ftpgetresp.c ftpupload.c \ | ||
getinfo.c getinmemory.c http-post.c httpcustomheader.c \ | ||
SOURCES = 10-at-a-time.c anyauthput.c certinfo.c chkspeed.c \ | ||
cookie_interface.c debug.c fileupload.c fopen.c ftpget.c \ | ||
ftpgetinfo.c ftpgetresp.c ftpupload.c getinfo.c getinmemory.c \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters