osmo-iuh-git
MEDIUM
maintainer fixeria
0 votes
scanned 2026-08-20 17:11:42.006138
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:24
source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org>
2
# Contributor: Josef Miegl <josef@miegl.cz>
3
4
pkgname=osmo-iuh-git
5
pkgver=1.8.1.r0.g2b92fea1
6
pkgrel=1
7
pkgdesc="Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)"
8
url="http://osmocom.org/projects/osmohnbgw"
9
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10
license=('AGPL-3.0-or-later')
11
depends=('libosmocore-git'
12
'libosmo-netif-git'
13
'libosmo-sigtran-git'
14
'libasn1c-git'
15
'lksctp-tools'
16
'talloc')
17
makedepends=('git' 'python')
18
provides=("${pkgname%-git}=${pkgver}"
19
'libosmo-hnbap.so=0-64'
20
'libosmo-ranap.so=7-64'
21
'libosmo-rua.so=0-64'
22
'libosmo-sabp.so=1-64')
23
conflicts=("${pkgname%-git}")
24
source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git")
25
sha256sums=('SKIP')
26
27
pkgver() {
28
cd "${pkgname%-git}"
29
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
30
}
31
32
prepare() {
33
cd "${pkgname%-git}"
34
autoreconf -f -i
35
}
36
37
build() {
38
cd "${pkgname%-git}"
39
./configure --prefix=/usr \
40
--sysconfdir=/etc \
41
--localstatedir=/var
42
make
43
}
44
45
check() {
46
cd "${pkgname%-git}"
47
make check
48
}
49
50
package() {
51
cd "${pkgname%-git}"
52
make DESTDIR=${pkgdir} install
53
}
54
55
# vim:set ts=2 sw=2 et:
56
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-20 17:11@@ -2,8 +2,8 @@ # Contributor: Josef Miegl <josef@miegl.cz> pkgname=osmo-iuh-git-pkgver=1.6.0.r0.gbb71c57a-pkgrel=2+pkgver=1.8.1.r0.g2b92fea1+pkgrel=1 pkgdesc="Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)" url="http://osmocom.org/projects/osmohnbgw" arch=('i686' 'x86_64' 'aarch64' 'armv7h')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |