cnijfilter-mp560

LOW
maintainer orphaned 4 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The source is a Canon driver tarball from Canon's official gdlp01.c-wss.com domain, which is plausibly the project's own release infrastructure; building from source is normal AUR packaging, and the host, while not standard, is not inherently untrustworthy for this vendor.

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 Canon driver tarball from Canon's official gdlp01.c-wss.com domain, which is plausibly the project's own release infrastructure; building from source is normal AUR packaging, and the host, while not standard, is not inherently untrustworthy for this vendor.

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:17 source=(http://gdlp01.c-wss.com/gds/7/0100002367/01/cnijfilter-source-3.20-1.tar.gz

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Daniel Hillenbrand <codeworkx [at] bbqlinux [dot] org>
2# Modified original script from: Alessio Fachechi
3
4pkgname=cnijfilter-mp560
5pkgver=3.20
6pkgsubver=1
7pkgrel=4
8pkgdesc="Canon IJ Printer Driver (MP560 series)"
9url="http://software.canon-europe.com/products/0010756.asp"
10arch=('i686')
11license=('custom')
12depends=('patch' 'libcups' 'cups' 'popt' 'ghostscript' 'gsfonts' 'atk>=1.9.0' 'gtk2>=2.8.0' 'pango>=1.12.3' 'libpng>=1.2.8' 'libtiff' 'cairo>=1.0.2' 'libxml2>=2.6.24' 'fontconfig>=2.3.0' 'libxinerama')
13makedepends=('autoconf>=2.13' 'automake>=1.6' 'tar' 'make' 'gcc')
14conflicts=('cnijfilter-common')
15install=cnijfilter-mp560.install
16
17source=(http://gdlp01.c-wss.com/gds/7/0100002367/01/cnijfilter-source-3.20-1.tar.gz
18 grayscale.patch
19 cups.patch
20 libpng15.patch
21 cnij.patch)
22
23md5sums=('0a40b46016511d59d1d0a3d3d9a653dd'
24 'f3d01db16494ae9ca16d9be8e9cd193b'
25 'abd0c2ee747e20558adcf327bb3a8633'
26 'e75b117cd7a399c0861c4e8e10c30294'
27 '20e5efa2627f7176a3aa5984e44f1807')
28
29prepare() {
30
31 patch -p0 -d ${srcdir}/cnijfilter-source-${pkgver}-${pkgsubver}/ppd < grayscale.patch
32
33 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgsubver}
34 patch -p1 -i ${srcdir}/cups.patch
35 patch -p1 -i ${srcdir}/libpng15.patch
36 patch -p1 -i ${srcdir}/cnij.patch
37
38}
39
40build() {
41
42 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgsubver}/libs
43 ./autogen.sh --prefix=/usr --program-suffix=mp560
44 make
45
46 for _dir in cngpij cnijfilter pstocanonij lgmon backend backendnet cngpijmon/cnijnpr
47 do
48 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgsubver}/${_dir}
49 ./autogen.sh --prefix=/usr --program-suffix=mp560 --enable-progpath=/usr/bin
50 make
51 done
52
53 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgsubver}/ppd
54 ./autogen.sh --prefix=/usr --program-suffix=mp560
55 make
56
57}
58
59package() {
60
61 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgsubver}/libs
62 make install DESTDIR=${pkgdir}
63
64 for _dir in cngpij cnijfilter pstocanonij lgmon backend backendnet cngpijmon/cnijnpr
65 do
66 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgsubver}/${_dir}
67 make install DESTDIR=${pkgdir}
68 done
69
70 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgsubver}/ppd
71 make install DESTDIR=${pkgdir}
72
73 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgsubver}
74 install -d ${pkgdir}/usr/lib/bjlib
75 install -m 755 360/database/* ${pkgdir}/usr/lib/bjlib
76 install -s -m 755 360/libs_bin/*.so.* ${pkgdir}/usr/lib
77 install -s -m 755 com/libs_bin/*.so.* ${pkgdir}/usr/lib
78 install -D LICENSE-cnijfilter-${pkgver}EN.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-cnijfilter-${pkgver}EN.txt
79
80}
81

Scan history

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

Report a package

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

0 / 4000
Your suggestion