Age | Commit message (Collapse) | Author |
|
should. Broke md5.
|
|
and remove any special code from Factory.
As it's simpler remove local variables.
|
|
|
|
- make Newuser and Newgroup subclasses of Newauth, so that code can be shared.
- add property type() for these, that expands to user/group
- add property to SpecialFile() that says whether this is executed on
add/delete, so that we can check for noexec fs and error out early on these.
|
|
into partial plists until they've gone through an actual install.
Prevents partial replacements from destroying genuine links in packages
when they get uninstalled.
|
|
* move the signature code to a packing-list method, prepend the pkgname.
* depend on distant listings, cache these systematically.
* cut the PKG_PATH at :/ systematically, much simpler than parsing URLs.
People should get used to trailing /s.
* let pkg_add -u actually run the update.
* check for signature in more places, for instance, let pkg_add installed_stuff
be a void operation.
* grab enough stuff during updates to check signatures, so that pkg_add -u
can report updates that are not needed right away, instead of waiting
for the more confusing `trying to update'
* beginning of @module support.
* @pkgpath support, including updates.
* systematically expand stems when applicable.
* use visitors systematically in pkg_info.
* pkg_info -S reports signature.
* remove hardcoding of categories in PackingList, so that future modules
will be able to expand them.
* add @updateset and @incompatibility keywords.
|
|
|
|
not only while adding packages.
Add FatOnly filter, which will be used to get information from packing-lists
to select the correct packing-list from a fat package (e.g., @arch and @name).
|
|
partial-<pkgname>.n if needed.
Make borked_installation take a message, to show installation/deinstallation
issues correctly.
Fix handling of ^C: this may lead some system calls to return early, thus
registering as errors: so always mark the last file as done, so that borked
installation will register it correctly.
Kill packing-list cache for anything but depends: we've got a global cache
of libraries now (use it in pkg_add).
Make almost everyone look at $main::not, so that we can call
register_installation
to_installation
RequirementList->add/delete
safely.
Simplify $not logic accordingly, do thing much more closely to what would
happen without -n.
This should allow pkg_add/pkg_delete -n to handle most nasty cases correctly
now, since all the relevant information is kept internally in a compact
format:
- register of shared libraries
- global register of conflicts
- cache of depends.
|
|
pkg_delete since it now works for both.
|
|
|
|
|
|
|
|
a true object with cwd()/set_cwd() functions.
|
|
that much.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
except in rare cases, so it doesn't matter if the tempname is long,
and it doesn't justify missing extra code to restore it when reading the
packing-list...
|
|
markers. Explain about tempname to PackingElement, so that we become
able to save temporary packing-lists (e.g, borking during replace will
now work).
|
|
reruns ldconfig -R (okay, we don't check that -m would be enough, so what ?)
First hooks for -r: check that replacement should work.
|
|
it at end of pkg install/deinstall...
use for @exec/INSTALL stuff.
|
|
|
|
Be much terser by default, start showing dependency information and
various things only with at least one -v.
Build a `flattened tree' of dependencies information in pkg_add, and
show why we install a given package (idea from deraadt@).
|
|
|
|
|
|
|
|
|
|
|
|
separate distinct packages.
|
|
Adjust stuff so that pkg_add can run makewhatis just once.
pkg_delete cannot, since it has to have the manpages around still
to remove them...
|
|
Common option for not running scripts: -I for both pkg_add and pkg_delete.
|
|
removal without having to run a DEINSTALL script...
|
|
|
|
|
|
|
|
|
|
it, including ::DirRm.
|
|
|
|
|
|
proper annotations.
ditch multiple inheritance for CVSTag, like ExtraInfo, since these
being comments is more an historic artefact than anything else.
|
|
|
|
from ::ExeclikeAction
|
|
|
|
|
|
become dirs/
|
|
|