yaze
The package builds from a source tarball hosted on a university subdomain, which is plausibly the project's official home; despite the non-whitelisted host, this is a normal source for an academic project, and the checksums are provided and verified.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package builds from a source tarball hosted on a university subdomain, which is plausibly the project's official home; despite the non-whitelisted host, this is a normal source for an academic project, and the checksums are provided and verified.
1 higher static finding superseded - not the current verdict (shown for transparency)
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:11
source=("http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/devel/yaze-ag-${pkgver}.tar.gz" yaze-ag.png yaze-ag.desktop yaze.sh.patch Makefile.patch)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Antonio Leal <antonioleal@yahoo.com>
# Contributer: Frederic Bezies < fredbezies at gmail dot com>
# Contributor: Drew DeVault <sir@cmpwn.com>
pkgname=yaze
pkgver=2.51.3
pkgrel=2
license=('GPL')
pkgdesc='Yet Another z80 (CP/M) Emulator'
arch=("i686" "x86_64")
url='http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/'
source=("http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/devel/yaze-ag-${pkgver}.tar.gz" yaze-ag.png yaze-ag.desktop yaze.sh.patch Makefile.patch)
sha256sums=('2b0a90c3bf3a27574b0427cf4579dc2347b371bec3fea5739e1527edf74b2809'
'3272ac8db333ad8d285606c371893d8eef7f786c645dfeb5aab3fd2362212cdd'
'f8a03b442cdba46e58bc73818dd66d02c99ecf5f6d6e022b19dbfea629f7b47a'
'ee175608dd75c255cf4e2e35504dff72fc882098f94f6c24ea2d9646f5964311'
'5ded34c0fc2da43c47f823ad7b3011d22142acbb54f41cca618c002516f2ec93')
options=(!debug)
prepare() {
cd ${pkgname}-ag-${pkgver}
cp Makefile_linux_64_intel_corei7 Makefile
patch yaze.sh "$srcdir"/yaze.sh.patch
patch Makefile "$srcdir"/Makefile.patch
}
build() {
cd ${pkgname}-ag-${pkgver}
[[ ${CARCH} == x86_64 ]] && _BUILD='" (build for x86_64Bit (x86-64))"'
[[ ${CARCH} == i686 ]] && _BUILD='" (build for x86_32Bit (i686))"'
make PREFIX=/usr BUILD="${_BUILD}" OPTIMIZE="${CFLAGS/-O2/-O3}"
}
package() {
cd ${pkgname}-ag-${pkgver}
BINDIR=${BINDIR:-"$pkgdir/usr/bin"}
MANDIR=${MANDIR:-"$pkgdir/usr/man/man1"}
LIBDIR=${LIBDIR:-"$pkgdir/usr/lib/yaze-ag"}
DSKDIR=${DSKDIR:-"$pkgdir/usr/share/yaze-ag/disks"}
DOCDIR=${DOCDIR:-"$pkgdir/usr/doc/yaze-ag-$pkgver/doc"}
DOCHTMLDIR=${DOCHTMLDIR:-"$pkgdir/usr/doc/yaze-ag-$pkgver/doc_html"}
mkdir -p $BINDIR $MANDIR $LIBDIR $DSKDIR $DOCDIR $DOCHTMLDIR
install -s -c -m 755 yaze_bin $BINDIR
install -s -c -m 755 cdm $BINDIR
install -c -m 755 yaze $BINDIR
install -c -m 644 yaze-cpm3.boot $LIBDIR
install -c -m 644 yaze.boot $LIBDIR
install -c -m 644 m2.ktt $LIBDIR
install -c -m 644 sample.ktt $LIBDIR
install -c -m 644 yaze.ktt $LIBDIR
install -c -m 644 yaze.1 $MANDIR
install -c -m 644 cdm.1 $MANDIR
install -c -m 644 cpm.1 $MANDIR
install -c -m 644 z80.1 $MANDIR
/bin/sh $srcdir/${pkgname}-ag-${pkgver}/install_disks.sh $DSKDIR
/bin/sh $srcdir/${pkgname}-ag-${pkgver}/install_doc.sh $DOCDIR
/bin/sh $srcdir/${pkgname}-ag-${pkgver}/install_doc_html.sh $DOCHTMLDIR
mkdir -p "$pkgdir/usr/share/pixmaps"
cp "$srcdir"/yaze-ag.png "$pkgdir/usr/share/pixmaps"
mkdir -p "$pkgdir/usr/share/applications"
cp "$srcdir"/yaze-ag.desktop "$pkgdir/usr/share/applications"
cd $LIBDIR
rm -f md5 $pkgdir/md5.yaze-ag
find . -type f -exec /bin/md5sum -b {} >>$pkgdir/md5.yaze-ag \;
mv "$pkgdir/md5.yaze-ag" md5
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |