Skip to content

Commit

Permalink
Switch to libssl3 for Ubuntu Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenvh1 committed Dec 2, 2024
1 parent 6459c8e commit 1695a75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ depends = "adduser, passwd, libc6 (>= 2.27), libssl1.1"
[package.metadata.deb.variants.debian-bookworm]
depends = "$auto, passwd, libssl3"

[package.metadata.deb.variants.ubuntu-noble]
depends = "$auto, passwd, libssl3"

[package.metadata.deb.variants.minimal]
depends = "libc6 (>= 2.27), rsync" # a deliberately different dependency that we can test for on older O/S's.
maintainer = "Minimal Maintainer <[email protected]>"
Expand Down

0 comments on commit 1695a75

Please sign in to comment.