FreshPorts -- The Place For Ports Sun, 7 Sep 2008 8:48 PM BST
Port details
curl 7.18.0 ftp on this many watch lists=371 search for ports that depend on this port An older version of this port was marked as vulnerable.
Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
Maintained by: roam@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: ipv6 www


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.

WWW: http://curl.haxx.se/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/perl5.8

To install the port: cd /usr/ports/ftp/curl/ && make install clean
To add the package: pkg_add -r curl


Configuration Options
===> The following configuration options are available for curl-7.18.0:
     CARES=off (default) "Asynchronous DNS resolution via c-ares"
     CURL_DEBUG=off (default) "Enable curl diagnostic output"
     GNUTLS=off (default) "Use GNU TLS if OPENSSL is OFF"
     IPV6=on (default) "IPv6 support"
     KERBEROS4=off (default) "Kerberos 4 authentication"
     LDAP=off (default) "LDAP support"
     LDAPS=off (default) "LDAPS support (requires LDAP and SSL)"
     LIBIDN=off (default) "Internationalized Domain Names via libidn"
     LIBSSH2=off (default) "SCP/SFTP support via libssh2"
     NTLM=off (default) "NTLM authentication"
     OPENSSL=on (default) "OpenSSL support"
===> Use 'make config' to modify these settings

Master Sites:
http://curl.haxx.se/download/
http://nchc.dl.sourceforge.net/sourceforge/curl/
http://kent.dl.sourceforge.net/sourceforge/curl/
http://easynews.dl.sourceforge.net/sourceforge/curl/
http://ufpr.dl.sourceforge.net/sourceforge/curl/
http://umn.dl.sourceforge.net/sourceforge/curl/
http://heanet.dl.sourceforge.net/sourceforge/curl/
ftp://ftp.sunet.se/pub/www/utilities/curl/
ftp://ftp.fu-berlin.de/pub/unix/network/curl/
ftp://crydee.sai.msu.ru/zeus/unix/WWW/tools/mirror/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 80

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  7.18.0
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
24 Apr 2008 15:11:53
Original commit files touched by this commit  7.18.0
roam search for other commits by this committer
Argh.  The cURL build requires Perl.

PR:             123050
Reported by:    Chess Griffin <chess@chessgriffin.com>
Pointy hat to:  roam (myself)
23 Apr 2008 12:33:34
Original commit files touched by this commit  7.18.0
roam search for other commits by this committer
Update to curl-7.18.0.
03 Mar 2008 11:57:08
Original commit files touched by this commit  7.16.3_1
novel search for other commits by this committer
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
27 Aug 2007 16:44:22
Original commit files touched by this commit  7.16.3
roam search for other commits by this committer
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
23 Jul 2007 10:36:52
Original commit files touched by this commit  7.16.1_1
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
11 Jul 2007 10:05:04
Original commit files touched by this commit  7.16.1_1
roam search for other commits by this committer
Actually, at least this version of cURL sometimes breaks with the new
libssh2, and fails to connect.  Mark the libssh2 usage as broken until
I figure out what is the matter.  And yep, David Thiel did inform me
in advance about his plans to update libssh2, and I did not check then.
10 Jul 2007 19:55:06
Original commit files touched by this commit  7.16.1_1
pav search for other commits by this committer
- Chase libssh2 update

PR:             ports/114474
Submitted by:   Vaclav Haisman <v.haisman@sh.cvut.cz>
Pointy hat to:  lx
01 Jul 2007 09:56:17
Original commit files touched by this commit  7.16.1_1
novel search for other commits by this committer
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
09 Mar 2007 14:45:32
Original commit files touched by this commit  7.16.1
roam search for other commits by this committer
Update to curl 7.16.1, loosely based on the PR.  Also:
- add a LIBSSH2 option for SCP and SFTP support using security/libssh2;
- add a patch from the cURL CVS repository to fix an expired cookie in
  test 62.

PR:             109670
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
02 Jan 2007 08:54:13
Original commit files touched by this commit  7.16.0_1
novel search for other commits by this committer
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
13 Dec 2006 12:41:36
Original commit files touched by this commit  7.16.0
roam search for other commits by this committer
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
07 Nov 2006 17:07:41
Original commit files touched by this commit  7.15.5_1
roam search for other commits by this committer
If c-ares support is requested, properly depend on the shared c-ares
library now that dns/c-ares installs it.  This should, among other
things, fix the build of libcurl on amd64.

