Path to this page:
./
pkgtools/pkg_install,
Package management and administration tools for pkgsrc
Branch: pkgsrc-2009Q1,
Version: 20090406,
Package name: pkg_install-20090406,
Maintainer: joergpkg_install contains the core package management and administration
utilities for pkgsrc, a multi-platform source and binary package
system developed and maintained by The NetBSD Project and volunteers
from around the globe.
The following tools are included:
pkg_add install and upgrade binary packages
pkg_admin perform various pkgsrc administrative tasks
pkg_create create software package distributions
pkg_delete delete installed packages
pkg_info display information about installed or binary packages
pkg_view manage package views
linkfarm manage symbolic links for package views
For the following tools compatibility wrappers are included:
audit-packages audit installed packages for security vulnerabilities
download-vulnerability-list download the latest vulnerabilities list
Version history: (Expand)
- (2009-05-09) Updated to version: pkg_install-20090406
- (2009-04-06) Package added to pkgsrc.se, version pkg_install-20090326 (created)
CVS history: (Expand)
2009-04-11 19:38:49 by S.P.Zeidler | Files touched by this commit (2) |
Log message:
Pullup ticket 2732 - requested by joerg
Bug fix
Revisions pulled up:
- pkgsrc/pkgtools/pkg_install/files/add/perform.c 1.85
- pkgsrc/pkgtools/pkg_install/files/lib/version.h 1.121
Module Name: pkgsrc
Committed By: joerg
Date: Mon Apr 6 14:34:15 UTC 2009
Modified Files:
pkgsrc/pkgtools/pkg_install/files/add: perform.c
pkgsrc/pkgtools/pkg_install/files/lib: version.h
Log message:
pkg_install-20090406:
Remove premature return that broke dependency tracking for pkg_add -u.
Fixes PR 41143.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/pkgtools/pkg_install/files/add/perform.c
cvs rdiff -u -r1.120 -r1.121 pkgsrc/pkgtools/pkg_install/files/lib/version.h
|