Update to fetchmail-6.3.11
This commit is contained in:
parent
889edfafe7
commit
86e1d5bd45
@ -4,3 +4,5 @@ fetchmail-6.3.8.tar.bz2
|
|||||||
fetchmail-6.3.8.tar.bz2.asc
|
fetchmail-6.3.8.tar.bz2.asc
|
||||||
fetchmail-6.3.9.tar.bz2
|
fetchmail-6.3.9.tar.bz2
|
||||||
fetchmail-6.3.9.tar.bz2.asc
|
fetchmail-6.3.9.tar.bz2.asc
|
||||||
|
fetchmail-6.3.11.tar.bz2
|
||||||
|
fetchmail-6.3.11.tar.bz2.asc
|
||||||
|
@ -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) {
|
|
@ -3,12 +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.9
|
Version: 6.3.11
|
||||||
Release: 5%{?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
|
||||||
Patch0: fetchmail-6.2.5-addrconf.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
|
||||||
@ -46,7 +45,6 @@ need to have Python and Tk installed in order to use fetchmailconf.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .addrconf
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
|
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
|
||||||
@ -85,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user