1caf9 FreshPorts -- ports-mgmt/portupgrade-devel
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
portupgrade-devel 20130313_1,3 ports-mgmt on this many watch lists=27 search for ports that depend on this port An older version of this port was marked as vulnerable.
FreeBSD ports/packages management tool (devel version)
Maintained by: bdrewery@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Feb 2007 01:09:12
License: BSD


Portupgrade is a tool to upgrade installed packages via ports or
packages.  You can upgrade installed packages without having to
reinstall depending or dependent packages.  It can automatically trace
dependency chains up and down upgrading packages recursively.

This package also includes the following utilities:
portinstall:	Helps you install new ports in a handy way.
portcvsweb:	Instantly lets you browse change history via CVSweb.
portversion:	Replaces pkg_version(1) and helps you upgrade packages
		with portupgrade(1). (runs much faster)
portsclean:	Cleans ports workdir's, unreferenced distfiles,
		old and orphan shared libraries, and stale packages.
portsdb:	Creates binary database from the ports INDEX.
ports_glob:	Expands ports globs.
pkg_deinstall:	Wraps pkg_delete(1) and provides additional features.
pkg_fetch:	Fetches packages from a remote site.
pkg_glob:	Expands package globs.
pkg_which:	Checks which package a file came from quickly.
pkgdb:		Manages and searches the package database.
pkgdu:		Display a disk usage for installed packages.

WWW: http://pkgtools.github.com/
WWW: http://wiki.freebsd.org/portupgrade
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/ruby18
Required To Run:
  1. lang/ruby18
  2. databases/ruby-bdb
There are no ports dependent upon this port

To install the port: cd /usr/ports/ports-mgmt/portupgrade-devel/ && make install clean
To add the package: pkg_add -r portupgrade-devel


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/portupgrade/
  2. http://mirror.shatow.net/freebsd/pkgtools/
  3. http://nodeload.github.com/pkgtools/pkgtools/legacy.tar.gz/2187011?dummy=/
  4. https://nodeload.github.com/pkgtools/pkgtools/legacy.tar.gz/2187011?dummy=/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2012-08-20
    Affects: users of ports-mgmt/portupgrade-devel
    Author: bdrewery@FreeBSD.org
    Reason: 
      Due to a bug introduced in 20120601, portupgrade is unable to
      upgrade itself on FreeBSD 7.x. This has been fixed in 20120820.
      ports-mgmt/portupgrade is not affected. To upgrade, execute the following:
    
      # make -C /usr/ports/ports-mgmt/portupgrade-devel all deinstall install clean
    
    

Number of commits found: 78

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
17 Mar 2013 22:04:00
Original commit files touched by this commit  20130313_1,3
bdrewery search for other commits by this committer
- Don't use ruby-bdb with ruby 2.0 as it is currently
  broken. Fallback on dbm_hash for now.

Reported by:	Jeroen Ruigrok van der Werven
13 Mar 2013 11:13:36
Original commit files touched by this commit  20130313,3
bdrewery search for other commits by this committer
- Update to 2.4.10.5

Changes:
 * Fix -O flag not always being respected
 * Disable dependency sanity checking with PKGNG as it has its own mechcanism
   pkg-check(8) for that.
 * Fix date parsing support with PKGNG [1]

PR:		ports/175926 [1]
Reported by:	deeptech71 <deeptech71@gmail.com> [1]
07 Mar 2013 22:45:57
Original commit files touched by this commit  20130307,3
bdrewery search for other commits by this committer
Fix distinfo after updating version
07 Mar 2013 13:30:37
Original commit files touched by this commit  20130307,3
bdrewery search for other commits by this committer
Use proper versioning
07 Mar 2013 13:28:48
Original commit files touched by this commit  20130303_2,3
bdrewery search for other commits by this committer
- Update to checkin 6c357b3

Changes:
  * Fix date parsing when using pkgng

PR:		ports/175926
07 Mar 2013 12:06:54
Original commit files touched by this commit  20130303_1,3
bdrewery search for other commits by this committer
- Fix missing dependency on devel/ruby-date2 when using Ruby 1.9
  for date parsing
04 Mar 2013 01:55:42
Original commit files touched by this commit  20130303,3
bdrewery search for other commits by this committer
- Update to checkin a05c5da

Changes:
 * Fix -O flag not being respected
 * Disable dependency sanity checks with PKGNG
   as the pkg(8) db is not reliable for dependency
   versions after using pkg-set -o and other
   operations.
