osmo-iuh

MEDIUM
maintainer fixeria 0 votes scanned 2026-08-24 15:23:42.374088
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:23 source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org>
2# Contributor: Josef Miegl <josef@miegl.cz>
3
4pkgname=osmo-iuh
5pkgver=1.8.1
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>=1.12.0'
12 'libosmo-netif>=1.7.0'
13 'libosmo-sigtran>=2.2.0'
14 'libasn1c>=0.9.30'
15 'lksctp-tools'
16 'talloc')
17makedepends=('python')
18provides=('libosmo-hnbap.so=0-64'
19 'libosmo-ranap.so=7-64'
20 'libosmo-rua.so=0-64'
21 'libosmo-sabp.so=1-64')
22conflicts=("${pkgname}-git")
23source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
24sha256sums=('10dee97b6238b53b1c36824aa2bd7aac8457d4a436da5dbf04c76da9f0d4f023')
25
26build() {
27 cd "${srcdir}/${pkgname}-${pkgver}"
28 ./configure --prefix=/usr \
29 --sysconfdir=/etc \
30 --localstatedir=/var
31 make
32}
33
34check() {
35 cd "${srcdir}/${pkgname}-${pkgver}"
36 make check
37}
38
39package() {
40 cd "${srcdir}/${pkgname}-${pkgver}"
41 make DESTDIR=${pkgdir} install
42}
43
44# vim:set ts=2 sw=2 et:
45

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-24 15:23
@@ -2,16 +2,16 @@
# Contributor: Josef Miegl <josef@miegl.cz>
pkgname=osmo-iuh
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)"
url="http://osmocom.org/projects/osmohnbgw"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
license=('AGPL-3.0-or-later')
-depends=('libosmocore'
- 'libosmo-netif'
- 'libosmo-sigtran'
- 'libasn1c'
+depends=('libosmocore>=1.12.0'
+ 'libosmo-netif>=1.7.0'
+ 'libosmo-sigtran>=2.2.0'
+ 'libasn1c>=0.9.30'
'lksctp-tools'
'talloc')
makedepends=('python')
@@ -21,7 +21,7 @@
'libosmo-sabp.so=1-64')
conflicts=("${pkgname}-git")
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('996d4b7aab89785356e5949e4789ac474083fe370739fe34fb1b6c536527a8fd')
+sha256sums=('10dee97b6238b53b1c36824aa2bd7aac8457d4a436da5dbf04c76da9f0d4f023')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 15:23: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