diff options
Diffstat (limited to 'repo/util')
-rw-r--r-- | repo/util/curl.xibuild | 2 | ||||
-rw-r--r-- | repo/util/openssh.xibuild | 2 | ||||
-rw-r--r-- | repo/util/rsync.xibuild | 2 | ||||
-rw-r--r-- | repo/util/sudo.xibuild | 2 | ||||
-rw-r--r-- | repo/util/webfs.xibuild | 2 | ||||
-rw-r--r-- | repo/util/wget.xibuild | 2 | ||||
-rw-r--r-- | repo/util/wpa_supplicant.xibuild | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/repo/util/curl.xibuild b/repo/util/curl.xibuild index e5c1264..957311b 100644 --- a/repo/util/curl.xibuild +++ b/repo/util/curl.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="libressl zlib zstd libnghttp libpsl cacerts" +DEPS="openssl zlib zstd libnghttp libpsl cacerts" PKG_VER=7.80.0 SOURCE=https://curl.se/download/curl-$PKG_VER.tar.xz diff --git a/repo/util/openssh.xibuild b/repo/util/openssh.xibuild index 662fc23..c60a2ed 100644 --- a/repo/util/openssh.xibuild +++ b/repo/util/openssh.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="musl krb5 libressl libedit ldns libxcrypt zlib pam" +DEPS="musl krb5 openssl libedit ldns libxcrypt zlib pam" PKG_VER=8.8p1 SOURCE=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$PKG_VER.tar.gz diff --git a/repo/util/rsync.xibuild b/repo/util/rsync.xibuild index f700139..8e09cfa 100644 --- a/repo/util/rsync.xibuild +++ b/repo/util/rsync.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="acl lz4 libressl perl popt xxhash zlib zstd" +DEPS="acl lz4 openssl perl popt xxhash zlib zstd" PKG_VER=3.2.3 SOURCE=https://www.samba.org/ftp/rsync/src/rsync-$PKG_VER.tar.gz diff --git a/repo/util/sudo.xibuild b/repo/util/sudo.xibuild index 55df72d..3f54bfa 100644 --- a/repo/util/sudo.xibuild +++ b/repo/util/sudo.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="musl libldap libressl pam zlib" +DEPS="musl libldap openssl pam zlib" PKG_VER=1.9.9 SOURCE=https://www.sudo.ws/dist/sudo-$PKG_VER.tar.gz diff --git a/repo/util/webfs.xibuild b/repo/util/webfs.xibuild index a520a08..5b09682 100644 --- a/repo/util/webfs.xibuild +++ b/repo/util/webfs.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="libressl mime-types " +DEPS="openssl mime-types " PKG_VER=1.21 SOURCE=https://www.kraxel.org/releases/webfs/webfs-$PKG_VER.tar.gz diff --git a/repo/util/wget.xibuild b/repo/util/wget.xibuild index 035e231..46b772a 100644 --- a/repo/util/wget.xibuild +++ b/repo/util/wget.xibuild @@ -10,7 +10,7 @@ DESC="A utility for transfering files with URL syntax" build () { ./configure --prefix=/usr \ --sysconfdir=/etc \ - --with-ssl=libressl && + --with-ssl=openssl && make } diff --git a/repo/util/wpa_supplicant.xibuild b/repo/util/wpa_supplicant.xibuild index 59376bc..b79237e 100644 --- a/repo/util/wpa_supplicant.xibuild +++ b/repo/util/wpa_supplicant.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make libxml2" -DEPS="libnl libressl readline dbus" +DEPS="libnl openssl readline dbus" PKG_VER=2.10 |