Bug 114215

Summary: Update port: ftp/curl to version 7.16.3
Product: Ports & Packages Reporter: pesho.petrov <pesho.petrov>
Component: Individual Port(s)Assignee: Peter Pentchev <roam>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
curl-update.diff none

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!