bump pve to 0.9.2, pmg to 0.7.7 and common to 0.3.5

Bump everything as we got a new common module (OIDC moved from pve-rs)
as while we could ignore pve-rs for now it's probably just more
confusing to do so in the long term.

Update all the versioned dependencies respectively.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2025-02-26 17:44:05 +01:00
parent f7d5563c42
commit dcee60dc1a
8 changed files with 24 additions and 5 deletions

View File

@ -1,3 +1,10 @@
libproxmox-rs-perl (0.3.5) bookworm; urgency=medium
* move openid code from pve-rs to common as new module with backward compat
wrapper.
-- Proxmox Support Team <support@proxmox.com> Wed, 26 Feb 2025 17:42:38 +0100
libproxmox-rs-perl (0.3.4) bookworm; urgency=medium
* add bindings for proxmox-shared-cache crate

View File

@ -13,7 +13,7 @@ Package: libproxmox-rs-perl
Architecture: all
# always bump both versioned Depends and Breaks, otherwise systems with both
# libpmg-rs-perl and libpve-rs-perl might load an outdated lib and break
Depends: libpve-rs-perl (>= 0.8.10) | libpmg-rs-perl (>= 0.7.6),
Depends: libpve-rs-perl (>= 0.9.2) | libpmg-rs-perl (>= 0.7.7),
${misc:Depends},
${perl:Depends},
Breaks: libpmg-rs-perl (<< 0.6.2), libpve-rs-perl (<< 0.7.2),

View File

@ -1,6 +1,6 @@
[package]
name = "pmg-rs"
version = "0.7.6"
version = "0.7.7"
description = "PMG parts which have been ported to rust"
homepage = "https://www.proxmox.com"
authors = ["Proxmox Support Team <support@proxmox.com>"]

View File

@ -1,3 +1,9 @@
libpmg-rs-perl (0.7.7) bookworm; urgency=medium
* move openid code from pve-rs to common
-- Proxmox Support Team <support@proxmox.com> Wed, 26 Feb 2025 17:41:25 +0100
libpmg-rs-perl (0.7.6) bookworm; urgency=medium
* upgrade to current rust crates or perlmod and proxmox-sys/tfa/apt/notify

View File

@ -53,7 +53,7 @@ Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libproxmox-rs-perl (>= 0.3.3),
libproxmox-rs-perl (>= 0.3.5),
Description: Components of Proxmox Mail Gateway which have been ported to Rust.
Contains parts of Proxmox Mail Gateway which have been ported to, or newly
implemented in the Rust programming language.

View File

@ -1,6 +1,6 @@
[package]
name = "pve-rs"
version = "0.9.1"
version = "0.9.2"
description = "PVE parts which have been ported to Rust"
homepage = "https://www.proxmox.com"
authors = ["Proxmox Support Team <support@proxmox.com>"]

View File

@ -1,3 +1,9 @@
libpve-rs-perl (0.9.2) bookworm; urgency=medium
* move openid code from pve-rs to common with backward compatible wrappers
-- Proxmox Support Team <support@proxmox.com> Wed, 26 Feb 2025 17:41:51 +0100
libpve-rs-perl (0.9.1) bookworm; urgency=medium
* fix #5927: firewall: alias: lowercase names of aliases

View File

@ -55,7 +55,7 @@ Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libproxmox-rs-perl (>= 0.3.3),
libproxmox-rs-perl (>= 0.3.5),
Breaks: libpve-access-control (<< 7.1-3),
libpve-common-perl (<< 7.1-4),
libpve-notify-perl (<< 8.0.7),