cperciva2008-08-08 04:34:00 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
Log:
SVN rev 181425 on 2008-08-08 04:34:00Z by cperciva
In `freebsd-update IDS`, strip out file flags before we look for
non-matching index lines. This fixes a
cperciva2008-04-04 23:22:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/freebsd-update freebsd-update.sh
Log:
MFC revisions 1.13, 1.14: Don't try to compute the SHA256 hashes of
files which don't exist; and fix the handling of symlinks to
dyn
cperciva2008-04-04 23:22:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.sbin/freebsd-update freebsd-update.sh
Log:
MFC revisions 1.13, 1.14: Don't try to compute the SHA256 hashes of
files which don't exist; and fix the handling of symlinks to
dyn
cperciva2008-03-25 11:31:16 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
Log:
Adjust recognize-shared-libraries regex to avoid matching symlinks to
shared libraries.
This fixes a problem which resulted in 6.x->7.x upgrades having the
cperciva2008-03-23 13:41:54 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
Log:
When updating the install list for files which have had local changes
merged with upgrade changes, don't try to compute the SHA256 hash of
files which don't e
cperciva2007-11-21 14:37:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/freebsd-update freebsd-update.sh
Log:
MFC revisions 1.11,1.12: Unbreak "freebsd-update rollback" applied to
minor version upgrades, by being more careful about the order in
cperciva2007-11-21 14:35:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.sbin/freebsd-update freebsd-update.sh
Log:
MFC revisions 1.11,1.12: Unbreak "freebsd-update rollback" applied to
minor version upgrades, by being more careful about the order in
cperciva2007-11-16 13:57:41 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
Log:
Fix "freebsd-update rollback" applied to minor-version upgrades: Old
shared object files which have the same name as currently-installed
shared object files
cperciva2007-11-16 14:00:22 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
Log:
Add change missing from previous commit: Remove temporary file.
Revision ChangesPath
1.12 +1 -1 src/usr.sbin/freebsd-update/freebsd-update.s
cperciva2007-11-08 13:06:38 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
Log:
Two minor improvements uncovered by work on upgrading between releases:
* When installing updates, make sure that securelevel <= 0. Otherwise
we can't remo
cperciva2007-08-17 06:34:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/freebsd-update freebsd-update.sh
Log:
MFC revisions 1.7, 1.8: Speed up "preparing to download files" stage of
"freebsd-update fetch", change time of first "upcoming EoL" wa
cperciva2007-08-14 14:48:47 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
Log:
Change the time of the first "EoL is coming soon, you should upgrade" warning
from EoL minus 6 months to EoL minus 3 months, in order to increase the odds
of
cperciva2007-08-07 19:33:47 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
Log:
When storing old versions of files for use in generating new files via
patching and for rolling back updates, don't copy a file if it has already
been stored.
cperciva2007-05-23 00:31:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/freebsd-update freebsd-update.sh
Log:
MFC revision 1.6 and part of revision 1.4:
* Add missing '${BASEDIR}/'s, thereby fixing problems when the "-b basedir"
option is us
cperciva2007-05-16 15:20:52 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
Log:
Add some missing '${BASEDIR}/'s. Prior to this commit, FreeBSD Update
operating with the "-b basedir" option would not correctly update files
which had flags
cperciva2007-03-08 05:43:12 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/freebsd-update freebsd-update.sh
Log:
MFC rev. 1.5: Fix problems resulting from SMP kernels (mis-)identifying
themselves as "SMP-GENERIC" (i386) or "GENERIC" (amd64).
cperciva2007-03-04 00:29:42 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
Log:
Fix problems resulting from SMP kernels (mis-)identifying themselves as
"SMP-GENERIC" (i386) or "GENERIC" (amd64).
FreeBSD 6.2 Errata candidate.
MFC a
cperciva2006-11-27 21:27:33 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_2)
usr.sbin/freebsd-update freebsd-update.sh
Log:
Partial MFC of revision 1.4:
Fix a bug which caused a spurious "Fetching 2 metadata files... failed."
error message the first time
cperciva2006-11-27 21:26:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/freebsd-update freebsd-update.sh
Log:
Partial MFC of revision 1.4:
Fix a bug which caused a spurious "Fetching 2 metadata files... failed."
error message the first time F
cperciva2006-11-25 07:30:12 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
Log:
Three minor bug fixes:
1. When downloading metadata files, make sure we only download each
file once; without this fix, "freebsd-update fetch" will fail the f
cperciva2006-10-24 09:50:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
usr.sbin/freebsd-update freebsd-update.sh
usr.sbin/portsnap/portsnap portsnap.sh
Log:
MFC:
Set LC_ALL=C in order to avoid problems with character ranges and
sorting.
cperciva2006-10-21 11:04:34 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
usr.sbin/portsnap/portsnap portsnap.sh
Log:
Set LC_ALL=C in order to avoid problems with character ranges and
sorting.
PR: bin/104505
MFC aft
cperciva2006-09-02 10:47:02 UTC
FreeBSD src repository
Modified files:
usr.sbin/freebsd-update freebsd-update.sh
Log:
Conform to wider English usage.
Submitted by: Royce Williams
Revision ChangesPath
1.2 +2 -2 src/usr.sbin/freebsd-update/freebsd-upda
23 matches
Mail list logo