Projects
Kolab:Winterfell
guam
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 53
View file
guam.spec
Changed
@@ -19,7 +19,7 @@ Name: guam Version: 0.9.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A Smart Reverse IMAP Proxy Group: System Environment/Daemons @@ -203,7 +203,8 @@ chkconfig --add %{name} >/dev/null 2>&1 || : if [ ! -f "/etc/guam/dh_2048.pem" ]; then - openssl gendh -out /etc/guam/dh_2048.pem -2 2048 >/dev/null 2>&1 + openssl gendh -out /etc/guam/dh_2048.pem -2 2048 >/dev/null 2>&1 || \ + openssl dhparam -out /etc/guam/dh_2048.pem -2 2048 >/dev/null 2>&1 fi %posttrans @@ -226,6 +227,9 @@ %endif %changelog +* Sat May 19 2018 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 0.9.4-7 +- Fix generating dh params file on more recent openssl versions + * Tue May 08 2018 Christoph Erhardt <kolab@sicherha.de> - 0.9.4-6 - Apply patch that fixes stalling client buffers and handling of split commands
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +guam (0.9.4-7) unstable; urgency=medium + + * Fix generating DH parameters on openssl >= 1.1.0f with gendh->dhparam + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Sat, 19 May 2018 09:31:31 +0200 + guam (0.9.4-6) unstable; urgency=medium * Apply patch that fixes stalling client buffers and handling of split commands
View file
debian.tar.gz/postinst
Changed
@@ -3,7 +3,8 @@ case "$1" in configure) if [ ! -f "/etc/guam/dh_2048.pem" ]; then - openssl gendh -out /etc/guam/dh_2048.pem -2 2048 >/dev/null 2>&1 + openssl gendh -out /etc/guam/dh_2048.pem -2 2048 >/dev/null 2>&1 || \ + openssl dhparam -out /etc/guam/dh_2048.pem -2 2048 >/dev/null 2>&1 fi if [ -L "/etc/systemd/system/guam.service" ]; then
View file
guam.dsc
Changed
@@ -2,7 +2,7 @@ Source: guam Binary: guam Architecture: any -Version: 0.9.4-6 +Version: 0.9.4-7 Maintainer: Christoph Erhardt <kolab@sicherha.de> Homepage: https://kolab.org/about/guam Standards-Version: 3.9.6
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.