aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorRichard Gallamore <ultima@FreeBSD.org>2017-08-20 22:53:57 +0000
committerRichard Gallamore <ultima@FreeBSD.org>2017-08-20 22:53:57 +0000
commita3a23ae45dc51bf32004b52c173cc1de71c112e4 (patch)
tree5e2ee11bc7eae5b1d2ff79ca849e8adf284c7c9e /UPDATING
parent8dffd2c017835d84ae89f0928f796b648470c81d (diff)
downloadports-a3a23ae45dc51bf32004b52c173cc1de71c112e4.tar.gz
ports-a3a23ae45dc51bf32004b52c173cc1de71c112e4.zip
* Bump port revision, added emperor support to rc script
* Changed socket uid/gid and mode, this should fix github issue #1471[1] [1] https://github.com/unbit/uwsgi/issues/1471 PR: 210170 Submitted by: David Wahlund Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12089
Notes
Notes: svn path=/head/; revision=448441
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9fc21c38ccda..c7704c4b246e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,15 @@ 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.
+20170820:
+ AFFECTS: users of www/uwsgi
+ AUTHOR: ultima@FreeBSD.org
+
+ The default socket owner and mode had been changed from www:www 600
+ to uwsgi:www 660. This should resolve issue #1471[1] on github.
+
+ [1] https://github.com/unbit/uwsgi/issues/1471
+
20170808:
AFFECTS: users of lang/ghc and */hs-*
AUTHOR: haskell@FreeBSD.org