Re: svn commit: r340156 - in head: . sys/sys

2018-11-12 Thread Ed Maste
On Mon, 5 Nov 2018 at 16:53, Antoine Brodin  wrote:
>
> On Mon, Nov 5, 2018 at 8:26 PM Ed Maste  wrote:
> >
> > Author: emaste
> > Date: Mon Nov  5 19:25:57 2018
> > New Revision: 340156
> > URL: https://svnweb.freebsd.org/changeset/base/340156
> >
> > Log:
> >   Remove backwards-compatibility sys/capability.h
>
> Hi,
>
> Please revert,  after this change, most ports converted to capsicum
> are no longer sandboxed (including pkg, tcpdump).

Change was reverted in r340166 and affected ports are tracked as
dependencies of PR 228878.

PR 233007 - ports-mgmt/pkg
Change to use capsicum.h was committed quite some time ago but is not
yet in a pkg release.
PR 233026 - sysutils/procenv
Discussion ongoing, upstream issue
https://github.com/jamesodhunt/procenv/issues/6
PR 233092 - lang/go
Upstream pull request https://github.com/golang/go/pull/28742, likely
use REINPLACE_CMD to patch the port (and the next two) until the
change makes its way through.
PR 233090 - dns/dnscrypt-proxy2
embedded file from go
PR 233091 - devel/gitlab-shell
embedded file from go
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r340156 - in head: . sys/sys

2018-11-05 Thread Antoine Brodin
On Mon, Nov 5, 2018 at 8:26 PM Ed Maste  wrote:
>
> Author: emaste
> Date: Mon Nov  5 19:25:57 2018
> New Revision: 340156
> URL: https://svnweb.freebsd.org/changeset/base/340156
>
> Log:
>   Remove backwards-compatibility sys/capability.h
>
>   In r263232 sys/capability.h was renamed to sys/capsicum.h, to avoid
>   conflicts with a capability.h header found on other operating systems.
>
>   Sufficient time has now passed, so remove the old header at the
>   beginning of FreeBSD 13.
>
>   Discussed with:   oshogbo
>   Sponsored by: The FreeBSD Foundation
>
> Deleted:
>   head/sys/sys/capability.h
> Modified:
>   head/ObsoleteFiles.inc

Hi,

Please revert,  after this change, most ports converted to capsicum
are no longer sandboxed (including pkg, tcpdump).

Antoine
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r340156 - in head: . sys/sys

2018-11-05 Thread Ed Maste
Author: emaste
Date: Mon Nov  5 19:25:57 2018
New Revision: 340156
URL: https://svnweb.freebsd.org/changeset/base/340156

Log:
  Remove backwards-compatibility sys/capability.h
  
  In r263232 sys/capability.h was renamed to sys/capsicum.h, to avoid
  conflicts with a capability.h header found on other operating systems.
  
  Sufficient time has now passed, so remove the old header at the
  beginning of FreeBSD 13.
  
  Discussed with:   oshogbo
  Sponsored by: The FreeBSD Foundation

Deleted:
  head/sys/sys/capability.h
Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==
--- head/ObsoleteFiles.inc  Mon Nov  5 18:47:29 2018(r340155)
+++ head/ObsoleteFiles.inc  Mon Nov  5 19:25:57 2018(r340156)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20181105: backwards-compatibility capability.h header removed
+OLD_FILES+=usr/include/sys/capability.h
 # 20181030: malloc_domain(9) KPI change
 OLD_FILES+=share/man/man9/malloc_domain.9.gz
 # 20181026: joy(4) removal
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"