Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2025

This PR contains the following updates:

Package Type Update Change
rpm dependencies minor 0.14 -> 0.17

Release Notes

rpm-rs/rpm (rpm)

v0.17.0

Added
  • Added support for ecdsa signatures
  • Added Package::files() for iterating over the files of an RPM package (metadata & contents).
  • Added Package::extract() for extracting the archive contents of an RPM package to a directory on disk.
  • Added Package::clear_signatures() for removing signatures from an existing package.
Changed
  • Replaced unmaintained xz2 dependency with the maintained liblzma fork
Fixed
  • Resolved an issue where package signatures produced by this library were not able to be verified on older
    versions of RPM such as the one used on EL8.
Breaking Changes
  • Minimum supported Rust version updated to 1.85 (Edition 2024)

v0.16.0

Added
  • Added zstdmt feature which sets zstd compression to use all available cores.
  • Added feature flags for every compression algorithm to support disabling unused ones.
  • Added support for signing with a key held in an HSM
Changed
  • Bump pgp to 0.14.0
Breaking Changes
  • Changed default compression scheme from Gzip to Zstd.
  • Removed bzip2 from the compression options enabled by default.
  • Minimum supported Rust version updated to 1.75

v0.15.1

Changed
  • The Header::parse_header function gained a speed up related to parsing of the binary headers.

v0.15.0

Breaking Changes
  • FileVerifyFlags member names changed to strip the VERIFY_ prefix.
  • Minimum supported Rust version updated to 1.74
Added
  • FileOptions::verify()
  • Added Evr and Nevra structs and rpm_evr_compare function for comparing RPM versions.
Changed
  • As RHEL 7 (thus, CentOS 7 and other derivatives) goes out-of-support on June 30, 2024, support for legacy
    features used by distros of that era are being phased out.
    • "RPM v3" signatures (signatures covering both header and payload) will no longer be added when building
      or signing an RPM with rpm-rs.
    • Legacy checksum types ("sha1" and "md5") will not be added when building an RPM with rpm-rs.
    • As a result of these changes, packages built by rpm-rs will still work on EL7-era distros, but rpm on those
      platforms won't be as capable of verifying them.
Deprecated
  • In a (near) future version of rpm-rs, support for EL7-era distros may be removed entirely.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the type: chore label Mar 22, 2025
@renovate renovate bot requested a review from a team as a code owner March 22, 2025 18:02
@github-project-automation github-project-automation bot moved this to 📬Proposal in Roadmap Mar 22, 2025
@github-actions
Copy link
Contributor

Package Changes Through 22aee77

There are 1 changes which include tauri with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri 1.8.2 1.8.3

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@FabianLars FabianLars closed this Apr 5, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Apr 5, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.17). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/1.x-rpm-0.x branch April 5, 2025 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 📬Proposal

Development

Successfully merging this pull request may close these issues.

2 participants