commit msmtp for openSUSE:Factory

2020-09-17 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2020-09-17 14:41:44

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new.4249 (New)


Package is "msmtp"

Thu Sep 17 14:41:44 2020 rev:52 rq:830639 version:1.8.12

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2020-06-05 
20:28:18.573188056 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new.4249/msmtp.changes2020-09-17 
14:44:57.551573618 +0200
@@ -1,0 +2,11 @@
+Fri Aug 21 20:13:34 UTC 2020 - Benoît Monin 
+
+- update to version 1.8.12:
+  * msmtpd now supports session reuse and improves standards
+compliance
+  * Automatic account matching now supports subaddresses. For
+example, user+det...@example.com will match account
+u...@example.com.
+- put the translations into a separate sub-package
+
+---

Old:

  msmtp-1.8.11.tar.xz
  msmtp-1.8.11.tar.xz.sig

New:

  msmtp-1.8.12.tar.xz
  msmtp-1.8.12.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.zsW9RB/_old  2020-09-17 14:45:00.291576233 +0200
+++ /var/tmp/diff_new_pack.zsW9RB/_new  2020-09-17 14:45:00.291576233 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   msmtp
-Version:1.8.11
+Version:1.8.12
 Release:0
 BuildRequires:  gnutls-devel
 BuildRequires:  libidn2-devel
@@ -60,6 +60,8 @@
 other mail user agents.  It forwards mail to an SMTP server that does
 the delivery.  msmtp supports multiple accounts.
 
+%lang_package
+
 %package doc
 Summary:Documentation for %{name}
 Group:  Documentation/Other
@@ -175,7 +177,7 @@
 [ "$1" = "0" ] && /sbin/install-info --delete 
"%{_infodir}/%{name}.info%{ext_info}" || :
 %endif # fedora
 
-%files -f %{name}.lang
+%files
 %doc %dir %{_docdir}/%{name}
 %license %{_docdir}/%{name}/COPYING
 %{_bindir}/msmtp
@@ -190,6 +192,8 @@
 %{_infodir}/msmtp.info%{?ext_info}
 %{_datadir}/vim/*/syntax/msmtp.vim
 
+%files lang -f %{name}.lang
+
 %files doc -f docfiles.lst
 %doc %dir %{_docdir}/%{name}
 

++ msmtp-1.8.11.tar.xz -> msmtp-1.8.12.tar.xz ++
 4009 lines of diff (skipped)





commit msmtp for openSUSE:Factory

2020-06-05 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2020-06-05 20:21:40

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new.3606 (New)


Package is "msmtp"

Fri Jun  5 20:21:40 2020 rev:51 rq:811662 version:1.8.11

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2020-05-23 
17:20:19.334483984 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new.3606/msmtp.changes2020-06-05 
20:28:18.573188056 +0200
@@ -1,0 +2,17 @@
+Thu Jun  4 18:18:28 UTC 2020 - Benoît Monin 
+
+- update to version 1.8.11:
+  * Add a new undisclosed_recipients command and
+--undisclosed-recipients option to replace To, Cc, Bcc with a
+single "To: undisclosed-recipients:;" header.
+  * Improved handling of temporary files on Windows systems.
+  * Re-enabled support for systems lacking vasprintf(),
+such as IBM i PASE.
+- spec cleaning:
+  * drop reference to suse_version 10
+  * use make_build and make_install macros
+  * remove defattr from %files sections
+  * use %license for the license file instead of doc
+  * fix the man and info pages extension
+
+---

Old:

  msmtp-1.8.10.tar.xz
  msmtp-1.8.10.tar.xz.sig

New:

  msmtp-1.8.11.tar.xz
  msmtp-1.8.11.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.offwyQ/_old  2020-06-05 20:28:20.137192939 +0200
+++ /var/tmp/diff_new_pack.offwyQ/_new  2020-06-05 20:28:20.141192952 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   msmtp
-Version:1.8.10
+Version:1.8.11
 Release:0
 BuildRequires:  gnutls-devel
 BuildRequires:  libidn2-devel
@@ -35,15 +35,8 @@
 BuildRequires:  vim-common
 %requires_eqvim-common
 %else
-%if 0%{?suse_version} < 1030
-# old openSUSE and SLES and Fedora and RHEL:
-BuildRequires:  vim
-%requires_eqvim
-%else
-# recent openSUSE:
 BuildRequires:  vim-base
 %requires_eqvim-base
-%endif #suse_version
 %endif #centos_version
 %if 0%{?suse_version}
 Requires(post): %install_info_prereq
@@ -109,15 +102,11 @@
 done
 
 %build
-%if 0%{?suse_version} > 1000
-CFLAGS="%{optflags} -fstack-protector -fPIE"
-export LDFLAGS="-pie"
-%endif
 %configure --docdir="%{_docdir}/%{name}" --with-tls=gnutls --without-msmtpd 
--with-libgsasl
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
-%makeinstall V=1
+%make_install V=1
 %find_lang %{name}
 for i in README ChangeLog ; do
 cp scripts/msmtpqueue/$i ${i}.msmtpqueue
@@ -187,9 +176,8 @@
 %endif # fedora
 
 %files -f %{name}.lang
-%defattr (-, root, root)
 %doc %dir %{_docdir}/%{name}
-%doc %{_docdir}/%{name}/COPYING
+%license %{_docdir}/%{name}/COPYING
 %{_bindir}/msmtp
 %{_bindir}/msmtpq
 %{_bindir}/msmtp-queue
@@ -198,17 +186,15 @@
 %{_bindir}/msmtp-listqueue.sh
 %{_bindir}/set_sendmail.sh
 %{_bindir}/find_alias_for_msmtp.sh
-%{_mandir}/man1/msmtp.1%{ext_man}
-%{_infodir}/msmtp.info%{ext_info}
+%{_mandir}/man1/msmtp.1%{?ext_man}
+%{_infodir}/msmtp.info%{?ext_info}
 %{_datadir}/vim/*/syntax/msmtp.vim
 
 %files doc -f docfiles.lst
-%defattr (-, root, root)
 %doc %dir %{_docdir}/%{name}
 
 %files mta
-%defattr (-, root, root)
 %{_sbindir}/sendmail
-%{_mandir}/man1/sendmail.1%{ext_man}
+%{_mandir}/man1/sendmail.1%{?ext_man}
 
 %changelog

++ msmtp-1.8.10.tar.xz -> msmtp-1.8.11.tar.xz ++
 9423 lines of diff (skipped)





commit msmtp for openSUSE:Factory

2020-05-23 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2020-05-23 17:20:16

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new.2738 (New)


Package is "msmtp"

