osmo-mgw
MEDIUM
maintainer fixeria
0 votes
scanned 2026-08-24 15:23:42.374088
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:18
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
4
pkgname=osmo-mgw
5
pkgver=1.16.1
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>=1.14.2'
12
'libosmo-abis>=2.2.0'
13
'libosmo-netif>=1.8.0'
14
'talloc')
15
provides=('libosmo-mgcp-client.so=16-64')
16
conflicts=("${pkgname}-git")
17
backup=('etc/osmocom/osmo-mgw.cfg')
18
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
19
sha256sums=('7a4d1f4eb3521f955ec99bedf8f615d3bc37253a24d891f0305a482f74ec244c')
20
21
build() {
22
cd "${srcdir}/${pkgname}-${pkgver}"
23
./configure --prefix=/usr \
24
--sysconfdir=/etc \
25
--localstatedir=/var
26
make
27
}
28
29
check() {
30
cd "${srcdir}/${pkgname}-${pkgver}"
31
make check
32
}
33
34
package() {
35
cd "${srcdir}/${pkgname}-${pkgver}"
36
make DESTDIR=${pkgdir} install
37
}
38
39
# vim:set ts=2 sw=2 et:
40
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-24 15:23@@ -2,18 +2,21 @@ # Contributor: Josef Miegl <josef@miegl.cz> pkgname=osmo-mgw-pkgver=1.15.0+pkgver=1.16.1 pkgrel=1 pkgdesc="Osmocom's Media Gateway for 2G and 3G circuit-switched mobile networks" url="https://osmocom.org/projects/osmo-mgw/" arch=('i686' 'x86_64' 'aarch64' 'armv7h') license=('GPL-2.0-or-later AND AGPL-3.0-or-later')-depends=('libosmocore' 'libosmo-abis' 'libosmo-netif' 'talloc')-provides=('libosmo-mgcp-client.so=14-64')+depends=('libosmocore>=1.14.2'+ 'libosmo-abis>=2.2.0'+ 'libosmo-netif>=1.8.0'+ 'talloc')+provides=('libosmo-mgcp-client.so=16-64') conflicts=("${pkgname}-git") backup=('etc/osmocom/osmo-mgw.cfg') source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")-sha256sums=('8bd9808fbae50d21bd111a92cb9ea4cef92d651c166f1655da913118a66510ab')+sha256sums=('7a4d1f4eb3521f955ec99bedf8f615d3bc37253a24d891f0305a482f74ec244c') build() { cd "${srcdir}/${pkgname}-${pkgver}"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 15:23:42 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |