oselas-arm-v7a-linux-gnueabihf-bin
MEDIUM
maintainer krumelmonster
0 votes
scanned 2026-08-27 07:31:53.352298
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:20
source=("https://debian.pengutronix.de/debian/pool/main/o/oselas.toolchain/oselas.toolchain-${pkgver}-arm-v7a-linux-gnueabihf-gcc-${_gcc}-clang-${_clang}-glibc-${_glibc}-binutils-${_binutils}-kernel-${_kernel}-sanitized_${pkgver}-${_debrel}_amd64.deb")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: krumelmonster <krumelmonster@zoho.com>
2
# Contributor: Alexander Koch <lynix47@gmail.com>
3
4
pkgname=oselas-arm-v7a-linux-gnueabihf-bin
5
pkgver=2025.11.1
6
pkgrel=1
7
pkgdesc="OSELAS cross toolchain for ARMv7a hardfloat (from Debian package)"
8
arch=('x86_64')
9
url="https://www.pengutronix.de/en/software/toolchain.html"
10
license=('GPL')
11
depends=('ncurses')
12
options=('!strip')
13
provides=("oselas-arm-v7a-linux-gnueabihf=${pkgver}")
14
_gcc=15.2.1
15
_clang=21.1.8
16
_glibc=2.42
17
_binutils=2.45.1
18
_kernel=6.17.6
19
_debrel=1~deb13+1
20
source=("https://debian.pengutronix.de/debian/pool/main/o/oselas.toolchain/oselas.toolchain-${pkgver}-arm-v7a-linux-gnueabihf-gcc-${_gcc}-clang-${_clang}-glibc-${_glibc}-binutils-${_binutils}-kernel-${_kernel}-sanitized_${pkgver}-${_debrel}_amd64.deb")
21
md5sums=('0b5b8b8826543c78726b550cb44433a0')
22
23
package() {
24
bsdtar -xf data.tar.xz -C "${pkgdir}"
25
}
26
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-27 07:31@@ -2,7 +2,7 @@ # Contributor: Alexander Koch <lynix47@gmail.com> pkgname=oselas-arm-v7a-linux-gnueabihf-bin-pkgver=2024.11.1+pkgver=2025.11.1 pkgrel=1 pkgdesc="OSELAS cross toolchain for ARMv7a hardfloat (from Debian package)" arch=('x86_64')@@ -11,14 +11,14 @@ depends=('ncurses') options=('!strip') provides=("oselas-arm-v7a-linux-gnueabihf=${pkgver}")-_gcc=14.2.1-_clang=19.1.7-_glibc=2.40-_binutils=2.43.1-_kernel=6.11.6-_debrel=1+_gcc=15.2.1+_clang=21.1.8+_glibc=2.42+_binutils=2.45.1+_kernel=6.17.6+_debrel=1~deb13+1 source=("https://debian.pengutronix.de/debian/pool/main/o/oselas.toolchain/oselas.toolchain-${pkgver}-arm-v7a-linux-gnueabihf-gcc-${_gcc}-clang-${_clang}-glibc-${_glibc}-binutils-${_binutils}-kernel-${_kernel}-sanitized_${pkgver}-${_debrel}_amd64.deb")-md5sums=('a8abfc0889c74f1e863ae65d6b4961ad')+md5sums=('0b5b8b8826543c78726b550cb44433a0') package() { bsdtar -xf data.tar.xz -C "${pkgdir}"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-27 07:31:53 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |