summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-09-24 17:22:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-10-11 10:24:45 +0200
commitf44f71e9512104626f1a39a6e544d4d145e1e9d5 (patch)
treea060f506791193cc081c2f49d9a68ee1a1db2f10
parenta70118dfac88ff21e4443b284d63bdd69ed77f3d (diff)
use openssl instead of libressl
-rw-r--r--package/rsync/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/rsync/Makefile b/package/rsync/Makefile
index 9971074f3..508e7d9f6 100644
--- a/package/rsync/Makefile
+++ b/package/rsync/Makefile
@@ -9,9 +9,9 @@ PKG_RELEASE:= 1
PKG_HASH:= 4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb
PKG_DESCR:= utility that provides fast incremental file transfer
PKG_SECTION:= net/misc
-PKG_DEPENDS:= libpopt libressl
-PKG_BUILDDEP:= popt libressl
-HOST_BUILDDEP:= libressl-host
+PKG_DEPENDS:= libpopt libopenssl
+PKG_BUILDDEP:= popt openssl
+HOST_BUILDDEP:= openssl-host
PKG_URL:= http://rsync.samba.org/
PKG_SITES:= http://rsync.samba.org/ftp/rsync/