osmo-iuh-git

MEDIUM
maintainer fixeria 0 votes scanned 2026-08-20 17:11:42.006138
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: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
4pkgname=osmo-iuh-git
5pkgver=1.8.1.r0.g2b92fea1
6pkgrel=1
7pkgdesc="Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)"
8url="http://osmocom.org/projects/osmohnbgw"
9arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10license=('AGPL-3.0-or-later')
11depends=('libosmocore-git'
12 'libosmo-netif-git'
13 'libosmo-sigtran-git'
14 'libasn1c-git'
15 'lksctp-tools'
16 'talloc')
17makedepends=('git' 'python')
18provides=("${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')
23conflicts=("${pkgname%-git}")
24source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git")
25sha256sums=('SKIP')
26
27pkgver() {
28 cd "${pkgname%-git}"
29 git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
30}
31
32prepare() {
33 cd "${pkgname%-git}"
34 autoreconf -f -i
35}
36
37build() {
38 cd "${pkgname%-git}"
39 ./configure --prefix=/usr \
40 --sysconfdir=/etc \
41 --localstatedir=/var
42 make
43}
44
45check() {
46 cd "${pkgname%-git}"
47 make check
48}
49
50package() {
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)SeverityRules
2026-08-20 17:11:42 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