From 0e6678d145ec4d219dc722f1fec0be0eab122bc7 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Wed, 20 Jul 2016 13:53:03 +0200 Subject: [PATCH] prva verzija za jessie --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/postinst | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 499b01d..8a8d072 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dovecot-cn (1:2.2.13~cn0) stable; urgency=medium + + * Prva verzija za jessie + + -- Ivan Rako Wed, 20 Jul 2016 13:49:15 +0200 + dovecot-cn (1:2.0~cn0) stable; urgency=medium * Prva verzija za wheezy diff --git a/debian/control b/debian/control index 983be3b..8743150 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.3 Package: dovecot-cn Architecture: all -Depends: ${misc:Depends}, dovecot-core (>= 1:2.1.7-7), dovecot-imapd (>= 1:2.1.7-7), dovecot-pop3d (>= 1:2.1.7-7), carnet-tools-cn (>= 2) +Depends: ${misc:Depends}, dovecot-core (>= 1:2.2.13), dovecot-imapd (>= 1:2.2.13), dovecot-pop3d (>= 1:2.2.13), carnet-tools-cn (>= 2) Description: secure mail server that supports mbox and maildir mailboxes Dovecot is a mail server whose major goals are security and extreme reliability. It tries very hard to handle all error conditions and verify diff --git a/debian/postinst b/debian/postinst index b3892be..110f226 100755 --- a/debian/postinst +++ b/debian/postinst @@ -39,6 +39,11 @@ cp_check_and_sed '#ssl =' \ 's/^#ssl =/ssl =/g' \ /etc/dovecot/conf.d/10-ssl.conf || true +# dodao ico, gasi stare SSL protokole +cp_check_and_sed '#ssl_protocols =' \ + 's/^#ssl_protocols.*/ssl_protocols = !SSLv2 !SSLv3/g' \ + /etc/dovecot/conf.d/10-ssl.conf || true + # restart if [ -x /usr/sbin/invoke-rc.d ]; then [ -x /etc/init.d/dovecot ] && invoke-rc.d dovecot restart -- 1.7.10.4