[packages/dovecot] - up to 2.3.10

arekm arekm at pld-linux.org
Sat Mar 7 14:41:49 CET 2020


commit 4d482294ef4514c7ae0d84e7a8db430bbf2b1cd5
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Mar 7 14:41:41 2020 +0100

    - up to 2.3.10

 dovecot-shebang.patch | 8 ++++++++
 dovecot.spec          | 7 +++++--
 2 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/dovecot.spec b/dovecot.spec
index ac8f26c..d9f1b86 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -12,19 +12,20 @@
 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:	2.3.9.3
+Version:	2.3.10
 Release:	1
 Epoch:		1
 License:	MIT (libraries), LGPL v2.1 (the rest)
 Group:		Networking/Daemons
 Source0:	http://dovecot.org/releases/2.3/%{name}-%{version}.tar.gz
-# Source0-md5:	fbbf4e94ccfd94d910c1ff14c9330f57
+# Source0-md5:	72afaff08a98c9cf75b4621c8e4f3885
 Source1:	%{name}.pamd
 Source2:	%{name}.init
 Source3:	%{name}.sysconfig
 Source4:	%{name}.tmpfiles
 Patch0:		%{name}-config.patch
 Patch1:		%{name}-rpath.patch
+Patch2:		%{name}-shebang.patch
 URL:		http://dovecot.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -162,6 +163,7 @@ Pakiet programistyczny do tworzenia wtyczek dla Dovecota.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %{__sed} -i 's,/usr/lib/dovecot,%{_libdir}/dovecot,g' doc/example-config/*.conf doc/example-config/conf.d/*.conf
 
@@ -305,6 +307,7 @@ fi
 %doc AUTHORS COPYING ChangeLog NEWS README TODO doc/*.txt doc/*.c*f doc/wiki/*.txt
 %attr(755,root,root) %{_bindir}/doveadm
 %attr(755,root,root) %{_bindir}/doveconf
+%attr(755,root,root) %{_bindir}/dovecot-sysreport
 %attr(755,root,root) %{_bindir}/dsync
 %attr(755,root,root) %{_sbindir}/%{name}
 %attr(751,root,root) %dir %{_sysconfdir}/%{name}
diff --git a/dovecot-shebang.patch b/dovecot-shebang.patch
new file mode 100644
index 0000000..5b62654
--- /dev/null
+++ b/dovecot-shebang.patch
@@ -0,0 +1,8 @@
+--- dovecot-2.3.10/src/util/dovecot-sysreport~	2020-03-05 15:35:53.000000000 +0100
++++ dovecot-2.3.10/src/util/dovecot-sysreport	2020-03-07 14:18:30.690453042 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env bash
++#!/bin/bash
+ 
+ set -eu
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/dovecot.git/commitdiff/4d482294ef4514c7ae0d84e7a8db430bbf2b1cd5



More information about the pld-cvs-commit mailing list