cnijfilter-mp560

maintainer orphaned · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-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