- Let KPOP use PASS again Resolves: #223661
This commit is contained in:
parent
e724d2479f
commit
42be1cc4d4
@ -4,11 +4,12 @@
|
|||||||
Summary: A remote mail retrieval and forwarding utility
|
Summary: A remote mail retrieval and forwarding utility
|
||||||
Name: fetchmail
|
Name: fetchmail
|
||||||
Version: 6.3.6
|
Version: 6.3.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Requires: smtpdaemon
|
Requires: smtpdaemon
|
||||||
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
|
Patch0: fetchmail-6.2.5-addrconf.patch
|
||||||
|
Patch1: fetchmail-6.3.6-kpop.patch
|
||||||
URL: http://fetchmail.berlios.de/
|
URL: http://fetchmail.berlios.de/
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -46,6 +47,7 @@ need to have Python and Tk installed in order to use fetchmailconf.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .addrconf
|
%patch0 -p1 -b .addrconf
|
||||||
|
%patch1 -p1 -b .kpop
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
|
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
|
||||||
@ -83,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 22 2007 Miloslav Trmac <mitr@redhat.com> - 6.3.6-2
|
||||||
|
- Let KPOP use PASS again
|
||||||
|
Resolves: #223661
|
||||||
|
|
||||||
* Sat Jan 6 2007 Miloslav Trmac <mitr@redhat.com> - 6.3.6-1
|
* Sat Jan 6 2007 Miloslav Trmac <mitr@redhat.com> - 6.3.6-1
|
||||||
- Update to fetchmail-6.3.6 (CVE-2006-5867, CVE-2006-5974)
|
- Update to fetchmail-6.3.6 (CVE-2006-5867, CVE-2006-5974)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user