- Update to fetchmail-6.3.2.1
This commit is contained in:
parent
1009f8957c
commit
aad0337114
@ -3,11 +3,13 @@
|
|||||||
|
|
||||||
Summary: A remote mail retrieval and forwarding utility.
|
Summary: A remote mail retrieval and forwarding utility.
|
||||||
Name: fetchmail
|
Name: fetchmail
|
||||||
Version: 6.3.2
|
Version: 6.3.2.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: smtpdaemon
|
Requires: smtpdaemon
|
||||||
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
|
Source0: http://download.berlios.de/fetchmail/fetchmail-6.3.2.tar.bz2
|
||||||
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
|
Source1: http://download.berlios.de/fetchmail/fetchmail-6.3.2.tar.bz2.asc
|
||||||
|
Source2: http://download.berlios.de/fetchmail/patch-6.3.2.1-fix-netrc-SIGSEGV.diff
|
||||||
|
Source3: http://download.berlios.de/fetchmail/patch-6.3.2.1-fix-netrc-SIGSEGV.diff.asc
|
||||||
Patch0: fetchmail-6.2.5-addrconf.patch
|
Patch0: fetchmail-6.2.5-addrconf.patch
|
||||||
URL: http://fetchmail.berlios.de/
|
URL: http://fetchmail.berlios.de/
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -44,7 +46,8 @@ Install fetchmailconf if you need help configuring fetchmail. You'll
|
|||||||
need to have Python and Tk installed in order to use fetchmailconf.
|
need to have Python and Tk installed in order to use fetchmailconf.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n fetchmail-6.3.2
|
||||||
|
patch -p0 < %{SOURCE2}
|
||||||
%patch0 -p1 -b .addrconf
|
%patch0 -p1 -b .addrconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -83,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 30 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.2.1-1
|
||||||
|
- Update to fetchmail-6.3.2.1
|
||||||
|
|
||||||
* Mon Jan 23 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.2-1
|
* Mon Jan 23 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.2-1
|
||||||
- Update to fetchmail-6.3.2 (CVE-2006-0321)
|
- Update to fetchmail-6.3.2 (CVE-2006-0321)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user