[pve-devel] [PATCH debcargo-config proxmox/trixie 0/4] package lettre and
Lukas Wagner
l.wagner at proxmox.com
Fri May 23 10:30:16 CEST 2025
Initial packaging was taken from bookworm and then updated.
lettre was updated to the last version that still uses nom 7.
Tried to get the latest version (0.11.16) to compile with nom 7,
but it seems there were quite a few breaking changes. Updating nom
to version 8 also seems to be a big hassle, quite a few
crates have a dependency on nom.
I double checked lettre's release notes that there were no security
issues fixed in 0.11.14-0.11.16 that would speak against packaging the
slightly older version.
Lukas Wagner (4):
import email-encoding from bookworm
update email-encoding to 0.3.1
import lettre from bookworm
update lettre to 0.11.13
src/email-encoding/debian/changelog | 20 ++
src/email-encoding/debian/copyright | 37 +++
.../debian/copyright.debcargo.hint | 49 +++
src/email-encoding/debian/debcargo.toml | 2 +
src/lettre/debian/changelog | 47 +++
src/lettre/debian/copyright | 38 +++
src/lettre/debian/copyright.debcargo.hint | 52 +++
src/lettre/debian/debcargo.toml | 2 +
src/lettre/debian/patches/relax-deps.patch | 13 +
.../patches/remove_unused_features.patch | 303 ++++++++++++++++++
src/lettre/debian/patches/series | 2 +
11 files changed, 565 insertions(+)
create mode 100644 src/email-encoding/debian/changelog
create mode 100644 src/email-encoding/debian/copyright
create mode 100644 src/email-encoding/debian/copyright.debcargo.hint
create mode 100644 src/email-encoding/debian/debcargo.toml
create mode 100644 src/lettre/debian/changelog
create mode 100644 src/lettre/debian/copyright
create mode 100644 src/lettre/debian/copyright.debcargo.hint
create mode 100644 src/lettre/debian/debcargo.toml
create mode 100644 src/lettre/debian/patches/relax-deps.patch
create mode 100644 src/lettre/debian/patches/remove_unused_features.patch
create mode 100644 src/lettre/debian/patches/series
--
2.39.5
More information about the pve-devel
mailing list