diff --git a/.cvsignore b/.cvsignore index 2907d26..713a9ec 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/fetchmail-6.2.5-addrconf.patch b/fetchmail-6.2.5-addrconf.patch deleted file mode 100644 index 101fa62..0000000 --- a/fetchmail-6.2.5-addrconf.patch +++ /dev/null @@ -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) { diff --git a/fetchmail.spec b/fetchmail.spec index a2ac170..eb86454 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -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 - 6.3.11-1 +- Update to fetchmail-6.3.11 +- Remove addrconf patch (upstream now) + * Fri Jul 24 2009 Fedora Release Engineering - 6.3.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index ad73481..da3edb8 100644 --- a/sources +++ b/sources @@ -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