mnt-reform-qcacld2-dkms

MEDIUM
maintainer stephano 2 votes scanned 2026-08-28 19:36:26.027686
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:19 "qcacld2::git+https://source.mnt.re/reform/qcacld2.git#commit=${_qcacld2_commit}"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Stephano Cetola <stephano@cetola.net>
2# SPDX-License-Identifier: MIT
3
4pkgbase=mnt-reform-qcacld2-dkms
5pkgname=('mnt-reform-qcacld2-dkms' 'mnt-reform-qcacld2-firmware')
6_qcacld2_commit=7a35ae63b2a40b084163fcfb0563279db6442e3b
7_qcacld2_short=${_qcacld2_commit:0:8}
8
9pkgver=20260526.${_qcacld2_short}
10pkgrel=2
11
12arch=('aarch64' 'x86_64')
13url="https://source.mnt.re/reform/qcacld2"
14license=('custom:varies')
15makedepends=('git')
16options=(!strip !docs !emptydirs)
17
18source=(
19 "qcacld2::git+https://source.mnt.re/reform/qcacld2.git#commit=${_qcacld2_commit}"
20)
21sha256sums=('SKIP')
22
23package_mnt-reform-qcacld2-dkms() {
24 pkgdesc="DKMS source for the MNT Reform qcacld2 Wi-Fi driver (pinned ${_qcacld2_short})"
25 depends=('dkms')
26 provides=('mnt-reform-qcacld2')
27 conflicts=('mnt-reform-qcacld2')
28
29 local _dkmsname="mnt-reform-qcacld2"
30 local _srcroot="${pkgdir}/usr/src/${_dkmsname}-${pkgver}"
31
32 install -d "${_srcroot}"
33 cp -a "${srcdir}/qcacld2/." "${_srcroot}/"
34 rm -rf "${_srcroot}/.git"
35
36 cat > "${_srcroot}/dkms.conf" <<EOF_DKMS
37PACKAGE_NAME="${_dkmsname}"
38PACKAGE_VERSION="${pkgver}"
39
40BUILT_MODULE_NAME[0]="wlan"
41BUILT_MODULE_LOCATION[0]="."
42DEST_MODULE_LOCATION[0]="/kernel/drivers/net/wireless"
43
44MAKE[0]="make -C /lib/modules/\${kernelver}/build M=\${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build modules \
45 WLAN_ROOT=\${dkms_tree}/\${PACKAGE_NAME}/\${PACKAGE_VERSION}/build \
46 MODNAME=wlan \
47 CONFIG_QCA_WIFI_ISOC=0 CONFIG_QCA_WIFI_2_0=1 CONFIG_QCA_CLD_WLAN=m WLAN_OPEN_SOURCE=1 \
48 CONFIG_CLD_HL_SDIO_CORE=y CONFIG_FORCE_MLO_SUPPORT=y"
49
50AUTOINSTALL="yes"
51BUILD_EXCLUSIVE_CONFIG="CONFIG_WIRELESS"
52EOF_DKMS
53}
54
55package_mnt-reform-qcacld2-firmware() {
56 pkgdesc="Firmware, config, and modprobe config for MNT Reform qcacld2 Wi-Fi"
57 depends=()
58 backup=('etc/modprobe.d/reform-qcacld2.conf')
59
60 local _d="${srcdir}/qcacld2/debian"
61
62 # Firmware binaries — driver looks in both qcacld2/ and directly under firmware/
63 install -dm755 "$pkgdir/usr/lib/firmware/qcacld2"
64 install -m644 "$_d/bdwlan30.bin" "$_d/otp30.bin" "$_d/qwlan30.bin" \
65 "$pkgdir/usr/lib/firmware/qcacld2/"
66 install -m644 "$_d/bdwlan30.bin" "$_d/otp30.bin" "$_d/qwlan30.bin" \
67 "$pkgdir/usr/lib/firmware/"
68
69 # Config/cal files — driver looks in both wlan/qcacld2/ and directly under wlan/
70 install -dm755 "$pkgdir/usr/lib/firmware/wlan/qcacld2"
71 install -m644 "$_d/cfg.dat" "$_d/qcom_cfg.ini" \
72 "$pkgdir/usr/lib/firmware/wlan/qcacld2/"
73 install -dm755 "$pkgdir/usr/lib/firmware/wlan"
74 install -m644 "$_d/cfg.dat" "$_d/qcom_cfg.ini" \
75 "$pkgdir/usr/lib/firmware/wlan/"
76
77 install -Dm644 "$_d/reform-qcacld2.conf" \
78 "$pkgdir/etc/modprobe.d/reform-qcacld2.conf"
79}
80

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-28 19:36
@@ -3,10 +3,10 @@
pkgbase=mnt-reform-qcacld2-dkms
pkgname=('mnt-reform-qcacld2-dkms' 'mnt-reform-qcacld2-firmware')
-_qcacld2_commit=c54d3e596f0e0ffa918e9f5e8f8dbb990cd4d428
+_qcacld2_commit=7a35ae63b2a40b084163fcfb0563279db6442e3b
_qcacld2_short=${_qcacld2_commit:0:8}
-pkgver=20260421.${_qcacld2_short}
+pkgver=20260526.${_qcacld2_short}
pkgrel=2
arch=('aarch64' 'x86_64')

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 19:36:26 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

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

0 / 4000
Your suggestion