From 2f51a1373ee4cc584a394844d1b1ee6f5e5fdc45 Mon Sep 17 00:00:00 2001 From: Bahar KURT Date: Fri, 13 Feb 2026 00:44:10 +0300 Subject: [PATCH] catbox: Track my fork of catbox, namely ReCatbox The fork was made as a place to easily update catbox's code to today's standards. The initial issue that prompted me to do this is the segmentation fault that's caused due to rapid shifts in CPU clocks on laptops, no matter how old the laptop or the CPU in question is. In short... Modern laptop + catbox = segfault, lovely. Tested and confirmed to work on the following machines: - CASPER EXCALIBUR G770.1245 (Archlinux host, Pisi Linux guest) - HP 15-rb004nt (Ubuntu 24.04 Server host, Pisi Linux container) --- system/devel/catbox/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/system/devel/catbox/pspec.xml b/system/devel/catbox/pspec.xml index 7d8fe411..8e965949 100644 --- a/system/devel/catbox/pspec.xml +++ b/system/devel/catbox/pspec.xml @@ -12,7 +12,7 @@ library Python sandboxing module catbox is a Python sandboxing module commonly used by the package management system of PiSi Linux, PiSi. - https://github.com/baris/catbox/archive/catbox-1.6.1.tar.gz + https://github.com/kurtbahartr/ReCatbox/archive/recatbox-1.7.1.tar.gz python-setuptools python-devel @@ -32,6 +32,13 @@ + + 2026-02-13 + 1.7.1 + Use a more up to date repository and bump + Bedirhan KURT + bedirhan.kurt@outlook.com + 2020-12-09 1.6.1