Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2019-08-05 10:41:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and      /work/SRC/openSUSE:Factory/.msmtp.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "msmtp"

Mon Aug  5 10:41:33 2019 rev:45 rq:720734 version:1.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes      2019-05-03 
22:47:01.795852323 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new.4126/msmtp.changes    2019-08-05 
10:41:57.303294877 +0200
@@ -1,0 +2,10 @@
+Fri Jul 12 18:22:21 UTC 2019 - BenoĆ®t Monin <[email protected]>
+
+- update to version 1.8.5:
+  * Fixed OAUTHBEARER.
+  * Support for TLS client certificates via PKCS11 devices, e.g.
+    smart cards.
+  * Various small bug fixes and improvements.
+- fix sh scripts shebang, in addition to bash scripts
+
+-------------------------------------------------------------------

Old:
----
  msmtp-1.8.4.tar.xz
  msmtp-1.8.4.tar.xz.sig

New:
----
  msmtp-1.8.5.tar.xz
  msmtp-1.8.5.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ msmtp.spec ++++++
--- /var/tmp/diff_new_pack.2rctAn/_old  2019-08-05 10:41:59.075294673 +0200
+++ /var/tmp/diff_new_pack.2rctAn/_new  2019-08-05 10:41:59.075294673 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           msmtp
-Version:        1.8.4
+Version:        1.8.5
 Release:        0
 BuildRequires:  gnutls-devel
 BuildRequires:  libidn2-devel
@@ -97,13 +97,13 @@
 
 %prep
 %setup -q
-# fix bash scripts shebang while preserving mtime
+# fix bash and sh scripts shebang while preserving mtime
 for i in scripts/msmtpqueue/*.sh \
          scripts/msmtpq/msmtpq \
          scripts/msmtpq/msmtp-queue \
          scripts/set_sendmail/*.sh \
          scripts/find_alias/*.sh; do
-    sed '1 s|#!/usr/bin/env bash|#!/bin/bash|' $i > $i.new
+    sed '1 s|#!/usr/bin/env \(.*\)|#!/bin/\1|' $i > $i.new
     touch -r $i $i.new
     mv $i.new $i
 done

++++++ msmtp-1.8.4.tar.xz -> msmtp-1.8.5.tar.xz ++++++
++++ 10715 lines of diff (skipped)



Reply via email to