diff options
author | Max Rees <maxcrees@me.com> | 2019-09-10 17:48:01 -0500 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-09-28 13:27:43 -0500 |
commit | b7cf34763c2d97e4dc2695fca48b3e2ae5f1613d (patch) | |
tree | 24c40eba00d370f82750a1e7314da226fcb62997 /system/ssmtp/APKBUILD | |
parent | 72863c501e3995abf8ce4f61d4b0e7f08b8bbf71 (diff) | |
download | packages-b7cf34763c2d97e4dc2695fca48b3e2ae5f1613d.tar.gz packages-b7cf34763c2d97e4dc2695fca48b3e2ae5f1613d.tar.bz2 packages-b7cf34763c2d97e4dc2695fca48b3e2ae5f1613d.tar.xz packages-b7cf34763c2d97e4dc2695fca48b3e2ae5f1613d.zip |
system/ssmtp: HTTP only source
Diffstat (limited to 'system/ssmtp/APKBUILD')
-rw-r--r-- | system/ssmtp/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ssmtp/APKBUILD b/system/ssmtp/APKBUILD index 7fa905760..64d2ae710 100644 --- a/system/ssmtp/APKBUILD +++ b/system/ssmtp/APKBUILD @@ -12,7 +12,8 @@ provides=/usr/sbin/sendmail depends= makedepends="openssl-dev autoconf" subpackages="$pkgname-doc" -source="https://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.bz2 +# No HTTPS +source="http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.bz2 generate_config.patch libcrypto-underlinking.patch inet6-getaddrinfo.patch |