Avoids a malicious repository writing to files outside the local storage root
Reported by: "Rebecca N. Palmer" <rebecca_palmer@zoho.com>
Security: a2b111bb09/
The iconv option is extremely useful, indeed necessary when exchanging files
with systems that have different encoding. This change does not require third-
party patches.
Discussed on: ports
Suggested by: Alan Braslau <alan.braslau@comcast.net> (via mail)
Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator
framework based on QEMU.
Unicorn offers some unparalleled features:
- Multi-architecture: ARM, ARM64 (ARMv8), M68K, MIPS, SPARC, and X86 (16, 32,
64-bit)
- Clean/simple/lightweight/intuitive architecture-neutral API
- Implemented in pure C language, with bindings for Perl, Rust, Ruby, Python,
Java, MSVC, .NET, Go, Delphi/Free Pascal and Haskell.
- Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris
confirmed)
- High performance via Just-In-Time compilation
- Support for fine-grained instrumentation at various levels
- Thread-safety by design
- Distributed under free software license GPLv2
WWW: http://www.unicorn-engine.org/
The following ports are updated as part of this commit:
o devel/rubygem-blobstore_client (1.3215.0 -> 1.3262.24.0)
o devel/rubygem-bosh-template (1.3215.0 -> 1.3262.24.0)
o devel/rubygem-bosh_common (1.3215.0 -> 1.3262.24.0)
o devel/rubygem-semi_semantic (1.1.0 -> 1.2.0)
o sysutils/rubygem-bosh_cli (1.3215.0 -> 1.3262.24.0)
Approved by: sunpoet
Differential Revision: https://reviews.freebsd.org/D7336
When xenstore is not running on the same domain as the toolstack the xenstore
device is used in order to access it (like when running some tools from an
unprivileged domain). Fix the path to point to the FreeBSD path
(/dev/xen/xenstore). This is a backport of upstream commit 7ff99b.
Sponsored by: Citrix Systems R&D
Approved by: bapt
MFH: 2016Q4
--This line, and hose below, will be ignored--
M sysutils/xen-tools/Makefile
AM sysutils/xen-tools/files/0001-libs-xenstore-set-correct-FreeBSD-device.patch
PR: 215184
Submitted by: John Hein
Reported by: John Hein
Reviewed by: matthew
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D8798
- use of official master site
- remove 'expect' from CONFLICTS
- remove DOCS option
- binaries are stripped by default
- help files are linked relatively
Approved by: crees (maintainer), jpaetzel (mentor)