14 Jan 2013 16:46:56
Original commit files touched by this commit  20130114,3
bdrewery search for other commits by this committer
- Update to checkin fb8519c

Changes:
 - Fix crash when HOME is not set in the environment,
   which breaks some cases of puppet usage

PR:		ports/175281
Reported by:	Vladimir <v.chernyadev@tradesoft.ru>
06 Dec 2012 16:50:44
Original commit files touched by this commit  20121206,3
bdrewery search for other commits by this committer
- Update to 20121206 snapshot

Changes:
  * Minor sanity check when upgrading ports-mgmt/pkg

Feature safe:	yes
06 Dec 2012 04:03:39
Original commit files touched by this commit  20121205,3
bdrewery search for other commits by this committer
- Update to 20121205 snapshot

Changes:
  * Fix hang when upgrading ports-mgmt/pkg on 9.1,
    STABLE and CURRENT

Feature safe:	yes
30 Nov 2012 23:06:16
Original commit files touched by this commit  20121130,3
bdrewery search for other commits by this committer
- Update to 20121130 snapshot

Changes:
 * Fixes ZSH/BASH completions for PKGNG

Feature safe:	yes
18 Oct 2012 15:29:09
Original commit files touched by this commit  20121018,3
bdrewery search for other commits by this committer
- Update to 2.4.10.2

Changes:
 - Fix error when running `pkgdb -L`

PR:		ports/172855
Feature safe:	yes
18 Oct 2012 05:02:06
Original commit files touched by this commit  20121017,3
bdrewery search for other commits by this committer
- Update to 2.4.10.1

Changes:
 * Fixes pkgdb stale lock when cleaning shared libraries
 * Fixes pkgng code causing 'pkg set -o' to be called when
   not needed.

Feature safe:	yes
15 Oct 2012 00:42:07
Original commit files touched by this commit  20121014,3
bdrewery search for other commits by this committer
- Update to checkin 9b00ac7
- Sync with 2.4.10 release
- Trim header

Changes:
 * Prevent crashing when trying to use packages with pkgng
 * manpage cleanups

Feature safe: yes
21 Sep 2012 13:10:23
Original commit files touched by this commit  20120827_1,3
bdrewery search for other commits by this committer
- Remove USE_STAGE as it is not ready
14 Sep 2012 16:37:50
Original commit files touched by this commit  20120827_1,3
bdrewery search for other commits by this committer
- Switch to USE_GITHUB/GH as the primary MASTER_SITE as it
  does properly work on non-tagged commits
- Fix plist for packages by creating %%RUBY_SITELIBDIR%%/pkgtools
  in PREFIX
28 Aug 2012 00:11:36
Original commit files touched by this commit  20120827,3
bdrewery search for other commits by this committer
- Update to 20120827 snapshot

