- 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.
- Fix -Werror=conversion build issue.
- 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.
- 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.
- Allow -y flag to work with autoremove.
- Improve -n flag and autoremove output formatting.
- 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.
- 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.
- 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.
- Fix -f flag when used with install.
- Handle empty
BUILD_DATE
correctly.
- Fix
BUILD_DATE
refresh support for preserved packages. - Improve provides/requires output to avoid confusion for new users.
- Add
BUILD_DATE
support, packages are now upgraded if theBUILD_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
andPKGIN_DBDIR
, primarily to support the new pkgin test suite: https://github.com/joyent/pkgin-test-suite
- Check for summary updates before fetching packages.
- Ensure we aren't copying overlapping memory regions.
- Free libarchive resources after use.
- Various WARNS and build cleanups.
- Fix -Wempty-body build issue.
- Fix off-by-one NUL handling in pkg_summary.
- Various performance improvements from Joyent, see blog post at http://www.perkin.org.uk/posts/reducing-ram-usage-in-pkgin.html for more details.
- Clean database entries correctly when changing repositories.
- Support pkg_summary.xz if available.
- Don't switch to parsable output when stdout isn't a tty, broke various automation tools: NetBSDfr#46.
- Bugfix: added missing dash before ffu
- Added preferred.conf support
- man page now based on ronn http://rtomayko.github.io/ronn/ronn.1.html
- When -n is provided to pkgin ar, rm, in, fug, packages list is shown as one package per line so it is easier to read (feature proposed by gdt@ in GitHub issue #41)
- Fixed GitHub issue #33: clean database when repository removed
- Fixed some resource leakage pointed out by coverity scan
- +PRESERVE packages now correctly upgraded without pkg_add -f
- Dropped percentage printout if stdout is not a tty (patch by Havard Eidnes)
- Changed pkg_add -f flag with -D as suggested by Greg Troxel
- Fixed an issue with meta-packages not updating pkgdb, check for
PKG_DBDIR
mtime instead - Avoid deepness > 1 when checking for dependency upgrades, should fix
- PR #48561
- Avoid
preserved' packages to be
autoremoved' - Fixed GH issue #1,
NULL PKG_PATH
(which is wrong btw) makes pkgin segfault, strcmp() secured with safe_strcmp() - Added --with-pkginstall to configure
- Fixed GH issue #36, automatic flag no more set when a package is installed via pkg_add(1)
- Added -p (parsable) flag for 3rd party frontends
- Added statistics (patch by Youri Mouton)
- Package-names-containing-a-dot fix (patch by Yamamoto Takashi)
- Multi-repo debugging, fixed packages order
- Fixed many return codes
- Large file systems fix by Filip Hajny
- gcc 4.7 / unused-but-set-variable fix by Makoto Fujiwara
- Migrated to github, updated website
- Fixed computing of download size for local repositories (Reported by Ignatios Souvatzis in PR#47501)
- Do not exit with not enough space message when install size is negative
- PR3555339@sf (stacktic)
- Avoid negative speed when a download start (stacktic)
- PR47196 fixed by stacktic
- PR47060 fixed by stacktic
- Added show-no-keep by orgrim
- Fixed PR47192 (by stacktic)
- Fixed bad size_pkg
- Fixed build on platforms lacking
__UNCONST
- Modified default behaviour for Proceed [Y/n]
- Rewrote narrow_match() using version_check() to avoid more dirty repositories mistakes.
- Preparing pkginteractive integration.
- SQLite is now part of NetBSD 6.0 base, remove it from pkgin's tree. Dependency will be added in the package.
- Added SQLite build patch from sbd@
- Added show-all-categories
- unlink() before symlink()
- Dynamically read
PKG_DBDIR
from pkg_admin - Do not delete repository entries if the new one is unreachable.
- When a package is marked as TOREMOVE and TOUPGRADE because of a dependency breakage during upgrade, just follow the usual upgrade process.
- Handled "no value field" for buggy packages.
- Hopefuly fixed the "dirty repository" bug thanks to bapt
- Added show-{pkg-,}category as requested by Julian Fagir
- Added pkg-build-defs as requested by gls@
- Added pkg-content and pkg-descr
- Introduced pkg_infos.c to fetch remote informations
- Removed
-D_FILE_OFFSET_BITS=64
from Makefile and added it in fsops.c
- case: cleanup in summary.c (stacktic)
- Packages list queries ordered differently for display and internals
- Fixed "upgrade too many packages" bug (thanks stacktic)
- Handled misordered PKGNAME/CONFLICTS
- Cleaned up
DELETE_REMOTE
query (thanks to anhj)
- Various minor fixes from NetBSDfr hackathon
- Moved break_depends() at the end of impact.c to avoid inconsistencies
- Check for real filesystem size to be occuppied by upgrade
- Check for user permissions before update_db
- update_db() returns a status so we can warn simple users
- introduced have_enough_rights(), fixed pkg_keep() perms
- Various return codes fixed to satisfy frontends
- Don't download packages when repository is a file:// scheme
- Reduce verbosity when marking non-autoremovable packages
- Keep going if unmet requirements are encountered and warn about it before proceeding
- Always move pkg_install on top of the "to-upgrade" list
- pkgin now depends on pkgsrc's pkg_install
- Log timestamp
- Better handling of pkg_install error logs
- rec_pkglist() now takes a va_list
- Added "requires" and "provides" to have a closer look on packages requirements
- pkg_install's pkgdb not needed anymore for a fresh start (bsdx's idea)
- Globs can now be passed as an argument for package installation, i.e.
pkgin in 'mysql-server<5.1'
- Export / import a list of packages as requested by wiz@
- Operations tracing flag (-t)
- Database silent migration
- More flexible check_yesno()
- Made pkgin in / rm yes by default
- One struct to rule them all (Pkglist)
- Got rid of many useless lists (speed x10, literally)
- Introduced FULLPKGNAME as db member, speed ups searches
- unique_pkg(): no more "many versions of foo", pickup newer
- Progress now shown with progressmeter from OpenSSH
- Cleaned up download.c
- SQLite upgraded to 3.7.7.1
- Fixed the "too many connexions" problem with libfetch and FTP
- Moving to SF.net
- Check for mark_as_automatic_installed() return code
- pkgin can now upgrade pkg_install with user's approval
- url_stat's size is declared as off_t, will be >
SSIZE_MAX
on 32 bits systems. Added a fix for this. - Added -P, print package version instead of globs in sd, srd, sfd
- Added warning for repositories with zero-length
FILE_SIZE
- Added -V (verbosity) flag
- Moved integer flags to uint8_t
- Wiped out file.c, ftpio.c, path.c, str.c, pexec.c, pkg_io.c,
- pen.c, strsep.c, lpkg.c, iterate.c
- Inform about logging
- Replaced naive repository arch check by
MACHINE_ARCH
check - Bump to SQLite 3.7.5
- Added statvfs64 support
- Redirect stderr to logfile while pkg_{add,delete}
- Feature request: -F / force-reinstall
- Feature request: PR 43049
- MINIX patches from Gautam are now upstream
- Re-added download-only
- Makefile.in / configure.ac cleanup
- Integrated some of bapt's patches (chroot, bandwidth calculation)
- SQLite "Amalgamation" version is now part of the tree,
- No more databases/sqlite3 dependency needed
- Fixed a non-critical bug: some packages were marked
- for upgrade more than once.
- Double dewey match fixed, i.e. foo>=1.2.3<3.0
- Duplicate entries for remove and upgrade fixed
- "Missing package in repository" case handled
- Many cleanups from stacktic
- Replaced strstr's with str{n}cmp when possible
- #ifdef'ed PROVIDES
- Queries are now const chars
- Solaris 10 support
- Mac OS X support
- Many cleanups from stacktic
- Many fixes by stacktic :
- Added -n (no-flag)
- Various memleaks fixed
- pkgname comparison fix
- Cleaned up trailing spaces
- Got rid of recursion !
- Added -l status flags
- autoconf support
- percentage redraw fix (jmcneill)
- variables cleanups (PKG_SYSCONFDIR, VARBASE) (sketch)
- auto-lookup for SUMEXTS, removed options.mk (sketch)
- opensolaris fixes (sketch)
- repositories.conf variables substitution (tuxillo)
- impact mutex (Johannes Hofmann)
- SunOS 5.8 support (Mikhail T.)
- Added the long awaited repositories file
- ${PREFIX}/etc/pkgin/repositories.conf
- Glue between keep-state and pkgdb "automatic" flag.
- pkgin now handles removal of packages when an upgrade would
- break dependencies, i.e. upgrading php from version 4 to 5
- will break php4-modules dependencies. Modules will be removed
- before php-4 is upgraded.
- Database modification. See the MIGRATION file for details on how to safely rebuild your database.
- mtime check over pkg_summary files on repositories, don't update pkgin database if mtime have not changed.
- Database modification, see 20090507 to rebuild it
- pkgin now records local pkgdb mtime so it does not rebuild its database when pkgdb is not updated
- Parameters have changed.
- Instead of getopt()-style flags, pkgin is now using commands. Only -y and -h have been kept.
- pkg_dry is now known as pkgin
- Added -c flag, clean cache: delete all downloaded packages from
/var/db/pkg_dry/cache