Path to this page:
./
misc/rpm,
The Red Hat Package Manager
Branch: CURRENT,
Version: 4.20.0nb1,
Package name: rpm-4.20.0nb1,
Maintainer: pkgsrc-usersThis is the Red Hat Package Manager. It is used to manipulate Red Hat
packages, much in the same way as the pkg_* tools are used in FreeBSD
and NetBSD. rpm's come in their own format, and are typically used in
the Linux community for binary package administration.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.3 2003/08/30 19:45:00 jlam Exp $
RPMDIR="@RPMDIR@"
case ${STAGE} in
POST-DEINSTALL)
for db in ${RPMDIR}/*.rpm; do
if [ ${RPMDIR}/.pre-timestamp -ot $db ] && \
[ ${RPMDIR}/.post-timestamp -nt $db ]; then
${RM} -f $db
fi
done
${RM} -f ${RPMDIR}/.pre-timestamp
${RM} -f ${RPMDIR}/.post-timestamp
${RMDIR} -p ${RPMDIR} 2>/dev/null || ${TRUE}
if [ -d ${RPMDIR} ]; then
${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove:
${RPMDIR}
where the RPM database is stored.
Caution: you will lose any data ${PKGNAME} has about any installed
packages!
===========================================================================
EOF
fi
;;
esac
Required to run:[
databases/db4] [
archivers/libarchive] [
lang/perl5] [
shells/bash] [
security/openssl] [
devel/nspr] [
devel/popt] [
devel/nss]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 5844.251 KB
Version history: (Expand)
- (2025-03-04) Updated to version: rpm-4.20.0nb1
- (2025-02-07) Updated to version: rpm-4.20.0
- (2023-10-25) Updated to version: rpm-4.13.0.1nb12
- (2023-08-14) Updated to version: rpm-4.13.0.1nb11
- (2022-06-28) Updated to version: rpm-4.13.0.1nb10
- (2021-05-25) Updated to version: rpm-4.13.0.1nb9
CVS history: (Expand)
2025-03-04 19:03:32 by Hauke Fath | Files touched by this commit (1) |
Log message:
Have misc/rpm initialize and seek its package database under
RPM_DB_PREFIX, not PREFIX/RPM_DB_PREFIX, in sync with {,DE}INSTALL.
Why RPM_DB_PREFIX defaults to VARBASE/pkg instead of just VARBASE, I
cannot see (historical raisins?), but I'll leave that for now.
|
2025-02-07 16:06:19 by Adam Ciarcinski | Files touched by this commit (17) |  |
Log message:
rpm: updated to 4.20.0
RPM 4.20.0 released (Oct 07 2024)
See release notes for details and download information
Highlights include:
Declarative build system support
Dynamic spec improvements
Guaranteed, RPM-controlled per-build directory
Support for spec-local file attributes and generators
Support for group membership in sysusers.d(5) files
Proper distro-agnostic debuginfo support
Sanitized spec comments and indentation syntax
Sanitized --build-in-place mode
New unshare plugin for scriptlet isolation
Plugin API made public
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2023-05-15 15:52:38 by Jonathan Perkin | Files touched by this commit (3) |
Log message:
rpm: SunOS build fixes.
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|