Bug 121771 - [patch] Add https support to sysutils/apt
Summary: [patch] Add https support to sysutils/apt
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-17 00:10 UTC by Nick Barkas
Modified: 2008-05-09 18:00 UTC (History)
0 users

See Also:


Attachments
patch-apt-https (11.40 KB, text/plain)
2008-03-17 00:10 UTC, Nick Barkas
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Barkas 2008-03-17 00:10:02 UTC
The following patch contains a backport of https support from Apt 0.7. This is a
useful feature that would be nice to have now, even though there is not yet a
stable release of Apt 0.7.
Comment 1 Nick Barkas 2008-04-04 10:59:20 UTC
Any chance a committer can take this one? I'm the maintainer of the  
port and would really like to see this patch get applied. Thanks!
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-09 15:28:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-05-09 17:52:19 UTC
itetcu      2008-05-09 16:52:13 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/apt         Makefile pkg-plist 
    sysutils/apt/files   patch-methods_makefile 
  Added files:
    sysutils/apt/files   https.cc https.h 
  Log:
  Backport of https support from Apt 0.7. This is a useful feature that would be
  nice to have now, even though there is not yet a stable release of Apt 0.7.
  - Bump PORTVERSION
  
  PR:             121771
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.5       +4 -0      ports/sysutils/apt/Makefile
  1.1       +273 -0    ports/sysutils/apt/files/https.cc (new)
  1.1       +48 -0     ports/sysutils/apt/files/https.h (new)
  1.2       +10 -3     ports/sysutils/apt/files/patch-methods_makefile
  1.2       +1 -0      ports/sysutils/apt/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 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-05-09 17:52:36 UTC
State Changed
From-To: open->closed

Committed. Thanks!