osmo-bsc
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:22
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-bsc
5
pkgver=1.15.0
6
pkgrel=1
7
pkgdesc="Osmocom's Base Station Controller for 2G circuit-switched mobile networks"
8
url="https://osmocom.org/projects/osmobsc"
9
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10
license=('GPL-3.0-or-later AND LGPL-2.1-only 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
'libosmo-sigtran>=2.3.0'
15
'libosmo-mgcp-client.so' # from osmo-mgw>=1.16.0
16
'sqlite' # for osmo-meas-udp2db
17
'libpcap' # for osmo-meas-pcap2db
18
# TODO: 'libcdk' for --enable-meas-vis
19
'talloc')
20
conflicts=("${pkgname}-git")
21
backup=('etc/osmocom/osmo-bsc.cfg')
22
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
23
sha256sums=('64900c55b0be5951c9a94dcd4b253df836bb6247927a854a4aac2047036267e7')
24
25
build() {
26
cd "${srcdir}/${pkgname}-${pkgver}"
27
./configure --prefix=/usr \
28
--sysconfdir=/etc \
29
--localstatedir=/var \
30
--enable-meas-udp2db \
31
--enable-meas-pcap2db
32
make
33
}
34
35
package() {
36
cd "${srcdir}/${pkgname}-${pkgver}"
37
make DESTDIR=${pkgdir} install
38
}
39
40
# vim:set ts=2 sw=2 et:
41
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-24 15:23@@ -2,17 +2,17 @@ # Contributor: Josef Miegl <josef@miegl.cz> pkgname=osmo-bsc-pkgver=1.14.1+pkgver=1.15.0 pkgrel=1 pkgdesc="Osmocom's Base Station Controller for 2G circuit-switched mobile networks" url="https://osmocom.org/projects/osmobsc" arch=('i686' 'x86_64' 'aarch64' 'armv7h') license=('GPL-3.0-or-later AND LGPL-2.1-only AND AGPL-3.0-or-later')-depends=('libosmocore'- 'libosmo-abis'- 'libosmo-netif'- 'libosmo-sigtran'- 'libosmo-mgcp-client.so' # from osmo-mgw+depends=('libosmocore>=1.14.2'+ 'libosmo-abis>=2.2.0'+ 'libosmo-netif>=1.8.0'+ 'libosmo-sigtran>=2.3.0'+ 'libosmo-mgcp-client.so' # from osmo-mgw>=1.16.0 'sqlite' # for osmo-meas-udp2db 'libpcap' # for osmo-meas-pcap2db # TODO: 'libcdk' for --enable-meas-vis@@ -20,7 +20,7 @@ conflicts=("${pkgname}-git") backup=('etc/osmocom/osmo-bsc.cfg') source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")-sha256sums=('b238c1ed63d715e853c47b6fc068ca5c78a4e3d5d2556b094b46ead6d2c596b2')+sha256sums=('64900c55b0be5951c9a94dcd4b253df836bb6247927a854a4aac2047036267e7') 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 |