Reported by:    girgen
18 Sep 2006 13:46:29
Original commit files touched by this commit  7.15.5
roam search for other commits by this committer
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>
14 Jul 2006 08:11:59
Original commit files touched by this commit  7.15.4
roam search for other commits by this committer
Add an explicit knob for c-ares support now that we have Daniel's version
of the ares library in the ports tree.  The knob defaults to "off" since
it conflicts with curl's IPv6 support - which is now also configurable via
its own knob.
PORTREVISION not bumped since there is no change in the default package
build - if enough people consider asynchronous DNS resolving to be good,
it could become the default, but for the present it is not.
13 Jul 2006 09:54:04
Original commit files touched by this commit  7.15.4
roam search for other commits by this committer
Update to 7.15.4, mostly by Vasil Dimov's PR.
In addition, OPTIONS'ify everything but OpenSSL support.

PR:             99050
Submitted by:   vd
07 May 2006 12:09:22
Original commit files touched by this commit  7.15.3
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with F
20 Mar 2006 12:49:56
Original commit files touched by this commit  7.15.3
vd search for other commits by this committer
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
09 Jan 2006 16:34:19
Original commit files touched by this commit  7.15.1_1
 This port version is marked as vulnerable.
novel search for other commits by this committer
Chase gnutls update.
09 Dec 2005 12:10:41
Original commit files touched by this commit  7.15.1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
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/
12 Nov 2005 18:52:22
Original commit files touched by this commit  7.15.0
 This port version is marked as vulnerable.
pav search for other commits by this committer
Move IDN related ports from devel to dns category:

  devel/libidn -> dns/libidn
  devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN

Approved by:    both maintainers
Repocopy by:    marcus
14 Oct 2005 17:11:46
Original commit files touched by this commit  7.15.0
 This port version is marked as vulnerable.
roam search for other commits by this committer
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
05 Sep 2005 21:22:41
Original commit files touched by this commit  7.14.1
 This port version is marked as vulnerable.
roam search for other commits by this committer
A forced commit to note that the exactly same update was also submitted in

PR:             85660
Submitted by:   Vasil Dimov <vd@datamax.bg>
05 Sep 2005 19:12:41
Original commit files touched by this commit  7.14.1
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to 7.14.1.
05 Jun 2005 20:31:45
Original commit files touched by this commit  7.14.0
 This port version is marked as vulnerable.
pav search for other commits by this committer
- 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)
14 Mar 2005 20:33:30
Original commit files touched by this commit  7.13.1_1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix plist.
Portlint(1).
Bump PORTREVISION.
12 Mar 2005 02:36:52
Original commit files touched by this commit  7.13.1
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to curl 7.13.1, which also takes care of the recent security
issue.
21 Dec 2004 16:06:19
Original commit files touched by this commit  7.12.3_2
 This port version is marked as vulnerable.
roam search for other commits by this committer
Add libidn support, configurable with the WITH/WITHOUT_LIBIDN knob.
Add debugging support via the WITH_CURL_DEBUG knob.

Properly use LC_ALL=C instead of LANG=C to run the test suite
(thanks Fujishima-san!)
21 Dec 2004 10:07:38
Original commit files touched by this commit  7.12.3_1
 This port version is marked as vulnerable.
roam search for other commits by this committer
Repeat after me: testing the build on lots of machines is not an excuse
for not checking for packing list changes...
21 Dec 2004 09:51:09
Original commit files touched by this commit  7.12.3
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).
Explicitly disable libidn support so that it is not even probed if libidn
is installed; I will look into enabling it after some more testing.

Testing paid off on:    ref4 (lib/select.c), sledge (lib/sendf.c)
10 Aug 2004 14:32:51
Original commit files touched by this commit  7.12.1
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to 7.12.1, which is mainly an important bugfix release, but also
contains some new functionality.
03 Jun 2004 23:41:40
Original commit files touched by this commit  7.12.0
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
09 Apr 2004 13:14:13
Original commit files touched by this commit  7.11.1
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to curl 7.11.1.
27 Mar 2004 12:45:47
Original commit files touched by this commit  7.11.0_1
 This port version is marked as vulnerable.
roam search for other commits by this committer
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>
06 Feb 2004 09:43:28
Original commit files touched by this commit  7.11.0
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update curl to 7.11.0.
13 Dec 2003 08:32:10
Original commit files touched by this commit  7.10.8
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to 7.10.8 and remove the BROKEN mark for 64-bit arches.

PR:             60105
Submitted by:   ijliao
10 Sep 2003 08:02:52
Original commit files touched by this commit  7.10.7
 This port version is marked as vulnerable.
roam search for other commits by this committer
Mark BROKEN on 64-bit arches (1).
De-quote the COMMENT variable.
Fix a typo in a comment.

Reported by:    naddy (1)
02 Sep 2003 14:07:00
Original commit files touched by this commit  7.10.7
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to curl-7.10.7; the added patch is needed to actually get
the test suite going :)
01 Sep 2003 09:47:18
Original commit files touched by this commit  7.10.5_1
 This port version is marked as vulnerable.
roam search for other commits by this committer
Use bsd.port.mk's OpenSSL support.