Changelog:
 * Fix running portupgrade from a portdir picking that port up as
   the origin to upgrade/install
 * Don't run 'make config' when only using packages with -PP
 * Fix portinstall -n not listing depends or a summary (#29)
 * manpage cleanups
 * port{install,upgrade} -n will no longer fetch packages when using
   -P or -PP. Use -F to fetch packages instead. -n implies dry run,
   so it should not be making any modifications to the system.

Approved by:	bapt (mentor)
21 Aug 2012 20:23:33
Original commit files touched by this commit  20120821,3
bdrewery search for other commits by this committer
- Update to 20120821 snapshot
- Changes:
  * Fixes Frozen string error with ruby 1.9

Approved by:	eadler (mentor)
21 Aug 2012 00:45:15
Original commit files touched by this commit  20120820,3
bdrewery search for other commits by this committer
- Update to 20120820 snapshot
- Changes:
  * Fixed MOVED support [ports/151662]
  * Fixed deleted port portupgrade -o support
  * Automatically set DISABLE_CONFLICTS when replacing origins
  * Fix self-upgrade on 7.x due to custom script(1) being used
  * Fix errors when installing ports while inside WRKDIRS
  * pkgng fixes:
    * Implement portupgrade -o
    * Bail out of pkgdb -F sooner
    * Catch missing support in pkgdb -L
    * Implement creating pkgng package with -p
    * Be quieter about pkgdb -F support with pkgng
    * Implement pkgdb -o PKGNAME=ORIGIN for pkgng
    * Add PKGNG support to pkgdb.required?

Approved by:	eadler (mentor)
01 Aug 2012 17:55:18
Original commit files touched by this commit  20120801,3
bdrewery search for other commits by this committer
- Fix creation of %%RUBY_SITELIBDIR%%/pkgtools from package
- Update to my new maintainer address
- Update mirror URL
- Update to 20120801 snapshot

Changelog:
 * Fixes crash with duplicated origins

Approved by:	eadler (mentor)
12 Jun 2012 21:42:01
Original commit files touched by this commit  20120611,3
beech search for other commits by this committer
- Update to 20120611 snapshot
- Store distfiles in portupgrade/ subdir
- Fix installation to support staging and mark USE_STAGE for upcoming staging
support
- Fix pkgng automatic dependency handling
- Speed up some make variable lookups

PR:             ports/168954
Submitted by:   Bryan Drewery <bryan@shatow.net> (maintainer)
02 Jun 2012 09:48:45
Original commit files touched by this commit  20120601,3
bapt search for other commits by this committer
Port changes
- Convert to new options framework
- Sync pkg-message with devel/portupgrade
portupgrade changes
- portupgrade/portinstall -v now lists recursive depends [ports/137958]
- portupgrade lists new version after upgrade in results
- Fixed failure being seen as success due to broken script(1) [ports/147242,
  ports/131111]
- A fixed script(1) is now included for systems < 8.1
- Expanded pkgng support

PR:             ports/168548 which fixes: ports/137958 ports/147242 ports/131111
Submitted by:   Bryan Drewery <bryan@shatow.net>
12 May 2012 16:33:45
Original commit files touched by this commit  20120512,3
eadler search for other commits by this committer
Update to latest portupgrade development snapshot.
Changes:
        Fixe regression which causes pkgdb -u to take a long time without pkgng
support.

PR:             ports/167823
Submitted by:   "Bryan Drewery" <bryan@shatow.net> (maintainer)
12 May 2012 04:41:40
Original commit files touched by this commit  20120511,3
eadler search for other commits by this committer
Update to latest portupgrade development snapshot.

Changes:
- Fix portsdb -U crash when building INDEX
- All libs are now installed into the pkgtools/ namespace
- Experimental PKGNG support.
portupgrade -o, pkgdb -F and package upgrades do not work yet.
Enable with WITH_PKGNG=yes in /etc/make.conf

PR:             ports/167811
Submitted by:   "Bryan Drewery" <bryan@shatow.net> (maintainer)
02 May 2012 15:50:24
Original commit files touched by this commit  20120501,3
eadler search for other commits by this committer
Sync -devel port with release

Changes:
Fixes regression introduced 2.4.9.4 release, causing failed upgrades to
be seen as successes. Reported by: Matthew D. Fuller
<fullermd@over-yonder.net>

PR:             ports/167512
Submitted by:   "Bryan Drewery" <bryan@shatow.net> (maintainer)
01 May 2012 22:03:54
Original commit files touched by this commit  20120429,3
bapt search for other commits by this committer
Convert distinfo to unix format for real
Set the right checksum and size

PR:             ports/167502
Submitted by:   Bryan Drewery <bryan@shatow.net> (maintainer)
30 Apr 2012 02:57:00
Original commit files touched by this commit  20120429,3
eadler search for other commits by this committer
DOS2UNIX
30 Apr 2012 02:55:23
Original commit files touched by this commit  20120429
  Sanity Test Failure This port version is marked as vulnerable.
eadler search for other commits by this committer
Change portupgrade-devel to use a known hash and check distinfo

Submitted by:   bryan@shatow.net (maintainer)
Security:       b428e6b3-926c-11e1-8d7b-003067b2972c
20 Apr 2012 05:44:16
Original commit files touched by this commit  9999,2
 This port version is marked as vulnerable.
jgh search for other commits by this committer
- Update MASTER_SITES [1]
- addresses not having SSL support in base [2]
- add LICENSE [2]
- some portlint findings [2]

PR:     ports/167084
Submitted by:   ksmakoto@dd.iij4u.or.jp [1], maintainer bryan@shatow.net [2]
18 Apr 2012 18:28:50
Original commit files touched by this commit  9999,2
 This port version is marked as vulnerable.
crees search for other commits by this committer
Sync MAINTAINER with ports-mgmt/portupgrade

Submitted by:   Bryan Drewery <bryan@shatow.net>
13 Apr 2012 21:46:38
Original commit files touched by this commit  9999,2
 This port version is marked as vulnerable.
stas search for other commits by this committer
- The portupgarde has moved to a new home.  Change the URL to point to the
  new location.

Approved by:    bapt (via IRC)
22 Feb 2012 05:20:42
Original commit files touched by this commit  9999,2
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
-  Reassign to ports@
   please consider using ports-mgmt/portmaster

Discussed with: bugmeister(eadler, linimon), ruby(swills, pgollucci) via
#bsdports
16 Sep 2011 21:26:55
Original commit files touched by this commit  9999,2
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Disallow from pointyhat until the distfile situation is resolved
12 Sep 2011 21:13:58
Original commit files touched by this commit  9999,2
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Git is needed at the fetch stage, not build.

Reported by:    pav
30 Aug 2011 02:07:08
Original commit files touched by this commit  9999,2
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Make porupgrade-devel port fetch the latest version directly from github,
  so it's really -devel.
26 Jul 2011 04:53:56
Original commit files touched by this commit  20110725,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Update to a new snapshot.  This revision adds compatibility with
  ruby 1.9 using patches contributed by Steve Wills <swills@FreeBSD.org>.
03 Apr 2011 07:16:50
Original commit files touched by this commit  20110403,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Update to 20110403 snapshot.  This build includes support for ruby 1.9
  (tested by Steve Willis).
- The conflict with portupgrade is actually an install conflict only.
14 Dec 2010 07:37:08
Original commit files touched by this commit  20101123_1,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Fix portupgrade's shebang patcher.

Reported by:    many
Submitted by:   knu
23 Nov 2010 20:41:46
Original commit files touched by this commit  20101123,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Update to 20101123 snapshot:
  - Fix the bug in BEFOREDEINSTALL processing.
  - Add .txz packages support.
15 Nov 2010 09:33:03
Original commit files touched by this commit  20101108,1
 This port version is marked as vulnerable.
beech search for other commits by this committer
Respect base

PR:     146858
Submitted by:   Anonymous <swell.k@gmail.com>
Approved by:    dinoex
08 Nov 2010 22:53:56
Original commit files touched by this commit  20101108,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Update to the latest snapshot.
22 Dec 2009 03:28:41
Original commit files touched by this commit  20091221_1,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Update to a new snapshot: this fixes the bug in processing ports/packages
  with no INDEX entry.
21 Dec 2009 22:35:08
Original commit files touched by this commit  20091221,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Update to 12/21/2009 snapshot.
21 Dec 2009 12:24:33
Original commit files touched by this commit  20091029,1
 This port version is marked as vulnerable.
knu search for other commits by this committer
Stop users from sending general questions, suggestions and patches
directly to me.
29 Oct 2009 00:45:26
Original commit files touched by this commit  20091029,1
 This port version is marked as vulnerable.
stas search for other commits by this committer
- Update to latest development snapshot of portupgrade.
22 Aug 2009 00:35:32
Original commit files touched by this commit  2.4.6
  Sanity Test Failure This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
21 Jul 2009 20:12:15
Original commit files touched by this commit  2.4.6
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Drop maintainership to ruby@
12 Feb 2009 16:46:24
Original commit files touched by this commit  2.4.6
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Simplify ldconfig handling
03 Aug 2008 02:23:07
Original commit files touched by this commit  2.4.6
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Remove perl dependency. perl is not used for some time as it was before.
16 Jul 2008 20:38:30
Original commit files touched by this commit  2.4.6
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Sync with ports-mgmt/portupgrade
11 Jul 2008 11:25:16
Original commit files touched by this commit  2.4.6
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 2.4.6
* Bugs fixes.
* A new utility - pkgdu. Display a disk usage for installed packages.
01 Jul 2008 16:18:48
Original commit files touched by this commit  2.4.4
 This port version is marked as vulnerable.
sem search for other commits by this committer
Fix pkg-plist with NOPORTDOCS=yes
01 Jul 2008 14:02:54
Original commit files touched by this commit  2.4.4
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 2.4.4
21 Mar 2008 14:20:44
Original commit files touched by this commit  2.4.3_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Sync patches with ports-mgmt/portupgrade port
10 Feb 2008 23:59:20
Original commit files touched by this commit  2.4.3
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Upgrade both ports to 2.4.3
  * Change a legacy part of code for gathering dependecies. It fixes
    situation when some depends ports could be updated even when it
    was up-to-date. As a result I added another check for -R option.
  * Fix a wrong condition in portsclean. Now -L option works again.
  * Change a semantic for -q option. Now it means 'quiet'. Don't
    show a message when -N specified and there is an already installed
    package. (Made for DesktopBSD).

Reported by:    pav, Peter Hofer (DesktopBSD)
04 Feb 2008 15:22:00
Original commit files touched by this commit  2.4.2
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 2.4.2
  Minor bugs was fixed. Thanks to all reporters!
31 Jan 2008 17:12:32
Original commit files touched by this commit  2.4.1_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
A work around for HOLD_PKGS that did not work.

Noted by:       NAKAJI Hiroyuki
29 Jan 2008 14:43:14
Original commit files touched by this commit  2.4.1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 2.4.1
  A bugs fix release
27 Jan 2008 22:45:27
Original commit files touched by this commit  2.4.0_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix a function name
- When in task list is a port with IGNORE, portupgrade fails. Just ignore it
now.

Reported by:    Gerard <gerard@seibercom.net>,
                Matthew Seaman <m.seaman@infracaninophile.co.uk>
26 Jan 2008 18:29:41
Original commit files touched by this commit  2.4.0
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 2.4.0
 * many bug fixes
 * now all dependencies run under portupgrade control
 * run 'make config-conditional' and 'make config' with -c and -C options

PR:             ports/116830, ports/115249
Reported by:    clemens fischer <ino-news@spotteswoode.dnsalias.org>,
                KOMATSU Shinichiro <koma2@lovepeers.org>,
                and other
03 Jul 2007 11:42:15
Original commit files touched by this commit  2.3.1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Sync with portupgrade port version till a new devel version will appear.
28 Jun 2007 10:37:32
Original commit files touched by this commit  2.3.0_6
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix a bug with -o option

Reported by:    many
01 May 2007 18:07:31
Original commit files touched by this commit  2.3.0_5
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Remove a junk chunk
01 May 2007 18:04:05
Original commit files touched by this commit  2.3.0_5
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Remove superfluous patch
01 May 2007 17:57:29
Original commit files touched by this commit  2.3.0_4
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix a few bugs that affected on planned xorg updating.

Pushed by:      kris
Thanks to:      az for a computer for tests
30 Apr 2007 02:45:49
Original commit files touched by this commit  2.3.0_3
 This port version is marked as vulnerable.
kris search for other commits by this committer
Change BROKEN to IGNORE to prevent package build
05 Apr 2007 06:36:52
Original commit files touched by this commit  2.3.0_3
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Mark as BROKEN till a next version will be released
08 Mar 2007 10:54:37
Original commit files touched by this commit  2.3.0_3
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix a bug in gathering depends.

Reported by:    krion
04 Mar 2007 12:51:49
Original commit files touched by this commit  2.3.0_2
 This port version is marked as vulnerable.
sem search for other commits by this committer
- A quick fix for ports without an origin (e.g. bsdpan-)
02 Mar 2007 20:18:34
Original commit files touched by this commit  2.3.0_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Integrate last patches from stable
01 Mar 2007 09:41:36
Original commit files touched by this commit  2.3.0
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 2.3.0
27 Feb 2007 18:07:40
Original commit files touched by this commit  2.2.6_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Patch: make an explicit type cast to be on a safe side.
27 Feb 2007 12:17:00
Original commit files touched by this commit  2.2.6
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 2.2.6. A bugfix release.
26 Feb 2007 12:59:16
Original commit files touched by this commit  2.2.5_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Add two patches
26 Feb 2007 10:45:43
Original commit files touched by this commit  2.2.5
 This port version is marked as vulnerable.
sem search for other commits by this committer
Update to 2.2.5. Read NEWS file for details.
23 Feb 2007 16:21:01
Original commit files touched by this commit  2.2.4
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 2.2.4
05 Feb 2007 07:29:46
Original commit files touched by this commit  2.2.2_2
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix after moving to a new category.
05 Feb 2007 01:08:46
Original commit files touched by this commit  2.3.0_2
 This port version is marked as vulnerable.
pav search for other commits by this committer
Populate a new ports-mgmt category. List of moved ports:

  devel/portcheckout -> ports-mgmt/portcheckout
  devel/portlint -> ports-mgmt/portlint
  devel/portmk -> ports-mgmt/portmk
  devel/porttools -> ports-mgmt/porttools
  misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
  misc/porteasy -> ports-mgmt/porteasy
  misc/portell -> ports-mgmt/portell
  misc/portless -> ports-mgmt/portless
  misc/tinderbox -> ports-mgmt/tinderbox
  security/jailaudit -> ports-mgmt/jailaudit
  security/portaudit -> ports-mgmt/portaudit
  security/portaudit-db -> ports-mgmt/portaudit-db
  security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 78

284e
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days29
new fortnight58
new month215

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0