]> git.pld-linux.org Git - packages/fetchmail.git/commitdiff
- updated to 6.4.0
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 28 Sep 2019 06:29:37 +0000 (08:29 +0200)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sat, 28 Sep 2019 06:29:37 +0000 (08:29 +0200)
02_no_sslv3.patch [deleted file]
fetchmail.spec

diff --git a/02_no_sslv3.patch b/02_no_sslv3.patch
deleted file mode 100644 (file)
index 497b85b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Description:  Remove sslv3 support to fix build with new openssl (Closes: 804604).
-Author: Peter Michael Green <plugwash@raspbian.org>
-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)) {
index bf0e5451f809614d6bb2e758a4699e7a9e323514..bde44651f5158e8802fb83b94049f4a5b74e619b 100644 (file)
@@ -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.* .
This page took 0.049983 seconds and 4 git commands to generate.