From owner-svn-ports-all@freebsd.org Fri Jan 27 23:37:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1880CC4035; Fri, 27 Jan 2017 23:37:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B5F7B955; Fri, 27 Jan 2017 23:37:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0RNblbh053440; Fri, 27 Jan 2017 23:37:47 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0RNbl5i053439; Fri, 27 Jan 2017 23:37:47 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201701272337.v0RNbl5i053439@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 27 Jan 2017 23:37:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432604 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2017 23:37:49 -0000 Author: feld Date: Fri Jan 27 23:37:47 2017 New Revision: 432604 URL: https://svnweb.freebsd.org/changeset/ports/432604 Log: Add UPDATING entry to notify about uwsgi default socket mode change Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Fri Jan 27 23:21:58 2017 (r432603) +++ head/UPDATING Fri Jan 27 23:37:47 2017 (r432604) @@ -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. +20170127: + AFFECTS: users of www/uwsgi + AUTHOR: feld@FreeBSD.org + + The default socket mode for uwsgi as 777 is a severe security concern. + This has been remediated by changing the rc script to default to 600. + The mode is configurable with rc.conf values: uwsgi_socket_mode="600" + or for a profile named "www", uwsgi_www_socket_mode="600". + 20170121: AFFECTS: users of security/tinc AUTHOR: dinoex@FreeBSD.org