Bug 102871 - update ftp/curl to 7.15.5
Summary: update ftp/curl to 7.15.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-04 23:30 UTC by Pav Lucistnik
Modified: 2006-09-18 13:54 UTC (History)
0 users

See Also:


Attachments
curl.diff (4.19 KB, patch)
2006-09-04 23:30 UTC, Pav Lucistnik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pav Lucistnik freebsd_committer freebsd_triage 2006-09-04 23:30:20 UTC
Update curl to 7.15.5, released August 7
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-04 23:30:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2006-09-08 09:28:14 UTC
State Changed
From-To: open->analyzed

I'll take care of this, and some care does need to be taken with 
the API change in curl_multi_socket(), the yassl optional integration, 
and Scot Hetzel's idea of integrating OpenSSL into this port's OPTIONS. 
Thanks for the libtool/ldconfig patch!
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-09-18 13:46:45 UTC
roam        2006-09-18 12:46:29 UTC

  FreeBSD ports repository

  Modified files:
    ftp/curl             Makefile distinfo pkg-plist 
  Removed files:
    ftp/curl/files       patch-ltmain.sh 
  Log:
  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  Changes    Path
  1.81      +13 -15    ports/ftp/curl/Makefile
  1.46      +3 -3      ports/ftp/curl/distinfo
  1.2       +0 -15     ports/ftp/curl/files/patch-ltmain.sh (dead)
  1.21      +7 -0      ports/ftp/curl/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Peter Pentchev freebsd_committer freebsd_triage 2006-09-18 13:53:15 UTC
State Changed
From-To: analyzed->closed

Committed, along with Scot Hetzel's OpenSSL patch.  Thanks a lot!