tachyon-opengl
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official host, which is not on the whitelist but is plausibly the legitimate project site; building from own-source is normal for AUR packages and poses low risk.
Triggered rules
LOW
AI review downgraded a static finding
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 source is a tarball from the project's official host, which is not on the whitelist but is plausibly the legitimate project site; building from own-source is normal for AUR packages and poses low risk.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
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:16
source=("http://jedi.ks.uiuc.edu/~johns/raytracer/files/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Eric Berquist <eric DOT berquist AT gmail DOT com>
2
3
# derived from community/tachyon
4
5
pkgname=tachyon-opengl
6
_pkgname=tachyon
7
pkgver=0.99b6
8
pkgrel=3
9
pkgdesc="Parallel ray tracer (used as part of Visual Molecular Dynamics), OpenGL-enabled"
10
arch=('i686' 'x86_64')
11
url="http://jedi.ks.uiuc.edu/~johns/raytracer/"
12
license=('custom')
13
depends=('libgl' 'libjpeg' 'libpng')
14
conflicts=('tachyon')
15
options=(staticlibs)
16
source=("http://jedi.ks.uiuc.edu/~johns/raytracer/files/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
17
"make_arch.patch"
18
"make_config.patch"
19
"make_gl.patch")
20
sha256sums=('f4dcaf9c76a4f49310f56254390f9611c22e353947a1745a8c623e8bc8119b97'
21
'935553f4a0553505dc4db9c22635072d9cf238988e1dbeee2df52a01e0953a1a'
22
'c016bb5b0bc422c11bf53e93f7f9001fd742a53ab3d49affd1354bc3990391b3'
23
'0060bd52bad05e98a9709af4a84e758d17b376b4f7ab71e627f0aeeaf9e5f0e0')
24
25
case "$CARCH" in
26
"i686") _buildtype=linux-thr-ogl ;;
27
"x86_64") _buildtype=linux-64-thr-ogl ;;
28
esac
29
30
prepare() {
31
cd "${srcdir}/${_pkgname}/unix"
32
# generate position-independent code
33
patch -i "${srcdir}/make_arch.patch"
34
# enable JPEG and PNG support, plus GCC atomics
35
patch -i "${srcdir}/make_config.patch"
36
# fix location of OpenGL and X11 headers/libraries
37
patch -i "${srcdir}/make_gl.patch"
38
}
39
40
build() {
41
cd "${srcdir}/${_pkgname}/unix"
42
make ${_buildtype}
43
}
44
45
package() {
46
# binary and library
47
cd "${srcdir}/${_pkgname}/compile/${_buildtype}"
48
install -D -m 755 tachyon "${pkgdir}/usr/bin/tachyon"
49
install -D -m 644 libtachyon.a "${pkgdir}/usr/lib/libtachyon.a"
50
51
# headers
52
cd "${srcdir}/${_pkgname}/src"
53
install -d "${pkgdir}/usr/include/tachyon"
54
install -m 644 *.h "${pkgdir}/usr/include/tachyon"
55
56
# scenes
57
cd "${srcdir}/${_pkgname}/scenes"
58
install -d "${pkgdir}/usr/share/tachyon/scenes/imaps"
59
install -m 644 README *.dat *.cam *.ac "${pkgdir}/usr/share/tachyon/scenes"
60
install -m 644 imaps/* "${pkgdir}/usr/share/tachyon/scenes/imaps"
61
62
# license
63
cd "${srcdir}/${_pkgname}"
64
install -D -m 644 Copyright "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
65
}
66
67
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |