/[smeserver]/rpms/smeserver-dovecot/sme10/smeserver-dovecot.spec
ViewVC logotype

Diff of /rpms/smeserver-dovecot/sme10/smeserver-dovecot.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by vip-ire, Thu Feb 23 10:30:34 2017 UTC Revision 1.5 by jpp, Sat May 2 21:20:09 2020 UTC
# Line 1  Line 1 
1  %define version 1.6.0  %define version 1.6.0
2  %define release 2  %define release 5
3  %define name smeserver-dovecot  %define name smeserver-dovecot
4    
5    
# Line 12  Group: Networking/Daemons Line 12  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13    
14  Patch0: smeserver-dovecot-1.6.0-set_cipher_list.patch  Patch0: smeserver-dovecot-1.6.0-set_cipher_list.patch
15    Patch1: smeserver-dovecot-1.6.0-pop3.patch
16    Patch2: smeserver-dovecot-1.6.0-bz10934-Ciphers-and-TLS.patch
17    
18  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19  BuildArchitectures: noarch  BuildArchitectures: noarch
# Line 21  Requires: e-smith-base >= 5.2.0 Line 23  Requires: e-smith-base >= 5.2.0
23  Requires: dovecot >= 2.0.9  Requires: dovecot >= 2.0.9
24    
25  Provides: e-smith-imap  Provides: e-smith-imap
26    Provides: e-smith-pop3
27  Obsoletes: e-smith-imap  Obsoletes: e-smith-imap
28    Obsoletes: e-smith-pop3
29  Obsoletes: e-smith-ssl-imap  Obsoletes: e-smith-ssl-imap
30  Obsoletes: e-smith-wu-imap  Obsoletes: e-smith-wu-imap
31  Obsoletes: imap  Obsoletes: imap
# Line 36  Configure the dovecot IMAP server with s Line 40  Configure the dovecot IMAP server with s
40  quota, ACL, extended logging, master user  quota, ACL, extended logging, master user
41    
42  %changelog  %changelog
43    * Fri May 01 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.6.0-5.sme
44    - set TLSv1 and TLSv1.1 disabled as default  [SME: 10934]
45      * Amend cipher list
46      * force cipher order
47      * 4096 default dh parameter
48      * property names without period to avoid issues
49    
50    * Sun Apr 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.6.0-3.sme
51    - Use Dovecot for pop3 and pop3s [SME: 7510]
52      *delete /etc/pam.d/pop3 if exists
53      *listen on internal and external interface instead of *
54      *update the service on ip-change
55      *reuse the ListenIP prop in pop3* and added to imap*
56      *migrate pop3* MemLimit to pop3 ProcessMemoryLimit as per imap
57      *TODO make it ipv6 ready
58    - smeserver-dovecot-upgrade event for update without reboot [SME: 10932]
59    
60  * Thu Feb 23 2017 Daniel Berteaud <daniel@firewall-services.com> 1.6.0-2.sme  * Thu Feb 23 2017 Daniel Berteaud <daniel@firewall-services.com> 1.6.0-2.sme
61  - Better default cipher suite, and honor global suite [SME: 10110]  - Better default cipher suite, and honor global suite [SME: 10110]
62    
# Line 113  quota, ACL, extended logging, master use Line 134  quota, ACL, extended logging, master use
134  %prep  %prep
135  %setup -q -n %{name}-%{version}  %setup -q -n %{name}-%{version}
136  %patch0 -p1  %patch0 -p1
137    %patch1 -p1
138    %patch2 -p1
139    
140  %build  %build
141  perl createlinks  perl createlinks


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed