]> git.pld-linux.org Git - packages/dovecot.git/commitdiff
- rel 2; fix fd leak
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 14 Aug 2008 16:52:13 +0000 (16:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dovecot.spec -> 1.94

dovecot.spec

index 0aea78e4513cb3293e61701d942fb46f579accdd..c5fc1a20f89b527fb03cee721b895f3103ccb480 100644 (file)
@@ -11,7 +11,7 @@ Summary:      IMAP and POP3 server written with security primarily in mind
 Summary(pl.UTF-8):     Serwer IMAP i POP3 pisany głównie z myślą o bezpieczeństwie
 Name:          dovecot
 Version:       1.1.2
-Release:       1
+Release:       2
 Epoch:         1
 License:       MIT (libraries), LGPL v2.1 (the rest)
 Group:         Networking/Daemons
@@ -21,6 +21,7 @@ Source1:      %{name}.pamd
 Source2:       %{name}.init
 Source3:       %{name}.sysconfig
 Patch0:                %{name}-config.patch
+Patch1:                %{name}-fd.patch
 URL:           http://dovecot.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -126,6 +127,7 @@ Pakiet programistyczny do tworzenia wtyczek dla dovecota.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %{__sed} -i 's,/usr/lib/dovecot,%{_libdir}/dovecot,g' dovecot-example.conf
 
This page took 0.039896 seconds and 4 git commands to generate.