Skip to content

Instantly share code, notes, and snippets.

2025-02-15 19:06:34 -0800
../configure
--build=powerpc-apple-darwin8.11.0
--prefix=/usr/local/Cellar/gcc14/14.2.0
--libdir=/usr/local/Cellar/gcc14/14.2.0/lib/gcc/14
--enable-languages=c,c++,objc,obj-c++,fortran
--program-suffix=-14
--with-gmp=/usr/local/opt/gmp
--with-mpfr=/usr/local/opt/mpfr
2025-02-15 15:36:40 -0800
../configure
--build=powerpc-apple-darwin8.11.0
--prefix=/usr/local/Cellar/gcc14/14.2.0
--libdir=/usr/local/Cellar/gcc14/14.2.0/lib/gcc/14
--enable-languages=c,c++,objc,obj-c++,fortran
--program-suffix=-14
--with-gmp=/usr/local/opt/gmp
--with-mpfr=/usr/local/opt/mpfr
@mistydemeo
mistydemeo / # nuked-sc55 - 2024-08-01_17-21-02.txt
Created November 9, 2024 02:35
nuked-sc55 (mistydemeo/formulae/nuked-sc55) on macOS 15 - Homebrew build logs
Homebrew build logs for mistydemeo/formulae/nuked-sc55 on macOS 15
Build date: 2024-08-01 17:21:02
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 */
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
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
Homebrew build logs for [email protected] on macOS 11.0
Build date: 2020-10-13 16:30:48
# 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"
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):
@mistydemeo
mistydemeo / # libvidstab - 2020-09-15_17-17-18.txt
Created September 16, 2020 00:17
libvidstab on macOS 11.0 - Homebrew build logs
Homebrew build logs for libvidstab on macOS 11.0
Build date: 2020-09-15 17:17:18