- added patch from David Woodhouse to validate reverse DNS domain before
using in SMTP greeting (patch 103, #151121)
This commit is contained in:
parent
58a6c029f5
commit
91287c1297
@ -20,7 +20,7 @@
|
|||||||
Summary: Backend data server for evolution
|
Summary: Backend data server for evolution
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
Version: 1.5.4
|
Version: 1.5.4
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2
|
||||||
@ -36,6 +36,7 @@ Patch5: evolution-data-server-1.3.5-nspr_fix.patch
|
|||||||
Patch98: evolution-1.4.4-ldap-x86_64-hack.patch
|
Patch98: evolution-1.4.4-ldap-x86_64-hack.patch
|
||||||
Patch101: evolution-data-server-1.2.2-fix_open_calendar_declaration.patch
|
Patch101: evolution-data-server-1.2.2-fix_open_calendar_declaration.patch
|
||||||
Patch102: evolution-data-server-1.3.8-fix-implicit-function-declarations
|
Patch102: evolution-data-server-1.3.8-fix-implicit-function-declarations
|
||||||
|
Patch103: evolution-data-server-1.2.0-validatehelo.patch
|
||||||
|
|
||||||
# Leak fixes by Mark G. Adams
|
# Leak fixes by Mark G. Adams
|
||||||
Patch200: gb-309079-attach-48376.patch
|
Patch200: gb-309079-attach-48376.patch
|
||||||
@ -111,6 +112,7 @@ evolution-data-server.
|
|||||||
%patch98 -p1 -b .ldaphack
|
%patch98 -p1 -b .ldaphack
|
||||||
%patch101 -p1 -b .fix_open_calendar_declaration
|
%patch101 -p1 -b .fix_open_calendar_declaration
|
||||||
%patch102 -p1 -b .fix-implicit-function-declarations
|
%patch102 -p1 -b .fix-implicit-function-declarations
|
||||||
|
%patch103 -p1 -b .validatehelo
|
||||||
%patch200 -p0 -b .fix-uid-leak
|
%patch200 -p0 -b .fix-uid-leak
|
||||||
%patch201 -p0 -b .fix-comp-ref-leak
|
%patch201 -p0 -b .fix-comp-ref-leak
|
||||||
|
|
||||||
@ -228,6 +230,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 5 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-2
|
||||||
|
- added patch from David Woodhouse to validate reverse DNS domain before using
|
||||||
|
in SMTP greeting (patch 103, #151121)
|
||||||
|
|
||||||
* Tue Jan 3 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-1
|
* Tue Jan 3 2006 David Malcolm <dmalcolm@redhat.com> - 1.5.4-1
|
||||||
- 1.5.4
|
- 1.5.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user