View | Details | Raw Unified | Return to bug 19736
Collapse All | Expand All

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

Return to bug 19736