summaryrefslogtreecommitdiff
path: root/msmtp
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2019-01-31 09:50:51 +0100
committerJuergen Daubert <jue@jue.li>2019-01-31 09:50:51 +0100
commitf3a3807c1d651183048fba060465657382599e66 (patch)
tree4d5de746eaca073ec500b848aab7de6d84bd4295 /msmtp
parentdea5ed110616de089331fa11e70c741ab238ffd1 (diff)
downloadopt-f3a3807c1d651183048fba060465657382599e66.tar.gz
opt-f3a3807c1d651183048fba060465657382599e66.tar.xz
msmtp: update to 1.8.2, new source URL, closes FS#1713
Diffstat (limited to 'msmtp')
-rw-r--r--msmtp/.footprint2
-rw-r--r--msmtp/.signature8
-rw-r--r--msmtp/Pkgfile9
3 files changed, 10 insertions, 9 deletions
diff --git a/msmtp/.footprint b/msmtp/.footprint
index dd2b2f7fa..cd0e38ef4 100644
--- a/msmtp/.footprint
+++ b/msmtp/.footprint
@@ -1,7 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/msmtp
+-rwxr-xr-x root/root usr/bin/msmtpd
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/msmtp.1.gz
+-rw-r--r-- root/root usr/share/man/man1/msmtpd.1.gz
diff --git a/msmtp/.signature b/msmtp/.signature
index 1d6c598a5..66dd9c04f 100644
--- a/msmtp/.signature
+++ b/msmtp/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/Ympd+AyVBZbPpmmi7ikAmeeChozdk6MJvpEzcoN9+h3VUD6m2Va5ljwZ/fk6J6pR13M6jhXJLYwBrsI2KBQpwA=
-SHA256 (Pkgfile) = f30c66a2c08a509972ce2cb9afc07f132fe1c6bd21646d240e6be182e9b2ac8b
-SHA256 (.footprint) = 51c5576063b2e54138b7ed393b4261984d9ebc5aa69d04c6a07e76b45dc1b3c0
-SHA256 (msmtp-1.6.6.tar.xz) = da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e
+RWSE3ohX2g5d/fajGSdlHuzJSlAUTWQ/2Ry6b2NSkYelFs8CKIpdp46iIpgzpALCr53Wepc/R9u0++hGCHUyoy53+r3P5kJfAgs=
+SHA256 (Pkgfile) = 973e2642c9e5b0ed8a3f16894d2dae795b72be574798546aa34af3aee753c292
+SHA256 (.footprint) = 8c72467de3e20b7cd7a26216c1ca0ffc2ccaa475bea374a5f3b7277f7e8aedff
+SHA256 (msmtp-1.8.2.tar.xz) = d1185c1969ed00d0e2c57dbcd5eb09a9f82156042b21309d558f761978a58793
diff --git a/msmtp/Pkgfile b/msmtp/Pkgfile
index 58353145a..3d9d267af 100644
--- a/msmtp/Pkgfile
+++ b/msmtp/Pkgfile
@@ -1,18 +1,17 @@
# Description: An SMTP client suitable for use with mutt etc.
-# URL: http://msmtp.sourceforge.net/
+# URL: https://marlam.de/msmtp/
# Maintainer: Juergen Daubert, jue at crux dot nu
-# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on: openssl
name=msmtp
-version=1.6.6
+version=1.8.2
release=1
-source=(http://downloads.sourceforge.net/project/msmtp/msmtp/$version/$name-$version.tar.xz)
+source=(https://marlam.de/msmtp/releases/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
- --with-ssl=openssl \
+ --with-tls=openssl \
--disable-nls
make
make DESTDIR=$PKG install

Generated by cgit