Submitted by:   dinoex
16 Jun 2003 03:50:30
Original commit files touched by this commit  7.10.5_1
 This port version is marked as vulnerable.
kris search for other commits by this committer
Fix LP64 bugs and bump PORTREVISION.  This still detects the bogus
gethostbyaddr_r() "implementation" in libc, which may be causing problems
in certain cases.
06 Jun 2003 09:28:34
Original commit files touched by this commit  7.10.5
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to curl-7.10.5.

Submitted by:   Phillip Oleson <poleson@verio.net>
25 Apr 2003 16:36:09
Original commit files touched by this commit  7.10.4
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to 7.10.4.

PR:             51315
Submitted by:   Jason Harris <jharris@widomaker.com>
16 Apr 2003 15:52:35
Original commit files touched by this commit  7.10.3_2
 This port version is marked as vulnerable.
dinoex search for other commits by this committer
- Use bsd.openssl.mk
(No response from maintainer after 2003-04-09)
PR:             48978
05 Mar 2003 10:43:09
Original commit files touched by this commit  7.10.3_2
 This port version is marked as vulnerable.
roam search for other commits by this committer
Use ports/security/openssl/Makefile.ssl instead of USE_OPENSSL
to prevent conflicts between the base system and port OpenSSL libraries.
Bump PORTREVISION.

Reported by:    Stephen Cravey <clists@www.gotbrains.org>
Submitted by:   Scot Hetzel <hetzels@westbend.net>
19 Feb 2003 16:07:30
Original commit files touched by this commit  7.10.3_1
 This port version is marked as vulnerable.
roam search for other commits by this committer
Remove pkg-comment files in my ports.
22 Jan 2003 09:51:42
Original commit files touched by this commit  7.10.3_1
 This port version is marked as vulnerable.
roam search for other commits by this committer
Add a .netrc handling patch from the cURL CVS repository.

Reported by:    David Thiel <lx@redundancy.redundancy.org>
17 Jan 2003 15:40:13
Original commit files touched by this commit  7.10.3
 This port version is marked as vulnerable.
roam search for other commits by this committer
Use MASTER_SITE_SOURCEFORGE instead of the defunct downloads.sourceforge.net.

Submitted by:   ijliao, Daniel Stenberg <daniel@haxx.se> (cURL author)
15 Jan 2003 11:21:52
Original commit files touched by this commit  7.10.3
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to curl-7.10.3.  There is a minor problem with the lib503 and
lib504 tests on some FreeBSD versions, but the major bulk of the
functionality is there, and it is still an improvement over 7.10.2 :)

Not functionally tested on:     ia64; there is no spoon.. er.. perl5 on
                                pluto1.FreeBSD.org for the present.
02 Jan 2003 16:02:08
Original commit files touched by this commit  7.10.2
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to 7.10.2, which fixes a signals/threads problem in DNS resolving.
Add PORTDOCS handling.
02 Jul 2002 09:36:46
Original commit files touched by this commit  7.9.8
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to 7.9.8.

For some reason, this segfaults badly on sparc64, or at least on the
only sparc64 machine that I have access to (thanks mike!).  I'll deal
with this later; for the present, let the x86 and Alpha users benefit
from the new cURL features and bugfixes :)

PR:             39873
Submitted by:   Ying-Chih Kuo <yckuo@yckuo.org>
24 Jun 2002 17:03:00
Original commit files touched by this commit  7.9.7_2
 This port version is marked as vulnerable.
roam search for other commits by this committer
Fix a segfault in an IPv4-only case - realloc() may really, well,
"reallocate" memory even when the programmer only asks for a resizing
of the region.

Reported by:    Steve Ames <steve@energistic.com>

While I'm here, change the way SSL header and library paths are handled
to avoid specifically referencing /usr/lib and /usr/include; while
-STABLE's GCC shrugs this off, GCC 3.1 whines loudly about an explicit
-I/usr/include (and rightly so, IMHO).
07 Jun 2002 01:21:18
Original commit files touched by this commit  7.9.7_1
 This port version is marked as vulnerable.
kris search for other commits by this committer
Bump PORTREVISION for bugfixes just committed.
07 Jun 2002 01:19:38
Original commit files touched by this commit  7.9.7
 This port version is marked as vulnerable.
kris search for other commits by this committer
Correct some non-exploitable format string errors and an extraneous
format string argument.
21 May 2002 17:08:47
Original commit files touched by this commit  7.9.7
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to curl-7.9.7.
16 Apr 2002 12:30:21
Original commit files touched by this commit  7.9.6
 This port version is marked as vulnerable.
