2018-09-20 12:13:54 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 0.11.5.
## Version 0.11.5 (2018-09-20)
* Fix crash when preferred.conf exists but is empty.
* Improve preferred.conf handling.
* Fix package not available message when attempting to install a non-existent
package.
* Small performance improvement in newline handling.
|
2018-07-20 05:34:33 by Ryo ONODERA | Files touched by this commit (705) |
Log message:
Recursive revbump from textproc/icu-62.1
|
2018-07-03 19:39:35 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 0.11.4.
## Version 0.11.4 (2018-07-03)
* Fix dependency matching to correctly consider DEPENDS rather than simply
attempting to pull in the highest version. Resolves issues with installing
packages depending on samba and their conflicts against tdb and talloc.
|
2018-06-29 13:27:56 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 0.11.3.
## Version 0.11.3 (2018-06-29)
* Allow -y flag to work with autoremove.
* Improve -n flag and autoremove output formatting.
|
2018-06-20 11:29:51 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 0.11.2.
## Version 0.11.2 (2018-06-20)
* Fix a couple of issues with PKGPATH handling in import and upgrade.
* Fix an occasional memory corruption issue with commands that call
pkg_info for output.
|
2018-06-14 13:47:13 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 0.11.1.
## Version 0.11.1 (2018-06-14)
* Permit the user to install an older package version.
* Ensure warning and error counters are reset for each phase.
* Print total download size when using -d.
|
2018-06-08 23:59:58 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 0.11.0.
## Version 0.11.0 (2018-06-08)
* Fix build on NetBSD/evbarm.
* Skip download checks for packages that are being removed, prevents
erroneous "empty FILE_SIZE" failures.
* Perform in-place upgrades using `pkg_add -DU` rather than removing
and reinstalling. Should be faster and less error-prone.
* Output formatting improvements. Installs are now split between
refresh, upgrade, and install, with package lists formatted to be
easier to read.
|
2018-06-06 13:10:06 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 0.10.2.
## Version 0.10.2 (2018-06-06)
* Fix -f flag when used with install.
* Handle empty BUILD_DATE correctly.
|
2018-06-01 01:23:33 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 0.10.1.
## Version 0.10.1 (2018-06-01)
* Fix BUILD_DATE refresh support for preserved packages.
* Improve provides/requires output to avoid confusion for new users.
|
2018-05-17 15:55:23 by Jonathan Perkin | Files touched by this commit (2) | |
Log message:
pkgin: Update to version 0.10.0 and take MAINTAINER.
## Version 0.10.0 (2018-05-17)
* Add BUILD_DATE support, packages are now upgraded if the BUILD_DATE
has changed, to ensure rebuilt dependencies are correctly handled.
* Download handling fixes.
* Count packages correctly.
* Ensure the remote database is updated before performing upgrades.
* Internal code cleanups, refactoring, WARNS fixes, etc.
* Support nanosecond resolution on pkgdb mtime.
* Sync progressmeter and pkg_install with upstreams.
* Improve SQL logging.
* Fix -d when used with an upgrade action.
* Fix exit status for various commands and usage.
* Avoid segfault in show-category.
* Improve pkgin database initialisation and upgrade checks.
* Support libarchive 2.x and Minix 3.3.0
* Support PKG_INSTALL_DIR and PKGIN_DBDIR, primarily to support the
new pkgin test suite: https://github.com/joyent/pkgin-test-suite
|