forked from pool/fetchmail
Accepting request 706290 from home:WernerFink:branches:server:mail
- 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 OBS-URL: https://build.opensuse.org/request/show/706290 OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=85
This commit is contained in:
parent
724660ad10
commit
288d9d16d6
@ -10,7 +10,7 @@ Index: fetchmail-6.3.10-beta1/sink.c
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- fetchmail-6.3.10-beta1.orig/sink.c 2009-05-25 17:55:07.000000000 +0200
|
--- 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
|
+++ 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]);
|
free(responses[0]);
|
||||||
return(PS_TRANSIENT);
|
return(PS_TRANSIENT);
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ Index: fetchmail-6.3.10-beta1/sink.c
|
|||||||
default:
|
default:
|
||||||
/* bounce non-transient errors back to the sender */
|
/* bounce non-transient errors back to the sender */
|
||||||
if (smtperr >= 500 && smtperr <= 599)
|
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__ */
|
#endif /* __DONT_FEED_THE_SPAMMERS__ */
|
||||||
return(PS_REFUSED);
|
return(PS_REFUSED);
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 29 11:58:18 UTC 2019 - Dr. Werner Fink <werner@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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 17:12:10 UTC 2018 - pmonrealgonzalez@suse.com
|
Thu Mar 15 17:12:10 UTC 2018 - pmonrealgonzalez@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fetchmail
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user