aboutsummaryrefslogtreecommitdiffstats
path: root/security/freebsd-update
Commit message (Collapse)AuthorAgeFilesLines
* [MAINTAINER UPDATE] security/freebsd-updateedwin2004-10-122-0/+12
| | | | | | | | | | | | | | 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>
* Now that I've had a chance to test it, add sparc64 to the list of approvedcperciva2004-07-151-1/+1
| | | | | | | 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.
* Update to 1.6krion2004-07-132-8/+6
| | | | | PR: ports/68960 Submitted by: maintainer
* Move comment.lofi2004-05-111-1/+1
|
* PLIST_FILES-ify, pet portlint.lofi2004-05-112-10/+8
| | | | | PR: ports/62499 Submitted by: Colin Percival <cperciva@daemonology.net>
* Revert rev 1.8.obrien2004-02-261-0/+5
| | | | Requested by: Colin Percival <colin.percival@wadham.ox.ac.uk>
* Remove for-i386-only. This builds fine on other platforms and appears itobrien2004-02-261-5/+0
| | | | | | would work just fine if someone were offering security update bits. Seconded: marcel
* - Use SIZEpav2004-02-071-0/+1
| | | | | PR: ports/62469 Submitted by: cperciva (maintainer)
* Update to 1.5arved2003-12-052-2/+2
| | | | | PR: 59901 Submitted by: Colin Percival <cperciva@daemonology.net>
* - Mark ONLY_FOR_ARCHS=i386krion2003-11-101-0/+9
| | | | | PR: 59084 Submitted by: maintainer
* update security/freebsd-update: 1.3 -> 1.4daichi2003-10-158-194/+14
| | | | | | | | | | | | | | | - 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)
* [MAINTAINER UPDATE] security/freebsd-updateedwin2003-08-231-0/+20
| | | | | | | | | 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>
* [MAINTAINER UPDATE] security/freebsd-updateedwin2003-08-231-0/+1
| | | | | | | | | 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>
* Update FreeBSD Update to version 1.3leeym2003-06-253-7/+11
| | | | | PR: 53646 Submitted by: Colin Percival <cperciva@daemonology.net>
* o Removes the original, out of date, README file.nork2003-05-187-22/+149
| | | | | | | | 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>
* Add freebsd-update 1.2, fetches and installs binary updatesnork2003-04-127-0/+101
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