commit 2ba60a7945df878f7148ce3b525b11b7a94ede90
Author: Adam Gołębiowski <[email protected]>
Date:   Sat Sep 28 08:29:37 2019 +0200

    - updated to 6.4.0

 02_no_sslv3.patch | 16 ----------------
 fetchmail.spec    |  8 +++-----
 2 files changed, 3 insertions(+), 21 deletions(-)
---
diff --git a/fetchmail.spec b/fetchmail.spec
index bf0e545..bde4465 100644
--- a/fetchmail.spec
+++ b/fetchmail.spec
@@ -15,18 +15,17 @@ Summary(tr.UTF-8):  POP2, POP3, APOP, IMAP protokolleri ile 
uzaktan mektup alma y
 Summary(uk.UTF-8):     Утиліта отримання пошти з віддаленої машини по 
протоколам POP/IMAP
 Summary(zh_CN.UTF-8):  功能强大的 POP/IMAP 电子邮件收取守护进程
 Name:          fetchmail
-Version:       6.3.26
-Release:       4
+Version:       6.4.0
+Release:       1
 License:       GPL v2 with OpenSSL exception
 Group:         Applications/Mail
 #Source0Download: 
http://developer.berlios.de/project/showfiles.php?group_id=1824
 Source0:       
http://downloads.sourceforge.net/fetchmail/%{name}-%{version}.tar.xz
-# Source0-md5: 61b66faad044afa26e142bb1791aa2b3
+# Source0-md5: 44dd822713c693b891fd735ba1cb7a75
 Source1:       %{name}conf.desktop
 Source2:       %{name}.sysconfig
 Source3:       %{name}.init
 Source4:       %{name}.logrotate
-Patch0:                02_no_sslv3.patch
 URL:           http://fetchmail.berlios.de/
 BuildRequires: automake
 BuildRequires: flex
@@ -172,7 +171,6 @@ demona.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
diff --git a/02_no_sslv3.patch b/02_no_sslv3.patch
deleted file mode 100644
index 497b85b..0000000
--- a/02_no_sslv3.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description:  Remove sslv3 support to fix build with new openssl (Closes: 
804604).
-Author: Peter Michael Green <[email protected]>
-Bug-Debian: https://bugs.debian.org/804604
-
---- fetchmail-6.3.26.orig/socket.c
-+++ fetchmail-6.3.26/socket.c
-@@ -914,7 +914,8 @@ int SSLOpen(int sock, char *mycert, char
-                       return -1;
- #endif
-               } else if(!strcasecmp("ssl3",myproto)) {
--                      _ctx[sock] = SSL_CTX_new(SSLv3_client_method());
-+                      report(stderr, GT_("Your operating system does not 
support SSLv3.\n"));
-+                      return -1;
-               } else if(!strcasecmp("tls1",myproto)) {
-                       _ctx[sock] = SSL_CTX_new(TLSv1_client_method());
-               } else if (!strcasecmp("ssl23",myproto)) {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/fetchmail.git/commitdiff/2ba60a7945df878f7148ce3b525b11b7a94ede90

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to