notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: sysutils/portsnap/Makefile
SVNWeb

Number of commits found: 18

Mon, 5 Feb 2007
[ 01:08 pav search for other commits by this committer ] Original commit  (Only the first 10 of 300 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 13 Sep 2006
[ 05:24 cperciva search for other commits by this committer ] Original commit 
Turn
IGNORE= "foo now contained in the base system"
into
IGNORE= "is now contained in the base system"
since the code which prints this string prefices it with the package
name.

Suggested by:   kris
Thu, 20 Jul 2006
[ 01:15 edwin search for other commits by this committer ] Original commit 
sysutils/portsnap - cleanup

- move pkg-message to files/pkg-message.in and use SUB_FILES
- move post-extract to post-patch and use REINPLACE_CMD
- replace ${PREFIX} in man-page with %%PREFIX%% and then REINPLACE_CMD
  over it.
- Make replacement in former post-extract actually work due to
  changed layout of the file.

PR:             ports/100584
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Approved by:    cperciva@#bsdports
Fri, 26 May 2006
[ 23:36 cperciva search for other commits by this committer ] Original commit 
Update portsnap to version 1.1, to reflect three months of development in
the src tree.

PR:             ports/93901, bin/96288
Sponsored by:   FreeBSD security development fundraiser
Mon, 30 Jan 2006
[ 20:12 cperciva search for other commits by this committer ] Original commit 
Update sysutils/portsnap to version 1.0, to match the version in the
src tree.
This only affects users of FreeBSD 5.4 and earlier, since the port is
IGNOREd for recent versions of the FreeBSD base system.

PR:             ports/92563
Approved by:    linimon
Sun, 13 Nov 2005
[ 08:13 cperciva search for other commits by this committer ] Original commit 
Both bsdiff and portsnap have been added to the base system in
FreeBSD 5-STABLE and 6-STABLE.  Add conditional IGNORE lines to
reflect this.

PR:             ports/88879 (portsnap)
Reminded by:    delphij
Approved by:    linimon
Sat, 17 Sep 2005
[ 16:09 cperciva search for other commits by this committer ] Original commit 
Update to version 0.9.5.  This is identical to 0.9.4 except for a fix
which makes make_index not coredump when it encounters a circular
dependency in the ports tree.

Approved by:    erwin
Sun, 31 Jul 2005
[ 10:56 cperciva search for other commits by this committer ] Original commit 
Upgrade to version 0.9.4 to fix a deadlock bug in the experimental
pipelined http code.  This has no effect for anyone not using the
-x option to portsnap.

Approved by:    pav
Sat, 30 Jul 2005
[ 22:35 cperciva search for other commits by this committer ] Original commit 
Upgrade to version 0.9.3.

This adds some new _experimental_ pipelined HTTP code which typically
makes portsnap 3-10 times faster at downloading updates.  This
experimental code is disabled by default; to enable it, run portsnap
with the (undocumented) -x option.  (e.g., "portsnap -x fetch")

I am not currently aware of any problems with this new code, but it has
had less than 24 hours of testing; I would definitely like to know if
it breaks anything.

If portsnap is run without the -x option, this version should behave
exactly the same way as the previous version.

Approved by:    simon
Tue, 28 Jun 2005
[ 18:12 cperciva search for other commits by this committer ] Original commit 
Upgrade to version 0.9.2.  This adds a -I option to "portsnap update"
which only updates the INDEX files, and sets PATH to avoid problems
when running from per-user crontabs.

Approved by:    pav
Fri, 24 Jun 2005
[ 14:08 cperciva search for other commits by this committer ] Original commit 
Update to reflect the addition of sha256 to the RELENG_5 base system.

Simultaneously approved by:     simon, tobez
Sun, 20 Mar 2005
[ 20:40 cperciva search for other commits by this committer ] Original commit 
Upgrade to version 0.9.1 to fix some bugs which broke portsnap on
RELENG_4.

Approved by:    pav
[ 09:38 krion search for other commits by this committer ] Original commit 
Update portsnap to version 0.9.  This brings the following changes:

 * SHA-256 has replaced SHA-1 as a hash function used for verifying
   integrity of the ports tree.
 * The RSA signature verification is now performed using OpenSSL
   rather than "borrowing" code from FreeBSD Update.
 * In addition to distributing the ports tree, portsnap now also
   produces up-to-date INDEX, INDEX-4, and INDEX-5 files.
 * When fetching a series of patches, portsnap now prints a simple
   progress indicator.

PR:             ports/79044
Submitted by:   maintainer
Thu, 9 Dec 2004
[ 02:45 cperciva search for other commits by this committer ] Original commit 
Update to version 0.3.1 in order to fix a bug which breaks `portsnap
extract`.

Bug noticed by: Dru Lavigne
With hats:      pointy, maintainer
Wed, 8 Dec 2004
[ 07:50 erwin search for other commits by this committer ] Original commit 
Update to version 0.3.  This has the following changes:
1. The working directory and ports directory can be specified
in the portsnap.conf configuration file.
2. Parts of the ports tree (down to the level of individual ports)
can be extracted (e.g., "portsnap extract security/freebsd-update").

This also adds an empty file, $PREFIX/portsnap/.package.this.directory,
which (as the name suggests) ensures that $PREFIX/portsnap/ will be
generated when a package is installed using pkg_add.

PR:             74835
Submitted by:   maintainer
Wed, 24 Nov 2004
[ 14:19 cperciva search for other commits by this committer ] Original commit 
Add whitespace around parentheses in .if logic, in order to unbreak
port and INDEX builds on old (5.1 & 4.7?) releases.

PR:             ports/74192
Reported by:    Joe Horn
Approved by:    mat
With hat:       maintainer
Sat, 6 Nov 2004
[ 19:49 pav search for other commits by this committer ] Original commit 
- Make freebsd-sha1 dependency conditional on OSVERSION
- Remove hardcoded /usr/local

PR:             ports/73625
Submitted by:   cperciva (maintainer)
Sun, 31 Oct 2004
[ 18:12 lofi search for other commits by this committer ] Original commit 
Add portsnap: Provides secure snapshots of the ports directory.

PR: ports/73323
Submitted by: Colin Percival <cperciva@daemonology.net>

Number of commits found: 18