2019-12-12 16:52:53 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 0.14.0.
## Version 0.14.0 (2019-12-12)
* Ensure reverse dependencies are considered when a "pkgin install" \
triggers
an upgrade of a local package, avoiding potentially nasty bugs.
* Minor performance improvement.
|
2019-11-04 09:39:05 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pkgin: fix build with gcc-8.x
Turn off string truncation and overflow warnings until the code is fixed
|
2019-09-24 14:57:22 by Jonathan Perkin | Files touched by this commit (2) | |
Log message:
pkgin: Update to 0.13.0.
## Version 0.13.0 (2019-09-24)
* "pkgin upgrade" now upgrades all packages instead of only keep \
packages, and
essentially replaces "pkgin full-upgrade". Selective upgrades have \
always
been risky and provide no benefit, especially in light of refresh support.
"pkgin full-upgrade" is retained for compatibility but marked as \
deprecated.
* Refresh the local package repository when a forced update is requested, so
that a failed update can be repaired easily.
* Switch NetBSD default repository from ftp.netbsd.org to cdn.netbsd.org.
|
2019-06-13 15:06:40 by Jonathan Perkin | Files touched by this commit (2) | |
Log message:
pkgin: Update to 0.12.0.
## Version 0.12.0 (2019-06-13)
* Fix ordering of database updates, ensuring modification times are only
updated once the new data is committed.
|
2019-05-20 14:26:07 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 0.11.8.
## Version 0.11.8 (2019-05-20)
* Improve SQL strictness, avoiding issues where excessive writes to the SQL
error log caused by changes in SQLite 3.27.0 would swamp regular operations.
|
2019-04-03 02:33:20 by Ryo ONODERA | Files touched by this commit (748) |
Log message:
Recursive revbump from textproc/icu
|
2019-03-07 12:08:38 by Jonathan Perkin | Files touched by this commit (5) | |
Log message:
pkgin: Update to 0.11.7.
## Version 0.11.7 (2019-03-07)
* Switch back to NetBSDfr/pkgin as the upstream repository.
* Improve database safety.
* Fix clang -Wmissing-noreturn and -Wformat-nonliteral warnings.
* Fix some typos in the manual page.
|
2019-01-15 10:49:40 by Thomas Klausner | Files touched by this commit (4) |
Log message:
pkgin: fix some clang build errors on NetBSD-current
|
2018-12-09 19:52:52 by Adam Ciarcinski | Files touched by this commit (724) |
Log message:
revbump after updating textproc/icu
|
2018-09-20 14:45:19 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pkgin: Update to 0.11.6.
## Version 0.11.6 (2018-09-20)
* Fix -Werror=conversion build issue.
|