Update to fetchmail-6.3.11

This commit is contained in:
vcrhonek 2009-08-06 08:27:45 +00:00
parent 889edfafe7
commit 86e1d5bd45
4 changed files with 10 additions and 19 deletions

View File

@ -4,3 +4,5 @@ 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,13 +0,0 @@
diff -up fetchmail-6.3.8/socket.c.addrconf fetchmail-6.3.8/socket.c
--- fetchmail-6.3.8/socket.c.addrconf 2006-12-17 01:05:31.000000000 +0100
+++ fetchmail-6.3.8/socket.c 2008-09-18 11:37:15.000000000 +0200
@@ -276,6 +276,9 @@ int SockOpen(const char *host, const cha
memset(&req, 0, sizeof(struct addrinfo));
req.ai_socktype = SOCK_STREAM;
+#ifdef AI_ADDRCONFIG
+ req.ai_flags = AI_ADDRCONFIG;
+#endif
i = fm_getaddrinfo(host, service, &req, ai0);
if (i) {

View File

@ -3,12 +3,11 @@
Summary: A remote mail retrieval and forwarding utility
Name: fetchmail
Version: 6.3.9
Release: 5%{?dist}
Version: 6.3.11
Release: 1%{?dist}
Requires: procmail
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
Patch0: fetchmail-6.2.5-addrconf.patch
URL: http://fetchmail.berlios.de/
# For a breakdown of the licensing, see COPYING
License: GPL+ and Public Domain
@ -46,7 +45,6 @@ need to have Python and Tk installed in order to use fetchmailconf.
%prep
%setup -q
%patch0 -p1 -b .addrconf
%build
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
@ -85,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu Aug 6 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.3.11-1
- Update to fetchmail-6.3.11
- Remove addrconf patch (upstream now)
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.3.9-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1,2 +1,2 @@
72c20ad2b9629f1a109668b05a84d823 fetchmail-6.3.9.tar.bz2
f8a950df048af14ee80728341bca1426 fetchmail-6.3.9.tar.bz2.asc
43b28f296cc0024d3c727319eacae324 fetchmail-6.3.11.tar.bz2
347a29dbce620e82ad48572a337715ed fetchmail-6.3.11.tar.bz2.asc