]> git.pld-linux.org Git - packages/cyrus-imapd.git/commitdiff
- fixes for possible security issues:
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 5 Dec 2002 14:00:39 +0000 (14:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  - sieve-overflows patch for buffer overflows in libsieve
  - imap-intoverflow patch for integer overflow in imapd (not serious
    in 2.0.x, but imapd could allocate huge amount of memory)
  - snprintf patch with one sprintf->snprintf replace (from 2.1.x)
- release 11

Changed files:
    cyrus-imapd.spec -> 1.61

cyrus-imapd.spec

index 3cac124f7b9967bf43679cae764203e65d8c32a8..a9cfb0d2d93028e504a1acb89044def86e8f5835 100644 (file)
@@ -4,7 +4,7 @@ Summary(pl):    Wysoko wydajny serwer IMAP i POP3
 Summary(pt_BR):        Um servidor de mail de alto desempenho que suporta IMAP e POP3
 Name:          cyrus-imapd
 Version:       2.0.16
-Release:       10
+Release:       11
 License:       BSD-like
 Group:         Networking/Daemons
 Source0:       ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%{name}-%{version}.tar.gz
@@ -29,6 +29,9 @@ Patch6:               %{name}-ac250.patch
 Patch7:                %{name}-db3.patch
 Patch8:                %{name}-ipv6.m4.patch
 Patch9:                %{name}-ac25x.patch
+Patch10:       %{name}-sieve-overflows.patch
+Patch11:       %{name}-imap-intoverflow.patch
+Patch12:       %{name}-snprintf.patch
 URL:           http://andrew2.andrew.cmu.edu/cyrus/imapd/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -156,6 +159,9 @@ Perlowy interfejs do biblioteki cyrus-imapd.
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
 
 %build
 cd makedepend
This page took 0.090663 seconds and 4 git commands to generate.