Sat May 23 17:20:16 2020 rev:50 rq:805594 version:1.8.10

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2020-05-01 
11:14:35.212008421 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new.2738/msmtp.changes2020-05-23 
17:20:19.334483984 +0200
@@ -1,0 +2,6 @@
+Thu May 14 12:37:47 UTC 2020 - Marcus Rueckert 
+
+- gnu sasl support needs to be enabled with a configure option
+  (boo#1170516) 
+
+---



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.8k1XTO/_old  2020-05-23 17:20:20.090485620 +0200
+++ /var/tmp/diff_new_pack.8k1XTO/_new  2020-05-23 17:20:20.094485629 +0200
@@ -113,7 +113,7 @@
 CFLAGS="%{optflags} -fstack-protector -fPIE"
 export LDFLAGS="-pie"
 %endif
-%configure --docdir="%{_docdir}/%{name}" --with-tls=gnutls --without-msmtpd
+%configure --docdir="%{_docdir}/%{name}" --with-tls=gnutls --without-msmtpd 
--with-libgsasl
 make %{?_smp_mflags} V=1
 
 %install






commit msmtp for openSUSE:Factory

2020-05-01 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2020-05-01 11:14:24

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new.2738 (New)


Package is "msmtp"

Fri May  1 11:14:24 2020 rev:49 rq:799161 version:1.8.10

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2020-04-15 
19:55:47.617634121 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new.2738/msmtp.changes2020-05-01 
11:14:35.212008421 +0200
@@ -1,0 +2,12 @@
+Thu Apr 23 08:43:57 UTC 2020 - Benoît Monin 
+
+- update to version 1.8.10:
+  * This release fixes the msmtpq script that was accidentally
+broken in 1.8.8.
+  * Furthermore, internationalization files are updated and a new
+serbian translation is included. Thanks to the translators at
+translationproject.org!
+  * Note that version 1.8.9 only partially fixed the msmtpq problem
+and was quickly replaced by 1.8.10. 
+
+---

Old:

  msmtp-1.8.8.tar.xz
  msmtp-1.8.8.tar.xz.sig

New:

  msmtp-1.8.10.tar.xz
  msmtp-1.8.10.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.CmA99Q/_old  2020-05-01 11:14:36.316010821 +0200
+++ /var/tmp/diff_new_pack.CmA99Q/_new  2020-05-01 11:14:36.316010821 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   msmtp
-Version:1.8.8
+Version:1.8.10
 Release:0
 BuildRequires:  gnutls-devel
 BuildRequires:  libidn2-devel

++ msmtp-1.8.8.tar.xz -> msmtp-1.8.10.tar.xz ++
 8651 lines of diff (skipped)





commit msmtp for openSUSE:Factory

2020-04-15 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2020-04-15 19:55:38

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new.2738 (New)


Package is "msmtp"

Wed Apr 15 19:55:38 2020 rev:48 rq:793960 version:1.8.8

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2020-01-12 
23:25:41.786845249 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new.2738/msmtp.changes2020-04-15 
19:55:47.617634121 +0200
@@ -1,0 +2,29 @@
+Sun Apr 12 14:08:58 UTC 2020 - Benoît Monin 
+
+- update to version 1.8.8:
+  * Added a new socket command and --socket option to connect via
+local sockets.
+  * Added a new tls_host_override command and --tls-host-override
+option to override the host name used for TLS verification.
+  * Added a new set_from_header command and --set-from-header
+option with three settings:
++ on: always set a From header, possibly replacing an existing
+  one
++ off: never set a From header
++ auto: add a From header if there is none (this is the
+  default).
+This replaces the add_missing_from_header option (which remains
+ supported).
+  * Added a new set_date_header command and --set-date-header
+option with two settings:
++ off: never set a Date header
++ auto: add a Date header if there is none (this is the
+  default).
+This replaces the add_missing_date_header option (which remains
+supported).
+  * Fixed the handling of empty From headers with
+--read-recipients/-t.
+  * Fixed the source_ip command for proxies.
+- update expired msmtp.keyring
+
+---

Old:

  msmtp-1.8.7.tar.xz
  msmtp-1.8.7.tar.xz.sig

New:

  msmtp-1.8.8.tar.xz
  msmtp-1.8.8.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.i8owdQ/_old  2020-04-15 19:55:49.081634781 +0200
+++ /var/tmp/diff_new_pack.i8owdQ/_new  2020-04-15 19:55:49.085634783 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   msmtp
-Version:1.8.7
+Version:1.8.8
 Release:0
 BuildRequires:  gnutls-devel
 BuildRequires:  libidn2-devel

++ msmtp-1.8.7.tar.xz -> msmtp-1.8.8.tar.xz ++
 12150 lines of diff (skipped)

++ msmtp.keyring ++
--- /var/tmp/diff_new_pack.i8owdQ/_old  2020-04-15 19:55:49.281634871 +0200
+++ /var/tmp/diff_new_pack.i8owdQ/_new  2020-04-15 19:55:49.281634871 +0200
@@ -6,25 +6,25 @@
 TpFTcor4XcWdbFyAitU11fp2opF813jxXy9AGw+aOS9xSw4R7CbtDQdyxuERbMGT
 fVif3BQ3q6lTQHbu0S6Ipb9R36vu1JFzRr21EE1miZck01DpC7D+qB5IuftJIeQ3
 ANzhoYujwOzhppDcEc338lNwdBaP3pnQKAXHABEBAAG0IU1hcnRpbiBMYW1iZXJz
-IDxtYXJsYW1AbWFybGFtLmRlPokBVAQTAQgAPhYhBC9htIKLunea7LPzJwOipKse
-Mv00BQJZlqeiAhsDBQkDwmcABQsJCAcCBhUICQoLAgQWAgMBAh4BAheAAAoJEAOi
-pKseMv00XN8H/RyyfAGnQ2jq3WEwxyD/973vaNlbkuxM9Y3IF644aSNE3yK9oPSX
-clca7tECeG27EdYmVMe/nuEtfUlIl699YX+d4ajIdDgapfMLaV7o1cQa/BztEyRN
-ynW8ITjKGNGH6KVOFqMicctxlOENroPZDKkdaJx8FLMybxITod2vGJpzwqQw1XAU
-Ynv51i9taT5YuMaa1I4tfxzT/89O7de1bVOdnKCip04qNYQY6uUDdTuEpFTmrXGe
-1JW6IyaT5yIUIS7Qsam6y6QCZe0AqfIaQOWpsvMN81rkjwi07WISGsHPlKyz2RfV
-/Khr6C2iH6DhQg6wU+R7Mv/VFfdB9iTzzTW5AQ0EWZanogEIAMozx4EWXGPcu0wb
-U7j90TSXan2klow2Piq4OYD3uecK4SvUmqAgw7imdGF2URoCHpzpdAMocLJXT+C8
-Q+ZFUcfVXkBcOvdFu9ymgBVv4CS9kpgvZYir8b5X5tAqPS8moU/WeNHYUbPAlmI8
-MuNfKYzDGTiPSffrF9XEj1B3vJTJ7LqTUR2/IFv6itzoifnASt35OQ/O6oVMO5N7
-CYZjKrucNwBCXP280IAMrdJCVbEmVhOCZFC+F8xpJz4Y8Ki7PYelg+pQ+uwrvSkR
-EoX4gblamH/iR/ObCcdPQmfZdXm+ZKXCItylOl95gxyphltA2LAz85N8zM+3QPIK
-ipAzhbEAEQEAAYkBPAQYAQgAJhYhBC9htIKLunea7LPzJwOipKseMv00BQJZlqei
-AhsMBQkDwmcAAAoJEAOipKseMv00WO4H/07M8LC6jGGltI6wg+eJ54VrpjIT5PY+
-3claVofgNe0mGMMqQBQDwQ781u4cKrG8VSo6dnwA7MNK4JxXzhQwePouWXVuO8cZ
-SDfqlbII/z+bfo+8t5llLhFU9/4PhHo5tJYT/Zb68m9T5bouCcSmI6aiyF3DwJhF
-CiLzvdjlKwydNNSS67Xko6COmPtjiyP29PQLtKBHdQl6Px/AWI7gjsz+TqFnOuFM
-aEKQja1gA0iZ5kx9msWLJQWT+SiBPeEmxaixvHkzE60tE6z5dF9abFCN/JLGjebG
-O/hSYyk2uY9VjubKEJGelyqY2GeZWiyKnmJRB5alVWWD7jmAgW/QMaY=
-=vlEq
+IDxtYXJsYW1AbWFybGFtLmRlPokBTQQTAQgAOAIbAwULCQgHAgYVCAkKCwIEFgID
+AQIeAQIXgBYhBC9htIKLunea7LPzJwOipKseMv00BQJedI+2AAoJEAOipKseMv00
+bHcH+OeXUUxRfA4owMpRCs0zDnaVJEqzp/Ey4L3ObQGD+eIq866KnHwxKYmGFjUH
+DmHJa7Fduaw32FzbOr2YUVAniPGhjUjH3Bpm6uQLy8d8GXMEXtzlc0P8wUfBXJd+
+LKWt3PVw0PNFhXcK8xZ7KDO9AR/HJWGPEZkRaNnXRV3hfaqMwdCQ8pNbWABINX1s
+W+b28Up6gBJXA9DmieLNid2S0A+NGCUp34Zt2/y4i72Iz6odf+HKwg6q5iN7PAg7
+xYpQQKw+8vSm3pJ0wAZ/cGXURXFWpSC+ZQFs1WKq5HOxnhrmNMGo2KLJxQqvozAz

commit msmtp for openSUSE:Factory

2020-01-12 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2020-01-12 23:23:49

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new.6675 (New)


Package is "msmtp"

Sun Jan 12 23:23:49 2020 rev:47 rq:763052 version:1.8.7

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2019-11-26 
16:51:00.184278842 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new.6675/msmtp.changes2020-01-12 
23:25:41.786845249 +0100
@@ -1,0 +2,8 @@
+Tue Dec 24 09:43:32 UTC 2019 - Benoît Monin 
+
+- update to version 1.8.7:
+  * Add support for %U,%H,%C,%M in 'from'
+This makes the auto_from and maildomain commands obsolete
+  * Do not call gnutls_free() needlessly
+
+---

Old:

  msmtp-1.8.6.tar.xz
  msmtp-1.8.6.tar.xz.sig

New:

  msmtp-1.8.7.tar.xz
  msmtp-1.8.7.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.gg8re0/_old  2020-01-12 23:25:42.282845432 +0100
+++ /var/tmp/diff_new_pack.gg8re0/_new  2020-01-12 23:25:42.282845432 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   msmtp
-Version:1.8.6
+Version:1.8.7
 Release:0
 BuildRequires:  gnutls-devel
 BuildRequires:  libidn2-devel
@@ -56,7 +56,7 @@
 Summary:Lightweight SMTP Client
 License:GPL-3.0-or-later
 Group:  Productivity/Networking/Email/Utilities
-Url:https://marlam.de/msmtp/
+URL:https://marlam.de/msmtp/
 Source: https://marlam.de/msmtp/releases/msmtp-%{version}.tar.xz
 Source1:https://marlam.de/msmtp/releases/msmtp-%{version}.tar.xz.sig
 Source2:%{name}.keyring

++ msmtp-1.8.6.tar.xz -> msmtp-1.8.7.tar.xz ++
 5891 lines of diff (skipped)





commit msmtp for openSUSE:Factory

2019-11-26 Thread root


binJqbkrIuwEc.bin
Description: Binary data


commit msmtp for openSUSE:Factory

2019-08-05 Thread root
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.changes2019-08-05 
10:41:57.303294877 +0200
@@ -1,0 +2,10 @@
+Fri Jul 12 18:22:21 UTC 2019 - Benoît Monin 
+
+- 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)





