Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rpm-plugin-syslog-4.20.1-9.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: rpm-plugin-syslog Distribution: openSUSE Tumbleweed
Version: 4.20.1 Vendor: openSUSE
Release: 9.2 Build date: Tue Jul 7 16:46:32 2026
Group: System/Packages Build host: reproducible
Size: 394 Source RPM: rpm-4.20.1-9.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://rpm.org/
Summary: Rpm plugin for syslog functionality
Rpm plugin for syslog functionality.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Tue Jul 07 2026 Dominique Leuenberger <dimstar@opensuse.org>
  - Add Requires: (rpm-plugin-selinux if selinux-policy)
* Tue Jun 30 2026 Michael Schroeder <mls@suse.de>
  - harden ndb code [bsc#1269584] [CVE-2026-44605]
    * new patch: ndbharden.diff
  - split all plugins into subpackages
    * this allows for an easy way to get rid of a plugin, it's also
      what other distributions do
  - make the imaevmsign plugin build in a multibuild flavor
    * updated patch: imaevmsignplugin.diff
* Mon Jun 29 2026 Michael Schroeder <mls@suse.de>
  - rpm2archive: use size 0 for hardlinked files as bnew versions of
    gnu tar reject non-zero sizes [bsc#1269150]
    * updated patch: rpm2archive.diff
  - backport fix for add_sysuser macro [bsc#1269571]
    * updated patch: macrosin.diff
  - backport rpmuncompress security fix [bsc#1268747] [CVE-2026-44604]
    * new patch: rpmuncompress.diff
* Wed Jun 17 2026 Michael Schroeder <mls@suse.de>
  - switch from rpmpgp_legacy to libpgpr
    * multiple bug fixes, support for v5 and v6 signatures
    * updated patch: pgpreleasemtime.diff
  - turn on imaevm file signature support and move the imaevm code
    that needs the libimaevm library into a plugin. Put this
    plugin into a new "rpm-imaevmsign" subpackage. [jsc#PED-7246]
    * new patch: imaevmsignplugin.diff
* Thu Mar 05 2026 Andreas Stieger <andreas.stieger@gmx.de>
  - Fix "unexpected EOF" when using rpmbuild to install ELF binaries
    due to syntax error in /usr/lib/rpm/brp-strip from brp.diff
    (boo#1259215)
* Wed Nov 19 2025 Richard Brown <rbrown@suse.com>
  - Remove /var/lib/rpm migration scripting, retain an error if old
    location is found
  - Use systemd-tmpfiles to create & maintain /var/lib/rpm symlink
    (boo#1253139)
* Tue Jul 29 2025 mls@suse.de
  - flush scriptlet notification messages in --runposttrans
    * needed to fix leaking tmp files [bsc#1218459]
    * updated patch: posttrans.diff
    * added "rpm_flushes_runposttrans" provides for libzypp
* Mon Jun 02 2025 mls@suse.de
  - use the pubkey modification time instead of the creation time
    as the release number, as it was with older rpm versions
    * new patch: pgpreleasemtime.diff
* Wed May 21 2025 mls@suse.de
  - fix posttrans scriptlet argument in the update case [bsc#1243279]
    * updated patch: posttrans.diff
  - fix postuntrans scriptlets not being run if dump_posttrans is set
* Fri Apr 25 2025 mls@suse.de
  - print scriptlet messages in --runposttrans
    * needed to fix leaking tmp files [bsc#1218459]
    * updated patch: posttrans.diff
  - backport architecture check fix from upstream
    * new patch: archcheck.diff
  - backport empty password fix from upstream
    * new patch: emptypw.diff
  - backport buildsys specific prep fix from upstream
    * new patch: buildsysprep.diff
  - fix memory leak in str2locale [bsc#1241052]
    * updated patch: localetag.diff
* Wed Mar 26 2025 mls@suse.de
  - Backport check_c_compiler_flag cmake tests fix from upstream
    The old code would pick up -fhardened by accident
    * new patch: cmake_fhardened.diff
* Fri Mar 07 2025 mls@suse.de
  - update to rpm-4.20.1
    * add support for fully locked user accounts in sysusers.d
    * fix unmodified %config files being removed in case of an
      unpack failure
    * fix lua deprecation warnings being shown packages built with
      old rpm versions
    * ignore all files in macro directories that do not end with an
      alphanumeric character
  - refreshed patches:
    * rpmqpack.diff
    * unshare.diff
    * rpm2archive.diff
  - dropped patches:
    * debugpackage.diff
    * nextfiles.diff
    * buildsys.diff
* Wed Feb 12 2025 mls@suse.de
  - make the rpm package not depend on libarchive
    * move the rpmuncompress tool to rpm-build
    * rewrite rpm2archive to not use libarchive for cpio/tar writing
    * new patch: rpm2archive.diff
  - revert buildroot macro setting that did more harm than good
  - add set_to_buildtime and set_to_source_date_epoch mtime policy
    support
    * new patch: mtime_policy_set.diff
  - drop unused 0001-Add-option-to-set-mtime-of-files-in-rpms.patch
    patch
  - do not output debug messages in rpmspec -q if a buildsystem is
    used
    * new patch: buildsys.diff
* Mon Feb 03 2025 mls@suse.de
  - allow to have the primary binding signature in the unhashed area
    * updated rpmpgp_legacy-1.0.tar.gz to rpmpgp_legacy-1.1.tar.gz
* Thu Jan 30 2025 mls@suse.de
  - Split unshare plugin configuration into a new "rpm-plugin-unshare"
    subpackage. This disables the plugin unless the new package
    is installed.
* Thu Jan 30 2025 Adrian Schröter <adrian@suse.de>
  - enable config.guess/sub update also for loongarch64 architecture
  - update config.guess/sub files to current state from autoconf-2.72
* Tue Jan 07 2025 mls@suse.de
  - make misuses of %global with %buildroot work again
    * new patch: undefbuildroot.diff
* Thu Dec 19 2024 mls@suse.de
  - backport debug_package regression fix from upstream
    * new patch: debugpackage.diff
  - fix segfault in rpmtsNextFiles
    * new patch: nextfiles.diff
* Tue Dec 17 2024 mls@suse.de
  - allow the buildroot to be a symbolic link in check-files
    (needed for pesign-obs-integration)
    * new patch: buildroot-symlink.diff
* Mon Dec 16 2024 mls@suse.de
  - update to rpm-4.20.0
    * new BuildSystem directive
    * support for build scriptley augmenting
    * per-package build directory available as %builddir
    * --build-in-place automatically sets --noprep
    * new -C option for autosetup
    * better support for reproducible builds
    * support for group membership lines
    * new rpm.spawn() lua function
    * support indentation in spec tags
    * new rpmdump tool
  - switch to rpmpgp-legacy-1.0
  - disable buildroot check in rpmlintrc for now
  - refreshed patches:
    * brp.diff macrosin.diff rpmqpack.diff specfilemacro.diff
    * noprereqdeprec.diff fileattrs.diff assumeexec.diff
    * enable-postin-scripts-error.diff findsupplements.diff
    * db_conversion.diff canongnu.diff cmake_python_version.diff
    * zstdpool.diff posttrans.diff
    * auto-config-update-aarch64-ppc64le.diff
    * 0002-log-build-time-if-it-is-set-from-SOURCE_DATE_EPOCH.patch
    * 0003-Error-out-on-a-missing-changelog-date.patch
  - add compatibility %buildroot definition
  - backport unshare fix from upstream and extend it a bit
    * new patch: unshare.diff
* Mon Nov 11 2024 Michal Suchanek <msuchanek@suse.de>
  - Bump debugedit version (bsc#1233156)
* Wed Sep 04 2024 Dirk Stoecker <opensuse@dstoecker.de>
  - move perl packaging to own package
    adapt fileattrs.diff
* Fri Mar 01 2024 Marcus Meissner <meissner@suse.com>
  - added a missing %patch NR conversion
* Thu Feb 15 2024 Jan Zerebecki <jan.suse@zerebecki.de>
  - Add patches to enable reproducible builds by default (bsc#1148824). For
    upstream versions see:
    https://github.com/rpm-software-management/rpm/pull/2880
    0001-Add-option-to-set-mtime-of-files-in-rpms.patch
    0002-log-build-time-if-it-is-set-from-SOURCE_DATE_EPOCH.patch
    0003-Error-out-on-a-missing-changelog-date.patch
* Fri Feb 09 2024 mls@suse.de
  - update to rpm-4.19.1.1
    * don't warn about missing user/group on skipped files
    * make user/group lookup caching thread-safe
    * fix regression in Lua scriptlet runaway child detection
    * restore readline support as an explicit option
  - refreshed patches:
    * rpmqpack.diff
  - fix _host_cpu being wrong on arm and ppc
* Wed Feb 07 2024 mls@suse.de
  - fix %_host not containing the abi suffix on arm [bnc#1219627]
    updated patch: canongnu.diff
* Fri Feb 02 2024 Ben Greiner <code@bnavigator.de>
  - Need to mention the changed patches for the python-setuptools to
    cmake migration:
    * Drop python_setup.diff
    * Add cmake_python_version.diff
* Wed Dec 13 2023 Dirk Müller <dmueller@suse.com>
  - fix Source url to match what is listed on https://rpm.org/download.html
* Fri Oct 27 2023 mls@suse.de
  - disable sysusers handling for now
* Wed Oct 11 2023 mls@suse.de
  - update to rpm-4.19.1
    * new spec snippet support for dynamic spec generation
    * new sysusers.d integration for automated user and group handling
    * new CMake build system
    * removal of various deprecated and/or unused APIs
    * various internal code cleanups
  - refreshed patches:
    * brp-compress-no-img.patch
    * brp.diff
    * brpcompress.diff
    * build.diff
    * enable-postin-scripts-error.diff
    * fileattrs.diff
    * findlang.diff
    * findsupplements.diff
    * langnoc.diff
    * macrosin.diff
    * platformin.diff
    * posttrans.diff
    * refreshtestarch.diff
    * rpm-findlang-inject-metainfo.patch
    * rpmqpack.diff
    * rpmrc.diff
    * selinux_transactional_update.patch
    * localetag.diff
    * weakdepscompat.diff
    * zstdpool.diff
  - deleted patches:
    * cpuid_lzcnt.patch
    * libmagic-exceptions.patch
    * remove-awk-dependency.patch
    * whatrequires-doc.diff
    * x86_64-microarchitectures.patch
  - new patches:
    * python_setup.diff
    * rpmsort_reverse.diff
    * canongnu.diff
  - new file:
    * build-aux.tar.bz2 (taken from rpm-4.18)
  - fix --runposttrans not working correctly with the --root
    option [bnc#1216091]
* Tue Aug 08 2023 Dirk Müller <dmueller@suse.com>
  - add remove-awk-dependency.patch to be able to drop awk dependency
    from containers
* Tue May 30 2023 Jiri Srain <jsrain@suse.com>
  - add _multibuild for multiple .spec-files
* Thu Mar 16 2023 Martin Liška <mliska@suse.cz>
  - Add upstream patch libmagic-exceptions.patch that speeds up libreoffice
    package build.
* Thu Mar 09 2023 Fabian Vogt <fvogt@suse.com>
  - add cpuid_lzcnt.patch

Files

/usr/lib/rpm/macros.d/macros.transaction_syslog
/usr/share/man/man8/rpm-plugin-syslog.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 3 00:14:01 2026