Files
core/system/devel/catbox/pspec.xml
T
Bahar KURT 2f51a1373e 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)
2026-02-13 19:07:58 +03:00

86 lines
3.0 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>catbox</Name>
<Homepage>https://pisilinux.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<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="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>
</BuildDependencies>
</Source>
<Package>
<Name>catbox</Name>
<RuntimeDependencies>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</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>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2019-12-26</Date>
<Version>1.6.1</Version>
<Comment>Rebuild</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-07-15</Date>
<Version>1.6.1</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-02-05</Date>
<Version>1.6.1</Version>
<Comment>Rebuild.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>1.6.1</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-13</Date>
<Version>1.6.1</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>