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)
This commit is contained in:
Bahar KURT
2026-02-13 00:44:10 +03:00
parent 350771434f
commit 2f51a1373e
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Python sandboxing module</Summary>
<Description>catbox is a Python sandboxing module commonly used by the package management system of PiSi Linux, PiSi.</Description>
<Archive sha1sum="665015a412bec41abf18e6126f2d0fbb6b1c094a" type="targz">https://github.com/baris/catbox/archive/catbox-1.6.1.tar.gz</Archive>
<Archive sha1sum="ba105f93275ebdf81350b3fb427d5dd641fb81dd" type="targz">https://github.com/kurtbahartr/ReCatbox/archive/recatbox-1.7.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
@@ -32,6 +32,13 @@
</Package>
<History>
<Update release="7">
<Date>2026-02-13</Date>
<Version>1.7.1</Version>
<Comment>Use a more up to date repository and bump</Comment>
<Name>Bedirhan KURT</Name>
<Email>bedirhan.kurt@outlook.com</Email>
</Update>
<Update release="6">
<Date>2020-12-09</Date>
<Version>1.6.1</Version>