roam search for other commits by this committer
Update to 7.9.6.
22 Feb 2002 09:52:10
files touched by this commit
roam search for other commits by this committer
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.    
14 Dec 2001 18:08:30
files touched by this commit
roam search for other commits by this committer
Update to 7.9.2.   Add a vendor patch (from the cURL CVS repository) to make it
compile.   Remove the GNU make dependency.    
05 Nov 2001 10:05:57
files touched by this commit
roam search for other commits by this committer
Update to 7.9.1, add a 'test' target to run the curl suite tests.   Note: some
of those seem to intermitently fail on my system, no idea why.   Nuke the
commented-out USE_AUTOMAKE and a no-longer-needed post-configure   substitution
in some Makefiles.    
05 Oct 2001 13:24:26
files touched by this commit
roam search for other commits by this committer
Update to 7.9.    
01 Sep 2001 16:56:28
files touched by this commit
roam search for other commits by this committer
Update to 7.8.1, which should, among other changes, fix the POST   bug in
cURL/PHP interaction.    
19 Jul 2001 17:58:34
files touched by this commit
roam search for other commits by this committer
Add the ipv6 category.    
26 Jun 2001 13:41:01
files touched by this commit
roam search for other commits by this committer
Update to 7.8, which is needed by www/mod_php4 now.   Disable use of automake -
the configuration framework was updated   for use with autoconf and automake
newer than the ones in the Ports   collection, and breaks with those.  Besides,
the pregenerated configure   script in the distribution Does The Right Thing(tm)
anyway.    
08 Jun 2001 12:21:17
files touched by this commit
roam search for other commits by this committer
Update to 7.7.3, with fingers crossed hoping the minor API change does   not
break dependent ports.    
09 May 2001 15:43:07
files touched by this commit
roam search for other commits by this committer
Update the WWW line; curl has been at curl.haxx.se for quite some time now;  
I've even changed the MASTER_SITE in the Makefile, just not here..  oops.    
25 Apr 2001 11:30:11
files touched by this commit
roam search for other commits by this committer
Update to 7.7.2    
09 Apr 2001 17:01:53
files touched by this commit
roam search for other commits by this committer
Remove two dead sites that the distfile checking scripts complained about    
05 Apr 2001 23:22:26
files touched by this commit
roam search for other commits by this committer
Update to 7.7.1, which, among other new features, fixes the HTTP-PROXY/IPv6  
interplay.    
23 Feb 2001 15:30:03
files touched by this commit
roam search for other commits by this committer
Update to 7.6.1.  Besides a couple of bugfixes (most notably to   the HTTP PUT
resume), this version has a couple of new features, too -   including IPv6
support, submitted by Jun-ichiro "itojun" Hagino.   (Yes, this is
itojun@FreeBSD.org :)    
31 Jan 2001 11:16:31
files touched by this commit
roam search for other commits by this committer
Update to 7.6 and format the MAN3 list better.    
05 Jan 2001 08:10:03
files touched by this commit
roam search for other commits by this committer
Update to 7.5.2.    
12 Dec 2000 11:07:26
files touched by this commit
roam search for other commits by this committer
Update to 7.5.1 - a bugfix release mainly for a -o outfname parsing bug,   where
bad things would happen if the output filename was longer than   the fetched
URL.    
04 Dec 2000 16:06:40
files touched by this commit
roam search for other commits by this committer
Update to version 7.5.    
25 Nov 2000 08:13:46
files touched by this commit
roam search for other commits by this committer
Take over maintainership    
19 Nov 2000 04:05:57
files touched by this commit
kris search for other commits by this committer
Upgrade to curl 7.4.2    
30 Oct 2000 01:54:34
files touched by this commit
kris search for other commits by this committer
Update to curl 7.4.1. Adds Kerberos support.    
08 Oct 2000 03:04:17
files touched by this commit
asami search for other commits by this committer
Convert category ftp to new layout.  
24 Sep 2000 01:39:43
files touched by this commit
kris search for other commits by this committer
Oops, I forgot to commit this patch to make WITH_SSL compile again.    
22 Sep 2000 03:59:06
files touched by this commit
kris search for other commits by this committer
Update all ports using OpenSSL and RSA to work without rsaref since   it is no
longer required. Apologies to the various maintainers whom I   did not yet hear
back from, but the ports freeze is coming up in a few   hours and I will be
verifying all of these ports on a 4.1 machine   myself to catch any problems.   
04 Sep 2000 02:56:47
files touched by this commit
kris search for other commits by this committer
Upgrade to curl 7.2.1    
02 Jun 2000 22:39:13
files touched by this commit
kris search for other commits by this committer
Add a manpage to MAN1    

Number of commits found: 80

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
php5*Sep 04
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

2 vulnerabilities affecting 3 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 19099
Broken 159
Deprecated 77
Ignore 425
Forbidden 6
Restricted 286
No CDROM 130
Vulnerable 49
Expired 11
Set to expire 59
Interactive 78
new 24 hours 12
new 48 hours15
new 7 days56
new fortnight98
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.252 seconds.