Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-24 | protect against weird situations where dependencies don't match | Marc Espie | |
(admittedly, we should recompute them, but that's already better than nothing). | |||
2006-01-17 | special-case packages that use old-libs: always update them, even if the | Marc Espie | |
signature didn't change. | |||
2006-01-13 | nit | Marc Espie | |
2006-01-12 | be way more explicit in pointing people to packages-specs(7) | Marc Espie | |
2006-01-09 | avoid anything that isn't a library in warning for SHARED_LIBS. | Marc Espie | |
Turn warning into a fatal error. | |||
2006-01-06 | tweak the descriptions of -r and -u: make the distinction | Jason McIntyre | |
between them a little clearer; ok espie | |||
2005-12-26 | have pkg_create warn about shared libs which have a version number hardcoded | Marc Espie | |
in the packing-list. | |||
2005-12-05 | make sure set_modes always get called for a `real' extraction. | Marc Espie | |
Problem noticed by sturm@ | |||
2005-11-29 | - Zap duplicate semicolon. From Alexander Hall via PR #4913. Thanks! | Bernd Ahlers | |
- Some indentation fixes while I'm here. okay espie@ | |||
2005-11-19 | magically complete fragment with `committed' names, solve the issue that | Marc Espie | |
uncommitted ports don't register correct plists... | |||
2005-11-18 | restructure some text slightly; | Jason McIntyre | |
ok espie@ | |||
2005-11-17 | finally get around to documenting the alternate call to pkg_create. | Marc Espie | |
2005-11-05 | same fix as Add.pm: make sure we parse the whole package. | Marc Espie | |
2005-11-05 | -F conflicts does not really exist, so don't document it | Nikolay Sturm | |
ok espie@ | |||
2005-11-03 | kludge: avoid creating non-empty files. | Marc Espie | |
I don't like the fix, but it works... | |||
2005-11-03 | exit with 1 if we can't install shit thanks to dependencies issues. | Marc Espie | |
found out by sturm@ | |||
2005-11-02 | In case we are pretending, make sure we skip to the next archive member. | Marc Espie | |
Otherwise, we might miss a truncated archive that's missing its last file, and PKG_CACHE won't work, since it hits a SIGPIPE too soon. Nice testcase from sturm@ | |||
2005-11-02 | Simplify OpenBSD::PackingElement::Sysctl::install(). | Bernd Ahlers | |
okay espie@ | |||
2005-11-01 | Add -P option. This shows the pkgpath for each package. Nice for building | Bernd Ahlers | |
subdirlists. Document new option. "commit" espie@ | |||
2005-10-28 | fix error code path for pkg_info -e pouet | Marc Espie | |
2005-10-27 | Fix a perl warning during package deletion. | Bernd Ahlers | |
Noticed by Jonathan Weiss <jw at innerewut.de>, thanks. ok espie@ | |||
2005-10-26 | add checks in skip for walking off the file. | Marc Espie | |
use cleaner code for reading headers. | |||
2005-10-26 | minor clean-up, unhardcode test for type, use a table instead. | Marc Espie | |
2005-10-25 | zap 229 (frantisek holop) | Marc Espie | |
2005-10-24 | more robust deletion: rebuild item from file system instead of using | Marc Espie | |
computed state information, for storage in partial package. | |||
2005-10-24 | use a visitor('prepare_for_deletion') to validate plist for removal, | Marc Espie | |
so that we can put more checks earlier... | |||
2005-10-24 | factor out a bit of code, and be more aware of symlinks. | Marc Espie | |
2005-10-24 | filter out .libs-* later, so that compute_closures() packages do not | Marc Espie | |
get involved. | |||
2005-10-24 | do not try to find a match for .libs-* packages. | Marc Espie | |
2005-10-23 | if resumed from ^Z, display meter without waiting for changes. | Marc Espie | |
idea from deraadt@ | |||
2005-10-22 | add a hint to close that says how the fd got closed (real error, premature, | Marc Espie | |
normal). This will get used by parse_problems() to figure out what to report exactly, e.g., short writes from prematurely closed fd are not real errors... stuff that can't connect IPv6 and retries as v4 is not either, unless there's a genuine `can't connect error'. | |||
2005-10-22 | always display the list of packages we can't update. | Marc Espie | |
2005-10-22 | more non-errors from ftp. | Marc Espie | |
2005-10-22 | I haven't received any feedback at all about this patch, so everyone | Marc Espie | |
gets to test it. | |||
2005-10-22 | be more explicit about what's going on. | Marc Espie | |
2005-10-19 | mark links being extracted with `zap', so that they do not get recorded | Marc Espie | |
into partial plists until they've gone through an actual install. Prevents partial replacements from destroying genuine links in packages when they get uninstalled. | |||
2005-10-10 | less verbose listing of libraries | Marc Espie | |
2005-10-10 | several paths lead to has_new_sig, cache the result. | Marc Espie | |
2005-10-10 | We should do this, placeholder. | Marc Espie | |
2005-10-10 | allows for tempfiles. | Marc Espie | |
2005-10-10 | Xref package(5) | Marc Espie | |
2005-10-10 | Display an error message if no packages are available in the PKG_PATH. | Marc Espie | |
Quote nlist command, if we invoke it accidentally in a directory with *.tgz present. | |||
2005-10-07 | wonky capitalisation; | Jason McIntyre | |
from bsd rutgers edu | |||
2005-10-02 | pkg_add -u does updates. | Marc Espie | |
noticed by brad@ | |||
2005-09-24 | Add some code to just build the packing-list even if the package won't | Marc Espie | |
happen. Use -q and -Q for now, may change. | |||
2005-09-24 | pass actual items to prepare_long and check_name so that we can also | Marc Espie | |
verify that modes/groups/owners are correct (code to come) | |||
2005-09-24 | move uname/gname existence check into ArcCheck: Ustar archives deal with | Marc Espie | |
this differently. Namely, use specific variables that default to the numeric value if the uid/gid don't exist in mkheader. Since the entry fields are not filled, ArcCheck gets all it needs for the package check. | |||
2005-09-24 | Allows FETCH_CMD to replace ftp. | Marc Espie | |
Note that, for simplicity, FETCH_CMD must be a single command with a full path. Use a script if you must. | |||
2005-09-20 | refuse building archive if we don't have user names for the uids. | Marc Espie | |
2005-09-19 | use $handle->plist() | Marc Espie | |