brother-hll5210dn
maintainer drrossum
· 0 votes
· scanned 2026-08-18 13:39:48.676217
MEDIUM
View on AUR ↗
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
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:10
source=("https://download.brother.com/welcome/dlf105803/hll5210dnpdrv-${pkgver}-3.i386.rpm")
PKGBUILD
1 offending line(s) highlighted
1
pkgname=brother-hll5210dn
2
pkgver=4.0.3
3
pkgrel=3
4
pkgdesc="LPR driver for Brother HL-L5210DN printer"
5
arch=("i686" "x86_64")
6
url="https://support.brother.com/g/b/producttop.aspx?c=ca&lang=en&prod=hll5210dn_us_eu_as"
7
license=("EULA")
8
depends=('cups' 'ghostscript')
9
depends_x86_64=('lib32-glibc')
10
source=("https://download.brother.com/welcome/dlf105803/hll5210dnpdrv-${pkgver}-3.i386.rpm")
11
md5sums=('714ed2924dec08534a7e0e41e47ee1c4')
12
13
package() {
14
cp -R "$srcdir/opt" "$pkgdir/opt"
15
ln -s "/opt/brother/Printers/HLL5210DN/lpd/$CARCH/brprintconflsr3" "$pkgdir/opt/brother/Printers/HLL5210DN/lpd/"
16
ln -s "/opt/brother/Printers/HLL5210DN/lpd/$CARCH/rawtobr3" "$pkgdir/opt/brother/Printers/HLL5210DN/lpd/"
17
18
install -d "$pkgdir/usr/lib/cups/filter/"
19
ln -s "/opt/brother/Printers/HLL5210DN/cupswrapper/lpdwrapper" "$pkgdir/usr/lib/cups/filter/brother_lpdwrapper_HLL5210DN"
20
21
install -d "$pkgdir/usr/share/cups/model/"
22
ln -s "/opt/brother/Printers/HLL5210DN/cupswrapper/brother-HLL5210DN-cups-en.ppd" "$pkgdir/usr/share/cups/model/"
23
}
24
Changes since previous scan
--- PKGBUILD @ 2026-06-20 00:18+++ PKGBUILD @ 2026-08-18 13:39@@ -1,14 +1,14 @@ pkgname=brother-hll5210dn pkgver=4.0.3-pkgrel=1+pkgrel=3 pkgdesc="LPR driver for Brother HL-L5210DN printer" arch=("i686" "x86_64") url="https://support.brother.com/g/b/producttop.aspx?c=ca&lang=en&prod=hll5210dn_us_eu_as" license=("EULA") depends=('cups' 'ghostscript') depends_x86_64=('lib32-glibc')-source=("https://download.brother.com/welcome/dlf105803/hll5210dnpdrv-${pkgver}-1.i386.rpm")-md5sums=('c0a5cdef5e67ac2fef4145d5e50c121a')+source=("https://download.brother.com/welcome/dlf105803/hll5210dnpdrv-${pkgver}-3.i386.rpm")+md5sums=('714ed2924dec08534a7e0e41e47ee1c4') package() { cp -R "$srcdir/opt" "$pkgdir/opt"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 13:39:48 | MEDIUM | 1 |
| 2026-06-20 00:18:46 | MEDIUM | 1 |
| 2026-06-19 23:51:18 | CLEAN | 2 |
| 2026-06-19 19:07:35 | LOW | 2 |
| 2026-06-18 16:11:54 | MEDIUM | 1 |