pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/sandboxctl Update sandboxctl to 1.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f1fd3ad6cfd
branches: trunk
changeset: 327955:7f1fd3ad6cfd
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Mon Jan 14 10:52:49 2019 +0000
description:
Update sandboxctl to 1.1:
Changes in version 1.1
======================
**Released on 2019-01-14.**
* Fixed the `darwin-native` type to allow accessing the Oracle JRE from
within the sandbox.
* Expose `/usr/local` in `darwin-native` so that third-party software
installed on the host, such as OSXFUSE, can be found.
* Expose an empty `/private/var/mail` directory within the `darwin-native`
sandbox so that programs that expect the directory to exist can work.
* Issue 2: Fixed access to the system keychain on `darwin-native`
sandboxes, which allows, among other things, for HTTPS downloads to
work properly.
* Issue 4: Fixed the `netbsd-native` type to recognize a `/boot` directory
and to ignore the lack of `/netbsd`, as is the case for
NetBSD/evbarm-earmv7hf 7.1 Raspberry Pi images.
* Issue 5: Fixed DNS resolution in `darwin-native` sandboxes, which
apparently got broken in the macOS Sierra 10.12.4 update because SIP
now prevents modifying the running mDNSResponder instance.
* Issue 7: Fixed execution of compilers and other Xcode tools within a
`darwin-native` sandbox starting with High Sierra. Unfortunately, we
now require SIP to be disabled for these tools to work.
* Added support for XZ-compressed files to `sandbox_extract`.
* Added support for XZ-compressed release sets to `netbsd-native` and
`netbsd-release`. As a side-effect of this change, the
`NETBSD_RELEASE_SETS` setting in `netbsd-release` now takes a list
of set names *without* their extension.
diffstat:
sysutils/sandboxctl/Makefile | 6 +++---
sysutils/sandboxctl/PLIST | 4 ++--
sysutils/sandboxctl/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (48 lines):
diff -r 6af39f545a4b -r 7f1fd3ad6cfd sysutils/sandboxctl/Makefile
--- a/sysutils/sandboxctl/Makefile Mon Jan 14 09:46:58 2019 +0000
+++ b/sysutils/sandboxctl/Makefile Mon Jan 14 10:52:49 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/02/17 21:23:42 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/14 10:52:49 jmmv Exp $
-DISTNAME= sandboxctl-1.0
+DISTNAME= sandboxctl-1.1
CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_GITHUB:=jmmv/}sandboxctl/releases/download/sandboxctl-1.0/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jmmv/}sandboxctl/releases/download/sandboxctl-1.1/
MAINTAINER= jmmv%NetBSD.org@localhost
COMMENT= Manages chroot-based sandboxes
diff -r 6af39f545a4b -r 7f1fd3ad6cfd sysutils/sandboxctl/PLIST
--- a/sysutils/sandboxctl/PLIST Mon Jan 14 09:46:58 2019 +0000
+++ b/sysutils/sandboxctl/PLIST Mon Jan 14 10:52:49 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/02/17 21:23:42 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/01/14 10:52:49 jmmv Exp $
man/man5/sandboxctl.conf.5
man/man8/sandboxctl.8
sbin/sandboxctl
@@ -10,7 +10,7 @@
share/doc/sandboxctl/README
share/examples/sandboxctl/default.conf
share/sandboxctl/empty.subr
-share/shtk/sandbox.subr
+share/sandboxctl/shtk/sandbox.subr
${TESTS}tests/sandboxctl/Kyuafile
${TESTS}tests/sandboxctl/modules/Kyuafile
${TESTS}tests/sandboxctl/sandbox_test
diff -r 6af39f545a4b -r 7f1fd3ad6cfd sysutils/sandboxctl/distinfo
--- a/sysutils/sandboxctl/distinfo Mon Jan 14 09:46:58 2019 +0000
+++ b/sysutils/sandboxctl/distinfo Mon Jan 14 10:52:49 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/02/17 21:23:42 jmmv Exp $
+$NetBSD: distinfo,v 1.2 2019/01/14 10:52:49 jmmv Exp $
-SHA1 (sandboxctl-1.0.tar.gz) = 8040df9de356b1292431a454367b9a379ab2d799
-RMD160 (sandboxctl-1.0.tar.gz) = 5eabc9f69e2993636312d97358b838f4ebc538bb
-SHA512 (sandboxctl-1.0.tar.gz) = db6aaa44dfae3aa2c8090b1c8225a3d74034168711ddae9dcf5b4a02d194604080f423f0fa39acd1b9749a4158037160c317b7714ffe4070dbac2f1d06016f90
-Size (sandboxctl-1.0.tar.gz) = 95965 bytes
+SHA1 (sandboxctl-1.1.tar.gz) = 9157936300f3a95086ebf856dfbb4cf848e75f44
+RMD160 (sandboxctl-1.1.tar.gz) = 52001bd2dade10866d588268094dc7b1d36b93af
+SHA512 (sandboxctl-1.1.tar.gz) = 066c188f3d5a058c2260c30fbbf208b340060cdc37fa84d594a3b409443ef40c07857ef568107aae1027b75f5533f574d84fcfe984941298e7147c19336957f9
+Size (sandboxctl-1.1.tar.gz) = 99040 bytes
Home |
Main Index |
Thread Index |
Old Index