osmo-msc
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:25
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-msc
5
pkgver=1.16.0
6
pkgrel=1
7
pkgdesc="Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks"
8
url="https://osmocom.org/projects/osmomsc"
9
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10
license=('AGPL-3.0-or-later AND GPL-2.0-or-later')
11
depends=('libosmocore>=1.14.2'
12
'libosmo-abis>=2.2.0'
13
'libosmo-netif>=1.8.0'
14
'libosmo-sigtran>=2.3.0'
15
'libosmo-gsup-client.so' # from osmo-hlr>=1.9.0
16
'libosmo-mgcp-client.so' # from osmo-mgw>=1.16.0
17
'libosmo-ranap.so' # from osmo-iuh>=1.8.1 (for --enable-iu)
18
'libasn1c.so' # (for --enable-iu)
19
'libsmpp34.so' # (for --enable-smpp)
20
'lksctp-tools'
21
'sqlite'
22
'talloc')
23
conflicts=("${pkgname}-git")
24
backup=('etc/osmocom/osmo-msc.cfg')
25
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
26
sha256sums=('05d0db5ebd06c73c1c5ac18b9206ec9d56b6946d5418db19c39e51c4ac4c9883')
27
28
build() {
29
cd "${srcdir}/${pkgname}-${pkgver}"
30
./configure --prefix=/usr \
31
--sysconfdir=/etc \
32
--localstatedir=/var \
33
--enable-iu \
34
--enable-smpp
35
make
36
}
37
38
package() {
39
cd "${srcdir}/${pkgname}-${pkgver}"
40
make DESTDIR=${pkgdir} install
41
}
42
43
# vim:set ts=2 sw=2 et:
44
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-24 15:23@@ -2,19 +2,19 @@ # Contributor: Josef Miegl <josef@miegl.cz> pkgname=osmo-msc-pkgver=1.15.0+pkgver=1.16.0 pkgrel=1 pkgdesc="Osmocom's Mobile Switching Center for 2G and 3G circuit-switched mobile networks" url="https://osmocom.org/projects/osmomsc" arch=('i686' 'x86_64' 'aarch64' 'armv7h') license=('AGPL-3.0-or-later AND GPL-2.0-or-later')-depends=('libosmocore'- 'libosmo-abis'- 'libosmo-netif'- 'libosmo-sigtran'- 'libosmo-gsup-client.so' # from osmo-hlr- 'libosmo-mgcp-client.so' # from osmo-mgw- 'libosmo-ranap.so' # from osmo-iuh (for --enable-iu)+depends=('libosmocore>=1.14.2'+ 'libosmo-abis>=2.2.0'+ 'libosmo-netif>=1.8.0'+ 'libosmo-sigtran>=2.3.0'+ 'libosmo-gsup-client.so' # from osmo-hlr>=1.9.0+ 'libosmo-mgcp-client.so' # from osmo-mgw>=1.16.0+ 'libosmo-ranap.so' # from osmo-iuh>=1.8.1 (for --enable-iu) 'libasn1c.so' # (for --enable-iu) 'libsmpp34.so' # (for --enable-smpp) 'lksctp-tools'@@ -23,7 +23,7 @@ conflicts=("${pkgname}-git") backup=('etc/osmocom/osmo-msc.cfg') source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")-sha256sums=('97b02691cf3cc8d81094e8f8b6fc2ed069b12d1760a4aeb1d4b8ae0771d548d2')+sha256sums=('05d0db5ebd06c73c1c5ac18b9206ec9d56b6946d5418db19c39e51c4ac4c9883') 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 |