dosbox-openglide-svn
The package builds from a legitimate SVN source of the project and includes a patch and a data file (glide2x.ovl) from GitHub; the non-standard host is GitHub, which is commonly used and not inherently malicious, and the file is a non-executable overlay, posing minimal risk.
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 legitimate SVN source of the project and includes a patch and a data file (glide2x.ovl) from GitHub; the non-standard host is GitHub, which is commonly used and not inherently malicious, and the file is a non-executable overlay, posing minimal risk.
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:15
source=('dosbox'::'svn+https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk'
PKGBUILD
1 offending line(s) highlighted# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=dosbox-openglide-svn
pkgver=0.74.3.r4473
pkgrel=1
pkgdesc='DOS emulator for running DOS games (with openglide 3D, svn version)'
arch=('x86_64')
url='https://www.dosbox.com/'
license=('GPL')
depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 'glu'
'openglide-git')
makedepends=('subversion' 'mesa-libgl')
provides=('dosbox' 'dosbox-openglide' 'dosbox-svn')
conflicts=('dosbox')
source=('dosbox'::'svn+https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk'
'https://raw.githubusercontent.com/voyageur/openglide/c300160d0a8292bc04e79dd59e6cc178aa648dec/platform/dosbox/glide2x.ovl'
'dosbox.desktop'
'dosbox.png'
'010-dosbox-add-openglide-support.patch')
sha256sums=('SKIP'
'ed391bb9fb0e7b5d33b92882356f02b05913361675712d93b4ef303d5b9f2ac9'
'680c8543cb0329000a36c188bb95999c6fae159d3704a4496b54cfada360c7e5'
'491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b'
'396f9cfbfe0880517bc93b97ff6d90e9878f72f3ff5695d45123fd9aa7555ea1')
prepare() {
cd dosbox
# add openglide support
svn revert -R .
rm -f {include/{glide,glidedef}.h,src/hardware/glide.cpp}
patch -Np1 -i "${srcdir}/010-dosbox-add-openglide-support.patch"
./autogen.sh
}
pkgver() {
printf '%s.r%s' "$(head -n1 dosbox/NEWS | sed 's/-/./g')" \
"$(svnversion dosbox | tr -d 'A-z')"
}
build() {
cd dosbox
./configure --prefix='/usr' --sysconfdir='/etc/dosbox'
make
}
package() {
make -C dosbox DESTDIR="$pkgdir" install
# glide2x.ovl
install -D -m644 glide2x.ovl -t "${pkgdir}/usr/share/dosbox"
# desktop file and icon
install -D -m644 dosbox.desktop -t "${pkgdir}/usr/share/applications"
install -D -m644 dosbox.png -t "${pkgdir}/usr/share/pixmaps"
# docs
install -D -m644 dosbox/README -t "${pkgdir}/usr/share/doc/dosbox"
install -D -m644 dosbox/docs/README.video -t "${pkgdir}/usr/share/doc/dosbox"
}
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 |