cenon

maintainer orphaned · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package downloads source code and documentation from the project's own domain (cenon.zone), which is not on the whitelist but plausibly official; building from own-source is normal for AUR packages, and the worst case of a swapped source is limited to code execution during build, which is expected behavior.

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 package downloads source code and documentation from the project's own domain (cenon.zone), which is not on the whitelist but plausibly official; building from own-source is normal for AUR packages, and the worst case of a swapped source is limited to code execution during build, which is expected behavior.

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:13 source=("http://www.cenon.zone/download/source/Cenon-$pkgver.tar.bz2"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Kyle Keen <keenerd@gmail.com>
2pkgname=cenon
3pkgver=4.0.2
4_libver=4.0.0
5pkgrel=2
6pkgdesc="GNUstep vector editor for EPS, DXF, Gerber, HPGL. Includes docs and examples."
7arch=('i686' 'x86_64')
8url="http://www.cenon.info"
9license=('custom:vhfPL')
10depends=('gnustep-base' 'gnustep-gui')
11makedepends=('gnustep-make' 'gcc-objc')
12options=('!strip')
13source=("http://www.cenon.zone/download/source/Cenon-$pkgver.tar.bz2"
14 "http://www.cenon.zone/download/source/CenonLibrary-$_libver-1.tar.bz2"
15 "http://www.cenon.zone/download/doc/Cenon-4.0_gb.pdf"
16 gcc47.patch)
17md5sums=('ba6519d09106a250cbec72b28f970bbc'
18 '5d7542f054b4ac3eb630c360d3752aa8'
19 'SKIP'
20 '015e2c1538788eb42c1320353a2da6e5')
21
22prepare() {
23 cd "$srcdir/Cenon"
24 patch -p1 VHFShared/vhfCompatibility.h "$srcdir/gcc47.patch"
25
26 sed -i 's|Diff((VFloat)|Diff((float)|' TileScrollView.m
27 sed -i 's|(VFloat)\[\[resPopupListButton|[[resPopupListButton|' TileScrollView.m
28 sed -i 's|\[\[resPopupListButton|[(TileScrollView*)[resPopupListButton|' TileScrollView.m
29}
30
31build() {
32 cd "$srcdir/Cenon"
33
34 export CFLAGS="$CFLAGS -g"
35 export CXXFLAGS="$CXXFLAGS -g"
36
37 make GNUSTEP_MAKEFILES="/usr/share/GNUstep/Makefiles/" \
38 GNUSTEP_LOCAL_LIBRARY="/usr/lib/GNUstep/Libraries/" \
39 GNUSTEP_LOCAL_APPS="/usr/share/"
40}
41
42package() {
43 cd "$srcdir/Cenon"
44 install -d "$pkgdir/usr/lib/GNUstep/Libraries/"
45 install -d "$pkgdir/usr/share/"
46 sed -i 's/chmod/#&/' GNUmakefile.postamble
47 sed -i 's/cp/#&/' GNUmakefile.postamble
48 make DESTDIR="$pkgdir" \
49 GNUSTEP_MAKEFILES="/usr/share/GNUstep/Makefiles/" \
50 GNUSTEP_LOCAL_LIBRARY="$pkgdir/usr/lib/GNUstep/Libraries/" \
51 GNUSTEP_LOCAL_APPS="/usr/share/" \
52 install
53
54 chmod -R ugo+rX "$pkgdir"/usr/share/Cenon.*
55
56 install -d "$pkgdir/usr/share/doc/cenon/"
57 # yeah, yeah. use install
58 cp -R Devices/ "$pkgdir/usr/share/doc/cenon/"
59 cp -R Documentation/ "$pkgdir/usr/share/doc/cenon/"
60 cp -R Examples/ "$pkgdir/usr/share/doc/cenon/"
61 cp -R Projects/ "$pkgdir/usr/share/doc/cenon/"
62 cp ../../Cenon-4.0_gb.pdf "$pkgdir/usr/share/doc/cenon/Documentation/"
63
64 # figure out how to fix the library path for real
65 #touch "$pkgdir/usr/bin/cenon"
66 #chmod +x "$pkgdir/usr/bin/cenon"
67 #echo "#!/bin/sh" >> "$pkgdir/usr/bin/cenon"
68 #echo "LD_LIBRARY_PATH=\"/usr/lib/GNUstep/Libraries\" Cenon" >> "$pkgdir/usr/bin/cenon"
69}
70
71
72
73

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion