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