commit msmtp for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2019-05-03 22:47:00

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new.5148 (New)


Package is "msmtp"

Fri May  3 22:47:00 2019 rev:44 rq:700191 version:1.8.4

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2019-02-26 
22:23:07.466050755 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new.5148/msmtp.changes2019-05-03 
22:47:01.795852323 +0200
@@ -1,0 +2,7 @@
+Wed Apr 24 18:48:28 UTC 2019 - Benoît Monin 
+
+- update to version 1.8.4
+  * Added support for the OAUTHBEARER authentication method.
+  * Several minor bug fixes.
+
+---

Old:

  msmtp-1.8.3.tar.xz
  msmtp-1.8.3.tar.xz.sig

New:

  msmtp-1.8.4.tar.xz
  msmtp-1.8.4.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.rcPKW0/_old  2019-05-03 22:47:02.331853553 +0200
+++ /var/tmp/diff_new_pack.rcPKW0/_new  2019-05-03 22:47:02.335853562 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   msmtp
-Version:1.8.3
+Version:1.8.4
 Release:0
 BuildRequires:  gnutls-devel
 BuildRequires:  libidn2-devel

++ msmtp-1.8.3.tar.xz -> msmtp-1.8.4.tar.xz ++
 7053 lines of diff (skipped)





commit msmtp for openSUSE:Factory

2019-02-26 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2019-02-26 22:21:43

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new.28833 (New)


Package is "msmtp"

