From owner-svn-src-all@freebsd.org Sun Jun 5 20:53:28 2016 Return-Path: Delivered-To: svn-src-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 4A8ADB6A4F1; Sun, 5 Jun 2016 20:53:28 +0000 (UTC) (envelope-from rpaulo@me.com) Received: from mr11p00im-asmtp001.me.com (mr11p00im-asmtp001.me.com [17.110.69.252]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3218B1AC5; Sun, 5 Jun 2016 20:53:28 +0000 (UTC) (envelope-from rpaulo@me.com) Received: from process-dkim-sign-daemon.mr11p00im-asmtp001.me.com by mr11p00im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) id <0O8B00B00FMEPV00@mr11p00im-asmtp001.me.com>; Sun, 05 Jun 2016 20:53:22 +0000 (GMT) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=UTF-8 Received: from akita.hsd1.ca.comcast.net (c-73-222-51-139.hsd1.ca.comcast.net [73.222.51.139]) by mr11p00im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.36.0 64bit (built Sep 8 2015)) with ESMTPSA id <0O8B000CDGOXLN30@mr11p00im-asmtp001.me.com>; Sun, 05 Jun 2016 20:53:22 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-06-05_09:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1011 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510270003 definitions=main-1606050255 Message-id: <1465159996.2319.1.camel@me.com> Subject: Re: svn commit: r301172 - head/contrib/blacklist From: Rui Paulo To: Jan Beich , Kurt Lidl Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Sun, 05 Jun 2016 13:53:16 -0700 In-reply-to: References: <201606012204.u51M4AUj056457@repo.freebsd.org> X-Mailer: Evolution 3.20.2-2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=4d515a; t=1465160002; bh=HM8z2XbFbDU9VeZYmYKvIpGXQMdQG7pmOY+5dNc6xlI=; h=MIME-version:Content-type:Message-id:Subject:From:To:Date; b=LF47HpzhX6flQNK0SwUUhyu+KF0lPj9/AAM7bSj2F4Z0cOil0Fw0ed6uqGe5haSN4 q/0CepMPO6Cn1yHg5ye0d4Ymh8GAveiCmiaute2Vm3hjLSVHJ2ejY6JzYCrutE0eAB eVxKZGn67w0CCGAYzR/tKF7QN1VWcO5ZvTAz/bz1AqHq3ofC9Nki18NUyQ0qiXXGF2 Y59zqo/Y7BFfvy1IdYI7nmSSnMrQFJrriuEcAj7eq5egzpCSMil3XREzb048NhpioX rY+X2e65XkF+kWNHVHmWW1xx4SFMgHZTqH27urKyqYClF79MVtWUrwrGpt+8wXVzh7 mRwG0Brk5vFEw== X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jun 2016 20:53:28 -0000 On Fri, 2016-06-03 at 08:50 +0200, Jan Beich wrote: > Kurt Lidl writes: > > > Author: lidl > > Date: Wed Jun  1 22:04:10 2016 > > New Revision: 301172 > > URL: https://svnweb.freebsd.org/changeset/base/301172 > > > > Log: > >   Import NetBSD's blacklist source from vendor tree > >    > >   This import includes The basic blacklist library and utility > > programs, > >   to add a system-wide packet filtering notification mechanism to > >   FreeBSD. > >    > >   The rational behind the daemon was given by Christos Zoulas in a > >   presentation at vBSDcon 2015: https://youtu.be/fuuf8G28mjs > >    > >   Reviewed by: rpaulo > >   Approved by: rpaulo > >   Obtained from: NetBSD > >   Relnotes: YES > > Can you track FreeBSD version in manpages? Maybe ping upstream, so > they > add .Fx as well. > > $ fgrep .Nx contrib/blacklist/**/*.[0-9] > contrib/blacklist/bin/blacklistctl.8:.Nx 7 . > contrib/blacklist/bin/blacklistd.8:.Nx 7 . > contrib/blacklist/bin/blacklistd.conf.5:.Nx 7 . > > $ man blacklistd | col -b | fgrep -A1 HISTORY > HISTORY >      blacklistd appeared in NetBSD 7. We don't really need to submit that change to NetBSD.  Just change the man page in FreeBSD and hopefully future merges won't remove it. ;-) -- Rui Paulo