Bug 114215 - Update port: ftp/curl to version 7.16.3
Summary: Update port: ftp/curl to version 7.16.3
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: 2007-07-02 14:10 UTC by pesho.petrov
Modified: 2007-08-27 16:53 UTC (History)
0 users

See Also:


Attachments
curl-update.diff (2.15 KB, patch)
2007-07-02 14:10 UTC, pesho.petrov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description pesho.petrov 2007-07-02 14:10:00 UTC
This is an update of ftp/curl from 7.16.1 to 7.16.3.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-02 14:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-27 16:44:28 UTC
roam        2007-08-27 15:44:22 UTC

  FreeBSD ports repository

  Modified files:
    ftp/curl             Makefile distinfo pkg-plist 
    ftp/curl/files       patch-configure 
                         patch-tests::server::getpart.c 
  Added files:
    ftp/curl/files       patch-lib::ssh.c 
  Removed files:
    ftp/curl/files       patch-tests::data::test62 
  Log:
  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  Changes    Path
  1.90      +3 -4      ports/ftp/curl/Makefile
  1.49      +3 -3      ports/ftp/curl/distinfo
  1.8       +12 -3     ports/ftp/curl/files/patch-configure
  1.1       +661 -0    ports/ftp/curl/files/patch-lib::ssh.c (new)
  1.2       +0 -15     ports/ftp/curl/files/patch-tests::data::test62 (dead)
  1.3       +6 -6      ports/ftp/curl/files/patch-tests::server::getpart.c
  1.23      +0 -60     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 3 Peter Pentchev freebsd_committer freebsd_triage 2007-08-27 16:53:03 UTC
State Changed
From-To: open->closed

I committed an update based on your patch.  Thanks!