diff options
author | Mark Felder <feld@FreeBSD.org> | 2017-02-02 17:50:46 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2017-02-02 17:50:46 +0000 |
commit | 230253cc0bf27e0c9360758b80d69f1facc32eb8 (patch) | |
tree | 25b51eb31384909f7ed54e9f18998a69ec68a501 /UPDATING | |
parent | 343a84548db3bd27bd034c35fb024758ebf7979d (diff) | |
download | ports-230253cc0bf27e0c9360758b80d69f1facc32eb8.tar.gz ports-230253cc0bf27e0c9360758b80d69f1facc32eb8.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ 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. +20170202: + AFFECTS: users of www/uwsgi + AUTHOR: feld@FreeBSD.org + + The previous disruptive changes to uwsgi for security have been remediated + through creation of a dedicated uwsgi user/group and utilizing the + uwsgi feature to set socket ownership. The uwsgi daemon by default now + has the following properties: + + * Process runs as uwsgi user and group (UID/GID 165) + * Socket mode is 660, still protecting unauthorized access from "other" + * Socket ownership is www:www, restoring compatibility + 20170130: AFFECTS: users of devel/ice, devel/py-ice, devel/php5-ice AUTHOR: grembo@FreeBSD.org |