head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.09.01.11.26.29; author adam; state Exp; branches; next ; commitid VeKrLbAZWRgMf09G; desc @@ 1.1 log @rpm: updated to 4.20.1 RPM 4.20.1 released! (Feb 19 2025) This is primarily a bugfix release addressing a handful of regressions in RPM 4.20.0 as well as various other issues. See the release notes for details and download information. Highlights include: Support for fully locked user accounts in sysusers.d(5) files Filter Lua deprecation warnings based on the originating RPM version Fix regressions in rpmsign(8), rpmspec(8), %debug_package and more Fix unmodified %config (and possibly other) files being removed in case of unpack failure Fix IMA plugin causing transaction failures in rootless containers Fix sqlite rpmdb growing over time @ text @$NetBSD$ -fhardened is not portable. --- CMakeLists.txt.orig 2025-09-01 10:25:27.516647611 +0000 +++ CMakeLists.txt @@@@ -415,7 +415,7 @@@@ if (ENABLE_ASAN OR ENABLE_UBSAN) endif() # try to ensure some compiler sanity and hardening options where supported -foreach (flag -fno-strict-overflow -fno-delete-null-pointer-checks -fhardened) +foreach (flag -fno-strict-overflow -fno-delete-null-pointer-checks) check_c_compiler_flag(${flag} found) if (found) add_compile_options(${flag}) @