From 1431b5cdd78906babbd081d30ebdad6206c1bed536d6d20d635af6097a35038b Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 23 Nov 2020 16:43:21 +0000 Subject: [PATCH] Accepting request 848403 from home:benoit_monin:branches:server:mail - update to version 1.8.13 - set the required minimum version for gnutls OBS-URL: https://build.opensuse.org/request/show/848403 OBS-URL: https://build.opensuse.org/package/show/server:mail/msmtp?expand=0&rev=105 --- msmtp-1.8.12.tar.xz | 3 --- msmtp-1.8.12.tar.xz.sig | Bin 310 -> 0 bytes msmtp-1.8.13.tar.xz | 3 +++ msmtp-1.8.13.tar.xz.sig | Bin 0 -> 310 bytes msmtp.changes | 10 ++++++++++ msmtp.spec | 4 ++-- 6 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 msmtp-1.8.12.tar.xz delete mode 100644 msmtp-1.8.12.tar.xz.sig create mode 100644 msmtp-1.8.13.tar.xz create mode 100644 msmtp-1.8.13.tar.xz.sig diff --git a/msmtp-1.8.12.tar.xz b/msmtp-1.8.12.tar.xz deleted file mode 100644 index 4eb6512..0000000 --- a/msmtp-1.8.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a86fef9477339923afefe974988a38e32d0feb90dfeeb88f7f55aac356a96354 -size 364712 diff --git a/msmtp-1.8.12.tar.xz.sig b/msmtp-1.8.12.tar.xz.sig deleted file mode 100644 index 295aa4abbeb33b21a9884a40894f41e231e0e3df650c387c01cbbce7139b2eed..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SW*e79j*LVYGsax_6rFv-2kdqNJ-HGW|3K0$)FLr~nEH5Cfv5 zs~$4_G$ld@|4}1N>{n95MSN&^Wz>^5=F$p<*o1vC3*YN0!)o)x2diN<(0?`#AFtCJ z9DQ}+m7~R{^EF??o*i`b22^o^u6I~wND+X8cKWhB4Ilfc<(qS228y6`#F;JwE6|Cz zFBgV(R;x}mVxaVE9pjf*hgC3U5xC(?5z7$h|(Gts@U0XgM;*tSp>HsDz zvNtt(9d?#ns(Uy*LI_0R!X+dId4LG1Th=SmztSVianBNjSny91*=O + +- update to version 1.8.13: + * Added support for XOAUTH2, the predecessor of OAUTHBEARER. + * The passwordeval command can now handle very long input, which + can be necessary for OAUTHBEARER and XOAUTH2. + * GnuTLS >= 3.4 is required +- set the required minimum version for gnutls + ------------------------------------------------------------------- Fri Aug 21 20:13:34 UTC 2020 - Benoît Monin diff --git a/msmtp.spec b/msmtp.spec index 3732ea9..571d3eb 100644 --- a/msmtp.spec +++ b/msmtp.spec @@ -17,9 +17,9 @@ Name: msmtp -Version: 1.8.12 +Version: 1.8.13 Release: 0 -BuildRequires: gnutls-devel +BuildRequires: gnutls-devel >= 3.4 BuildRequires: libidn2-devel BuildRequires: pkg-config BuildRequires: xz