Update to fetchmail-6.3.12

This commit is contained in:
vcrhonek 2009-10-08 07:17:07 +00:00
parent 7c9501742d
commit b3faab8722
4 changed files with 9 additions and 32 deletions

View File

@ -1,8 +1,2 @@
fetchmail-6.3.7.tar.bz2 fetchmail-6.3.12.tar.bz2
fetchmail-6.3.7.tar.bz2.asc fetchmail-6.3.12.tar.bz2.asc
fetchmail-6.3.8.tar.bz2
fetchmail-6.3.8.tar.bz2.asc
fetchmail-6.3.9.tar.bz2
fetchmail-6.3.9.tar.bz2.asc
fetchmail-6.3.11.tar.bz2
fetchmail-6.3.11.tar.bz2.asc

View File

@ -1,16 +0,0 @@
diff -up fetchmail-6.3.11/socket.c_old fetchmail-6.3.11/socket.c
--- fetchmail-6.3.11/socket.c_old 2009-08-18 11:56:15.000000000 +0200
+++ fetchmail-6.3.11/socket.c 2009-08-18 11:58:17.000000000 +0200
@@ -628,9 +628,10 @@ static int SSL_verify_callback( int ok_r
report(stdout, GT_("Unknown Issuer CommonName\n"));
}
if ((i = X509_NAME_get_text_by_NID(subj, NID_commonName, buf, sizeof(buf))) != -1) {
- if (outlevel >= O_VERBOSE)
+ if (outlevel >= O_VERBOSE) {
report(stdout, GT_("Server CommonName: %s\n"), (tt = sdump(buf, i)));
- xfree(tt);
+ xfree(tt);
+ }
if ((size_t)i >= sizeof(buf) - 1) {
/* Possible truncation. In this case, this is a DNS name, so this
* is really bad. We do not tolerate this even in the non-strict case. */

View File

@ -3,14 +3,11 @@
Summary: A remote mail retrieval and forwarding utility Summary: A remote mail retrieval and forwarding utility
Name: fetchmail Name: fetchmail
Version: 6.3.11 Version: 6.3.12
Release: 3%{?dist} Release: 1%{?dist}
Requires: procmail Requires: procmail
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2 Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
# See http://bugs.gentoo.org/show_bug.cgi?id=280760
# Upstream has commited this in fetchmail SVN repository already
Patch0: fetchmail-6.3.11-regression.patch
URL: http://fetchmail.berlios.de/ URL: http://fetchmail.berlios.de/
# For a breakdown of the licensing, see COPYING # For a breakdown of the licensing, see COPYING
License: GPL+ and Public Domain License: GPL+ and Public Domain
@ -48,7 +45,6 @@ need to have Python and Tk installed in order to use fetchmailconf.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .regression
%build %build
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \ %configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
@ -87,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Wed Oct 7 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.12-1
- Update to fetchmail-6.3.12
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 6.3.11-3 * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 6.3.11-3
- rebuilt with new openssl - rebuilt with new openssl

View File

@ -1,2 +1,2 @@
43b28f296cc0024d3c727319eacae324 fetchmail-6.3.11.tar.bz2 f7486d230ec6a2870650f3b7cf5671ac fetchmail-6.3.12.tar.bz2
347a29dbce620e82ad48572a337715ed fetchmail-6.3.11.tar.bz2.asc 1b4bfc5c59fa153f96559e2197fd747d fetchmail-6.3.12.tar.bz2.asc