Skip site navigation (1)Skip section navigation (2)

CVS log for ports/ftp/curl/pkg-plist

[BACK] Up to [FreeBSD] / ports / ftp / curl

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Dec 19 20:04:22 2010 UTC (13 months, 3 weeks ago) by roam
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -0 lines
Update cURL to 7.21.3 and fix its librtmp detection.  In the process:
- disable the -Werror build option by popular demand
- do not override the user's debug and optimization settings

PR:		150854 (the debug and optimization CFLAGS)
Reported by:	Anonymous <swell.k@gmail.com>

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Sep 12 21:05:47 2010 UTC (16 months, 4 weeks ago) by roam
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
Update to curl-7.21.1; in the process:
- add a knob for the compiler's -Werror checking, on by default
- add a knob for RTMP streams support
- reflect reality: actually disable the diagnostic memory tracking
  if the user has turned the knob off!
- fix a bashism in the configure script
- remove two patches to the test framework that were integrated upstream

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Nov 13 11:46:56 2009 UTC (2 years, 2 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -0 lines
Update to curl-7.19.7.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue May 19 13:43:45 2009 UTC (2 years, 8 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -0 lines
Update to curl-7.19.5.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Mar 7 03:57:38 2009 UTC (2 years, 11 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +47 -46 lines
Update to curl-7.19.4, which fixes a redirection vulnerability.
The changes in the patch files are almost the same as in Eugene's PR,
although I arrived at them mostly independently :)
Reformat all patch files now that I use quilt to manage them.
Fix two complaints from portlint: needless use of CFLAGS and differentiation
between NOPORTDOCS and NOPORTEXAMPLES.  Thanks, Eugene!

PR:		132358
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>

Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Jan 23 15:40:33 2009 UTC (3 years ago) by roam
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +11 -2 lines
At long last, update the curl port to its almost-current version, 7.19.2.
Yes, there's been a new 7.19.3 version for a couple of days now,
but I figure you folks have been waiting for me much too much as it is :(
Apologies all around!

Prompted by:	several PR's and more people (and portmgrs) than I dare admit

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Apr 23 11:33:34 2008 UTC (3 years, 9 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +45 -43 lines
Update to curl-7.18.0.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Aug 27 15:44:21 2007 UTC (4 years, 5 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +0 -60 lines
Update to curl-7.16.3.
Fix the (still present in 7.16.3) libssh2 problems, at least so that
cURL works with the libssh2 0.17 in our ports tree.

PR:		114215 (the basic update)
Submitted by:	pesho.petrov@gmail.com

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Dec 13 12:41:18 2006 UTC (5 years, 1 month ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -0 lines
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Sep 18 12:46:29 2006 UTC (5 years, 4 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +7 -0 lines
Update to cURL 7.15.5 and integrate Scot Hetzel's patch for
really making OpenSSL support optional.  Now OpenSSL and GnuTLS
are on level ground, both controlled by the OPTIONS setting.
Fortunately, it turned out that the curl_multi_socket() API change
does not affect any of the ports that use ftp/curl.

PR:		102871, 103126
Submitted by:	pav, vd, Scot Hetzel <swhetzel@gmail.com>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jul 13 08:54:03 2006 UTC (5 years, 7 months ago) by roam
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +17 -0 lines
Update to 7.15.4, mostly by Vasil Dimov's PR.
In addition, OPTIONS'ify everything but OpenSSL support.

PR:		99050
Submitted by:	vd

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Mar 20 12:49:55 2006 UTC (5 years, 10 months ago) by vd
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -0 lines
Update from 7.15.1 to 7.15.3

PR:		ports/94727
Submitted by:	vd
Approved by:	secteam (simon)
Security:	http://curl.haxx.se/docs/adv_20060320.html

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Dec 9 12:10:41 2005 UTC (6 years, 2 months ago) by mnag
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -0 lines
Update to 7.15.1 [1]
Reorganize Makefile

PR:		90079 [1]
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	maintainer timeout (security 1 day, simon with secteam hat)
Security:	http://curl.haxx.se/docs/adv_20051207.html
		http://secunia.com/advisories/17907/

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Oct 14 16:11:46 2005 UTC (6 years, 3 months ago) by roam
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +0 -1 lines
Update to 7.15.0, which contains a security fix, among other changes.

PR:		87393
Submitted by:	Vasil Dimov <vd@datamax.bg>
Security:	http://curl.haxx.se/docs/security.html#BID15102

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Sep 5 18:12:41 2005 UTC (6 years, 5 months ago) by roam
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -0 lines
Update to 7.14.1.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jun 5 19:31:45 2005 UTC (6 years, 8 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
- Update to 7.14.0
- Provide WITH_GNUTLS knob to replace OpenSSL with GnuTLS

PR:		ports/81195
Submitted by:	Vasil Dimov <vd@datamax.bg>
Approved by:	maintainer timeout (18 days)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Mar 14 20:33:30 2005 UTC (6 years, 10 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -0 lines
Fix plist.
Portlint(1).
Bump PORTREVISION.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Dec 21 10:07:38 2004 UTC (7 years, 1 month ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -0 lines
Repeat after me: testing the build on lots of machines is not an excuse
for not checking for packing list changes...

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Aug 10 13:32:51 2004 UTC (7 years, 6 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +9 -1 lines
Update to 7.12.1, which is mainly an important bugfix release, but also
contains some new functionality.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jun 3 22:41:40 2004 UTC (7 years, 8 months ago) by roam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +17 -6 lines
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Mar 27 12:45:47 2004 UTC (7 years, 10 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Fix the plist in the non-SSL case - curl-ca-bundle.crt is not installed.
Bump PORTREVISION.

PR:		64667
Submitted by:	Marius Strobl <marius@alchemy.franken.de>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Dec 13 08:32:09 2003 UTC (8 years, 2 months ago) by roam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +178 -178 lines
Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.

PR:		60105
Submitted by:	ijliao

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Sep 2 13:07:00 2003 UTC (8 years, 5 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +17 -0 lines
Update to curl-7.10.7; the added patch is needed to actually get
the test suite going :)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 25 15:36:09 2003 UTC (8 years, 9 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
Update to 7.10.4.

PR:		51315
Submitted by:	Jason Harris <jharris@widomaker.com>

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jan 2 16:02:08 2003 UTC (9 years, 1 month ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +159 -0 lines
Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.
Add PORTDOCS handling.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Apr 16 11:30:21 2002 UTC (9 years, 9 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
Update to 7.9.6.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 22 09:52:10 2002 UTC (9 years, 11 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Now that the pkg_install tools know how to handle symlinks,
unbreak the cURL package - include libcurl.so in the packing list
so that pkg_add(1) makes it visible to other packages.

Bump PORTREVISION for this (definitely package-related) change.

PR:		ports/34491
Submitted by:	Tom Payne <twp20@cam.ac.uk>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 25 09:30:11 2001 UTC (10 years, 9 months ago) by roam
Branches: MAIN
CVS tags: RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -0 lines
Update to 7.7.2

Submitted by:	olgeni

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 4 00:56:47 2000 UTC (11 years, 5 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -0 lines
Upgrade to curl 7.2.1

Submitted by:	Peter Pentchev <roam@orbitel.bg>

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Feb 9 15:31:34 1999 UTC (13 years ago) by billf
Branches: NBM
CVS tags: r5_5, RELEASE_4_1_0, RELEASE_4_0_0, RELEASE_3_5_0, RELEASE_3_4_0, RELEASE_3_3_0, RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
curl is a client to get documents/files from servers, using any of the
supported protocols. The command is designed to work without user
interaction or any kind of interactivity.

curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, SSL (https:) connections, file
transfer resume and more.

PR:		ports/9079
Submitted By:	Neil Blakey-Milner <nbm@rucus.ru.ac.za>
		Kris Kennaway <kkenn@rebel.net.au>

This port replaces ports/www/urlget

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Feb 9 15:31:34 1999 UTC (13 years ago) by billf
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options