Tue Feb 26 22:21:43 2019 rev:43 rq:679267 version:1.8.3

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2019-02-15 
10:04:21.123587962 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new.28833/msmtp.changes   2019-02-26 
22:23:07.466050755 +0100
@@ -1,0 +2,10 @@
+Thu Feb 14 20:48:32 UTC 2019 - Benoît Monin 
+
+- update to version 1.8.3 (boo#1125420)
+  * CVE-2019-8337
+This version fixes a security problem that affects version
+1.8.2 (older versions are not affected): when the new default
+value system for tls_trust_file is used, the result of
+certificate verification was not properly checked.
+
+---

Old:

  msmtp-1.8.2.tar.xz
  msmtp-1.8.2.tar.xz.sig

New:

  msmtp-1.8.3.tar.xz
  msmtp-1.8.3.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.bLeZPT/_old  2019-02-26 22:23:07.962050579 +0100
+++ /var/tmp/diff_new_pack.bLeZPT/_new  2019-02-26 22:23:07.966050578 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   msmtp
-Version:1.8.2
+Version:1.8.3
 Release:0
 BuildRequires:  gnutls-devel
 BuildRequires:  libidn2-devel

++ msmtp-1.8.2.tar.xz -> msmtp-1.8.3.tar.xz ++
 2486 lines of diff (skipped)





commit msmtp for openSUSE:Factory

2019-02-15 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2019-02-15 10:03:52

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new.28833 (New)


Package is "msmtp"

Fri Feb 15 10:03:52 2019 rev:42 rq:676218 version:1.8.2

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2019-02-08 
12:10:55.433525031 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new.28833/msmtp.changes   2019-02-15 
10:04:21.123587962 +0100
@@ -1,0 +2,6 @@
+Wed Feb 13 14:58:51 UTC 2019 - Tomas Cech 
+
+- use GnuTLS instead of OpenSSL
+  https://marlam.de/msmtp/news/openssl-discouraged/
+
+---



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.nVAq8C/_old  2019-02-15 10:04:23.499587193 +0100
+++ /var/tmp/diff_new_pack.nVAq8C/_new  2019-02-15 10:04:23.499587193 +0100
@@ -19,8 +19,8 @@
 Name:   msmtp
 Version:1.8.2
 Release:0
+BuildRequires:  gnutls-devel
 BuildRequires:  libidn2-devel
-BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  xz
 %if 0%{?suse_version} >= 1120 || 0%{?centos_version} == 700
@@ -113,7 +113,7 @@
 CFLAGS="%{optflags} -fstack-protector -fPIE"
 export LDFLAGS="-pie"
 %endif
-%configure --docdir="%{_docdir}/%{name}" --with-tls=openssl --without-msmtpd
+%configure --docdir="%{_docdir}/%{name}" --with-tls=gnutls --without-msmtpd
 make %{?_smp_mflags} V=1
 
 %install






commit msmtp for openSUSE:Factory

2019-02-08 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2019-02-08 12:10:12

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new.28833 (New)


Package is "msmtp"

Fri Feb  8 12:10:12 2019 rev:41 rq:672069 version:1.8.2

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2018-03-14 
19:38:15.766853958 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new.28833/msmtp.changes   2019-02-08 
12:10:55.433525031 +0100
@@ -1,0 +2,51 @@
+Wed Jan 16 19:20:38 UTC 2019 - Benoît Monin 
+
+- update to version 1.8.2:
+  * To simplify TLS setup, the tls_trust_file command has a new
+default value 'system' that selects the system default trust.
+  * To simplify setup, a new option '--configure ' was
+added that automatically generates a configuration file for a
+given mail address.
+- additional changes from version 1.8.1:
+  * Fixed our TLS code to support TLS 1.3 with GnuTLS.
+- additional changes from version 1.8.0:
+  * A minimal SMTP server called msmtpd was added that listens on
+the local host and pipes mails to msmtp (or another program).
+It is intended to be used with system services that cannot be
+configured to call msmtp directly. You can disable it with the
+configure option --without-msmtpd.
+  * Using OpenSSL is discouraged and may not be supported in the
+future. Please use GnuTLS instead. The reasons are explained
+here: https://marlam.de/msmtp/news/openssl-discouraged/
+  * As using GNU SASL is most likely unnecessary, it is disabled by
+default now. Since everything uses TLS nowadays and thus can
+use PLAIN authentication, you really only need it for GSSAPI.
+  * If your system requires a library for IDN support, libidn2 is
+now used instead of the older libidn.
+  * The CRAM-MD5 authentication method is marked as obsolete /
+insecure and will not be chosen automatically anymore.
+  * The passwordeval command does not require the password to be
+terminated by a new line character anymore.
+  * The new logfile_time_format command allows to customize log
+file time stamps.
+  * Builtin default port numbers are now used instead of consulting
+/etc/services.
+  * Support for DJGPP and for systems lacking vasprintf(),
+mkstemp(), or tmpfile() is removed.
+- additional changes from version 1.6.8:
+  * Add --source-ip option and source_ip command to bind the
+outgoing connection to a specific source IP address.
+  * Enable SNI for TLS
+- additional changes from version 1.6.7:
+  * Add support for ~/.config/msmtp/config as configuration file
+  * Add network timeout handling on Windows
+  * Fix command line handling of SHA256 TLS fingerprints
+  * Fix SIGPIPE handling (affects at least Mac OS X)
+  * Add french translation, and update german translation
+- update Url and Source to marlam.de, see:
+  https://marlam.de/msmtp/news/project-moved/
+- update the keyring, the previous one has been revoked
+- switch to libidn2 to match msmtp requirement
+- configure with openssl as tls library
+
+---

Old:

  msmtp-1.6.6.tar.xz
  msmtp-1.6.6.tar.xz.sig

New:

  msmtp-1.8.2.tar.xz
  msmtp-1.8.2.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.4kDeLL/_old  2019-02-08 12:10:59.289523584 +0100
+++ /var/tmp/diff_new_pack.4kDeLL/_new  2019-02-08 12:10:59.289523584 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   msmtp
-Version:1.6.6
+Version:1.8.2
 Release:0
-BuildRequires:  libidn-devel
+BuildRequires:  libidn2-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  xz
@@ -56,9 +56,9 @@
 Summary:Lightweight SMTP Client
 License:GPL-3.0-or-later
 Group:  Productivity/Networking/Email/Utilities
-Url:http://msmtp.sourceforge.net/
-Source: 
http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.xz
-Source1:
http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.xz.sig
+Url:https://marlam.de/msmtp/
+Source: 

commit msmtp for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2018-03-14 19:38:14

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is "msmtp"

Wed Mar 14 19:38:14 2018 rev:40 rq:585326 version:1.6.6

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2017-04-07 
14:19:32.393167988 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2018-03-14 
19:38:15.766853958 +0100
@@ -1,0 +2,5 @@
+Sat Mar 10 14:05:08 UTC 2018 - benoit.mo...@gmx.fr
+
+- fix bash scripts shebang
+
+---



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.862fL1/_old  2018-03-14 19:38:16.698820854 +0100
+++ /var/tmp/diff_new_pack.862fL1/_new  2018-03-14 19:38:16.702820712 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -54,7 +54,7 @@
 Requires(preun):/sbin/install-info
 %endif
 Summary:Lightweight SMTP Client
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Networking/Email/Utilities
 Url:http://msmtp.sourceforge.net/
 Source: 
http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.xz
@@ -97,6 +97,16 @@
 
 %prep
 %setup -q
+# fix bash 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
+touch -r $i $i.new
+mv $i.new $i
+done
 
 %build
 %if 0%{?suse_version} > 1000






commit msmtp for openSUSE:Factory

2017-04-07 Thread root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2017-04-07 14:19:31

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is "msmtp"

Fri Apr  7 14:19:31 2017 rev:39 rq:483195 version:1.6.6

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2016-11-15 
18:02:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2017-04-07 
14:19:32.393167988 +0200
@@ -1,0 +2,15 @@
+Sun Mar 26 19:29:42 UTC 2017 - dev+nov...@devmotion.de
+
+- Keyring integration only for recent openSUSE and CentOS 
+
+---
+Sun Mar 26 19:14:20 UTC 2017 - dev+nov...@devmotion.de
+
+- Replace pkgconfig dependencies 
+
+---
+Sun Mar 26 19:07:02 UTC 2017 - dev+nov...@devmotion.de
+
+- Add keyring integration 
+
+---



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.qwZnA3/_old  2017-04-07 14:19:33.513009846 +0200
+++ /var/tmp/diff_new_pack.qwZnA3/_new  2017-04-07 14:19:33.517009281 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,6 @@
 #
 
 
-%bcond_with gnome_keyring
-
 Name:   msmtp
 Version:1.6.6
 Release:0
@@ -25,8 +23,9 @@
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  xz
-%if %{with gnome_keyring}
-BuildRequires:  pkgconfig(libsecret-1)
+%if 0%{?suse_version} >= 1120 || 0%{?centos_version} == 700
+# keyring integration for recent openSUSE and CentOS
+BuildRequires:  libsecret-devel
 %endif
 %if 0%{?suse_version} >= 1120
 BuildRequires:  libgsasl-devel






commit msmtp for openSUSE:Factory

2016-11-15 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2016-11-15 18:02:06

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is "msmtp"

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2016-06-02 
09:40:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2016-11-15 
18:02:07.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 14 22:09:00 UTC 2016 - benoit.mo...@gmx.fr
+
+- update to version 1.6.6:
+  * This version fixes a memory leak and a double-free in
+msmtp_read_headers(). The double-free was triggered by read
+errors.
+- remove reference to msmtp-fix-newopenssl.patch:
+  this patch was removed 5 years ago.
+
+---

Old:

  msmtp-1.6.5.tar.xz
  msmtp-1.6.5.tar.xz.sig

New:

  msmtp-1.6.6.tar.xz
  msmtp-1.6.6.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.5D4GOj/_old  2016-11-15 18:02:08.0 +0100
+++ /var/tmp/diff_new_pack.5D4GOj/_new  2016-11-15 18:02:08.0 +0100
@@ -19,7 +19,7 @@
 %bcond_with gnome_keyring
 
 Name:   msmtp
-Version:1.6.5
+Version:1.6.6
 Release:0
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel
@@ -54,7 +54,6 @@
 Requires(post): /sbin/install-info
 Requires(preun):/sbin/install-info
 %endif
-#Patch0: msmtp-fix-newopenssl.patch
 Summary:Lightweight SMTP Client
 License:GPL-3.0+
 Group:  Productivity/Networking/Email/Utilities

++ msmtp-1.6.5.tar.xz -> msmtp-1.6.6.tar.xz ++
 3076 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/msmtp-1.6.5/ChangeLog new/msmtp-1.6.6/ChangeLog
--- old/msmtp-1.6.5/ChangeLog   2016-05-31 20:52:27.0 +0200
+++ new/msmtp-1.6.6/ChangeLog   2016-11-14 21:01:10.0 +0100
@@ -1,3 +1,47 @@
+commit 2fa66d2b7fd417b024f48addb2dae04324751875
+Author: Martin Lambers 
+Date:   2016-11-14 20:59:18 +0100
+
+Bump version to 1.6.6
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit e35a417cfd97914ff5b064bdd7980d55e0fd85a7
+Author: Martin Lambers 
+Date:   2016-11-14 20:53:43 +0100
+
+Fix cross-build with x86_64-w64-mingw32
+
+getservbyname() is available, but winsock2.h needs to be included.
+
+ src/msmtp.c | 5 +
+ 1 file changed, 5 insertions(+)
+
+commit 9eb17c779cfc7ee466fd9ff3822b8ddc45a1281d
+Author: Martin Lambers 
+Date:   2016-11-11 08:46:41 +0100
+
+Include , for uint16_t in the SOCKS code.
+
+This is only necessary on platforms lacking , i.e. Windows, 
but
+does not hurt on other platforms as  includes this anyway.
+
+ src/net.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 7f3c8b83fb1d9d495b90034c5b121d6b17810596
+Author: Martin Lambers 
+Date:   2016-09-04 17:21:44 +0200
+
+Fix a memory leak and a double-free in msmtp_read_headers().
+
+Both problems were reported and analyzed by Felix Janda. Thanks a lot!
+The double-free was triggered on read errors, e.g. "msmtp -t < /".
+
+ src/msmtp.c | 9 -
+ 1 file changed, 8 insertions(+), 1 deletion(-)
+
 commit 6c693ffea3dcc1ed6cc3f7a7ae1d5bf349909350
 Author: Martin Lambers 
 Date:   2016-05-31 20:51:19 +0200
@@ -171,9 +215,9 @@
 
 Update msmtpq scripts.
 
- scripts/msmtpq/README.msmtpq |  82 
+++
+ scripts/msmtpq/README.msmtpq |  82 
+++-
  scripts/msmtpq/msmtp-queue   |   2 +-
- scripts/msmtpq/msmtpq| 106 
-
+ scripts/msmtpq/msmtpq| 106 
--
  3 files changed, 135 insertions(+), 55 deletions(-)
 
 commit f52acb765262b05e4b1c9639ff08f4265cb71e3e
@@ -307,7 +351,7 @@
 
 Improve man page and manual.
 
- doc/msmtp.1| 502 
+--
+ doc/msmtp.1| 502 

commit msmtp for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2016-06-02 09:40:07

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is "msmtp"

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2016-02-05 
00:31:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2016-06-02 
09:40:09.0 +0200
@@ -1,0 +2,7 @@
+Tue May 31 19:26:18 UTC 2016 - benoit.mo...@gmx.fr
+
+- update to version 1.6.5:
+  * Support SHA256 fingerprints for tls_fingerprint,
+and mark both SHA1 and MD5 as deprecated.
+
+---

Old:

  msmtp-1.6.4.tar.xz
  msmtp-1.6.4.tar.xz.sig

New:

  msmtp-1.6.5.tar.xz
  msmtp-1.6.5.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.wACrHw/_old  2016-06-02 09:40:10.0 +0200
+++ /var/tmp/diff_new_pack.wACrHw/_new  2016-06-02 09:40:10.0 +0200
@@ -19,7 +19,7 @@
 %bcond_with gnome_keyring
 
 Name:   msmtp
-Version:1.6.4
+Version:1.6.5
 Release:0
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel

++ msmtp-1.6.4.tar.xz -> msmtp-1.6.5.tar.xz ++
 4270 lines of diff (skipped)





commit msmtp for openSUSE:Factory

2016-02-04 Thread h_root


biniK8ZT2IlzL.bin
Description: Binary data


commit msmtp for openSUSE:Factory

2016-01-08 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2016-01-08 15:23:19

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is "msmtp"

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2015-05-26 
12:35:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2016-01-08 
15:23:25.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov 29 13:12:48 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.6.3:
+  * A bug in SOCKS support was fixed.
+  * Handling non-fatal errors in TLS handshakes was fixed.
+- fix info installation for suse package:
+  * properly requires %install_info_prereq
+  * call %install_info_delete in preun, not postun
+
+---

Old:

  msmtp-1.6.2.tar.xz
  msmtp-1.6.2.tar.xz.sig

New:

  msmtp-1.6.3.tar.xz
  msmtp-1.6.3.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.ETImGU/_old  2016-01-08 15:23:26.0 +0100
+++ /var/tmp/diff_new_pack.ETImGU/_new  2016-01-08 15:23:26.0 +0100
@@ -19,7 +19,7 @@
 %bcond_with gnome_keyring
 
 Name:   msmtp
-Version:1.6.2
+Version:1.6.3
 Release:0
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel
@@ -47,7 +47,8 @@
 %endif #suse_version
 %endif #centos_version
 %if 0%{?suse_version}
-PreReq: %install_info_prereq
+Requires(post): %install_info_prereq
+Requires(preun): %install_info_prereq
 %endif
 %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
 Requires(post): /sbin/install-info
@@ -165,7 +166,7 @@
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/msmtp.info%{ext_info}
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/msmtp.info%{ext_info}
 %endif
 %if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}

