Path to this page:
./
pkgtools/pkg_install,
Package management and administration tools for pkgsrc
Branch: pkgsrc-2009Q2,
Version: 20090610,
Package name: pkg_install-20090610,
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-07-09) Package has been reborn
- (2009-07-08) Package added to pkgsrc.se, version pkg_install-20090610 (created)
CVS history: (Expand)
2009-07-25 21:20:05 by Matthias Scheler | Files touched by this commit (5) | |
Log message:
Pullup ticket #2836 - requested by joerg
pkg_install: bug fix
Revisions pulled up:
- pkgtools/pkg_install/files/info/perform.c 1.58
- pkgtools/pkg_install/files/lib/license.c 1.7
- pkgtools/pkg_install/files/lib/pkg_install.conf.5.in 1.7
- pkgtools/pkg_install/files/lib/pkg_install.conf.cat5.in 1.7
- pkgtools/pkg_install/files/lib/version.h 1.132
---
Module Name: pkgsrc
Committed By: joerg
Date: Fri Jul 24 19:06:45 UTC 2009
Modified Files:
pkgsrc/pkgtools/pkg_install/files/info: perform.c
pkgsrc/pkgtools/pkg_install/files/lib: license.c pkg_install.conf.5.in
pkg_install.conf.cat5.in version.h
Log message:
pkg_install-20070724:
- license handling: accept upper case letters. Keep license checks
case-sensitive as done in the older pkgsrc logic. Document this.
OK dillo@, schmonz@, wiz@
- pkg_info:
- fix handling of non-packages, that are valid archives
- invert order of pkg_info -r to better match the expectations of
make update.
|