Hello community, here is the log from the commit of package fetchmail for openSUSE:Factory checked in at 2019-06-12 13:12:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fetchmail (Old) and /work/SRC/openSUSE:Factory/.fetchmail.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fetchmail" Wed Jun 12 13:12:30 2019 rev:74 rq:706625 version:6.3.26 Changes: -------- --- /work/SRC/openSUSE:Factory/fetchmail/fetchmail.changes 2018-03-20 21:59:08.992296330 +0100 +++ /work/SRC/openSUSE:Factory/.fetchmail.new.4811/fetchmail.changes 2019-06-12 13:12:33.480926226 +0200 @@ -1,0 +2,13 @@ +Fri May 31 08:05:50 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonza...@suse.com> + +- Remove comment about not available FETCHMAIL_USER configuration + variable in sysconfig.fetchmail (bsc#1136538) + +------------------------------------------------------------------- +Wed May 29 11:58:18 UTC 2019 - Dr. Werner Fink <wer...@suse.de> + +- Use Debian 02_remove_SSLv3 change set based on beta 6.4.0 to + modernize the patch fetchmail-openssl11.patch for modern TLS + (auto) support + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fetchmail.spec ++++++ --- /var/tmp/diff_new_pack.kXqbCL/_old 2019-06-12 13:12:34.116925559 +0200 +++ /var/tmp/diff_new_pack.kXqbCL/_new 2019-06-12 13:12:34.116925559 +0200 @@ -1,7 +1,7 @@ # # spec file for package fetchmail # -# 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,7 +12,7 @@ # 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/ # ++++++ fetchmail-6.3.8-smtp_errors.patch ++++++ --- /var/tmp/diff_new_pack.kXqbCL/_old 2019-06-12 13:12:34.140925534 +0200 +++ /var/tmp/diff_new_pack.kXqbCL/_new 2019-06-12 13:12:34.140925534 +0200 @@ -10,7 +10,7 @@ =================================================================== --- fetchmail-6.3.10-beta1.orig/sink.c 2009-05-25 17:55:07.000000000 +0200 +++ fetchmail-6.3.10-beta1/sink.c 2009-06-01 14:37:12.000000000 +0200 -@@ -551,6 +551,19 @@ static int handle_smtp_report(struct que +@@ -553,6 +553,19 @@ static int handle_smtp_report(struct que free(responses[0]); return(PS_TRANSIENT); @@ -30,7 +30,7 @@ default: /* bounce non-transient errors back to the sender */ if (smtperr >= 500 && smtperr <= 599) -@@ -620,7 +633,7 @@ static int handle_smtp_report_without_bo +@@ -622,7 +635,7 @@ static int handle_smtp_report_without_bo #endif /* __DONT_FEED_THE_SPAMMERS__ */ return(PS_REFUSED); ++++++ fetchmail-openssl11.patch ++++++ ++++ 1588 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/fetchmail/fetchmail-openssl11.patch ++++ and /work/SRC/openSUSE:Factory/.fetchmail.new.4811/fetchmail-openssl11.patch ++++++ sysconfig.fetchmail ++++++ --- /var/tmp/diff_new_pack.kXqbCL/_old 2019-06-12 13:12:34.332925332 +0200 +++ /var/tmp/diff_new_pack.kXqbCL/_new 2019-06-12 13:12:34.336925329 +0200 @@ -41,9 +41,7 @@ ## Default: "" # # Any additional fetchmail options. See fetchmail(1) manual page for -# more information. If you want to use --mda option, it may be required -# to change FETCHMAIL_USER to root. Consult your MDA documentation for -# more. +# more information. # FETCHMAIL_EXPERT_OPTIONS=""