osmo-mgw-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:17 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-mgw-git
5pkgver=1.16.0.r0.g5e5a59a55
6pkgrel=1
7pkgdesc="Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks"
8url="https://osmocom.org/projects/osmo-mgw/"
9arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10license=('GPL-2.0-or-later AND AGPL-3.0-or-later')
11depends=('libosmocore-git' 'libosmo-abis-git' 'libosmo-netif-git' 'talloc')
12makedepends=('git')
13provides=("${pkgname%-git}=${pkgver}"
14 'libosmo-mgcp-client.so=16-64')
15conflicts=("${pkgname%-git}")
16backup=('etc/osmocom/osmo-mgw.cfg')
17source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git")
18sha256sums=('SKIP')
19
20pkgver() {
21 cd "${pkgname%-git}"
22 git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
23}
24
25prepare() {
26 cd "${pkgname%-git}"
27 autoreconf -f -i
28}
29
30build() {
31 cd "${pkgname%-git}"
32 ./configure --prefix=/usr \
33 --sysconfdir=/etc \
34 --localstatedir=/var
35 make
36}
37
38check() {
39 cd "${pkgname%-git}"
40 make check
41}
42
43package() {
44 cd "${pkgname%-git}"
45 make DESTDIR=${pkgdir} install
46}
47
48# vim:set ts=2 sw=2 et:
49

Changes since previous scan

--- PKGBUILD @ 2026-06-20 00:35
+++ PKGBUILD @ 2026-08-20 17:11
@@ -2,7 +2,7 @@
# Contributor: Josef Miegl <josef@miegl.cz>
pkgname=osmo-mgw-git
-pkgver=1.13.0.r0.gf1b557988
+pkgver=1.16.0.r0.g5e5a59a55
pkgrel=1
pkgdesc="Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks"
url="https://osmocom.org/projects/osmo-mgw/"
@@ -11,7 +11,7 @@
depends=('libosmocore-git' 'libosmo-abis-git' 'libosmo-netif-git' 'talloc')
makedepends=('git')
provides=("${pkgname%-git}=${pkgver}"
- 'libosmo-mgcp-client.so=14-64')
+ 'libosmo-mgcp-client.so=16-64')
conflicts=("${pkgname%-git}")
backup=('etc/osmocom/osmo-mgw.cfg')
source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git")

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 17:11:42 Medium 1
2026-06-20 00:35:04 Clean 2

Report a package

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

0 / 4000
Your suggestion