From 79272c397dd28a94300a899ebc6b69ec2f1ed5db Mon Sep 17 00:00:00 2001 From: Jeremie Le Hen Date: Mon, 24 Sep 2018 21:27:07 +0000 Subject: Remove https support and fix Sprint Boot properties in www/libresonic-standalnone. HTTPS support will be removed upstream: https://github.com/Libresonic/libresonic/issues/125#issuecomment-256227104 Sprint Boot properties use the "server" prefix. They are documented here: https://docs.spring.io/spring-boot/docs/1.4.5.RELEASE/reference/htmlsingle/#boot-features-customizing-embedded-containers Reported by: chronic at chronic se (Sprint Boot properties) Reviewed by: des@ Approved by: des@ --- UPDATING | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 405a2f4fabb3..f0f745b54e40 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,24 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20180924: + AFFECTS: www/libresonic-standalone + AUTHOR: jlh@FreeBSD.org + + HTTPS support has been removed from the port, as it will be removed upstream: + https://github.com/Libresonic/libresonic/issues/125#issuecomment-256227104 + + In order to avoid strange behavior for users who are using this feature, the + rc.d script will fail fast if libresonic_ssl="YES". You should remove the + following variables from rc.conf(5): libresonic_ssl libresonic_ssl_keystore + libresonic_ssl_password. + + # sed -i '' /libresonic_ssl/d /etc/rc.conf + + Users needing SSL are encouraged to use an HTTP reverse-proxy. Example + configurations can be found here: + https://github.com/Libresonic/libresonic/issues/119 + 20180922: AFFECTS: users of graphics/ilmbase, graphics/OpenEXR AUTHOR: mandree@FreeBSD.org -- cgit v1.2.3