++ msmtp-1.6.2.tar.xz -> msmtp-1.6.3.tar.xz ++
 2668 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/msmtp-1.6.2/ChangeLog new/msmtp-1.6.3/ChangeLog
--- old/msmtp-1.6.2/ChangeLog   2015-04-24 19:12:55.0 +0200
+++ new/msmtp-1.6.3/ChangeLog   2015-11-27 21:44:54.0 +0100
@@ -1,3 +1,75 @@
+commit ea7e0de2776e141b937e258efaa6a7f4001bd5e6
+Author: Martin Lambers 
+Date:   2015-11-27 21:42:56 +0100
+
+Bump version to 1.6.3.
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a7b5ec9ce85c77c47cd28891210f6d87f82f9d90
+Author: Martin Lambers 
+Date:   2015-11-27 21:42:10 +0100
+
+Update NEWS.
+
+ NEWS | 4 
+ 1 file changed, 4 insertions(+)
+
+commit 091b31fffdf4dc18f24d2cf938188c6df5265f73
+Author: Martin Lambers 
+Date:   2015-11-02 10:32:38 +0100
+
+SOCKS5: do not clobber the status byte reported by the server.
+
+This prevented SOCKS support from working in certain cases.
+Analyzed and reported by Russ Dill. Thanks!
+
+ src/net.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit bb27fd6582231acee23759341864405e45db8a2f
+Author: Martin Lambers 
+Date:   2015-09-07 22:34:22 +0200
+
+Remove erroneous cast.
+
+The cast was wrong and resulted in warnings from smart compilers. Reported 
and
+fix suggested by Stefan Krüger. Thanks!
+
+Note that the code accidentally worked on most machines with two-complement
+integers and common compilers: casting -1 to size_t results in the largest
+representable size_t, then adding +1 usually wraps around to zero, which 
is the
+intended result.
+
+ src/conf.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 38f9a2e89df2941c0dd947cdd001c309a4d378d9
+Author: Emmanuel Bouthenot 
+Date:   2015-06-04 10:25:47 +0200
+
+Fix various issues in manpage (spelling and formating errors)
+
+ doc/msmtp.1 | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 7f952bf19cef450b3d84971e96798742de5c7b60
+Author: Emmanuel Bouthenot 
+Date:   2015-05-20 19:48:16 +0200
+
+Fix handling of non-fatal errors in gnutls_handshake().
+
+The fix consists in recalling gnutls_handshake() for ever until the error
+returned is fatal (that's what the doc says[1] and that's how gnutls-cli is
+implemented[2]).
+
+[1] 

