Index: ucs/management/univention-directory-manager/debian/postinst =================================================================== --- ucs/management/univention-directory-manager/debian/postinst (Revision 1839) +++ ucs/management/univention-directory-manager/debian/postinst (Arbeitskopie) @@ -69,7 +69,6 @@ fi fi -univention-config-registry set ssl/validity/check?yes univention-config-registry set directory/reports/cleanup/cron?"0 0 * * *" univention-config-registry set directory/reports/cleanup/age?43200 univention-config-registry set \ Index: ucs/management/univention-directory-manager/debian/changelog =================================================================== --- ucs/management/univention-directory-manager/debian/changelog (Revision 1839) +++ ucs/management/univention-directory-manager/debian/changelog (Arbeitskopie) @@ -1,3 +1,9 @@ +univention-directory-manager (8.0.75-1) unstable; urgency=low + + * move UCRV ssl/validity/check?yes to univention-ssl (Bug #19736) + + -- Martin Müller Mon, 27 Jun 2011 14:34:31 +0200 + univention-directory-manager (8.0.74-1) unstable; urgency=low * fix display of mapped search results (Bug #22659) Index: ucs/base/univention-ssl/debian/postinst =================================================================== --- ucs/base/univention-ssl/debian/postinst (Revision 1839) +++ ucs/base/univention-ssl/debian/postinst (Arbeitskopie) @@ -55,6 +55,7 @@ univention-baseconfig set ssl/email?"ssl@$domainname" univention-baseconfig set ssl/default/days?1825 univention-baseconfig set ssl/validity/warning?30 +univention-baseconfig set ssl/validity/check?yes if [ "$1" = configure -a -n "$2" ] && dpkg --compare-versions "$2" lt 3.0.5-1; then # on update explicitely set hashfunction to md5 for backwards compatibility Index: ucs/base/univention-ssl/debian/changelog =================================================================== --- ucs/base/univention-ssl/debian/changelog (Revision 1839) +++ ucs/base/univention-ssl/debian/changelog (Arbeitskopie) @@ -1,3 +1,9 @@ +univention-ssl (5.0.7-1) unstable; urgency=low + + * move UCRV ssl/validity/check?yes from univention-directory-manager (Bug #19736) + + -- Martin Müller Mon, 27 Jun 2011 14:32:20 +0200 + univention-ssl (5.0.6-2) unstable; urgency=low * Rebuild security fix for UCS 2.4-3 (Bug #22234)