Path to this page:
./
pkgtools/pkg_install,
Package management and administration tools for pkgsrc
Branch: CURRENT,
Version: 20250417,
Package name: pkg_install-20250417,
Maintainer: agcpkg_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
For the following tools compatibility wrappers are included:
audit-packages audit installed packages for security vulnerabilities
download-vulnerability-list download the latest vulnerabilities list
DEINSTALL [+/-]#!/bin/sh
#
# Dummy script to ensure pkgsrc never creates its own DEINSTALL script for
# this package that uses a pkgsrc shell, as that can cause upgrade issues.
#
exit 0
Required to build:[
pkgtools/cwrappers]
Package options: inet6, openssl
Version history: (Expand)
- (2025-04-23) Updated to version: pkg_install-20250417
- (2025-02-13) Updated to version: pkg_install-20241101
- (2024-03-13) Updated to version: pkg_install-20240307
- (2024-01-26) Updated to version: pkg_install-20240126
- (2024-01-03) Updated to version: pkg_install-20211115nb2
- (2023-10-25) Updated to version: pkg_install-20211115nb1
CVS history: (Expand)
2025-04-19 10:07:28 by Thomas Klausner | Files touched by this commit (11) |
Log message:
*: mark bootstrap packages with POLICY_UPDATE_LIMITED=bootstrap
|
2025-04-17 23:29:35 by Thomas Klausner | Files touched by this commit (2) |
Log message:
pkg_install: fix bug in format string
Addresses PR 59316 by Dr. Thomas Orgis
Bump version.
|
2025-03-04 17:00:18 by Amitai Schleier | Files touched by this commit (1) |
Log message:
pkg_install: define O_CLOEXEC if needed. Fixes Mac OS X Tiger.
|
2025-02-19 16:19:49 by Thomas Klausner | Files touched by this commit (2) |
Log message:
pkg_install: allower overriding the 'required libraries' check with -f
Bump version.
|
2025-02-18 22:57:32 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pkg_install: bump version for today's changes
|
2025-02-18 13:55:11 by Thomas Klausner | Files touched by this commit (4) |
Log message:
pkg_install: Hide stdout if upgrading/refreshing.
Helps avoid problems where users see pkg_delete messages about removing
configuration files even though they are still in use and required, as
well as annoyingly repeating MESSAGE files on every upgrade or refresh.
Packages that do not have an existing version (i.e. new installs)
continue to show install script output as well as MESSAGE files, and
explicit pkg_delete operations will obviously show deinstall script
output too.
From Jonathan Perkin <jperkin@smartos.org>
via drecklypkg commit $64df139d33d2af103f51a832c2f253ff068dd743
|
2025-02-18 13:04:31 by Thomas Klausner | Files touched by this commit (3) |
Log message:
pkg_install: Improve "pkg_admin check" output.
From Jonathan Perkin <jperkin@smartos.org>
via drecklypkg commit $593bfda6864a76d5e8eb4774c27d9babee38d425
|
2025-02-18 12:53:49 by Thomas Klausner | Files touched by this commit (1) |
Log message:
pkg_install: Avoid pkg_admin gpg-sign-package hang.
Previously would infinite loop if the input package size was an exact
multiple of 64KB.
From Jonathan Perkin <jperkin@smartos.org>
via drecklypkg commit $b70ba6d6bfedf447d37e3ef53958d812534b06bb
|