commit msmtp for openSUSE:Factory

2015-05-26 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2015-05-26 12:35:35

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is msmtp

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2015-01-15 
15:58:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2015-05-26 
12:35:37.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr 24 19:10:07 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.6.2:
+  * A bug was fixed that prevented consecutive Bcc headers from
+being removed properly.
+- add tarball signature and keyring
+
+---

Old:

  msmtp-1.6.1.tar.xz

New:

  msmtp-1.6.2.tar.xz
  msmtp-1.6.2.tar.xz.sig
  msmtp.keyring



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.IC0cvV/_old  2015-05-26 12:35:37.0 +0200
+++ /var/tmp/diff_new_pack.IC0cvV/_new  2015-05-26 12:35:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %bcond_with gnome_keyring
 
 Name:   msmtp
-Version:1.6.1
+Version:1.6.2
 Release:0
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel
@@ -59,6 +59,8 @@
 Group:  Productivity/Networking/Email/Utilities
 Url:http://msmtp.sourceforge.net/
 Source: 
http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.xz
+Source1:
http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.xz.sig
+Source2:%{name}.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ msmtp-1.6.1.tar.xz - msmtp-1.6.2.tar.xz ++
 2279 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/msmtp-1.6.1/ChangeLog new/msmtp-1.6.2/ChangeLog
--- old/msmtp-1.6.1/ChangeLog   2015-01-05 08:56:05.0 +0100
+++ new/msmtp-1.6.2/ChangeLog   2015-04-24 19:12:55.0 +0200
@@ -1,3 +1,52 @@
+commit 164d1d0a27c888c4424e79862ae72da06b946606
+Author: Martin Lambers mar...@marlam.de
+Date:   2015-04-24 19:11:59 +0200
+
+Bump version to 1.6.2
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ed638d3fa37a7985c1186bb70e38aa7c5fe2c4dd
+Author: Martin Lambers mar...@marlam.de
+Date:   2015-04-24 19:11:52 +0200
+
+Update NEWS
+
+ NEWS | 4 
+ 1 file changed, 4 insertions(+)
+
+commit 38bc299a2400b8cdfc2bfb1b83e4458ba58c127a
+Author: Martin Küttler cmd.c...@gmx.de
+Date:   2015-04-24 10:54:45 +0200
+
+Fix removal of multiple consecutive Bcc headers.
+
+Previously, only every second of multiple consecutive Bcc headers was 
removed.
+
+ src/smtp.c | 13 +
+ 1 file changed, 5 insertions(+), 8 deletions(-)
+
+commit 0f794b730a178b6ea7899b9f1484b8ae13f64e77
+Author: Chris Gianniotis nam...@gmx.net
+Date:   2015-03-12 15:59:19 +0100
+
+Update msmtpq scripts.
+
+ scripts/msmtpq/README.msmtpq |  82 
+++
+ scripts/msmtpq/msmtp-queue   |   2 +-
+ scripts/msmtpq/msmtpq| 106 
-
+ 3 files changed, 135 insertions(+), 55 deletions(-)
+
+commit f52acb765262b05e4b1c9639ff08f4265cb71e3e
+Author: Martin Lambers mar...@marlam.de
+Date:   2015-01-06 20:59:26 +0100
+
+Fix --version output for IDN without libidn
+
+ src/msmtp.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
 commit 0f7fc8cb83bd5e7a11443104c9b5c873ae00487f
 Author: Martin Lambers mar...@marlam.de
 Date:   2015-01-05 08:55:32 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/msmtp-1.6.1/NEWS new/msmtp-1.6.2/NEWS
--- old/msmtp-1.6.1/NEWS2015-01-05 08:55:15.0 +0100
+++ new/msmtp-1.6.2/NEWS2015-04-24 19:10:07.0 +0200
@@ 

commit msmtp for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2015-01-15 15:58:46

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is msmtp

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2014-07-31 
07:41:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2015-01-15 
15:58:48.0 +0100
@@ -1,0 +2,36 @@
+Mon Jan  5 19:11:11 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.6.1:
+  * The new configure option --with-tls replaces --with-ssl.
+  * A new configure option --disable-gai-idn was added.
+- additional changes from 1.6.0:
+  * Support for SOCKS proxies was added. This allows msmtp to be
+used with Tor.
+  * GNOME Keyring support now uses libsecret instead of
+libgnome-keyring. It is now documented how to use secret-tool
+to manage passwords for msmtp; the obsolete msmtp-gnome-tool
+script is removed.
+  * Configuration file security is now only checked if the file
+actually contains secrets such as passwords.
+  * The GSSAPI authentication method is not chosen automatically
+anymore, you have to request it manually if you really want to
+use it.
+  * From: and Date: headers are now added to mails if necessary, for
+compatibility with sendmail, postfix, exim, and other MTAs. This
+can be disabled with the add_missing_from_header and
+add_missing_date_header commands.
+  * Libidn is not required for IDN support anymore on systems where
+getaddrinfo() supports the AI_IDN flag and the GnuTLS version
+is = 3.4.0.
+  * The new remove_bcc_headers command replaces the old keepbcc
+command (but the old command is still supported for
+compatibility).
+  * SSLv3 is disabled, and the obsolete tls_force_sslv3 command and
+--tls-force-sslv3 option have no effect anymore.
+- add xz as BuildRequires: source archive format is now tar.xz
+- switch gnome keyring support to libsecret
+- remove msmtp-gnome-tool.py: deleted upstream
+- remove README.msmtp-gnome-tool: deleted upstream
+- remove Mutt+msmtp.txt: deleted upstream
+
+---

Old:

  msmtp-1.4.32.tar.bz2

New:

  msmtp-1.6.1.tar.xz



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.645eEa/_old  2015-01-15 15:58:49.0 +0100
+++ /var/tmp/diff_new_pack.645eEa/_new  2015-01-15 15:58:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,14 @@
 %bcond_with gnome_keyring
 
 Name:   msmtp
-Version:1.4.32
+Version:1.6.1
 Release:0
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
+BuildRequires:  xz
 %if %{with gnome_keyring}
-BuildRequires:  pkgconfig(gnome-keyring-1)
+BuildRequires:  pkgconfig(libsecret-1)
 %endif
 %if 0%{?suse_version} = 1120
 BuildRequires:  libgsasl-devel
@@ -57,7 +58,7 @@
 License:GPL-3.0+
 Group:  Productivity/Networking/Email/Utilities
 Url:http://msmtp.sourceforge.net/
-Source: 
http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.bz2
+Source: 
http://prdownloads.sourceforge.net/msmtp/msmtp-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -112,13 +113,11 @@
 done
 cp scripts/msmtpq/README.msmtpqREADME.msmtpq
 cp scripts/vim/README  README.vim
-cp scripts/msmtp-gnome-tool/README README.msmtp-gnome-tool
 
 install -m 0755 \
 scripts/msmtpqueue/*.sh \
 scripts/msmtpq/msmtpq \
 scripts/msmtpq/msmtp-queue \
-scripts/msmtp-gnome-tool/msmtp-gnome-tool.py \
 scripts/set_sendmail/*.sh \
 scripts/find_alias/*.sh \
 %{buildroot}%{_bindir}
@@ -143,8 +142,7 @@
 echo -n docfiles.lst
 for f in \
 AUTHORS ChangeLog* NEWS README README.msmtpqueue README.msmtpq THANKS \
-README.msmtp-gnome-tool \
-doc/Mutt+msmtp.txt doc/*.example \
+doc/*.example \
 scripts/set_sendmail/set_sendmail.conf \
 ; do
 ff=${f##*/}
