cnijfilter-mg2100

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

The source is a Canon official driver tarball from a plausible Canon domain (gdlp01.c-wss.com), building from source is normal for AUR packages, and the patches are applied to fix compatibility; no execution of untrusted binaries.

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 official driver tarball from a plausible Canon domain (gdlp01.c-wss.com), building from source is normal for AUR packages, and the patches are applied to fix compatibility; no execution of untrusted binaries.

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:20 source=("http://gdlp01.c-wss.com/gds/8/0100003928/01/cnijfilter-source-${pkgver}-${pkgrel}.tar.gz" "cups.patch" "id.po.patch" "png.patch")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Bernhard Landauer <oberon@manjaro.org>
2# Contributor: Andrew Meakovski <meako689@gmail.com>
3# PKGBUILD based on: Robert Mihaly <robb.mihaly@gmail.com>
4# PKGBUILD based on: Gary Ayre <catchfire@gmail.com>
5# PKGBUILD based on: Eric Le Bras <eric.lebras@gmail.com>
6
7printername="mg2100"
8printercode=386 #Codename for driver
9pkgname=cnijfilter-${printername}
10pkgver=3.60
11pkgrel=1
12pkgdesc="Canon IJ Printer Driver for Pixma ${printername} (MG2140, MG2150, etc) multifunction"
13arch=('x86_64')
14url="http://www.canon-europe.com/Support/Consumer_Products/products/Fax__Multifunctionals/InkJet/PIXMA_MG_series/PIXMA_MG2140.aspx?DLtcmuri=tcm:13-863337&page=1&type=download"
15license=('GPL2' 'LGPL2' 'custom')
16depends=('libglade' 'cups' 'ghostscript')
17makedepends=('autoconf>=2.13' 'automake>=1.6' 'tar' 'make' 'gcc')
18conflicts=('cnijfilter-common')
19install=cnijfilter-${printername}.install
20source=("http://gdlp01.c-wss.com/gds/8/0100003928/01/cnijfilter-source-${pkgver}-${pkgrel}.tar.gz" "cups.patch" "id.po.patch" "png.patch")
21#source=("http://files.canon-europe.com/files/soft40869/software/cnijfilter-source-${pkgver}-${pkgrel}.tar.gz" "cups.patch" "id.po.patch" "png.patch")
22md5sums=('70e412331a21f4b573b4e901c89cee18' 'a8a716cad93bd90853129c46006f20ad' '35327dc628d1a22ed0f4db9554d67484' '55f00585a45cf14944b4542c5ab71a76')
23
24package() {
25 cd ${srcdir}
26 tar xzf cnijfilter-source-${pkgver}-${pkgrel}.tar.gz
27
28 patch -Np0 -i $srcdir/cups.patch || return 1
29 patch -Np0 -i $srcdir/id.po.patch || return 1
30 patch -Np0 -i $srcdir/png.patch || return 1
31
32 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgrel}/backend
33 ./autogen.sh --prefix=/usr --program-suffix=${printername} --enable-progpath=/usr/bin || return 1
34 make install DESTDIR=${pkgdir} || return 1
35
36 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgrel}/libs
37 ./autogen.sh --prefix=/usr --program-suffix=${printername} || return 1
38 make install DESTDIR=${pkgdir} || return 1
39
40 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgrel}/pstocanonij
41 ./autogen.sh --prefix=/usr --program-suffix=${printername} --enable-binpath=/usr/bin --enable-progpath=/usr/bin || return 1
42 make install DESTDIR=${pkgdir} || return 1
43
44 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgrel}/cngpij
45 ./autogen.sh --prefix=/usr --program-suffix=${printername} --enable-binpath=/usr/bin --enable-progpath=/usr/bin || return 1
46 make install DESTDIR=${pkgdir} || return 1
47
48 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgrel}/ppd
49 ./autogen.sh --prefix=/usr --program-suffix=${printername} || return 1
50 make install DESTDIR=${pkgdir} || return 1
51
52 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgrel}/cnijfilter
53 ./autogen.sh --prefix=/usr --program-suffix=${printername} --enable-libpath=/usr/lib/bjlib --enable-binpath=/usr/bin --enable-progpath=/usr/bin || return 1
54 make clean
55 make || return 1
56 make install DESTDIR=${pkgdir} || return 1
57
58 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgrel}/printui
59 ./autogen.sh --prefix=/usr --program-suffix=${printername} --datadir=/usr/share --enable-progpath=/usr/bin || return 1
60 make clean
61 make || return 1
62 make install DESTDIR=${pkgdir} || return 1
63
64 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgrel}/lgmon
65 ./autogen.sh --prefix=/usr --program-suffix=${printername} --enable-binpath=/usr/bin --enable-progpath=/usr/bin || return 1
66 make clean
67 make || return 1
68 make install DESTDIR=${pkgdir} || return 1
69
70 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgrel}/cngpijmon
71 ./autogen.sh --prefix=/usr --program-suffix=${printername} --enable-progpath=/usr/bin || return 1
72 make clean
73 make || return 1
74 make install DESTDIR=${pkgdir} || return 1
75
76 cd ${srcdir}/cnijfilter-source-${pkgver}-${pkgrel}
77 install -d ${pkgdir}/usr/lib/bjlib
78 install -m 755 ${printercode}/database/* ${pkgdir}/usr/lib/bjlib
79 install -s -m 755 ${printercode}/libs_bin64/*.so.* ${pkgdir}/usr/lib
80 install -D LICENSE-cnijfilter-${pkgver}EN.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-cnijfilter-${pkgver}EN.txt
81 ln -s /usr/lib/cups/filter/pstocanonij${printername} ${pkgdir}/usr/lib/cups/filter/pstocanonij
82 chown -R root:root ${pkgdir}/usr/
83
84}
85

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