From d52c056ad689e6f445023c4b5c65b741f0abb12ec49263f0deaf82f1974c676b Mon Sep 17 00:00:00 2001 From: Stephan Barth Date: Thu, 20 Dec 2012 10:21:30 +0000 Subject: [PATCH] Accepting request 145066 from home:vitezslav_cizek:branches:server:mail - update to 6.3.23 # REGRESSION FIXES * Fix compilation with OpenSSL implementations before 0.9.8m that lack SSL_CTX_clear_options. Patch by Earl Chew. Note that the use of older OpenSSL versions with fetchmail is unsupported and *not* recommended. # BUG FIXES * Fix combination of --plugin and -f -. Patch by Alexander Zangerl, to fix Debian Bug#671294. * Clean up logfile vs. syslog handling, and in case logfile overrides syslog, send a message to the latter stating where logging goes. # CHANGES * The build process can now be made a bit more silent and concise through ./configure --enable-silent-rules, or by adding "V=0" to the make command. # WORKAROUNDS * Make Maillennium POP3 workarounds less specific, to encompass Maillennium POP3/UNIBOX (Maillennium V05.00c++). Reported by Eddie via fetchmail-users mailing list, 2012-10-13. # TRANSLATION UPDATES OBS-URL: https://build.opensuse.org/request/show/145066 OBS-URL: https://build.opensuse.org/package/show/server:mail/fetchmail?expand=0&rev=46 --- fetchmail-6.3.22.tar.bz2 | 3 --- fetchmail-6.3.23.tar.bz2 | 3 +++ fetchmail.changes | 23 +++++++++++++++++++++++ fetchmail.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 fetchmail-6.3.22.tar.bz2 create mode 100644 fetchmail-6.3.23.tar.bz2 diff --git a/fetchmail-6.3.22.tar.bz2 b/fetchmail-6.3.22.tar.bz2 deleted file mode 100644 index 3366305..0000000 --- a/fetchmail-6.3.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09093168552119e962617f86f2713564cf6e3fe7fd32d6799aa0b87df28f1e89 -size 1724108 diff --git a/fetchmail-6.3.23.tar.bz2 b/fetchmail-6.3.23.tar.bz2 new file mode 100644 index 0000000..f7b6384 --- /dev/null +++ b/fetchmail-6.3.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8322219ec2b1e98866230bbfa8a4e58185388157f915600e8a044b7cfb523ede +size 1730476 diff --git a/fetchmail.changes b/fetchmail.changes index 9ef0643..28d2ba6 100644 --- a/fetchmail.changes +++ b/fetchmail.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Dec 11 10:21:56 UTC 2012 - vcizek@suse.com + +- update to 6.3.23 +# REGRESSION FIXES +* Fix compilation with OpenSSL implementations before 0.9.8m that lack + SSL_CTX_clear_options. Patch by Earl Chew. + Note that the use of older OpenSSL versions with fetchmail is unsupported and + *not* recommended. +# BUG FIXES +* Fix combination of --plugin and -f -. Patch by Alexander Zangerl, + to fix Debian Bug#671294. +* Clean up logfile vs. syslog handling, and in case logfile overrides + syslog, send a message to the latter stating where logging goes. +# CHANGES +* The build process can now be made a bit more silent and concise through + ./configure --enable-silent-rules, or by adding "V=0" to the make command. +# WORKAROUNDS +* Make Maillennium POP3 workarounds less specific, to encompass + Maillennium POP3/UNIBOX (Maillennium V05.00c++). Reported by Eddie + via fetchmail-users mailing list, 2012-10-13. +# TRANSLATION UPDATES + ------------------------------------------------------------------- Mon Nov 12 15:41:55 UTC 2012 - coolo@suse.com diff --git a/fetchmail.spec b/fetchmail.spec index f1ae823..fd22e5f 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -30,7 +30,7 @@ BuildRequires: python-devel %if 0%{?with_krb5} BuildRequires: krb5-devel %endif -Version: 6.3.22 +Version: 6.3.23 Release: 0 Summary: Full-Featured POP and IMAP Mail Retrieval Daemon License: GPL-2.0+