- Update to fetchmail-6.2.5.1 to fix CAN-2005-2355 (#163819)
- Fix crash on empty Message-ID
This commit is contained in:
parent
94ff37edae
commit
dc9fc65689
@ -1 +1,2 @@
|
|||||||
fetchmail-6.2.5.tar.gz
|
fetchmail-6.2.5.tar.gz
|
||||||
|
fetchmail-patch-6.2.5.1.gz
|
||||||
|
@ -2,12 +2,14 @@
|
|||||||
|
|
||||||
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.1
|
||||||
Release: 10
|
Release: 1
|
||||||
Requires: smtpdaemon
|
Requires: smtpdaemon
|
||||||
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.gz
|
Source0: http://download.berlios.de/fetchmail/fetchmail-6.2.5.tar.gz
|
||||||
Source1: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc
|
Source1: http://www.catb.org/~esr/fetchmail/fetchmail-6.2.5.tar.gz.asc
|
||||||
Source2: fetchmailconf.1
|
Source2: http://download.berlios.de/fetchmail/fetchmail-patch-6.2.5.1.gz
|
||||||
|
Source3: http://download.berlios.de/fetchmail/fetchmail-patch-6.2.5.1.gz.asc
|
||||||
|
Source4: fetchmailconf.1
|
||||||
Patch0: fetchmail-6.2.0-krb5-config.patch
|
Patch0: fetchmail-6.2.0-krb5-config.patch
|
||||||
Patch1: fetchmail-6.2.0-gsspop.patch
|
Patch1: fetchmail-6.2.0-gsspop.patch
|
||||||
Patch2: fetchmail-6.2.0-crlf.patch
|
Patch2: fetchmail-6.2.0-crlf.patch
|
||||||
@ -17,6 +19,7 @@ Patch5: fetchmail-6.2.5-recent-after-expunge.patch
|
|||||||
Patch6: fetchmail-6.2.5-krb5.patch
|
Patch6: fetchmail-6.2.5-krb5.patch
|
||||||
Patch7: fetchmail-6.2.5-arpop.patch
|
Patch7: fetchmail-6.2.5-arpop.patch
|
||||||
Patch8: fetchmail-6.2.5-port.patch
|
Patch8: fetchmail-6.2.5-port.patch
|
||||||
|
Patch9: fetchmail-6.2.5.1-crash.patch
|
||||||
URL: http://fetchmail.berlios.de/
|
URL: http://fetchmail.berlios.de/
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -54,7 +57,9 @@ 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.2.5
|
||||||
|
zcat %SOURCE2 | patch -p1
|
||||||
|
exit 0
|
||||||
%patch0 -p1 -b .krb5-config
|
%patch0 -p1 -b .krb5-config
|
||||||
%patch1 -p1 -b .gsspop
|
%patch1 -p1 -b .gsspop
|
||||||
%patch2 -p1 -b .crlf
|
%patch2 -p1 -b .crlf
|
||||||
@ -64,6 +69,7 @@ need to have Python and Tk installed in order to use fetchmailconf.
|
|||||||
%patch6 -p1 -b .krb5
|
%patch6 -p1 -b .krb5
|
||||||
%patch7 -p1 -b .arpop
|
%patch7 -p1 -b .arpop
|
||||||
%patch8 -p1 -b .port
|
%patch8 -p1 -b .port
|
||||||
|
%patch9 -p1 -b .crash
|
||||||
|
|
||||||
autoheader
|
autoheader
|
||||||
autoconf
|
autoconf
|
||||||
@ -106,6 +112,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 21 2005 Miloslav Trmac <mitr@redhat.com> - 6.2.5.1-1
|
||||||
|
- Update to fetchmail-6.2.5.1 to fix CAN-2005-2355 (#163819)
|
||||||
|
- Fix crash on empty Message-ID
|
||||||
|
|
||||||
* Mon Jul 18 2005 Karsten Hopp <karsten@redhat.de> 6.2.5-10
|
* Mon Jul 18 2005 Karsten Hopp <karsten@redhat.de> 6.2.5-10
|
||||||
- Buildrequires gettext-devel for AM_GNU_GETTEXT macro
|
- Buildrequires gettext-devel for AM_GNU_GETTEXT macro
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user