This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for mistydemeo/formulae/nuked-sc55 on macOS 15 | |
Build date: 2024-08-01 17:21:02 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/sshd-session.c b/sshd-session.c | |
index fe6ae7f..683cf01 100644 | |
--- a/sshd-session.c | |
+++ b/sshd-session.c | |
@@ -376,10 +376,18 @@ privsep_preauth(struct ssh *ssh) | |
/* Arrange for logging to be sent to the monitor */ | |
set_log_handler(mm_log_handler, pmonitor); | |
+#ifdef __APPLE_SANDBOX_NAMED_EXTERNAL__ | |
+ /* We need to do this before we chroot() so we can read sshd.sb */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/sandbox-darwin.c b/sandbox-darwin.c | |
index 59b4d28..2636a11 100644 | |
--- a/sandbox-darwin.c | |
+++ b/sandbox-darwin.c | |
@@ -63,7 +63,15 @@ ssh_sandbox_child(struct ssh_sandbox *box) | |
struct rlimit rl_zero; | |
debug3("%s: starting Darwin sandbox", __func__); | |
+#ifdef __APPLE_SANDBOX_NAMED_EXTERNAL__ | |
+#ifndef SANDBOX_NAMED_EXTERNAL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 2f74bd83e176efd97f859731224cd04dc4e0f27b Mon Sep 17 00:00:00 2001 | |
From: Misty De Meo <[email protected]> | |
Date: Mon, 1 Jul 2024 20:20:29 -0700 | |
Subject: [PATCH] named external | |
--- | |
sandbox-darwin.c | 8 ++++++++ | |
1 file changed, 8 insertions(+) | |
diff --git a/sandbox-darwin.c b/sandbox-darwin.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for [email protected] on macOS 11.0 | |
Build date: 2020-10-13 16:30:48 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NOTE: When updating Wine, please make sure to match Wine-Gecko and Wine-Mono | |
# versions: | |
# - https://wiki.winehq.org/Gecko | |
# - https://wiki.winehq.org/Mono | |
# with `GECKO_VERSION` and `MONO_VERSION`, as in: | |
# https://source.winehq.org/git/wine.git/blob/refs/tags/wine-4.0:/dlls/appwiz.cpl/addons.c | |
class Wine < Formula | |
desc "Run Windows applications without a copy of Microsoft Windows" | |
homepage "https://www.winehq.org/" | |
url "https://dl.winehq.org/wine/source/4.0/wine-4.0.2.tar.xz" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 37e3d48948f27f09d9ba31d8c6acb765b7abf12b Mon Sep 17 00:00:00 2001 | |
From: Misty De Meo <[email protected]> | |
Date: Tue, 15 Sep 2020 17:30:46 -0700 | |
Subject: [PATCH] FindSSE: ensure ${CPUINFO} is quoted | |
If ${CPUINFO} isn't quoted, and it's an empty string, CMake's STRING | |
REPLACE function will error with a note it's being called with too few | |
arguments. Fixes: | |
CMake Error at CMakeModules/FindSSE.cmake:47 (STRING): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for libvidstab on macOS 11.0 | |
Build date: 2020-09-15 17:17:18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for libsoxr on macOS 11.0 | |
Build date: 2020-09-15 15:37:09 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for guile on macOS 11.0 | |
Build date: 2020-09-15 14:48:38 |
NewerOlder