summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-24 16:24:50 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-24 16:24:50 -0400
commit0a6d36120d3b494f06a1ab4ccc7d7c09bffa70d1 (patch)
treec57f89ce3f885024cb1b9d4e416057e5739f0018 /freefilesync/debian/control
parentffs: dpkg read icon_loader (diff)
downloadstackrpms-0a6d36120d3b494f06a1ab4ccc7d7c09bffa70d1.tar.gz
stackrpms-0a6d36120d3b494f06a1ab4ccc7d7c09bffa70d1.tar.bz2
stackrpms-0a6d36120d3b494f06a1ab4ccc7d7c09bffa70d1.zip
ffs: dpkg update deps
Diffstat (limited to 'freefilesync/debian/control')
-rw-r--r--freefilesync/debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control
index f200bc3..9baed3d 100644
--- a/freefilesync/debian/control
+++ b/freefilesync/debian/control
@@ -6,10 +6,10 @@ Build-Depends: debhelper (>=12~),
imagemagick,
g++-12,
libbrotli-dev,
- libcurl4-openssl-dev (>=7.82.0),
+ libcurl4-openssl-dev (>=7.83.1-1+b1),
libglibmm-2.4-dev,
- libssh2-1-dev,
- libssl-dev,
+ libssh2-1-dev (>=1.10.0-3+b1),
+ libssl-dev (>=3.0.3-5),
wx3.0-headers,
unzip,
# gtk3 version, and these must be removed for gtk2 build
bgstack15