From owner-svn-ports-all@FreeBSD.ORG Tue Nov 13 01:46:08 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F072F1FD; Tue, 13 Nov 2012 01:46:08 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id D65FF8FC0C; Tue, 13 Nov 2012 01:46:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAD1k8ZF056057; Tue, 13 Nov 2012 01:46:08 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAD1k8vP056055; Tue, 13 Nov 2012 01:46:08 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211130146.qAD1k8vP056055@svn.freebsd.org> From: Wesley Shields Date: Tue, 13 Nov 2012 01:46:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307356 - 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.14 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: Tue, 13 Nov 2012 01:46:09 -0000 Author: wxs Date: Tue Nov 13 01:46:08 2012 New Revision: 307356 URL: http://svnweb.freebsd.org/changeset/ports/307356 Log: Add a note about git-daemon(1) now running as git_daemon user. Suggested by: lme@ Feature safe: yes Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Tue Nov 13 01:05:55 2012 (r307355) +++ head/UPDATING Tue Nov 13 01:46:08 2012 (r307356) @@ -5,6 +5,13 @@ 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. +20121112: + AFFECTS: Users of devel/git + AUTHOR: wxs@FreeBSD.org + + The git-daemon(1) process now runs as the git_daemon user. Please make + sure that this user has appropriate permissions to the repositories. + 20121109: AFFECTS: FreeBSD < 9.1 users of syslog-ng >= 3.3.6 AUTHOR: cy@FreeBSD.org