diff options
author | Guilhem Moulin <guilhem@debian.org> | 2025-10-07 20:18:34 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2025-10-07 20:18:34 +0200 |
commit | 6c852a19a235353625df8aefa8b37bb62f1525c0 (patch) | |
tree | 146f48a3af2437d00dd6ee3753289fc9daeef4a2 | |
parent | 4586e90a8f07e637c6006f9c9b8aa5534740cb39 (diff) |
d/control: Bump min openssl version to 3.0.debian/latest
In Build-Depends. `openssl rehash` was added in the 3.0 series.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7ad8af6..816afba 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), libconfig-tiny-perl <!nocheck>, libdbd-sqlite3-perl <!nocheck>, libnet-ssleay-perl (>= 1.88~) <!nocheck>, - openssl (>= 1.1.1~) <!nocheck>, + openssl (>= 3.0~) <!nocheck>, pandoc (>= 2.1~) <!nodoc>, procps <!nocheck>, sqlite3 <!nocheck>, |