fix bug #113492 after expunge, dovecot hangs fetchmail if new e-mail came
in
This commit is contained in:
parent
064cfd5d86
commit
d06237e894
@ -3,7 +3,7 @@
|
|||||||
Summary: A remote mail retrieval and forwarding utility.
|
Summary: A remote mail retrieval and forwarding utility.
|
||||||
Name: fetchmail
|
Name: fetchmail
|
||||||
Version: 6.2.5
|
Version: 6.2.5
|
||||||
Release: 5
|
Release: 6
|
||||||
Requires: smtpdaemon
|
Requires: smtpdaemon
|
||||||
Source0: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
|
Source0: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
|
||||||
Source1: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc
|
Source1: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc
|
||||||
@ -13,6 +13,7 @@ Patch1: fetchmail-6.2.0-gsspop.patch
|
|||||||
Patch2: fetchmail-6.2.0-crlf.patch
|
Patch2: fetchmail-6.2.0-crlf.patch
|
||||||
Patch3: fetchmail-6.2.5-popcapa.patch
|
Patch3: fetchmail-6.2.5-popcapa.patch
|
||||||
Patch4: fetchmail-6.2.5-addrconf.patch
|
Patch4: fetchmail-6.2.5-addrconf.patch
|
||||||
|
Patch5: fetchmail-6.2.5-recent-after-expunge.patch
|
||||||
URL: http://www.catb.org/~esr/fetchmail/
|
URL: http://www.catb.org/~esr/fetchmail/
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -56,6 +57,7 @@ need to have Python and Tk installed in order to use fetchmailconf.
|
|||||||
%patch2 -p1 -b .crlf
|
%patch2 -p1 -b .crlf
|
||||||
%patch3 -p1 -b .popauth
|
%patch3 -p1 -b .popauth
|
||||||
%patch4 -p1 -b .addrconf
|
%patch4 -p1 -b .addrconf
|
||||||
|
%patch5 -p1 -b .recent-after-expunge
|
||||||
autoheader
|
autoheader
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
@ -98,6 +100,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 30 2004 John Dennis <jdennis@redhat.com> 6.2.5-6
|
||||||
|
- fix bug #113492
|
||||||
|
after expunge, dovecot hangs fetchmail if new e-mail came in
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user