svn commit: r340363 - in head: . contrib/tcpdump contrib/traceroute lib/libcasper/services/cap_dns lib/libcasper/services/cap_dns/tests sbin/ping

Ed Maste emaste at freebsd.org
Mon Nov 19 16:45:00 UTC 2018


On Mon, 12 Nov 2018 at 10:53, Mariusz Zaborski <oshogbo at freebsd.org> wrote:
>
> Author: oshogbo
> Date: Mon Nov 12 15:52:45 2018
> New Revision: 340363
> URL: https://svnweb.freebsd.org/changeset/base/340363
>
> Log:
>   libcasper: [ch]ange the name of limits in cap_dns so the intentions are obvious.

Mariusz and I discussed this on IRC but for the sake of the archives
this breaks applications with existing calls to cap_dns_type_limit
using the old names - e.g., upstream tcpdump.

As tcpdump is the only out-of-tree consumer of cap_dns_type_limit that
I'm aware of we could probably fix this by submitting a patch to
tcpdump to add a configure test or a __FreeBSD_version conditional.
However, it seems easiest to just allow either string in cap_dns.


More information about the svn-src-all mailing list