FreshPorts -- The Place For Ports Sat, 4 Jul 2009 8:41 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
freebsd-update 1.6_2 security on this many watch lists=58 search for ports that depend on this port
Ignore IGNORE: is now contained in the base system
Fetches and installs binary updates to FreeBSD
Maintained by: cperciva@daemonology.net search for ports maintained by this maintainer
Port Added: 11 Apr 2003 22:45:25


This is the client half of the FreeBSD Update system; it fetches and
applies binary security updates.

WWW: http://www.daemonology.net/freebsd-update/

- Colin Percival
cperciva@daemonology.net
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon

To install the port: cd /usr/ports/security/freebsd-update/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
     No options to configure

Master Sites:
http://www.daemonology.net/freebsd-update/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Jan 2009 17:59:31
Original commit files touched by this commit  1.6_2
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
13 Sep 2006 06:24:34
Original commit files touched by this commit  1.6_2
cperciva search for other commits by this committer
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
12 Sep 2006 20:42:16
Original commit files touched by this commit  1.6_2
cperciva search for other commits by this committer
IGNORE for 7.x after 700019 and 6.x after 601104: FreeBSD Update is now
in the FreeBSD base system.

Reminded by:    simon
24 Jan 2006 01:03:33
Original commit files touched by this commit  1.6_2
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
14 Nov 2005 23:10:17
Original commit files touched by this commit  1.6_2
cperciva search for other commits by this committer
Now that bsdiff is part of the base system and conditional IGNORE=
lines have been added to misc/bsdiff, make the dependency here
conditional.

Reminded by:    Richmond Felix
06 Dec 2004 20:52:06
Original commit files touched by this commit  1.6_1
cperciva search for other commits by this committer
Stop begging for donations in pkg-message.  It doesn't work.

Approved by:    pav
With hats:      maintainer, author, beggar
12 Oct 2004 04:17:31
Original commit files touched by this commit  1.6_1
edwin search for other commits by this committer
[MAINTAINER UPDATE] security/freebsd-update

        If `freebsd-update cron` fails due to a lack of internet
        connection, two emails will be sent -- one with the error
        message from fetch(1), and the other from freebsd-update
        reporting that patches could not be downloaded.

        This patch corrects this mis-behaviour and causes a single
        email to be sent in such an event; this will be included
        in a future version of the distfile.

PR:             ports/72310
Submitted by:   Colin Percival <cperciva@daemonology.net>
15 Jul 2004 06:22:47
Original commit files touched by this commit  1.6
cperciva search for other commits by this committer
Now that I've had a chance to test it, add sparc64 to the list of approved
architectures for FreeBSD Update.

Excuse for committing without a ports commit bit: I'm the maintainer, and
I didn't want to open a PR for a one-word change.
12 Jul 2004 22:12:10
Original commit files touched by this commit  1.6
krion search for other commits by this committer
Update to 1.6

PR:             ports/68960
Submitted by:   maintainer
11 May 2004 13:08:35
Original commit files touched by this commit  1.5
lofi search for other commits by this committer
Move comment.
11 May 2004 13:03:37
Original commit files touched by this commit  1.5
lofi search for other commits by this committer
PLIST_FILES-ify, pet portlint.

PR: ports/62499
Submitted by: Colin Percival <cperciva@daemonology.net>
25 Feb 2004 21:21:04
Original commit files touched by this commit  1.5
obrien search for other commits by this committer
Revert rev 1.8.

Requested by:   Colin Percival <colin.percival@wadham.ox.ac.uk>
25 Feb 2004 17:57:22
Original commit files touched by this commit  1.5
obrien search for other commits by this committer
Remove for-i386-only.  This builds fine on other platforms and appears it
would work just fine if someone were offering security update bits.

Seconded:       marcel
07 Feb 2004 12:54:58
Original commit files touched by this commit  1.5
pav search for other commits by this committer
- Use SIZE

PR:             ports/62469
Submitted by:   cperciva (maintainer)
04 Dec 2003 17:02:28
Original commit files touched by this commit  1.5
arved search for other commits by this committer
Update to 1.5

PR:             59901
Submitted by:   Colin Percival <cperciva@daemonology.net>
09 Nov 2003 16:42:28
Original commit files touched by this commit  1.4
krion search for other commits by this committer
- Mark ONLY_FOR_ARCHS=i386

PR:             59084
Submitted by:   maintainer
15 Oct 2003 08:20:24
Original commit files touched by this commit  1.4
daichi search for other commits by this committer
update security/freebsd-update: 1.3 -> 1.4
  - Much cleaner code (FreeBSD Update is now a shell script, rather than a
    huge ugly makefile),
  - Better performance,
  - Reduced bandwidth usage when no updates are available,
  - Warnings about files which have been affected by security updates, but
    cannot be updated because they have been modified locally,
  - An "intrusion detection" mode which compares every file which can be
    installed as part of a RELEASE against a (signed) database of known good
    hashes.

PR:             58028
Submitted by:   Colin Percival <cperciva@daemonology.net> (maintainer)
23 Aug 2003 14:43:26
Original commit files touched by this commit  1.3_1
edwin search for other commits by this committer
[MAINTAINER UPDATE] security/freebsd-update

        Call bspatch with a full path; this fixes problems where
        people are running freebsd-update with a PATH which doesn't
        include /usr/local/bin

PR:             ports/55869
Submitted by:   Colin Percival <cperciva@daemonology.net>
23 Aug 2003 14:42:21
Original commit files touched by this commit  1.3_1
edwin search for other commits by this committer
[MAINTAINER UPDATE] security/freebsd-update

        Call bspatch with a full path; this fixes problems where
        people are running freebsd-update with a PATH which doesn't
        include /usr/local/bin

PR:             ports/55869
Submitted by:   Colin Percival <cperciva@daemonology.net>
24 Jun 2003 20:55:26
Original commit files touched by this commit  1.3
leeym search for other commits by this committer
Update FreeBSD Update to version 1.3

PR:             53646
Submitted by:   Colin Percival <cperciva@daemonology.net>
17 May 2003 21:51:27
Original commit files touched by this commit  1.2_1
nork search for other commits by this committer
o Removes the original, out of date, README file.
o Adds (new, up to date) man pages.
o Puts the configuration file in $PREFIX/etc where it belongs.

PR:             ports/52244
Submitted by:   Colin Percival <cperciva@daemonology.net>
11 Apr 2003 21:52:02
Original commit files touched by this commit  1.2
nork search for other commits by this committer
Add freebsd-update 1.2, fetches and installs binary updates
to FreeBSD.  This is the client half of the FreeBSD Update
system; it fetches and applies binary security updates.

PR:             ports/50202
Submitted by:   cperciva@daemonology.net

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
nfsenJul 03
nagios*Jul 01
nagios-devel*Jul 01
nagios2*Jul 01
syslog-ng*Jul 01
syslog-ng2*Jul 01
phpmyadminJun 30
tor*Jun 23
tor*Jun 23
cscopeJun 16
cscopeJun 16
finchJun 16
joomla15Jun 16
libpurpleJun 16
pidginJun 16

6 vulnerabilities affecting 11 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 20375
Broken 144
Deprecated 44
Ignore 762
Forbidden 5
Restricted 387
No CDROM 139
Vulnerable 56
Expired 17
Set to expire 25
Interactive 81
new 24 hours 2
new 48 hours4
new 7 days69
new fortnight98
new month180

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.234 seconds.