@@ -189,7 +187,6 @@
 %{_bindir}/msmtp-listqueue.sh
 %{_bindir}/set_sendmail.sh
 %{_bindir}/find_alias_for_msmtp.sh
-%{_bindir}/msmtp-gnome-tool.py
 %{_mandir}/man1/msmtp.1%{ext_man}
 %{_infodir}/msmtp.info%{ext_info}
 %{_datadir}/vim/*/syntax/msmtp.vim

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: 

commit msmtp for openSUSE:Factory

2014-07-30 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2014-07-31 07:41:37

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is msmtp

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2014-02-02 
07:36:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2014-07-31 
07:41:48.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 29 19:14:32 UTC 2014 - benoit.mo...@gmx.fr
+
+- update to version 1.4.32:
+  * A recipient list on the command line is now parsed as if it
+appeared in a mail header.
+
+---

Old:

  msmtp-1.4.31.tar.bz2

New:

  msmtp-1.4.32.tar.bz2



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.oOPkok/_old  2014-07-31 07:41:50.0 +0200
+++ /var/tmp/diff_new_pack.oOPkok/_new  2014-07-31 07:41:50.0 +0200
@@ -19,7 +19,7 @@
 %bcond_with gnome_keyring
 
 Name:   msmtp
-Version:1.4.31
+Version:1.4.32
 Release:0
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel

++ msmtp-1.4.31.tar.bz2 - msmtp-1.4.32.tar.bz2 ++
 9304 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit msmtp for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2014-02-02 07:36:41

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is msmtp

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2013-11-28 
16:51:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2014-02-02 
07:36:42.0 +0100
@@ -1,0 +2,23 @@
+Mon Jan 13 20:49:38 UTC 2014 - benoit.mo...@gmx.fr
+
+- rework the path lookup for the vim syntax file: fix fedora and
+  redhat build
+
+---
+Sun Dec 29 14:13:09 UTC 2013 - benoit.mo...@gmx.fr
+
+- update to version 1.4.31:
+  * Updated the msmtpq script.
+  * Fixed building of the documentation with texinfo = 5.0.
+- additional changes from version 1.4.30:
+  * Fix a bug in msmtp_read_addresses() that was introduced in
+version 1.4.29 by fixing a problem in the wrong way.
+- additional changes from version 1.4.29:
+  * Fix bugs in msmtp_read_addresses(), including a crash.
+  * Removed autotools files that are automatically copied by
+'autoreconf -i' from repository.
+  * Properly require an argument to --passwordeval. Fixes a crash
+when none is given.
+  * Replace old service name ssmtp with current one: smtps.
+
+---

Old:

  msmtp-1.4.28.tar.bz2

New:

  msmtp-1.4.31.tar.bz2



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.N0J3hA/_old  2014-02-02 07:36:42.0 +0100
+++ /var/tmp/diff_new_pack.N0J3hA/_new  2014-02-02 07:36:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %bcond_with gnome_keyring
 
 Name:   msmtp
-Version:1.4.28
+Version:1.4.31
 Release:0
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel
@@ -123,8 +123,14 @@
 scripts/find_alias/*.sh \
 %{buildroot}%{_bindir}
 
-vimver=`readlink %{_datadir}/vim/current`
-install -D -m 0644 scripts/vim/msmtp.vim 
%{buildroot}/%{_datadir}/vim/$vimver/syntax/msmtp.vim
+# find where to install vim syntax
+# start with the site directory, then current and finally any vim??
+for vimsyntax in %{_datadir}/vim/{site,current,vim[0-9][0-9]}/syntax; do
+if [ -d $vimsyntax ]; then
+break
+fi
+done
+install -D -m 0644 scripts/vim/msmtp.vim %{buildroot}$vimsyntax/msmtp.vim
 
 # main package doc files
 for f in \

++ msmtp-1.4.28.tar.bz2 - msmtp-1.4.31.tar.bz2 ++
 7838 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit msmtp for openSUSE:Factory

2013-11-28 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2013-11-28 16:51:42

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is msmtp

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2013-04-20 
17:49:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2013-11-28 
16:51:42.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 20 14:46:40 CET 2013 - tbehr...@suse.com
+
+- use valid spelling for keyring enabling macro
+
+---



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.TEgihp/_old  2013-11-28 16:51:43.0 +0100
+++ /var/tmp/diff_new_pack.TEgihp/_new  2013-11-28 16:51:43.0 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%bcond_with gnome-keyring
+%bcond_with gnome_keyring
 
 Name:   msmtp
 Version:1.4.28
@@ -24,7 +24,7 @@
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
-%if %{with gnome-keyring}
+%if %{with gnome_keyring}
 BuildRequires:  pkgconfig(gnome-keyring-1)
 %endif
 %if 0%{?suse_version} = 1120

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit msmtp for openSUSE:Factory

2013-04-20 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2013-04-20 17:49:34

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is msmtp, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2012-10-22 
22:07:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2013-04-20 
17:49:35.0 +0200
@@ -1,0 +2,12 @@
+Fri Apr 19 12:46:40 UTC 2013 - mrueck...@suse.de
+
+- we dont use the unversion path anymore for installing the
+  extension: use requires_eq for requiring vim.
+
+---
+Wed Apr 17 11:57:50 UTC 2013 - idon...@suse.com
+
+- /usr/share/vim/current is a symlink, resolve it before putting
+  any file under there.
+
+---
@@ -18 +30 @@
-Tue Jan 10 11:09:26 UTC 2012 - mrueck...@suse.com
+Tue Jan 10 11:09:26 UTC 2012 - mrueck...@suse.de



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.ZUf68a/_old  2013-04-20 17:49:37.0 +0200
+++ /var/tmp/diff_new_pack.ZUf68a/_new  2013-04-20 17:49:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,16 +33,16 @@
 # for the directory
 %if 0%{?centos_version}
 BuildRequires:  vim-common
-Requires:   vim-common
+%requires_eqvim-common
 %else
 %if 0%{?suse_version}  1030
 # old openSUSE and SLES and Fedora and RHEL:
 BuildRequires:  vim
-Requires:   vim
+%requires_eqvim
 %else
 # recent openSUSE:
 BuildRequires:  vim-base
-Requires:   vim-base
+%requires_eqvim-base
 %endif #suse_version
 %endif #centos_version
 %if 0%{?suse_version}
@@ -122,9 +122,9 @@
 scripts/set_sendmail/*.sh \
 scripts/find_alias/*.sh \
 %{buildroot}%{_bindir}
-install -D -m 0644 \
-  scripts/vim/msmtp.vim \
-  %{buildroot}%{_datadir}/vim/current/syntax/msmtp.vim
+
+vimver=`readlink %{_datadir}/vim/current`
+install -D -m 0644 scripts/vim/msmtp.vim 
%{buildroot}/%{_datadir}/vim/$vimver/syntax/msmtp.vim
 
 # main package doc files
 for f in \
@@ -186,7 +186,7 @@
 %{_bindir}/msmtp-gnome-tool.py
 %{_mandir}/man1/msmtp.1%{ext_man}
 %{_infodir}/msmtp.info%{ext_info}
-%{_datadir}/vim/current/syntax/msmtp.vim
+%{_datadir}/vim/*/syntax/msmtp.vim
 
 %files doc -f docfiles.lst
 %defattr (-, root, root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit msmtp for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2012-10-22 22:07:20

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is msmtp, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2012-06-06 
16:09:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2012-10-22 
22:07:21.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 20 15:37:38 UTC 2012 - benoit.mo...@gmx.fr
+
+- create a -mta subpackage, providing smtp_daemon.
+- build msmtp with -fPIE/pie.
+
+---



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.Z78Zdb/_old  2012-10-22 22:07:24.0 +0200
+++ /var/tmp/diff_new_pack.Z78Zdb/_new  2012-10-22 22:07:24.0 +0200
@@ -78,12 +78,28 @@
 This subpackage contains the documentation for %{name}, including
 examples and sample configuration files.
 
+%package mta
+Summary:MTA based on %{name}
+Group:  Productivity/Networking/Email/Servers
+Requires:   %{name} = %{version}
+Conflicts:  sendmail sendmail-tls postfix exim
+Provides:   smtp_daemon
+
+%description mta
+msmtp is an SMTP client that can be used as a plug-in for Mutt and
+other mail user agents.  It forwards mail to an SMTP server that does
+the delivery.  msmtp supports multiple accounts.
+
+This subpackage provides a mail transfer agent that can be used as
+a minimalistic replacement of sendmail.
+
 %prep
 %setup -q
 
 %build
 %if 0%{?suse_version}  1000
-export CFLAGS=%{optflags} -fstack-protector
+CFLAGS=%{optflags} -fstack-protector -fPIE
+export LDFLAGS=-pie
 %endif
 %configure --docdir=%{_docdir}/%{name} --with-ssl=openssl
 make %{?_smp_mflags} V=1
@@ -130,6 +146,11 @@
 echo %doc %{_docdir}/%{name}/$ff docfiles.lst
 done
 
+# mta files
+install -d %{buildroot}%{_sbindir}
+ln -s %{_bindir}/msmtp %{buildroot}%{_sbindir}/sendmail
+ln -s %{_mandir}/man1/msmtp.1%{ext_man} 
%{buildroot}%{_mandir}/man1/sendmail.1%{ext_man}
+
 # not properly ignored on Fedora 10:
 rm -f %{buildroot}%{_infodir}/dir
 
@@ -171,4 +192,9 @@
 %defattr (-, root, root)
 %doc %dir %{_docdir}/%{name}
 
+%files mta
+%defattr (-, root, root)
+%{_sbindir}/sendmail
+%{_mandir}/man1/sendmail.1%{ext_man}
+
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit msmtp for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2012-02-14 19:03:52

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is msmtp, Maintainer is mrueck...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2011-09-23 
02:13:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2012-02-14 
19:04:09.0 +0100
@@ -1,0 +2,22 @@
+Tue Jan 10 11:09:26 UTC 2012 - mrueck...@suse.com
+
+- update to version 1.4.27:
+  - No significant changes.
+- additional changes from vrsion 1.4.26:
+  - A new version of the msmtpq script fixes serious bugs. To
+update to the new version of the script, you need to remove the
+old msmtpQ symlink, change msmtpQ to msmtpq in your MUA config,
+and use msmtp-queue for queue management.
+- additional changes from version 1.4.25:
+  - DIGEST-MD5 authentication is not considered secure any longer.
+See RFC 6331.
+  - Support for alias expansion was added. See the aliases command
+and --aliases option.
+- add support for building with gnome-keyring (disabled by default)
+  call build with --with-gnome-keyring to enable it
+- make sure compiler cmdlines are listed (make V=1)
+- handle rename from upstream:
+  msmtpQ is gone. the new script is called msmtp-queue
+- installed msmtp-gnome-tool.py and related readme
+
+---

Old:

  msmtp-1.4.24.tar.bz2

New:

  msmtp-1.4.27.tar.bz2



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.3M7r7U/_old  2012-02-14 19:04:13.0 +0100
+++ /var/tmp/diff_new_pack.3M7r7U/_new  2012-02-14 19:04:13.0 +0100
@@ -15,16 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
+%bcond_with gnome-keyring
 
 Name:   msmtp
-Version:1.4.24
+Version:1.4.27
 Release:1
 License:GPL-3.0+
 Group:  Productivity/Networking/Email/Utilities
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
+%if %{with gnome-keyring}
+BuildRequires:  pkgconfig(gnome-keyring-1)
+%endif
 %if 0%{?suse_version} = 1120
 BuildRequires:  libgsasl-devel
 %endif
@@ -83,19 +86,23 @@
 export CFLAGS=%{optflags} -fstack-protector
 %endif
 %configure --docdir=%{_docdir}/%{name} --with-ssl=openssl
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+%makeinstall V=1
 %find_lang %{name}
 for i in README ChangeLog ; do
 cp scripts/msmtpqueue/$i ${i}.msmtpqueue
 done
-cp scripts/msmtpq/README README.msmtpq
+cp scripts/msmtpq/README.msmtpqREADME.msmtpq
 cp scripts/vim/READMEREADME.vim
+cp scripts/msmtp-gnome-tool/README README.msmtp-gnome-tool
+
 install -m 0755 \
 scripts/msmtpqueue/*.sh \
-scripts/msmtpq/msmtp{q,Q} \
+scripts/msmtpq/msmtpq \
+scripts/msmtpq/msmtp-queue \
+scripts/msmtp-gnome-tool/msmtp-gnome-tool.py \
 scripts/set_sendmail/*.sh \
 scripts/find_alias/*.sh \
 %{buildroot}%{_bindir}
@@ -114,6 +121,7 @@
 echo -n docfiles.lst
 for f in \
 AUTHORS ChangeLog* NEWS README README.msmtpqueue README.msmtpq THANKS \
+README.msmtp-gnome-tool \
 doc/Mutt+msmtp.txt doc/*.example \
 scripts/set_sendmail/set_sendmail.conf \
 ; do
@@ -148,12 +156,13 @@
 %doc %{_docdir}/%{name}/COPYING
 %{_bindir}/msmtp
 %{_bindir}/msmtpq
-%{_bindir}/msmtpQ
+%{_bindir}/msmtp-queue
 %{_bindir}/msmtp-enqueue.sh
 %{_bindir}/msmtp-runqueue.sh
 %{_bindir}/msmtp-listqueue.sh
 %{_bindir}/set_sendmail.sh
 %{_bindir}/find_alias_for_msmtp.sh
+%{_bindir}/msmtp-gnome-tool.py
 %{_mandir}/man1/msmtp.1%{ext_man}
 %{_infodir}/msmtp.info%{ext_info}
 %{_datadir}/vim/current/syntax/msmtp.vim

++ msmtp-1.4.24.tar.bz2 - msmtp-1.4.27.tar.bz2 ++
 6791 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit msmtp for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2011-12-06 18:30:17

Comparing /work/SRC/openSUSE:Factory/msmtp (Old)
 and  /work/SRC/openSUSE:Factory/.msmtp.new (New)


Package is msmtp, Maintainer is mrueck...@suse.com

Changes:




Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.S9QueR/_old  2011-12-06 18:52:09.0 +0100
+++ /var/tmp/diff_new_pack.S9QueR/_new  2011-12-06 18:52:09.0 +0100
@@ -20,7 +20,7 @@
 Name:   msmtp
 Version:1.4.24
 Release:1
-License:GPLv3+
+License:GPL-3.0+
 Group:  Productivity/Networking/Email/Utilities
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel
@@ -62,7 +62,7 @@
 the delivery.  msmtp supports multiple accounts.
 
 %package doc
-License:GPLv3+
+License:GPL-3.0+
 Summary:Documentation for %{name}
 Group:  Documentation/Other
 Requires:   %{name} = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org