aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJeremie Le Hen <jlh@FreeBSD.org>2018-09-24 21:27:07 +0000
committerJeremie Le Hen <jlh@FreeBSD.org>2018-09-24 21:27:07 +0000
commit79272c397dd28a94300a899ebc6b69ec2f1ed5db (patch)
tree5c432df4f86f78dfa75c4f1171b395c75cde3757 /UPDATING
parent36b60cb16ebcd41e2662e8094b492558b4b2744b (diff)
downloadports-79272c397dd28a94300a899ebc6b69ec2f1ed5db.tar.gz
ports-79272c397dd28a94300a899ebc6b69ec2f1ed5db.zip
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@
Notes
Notes: svn path=/head/; revision=480630
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 18 insertions, 0 deletions
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