osmo-bts
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:19
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-bts
5
pkgver=1.12.0
6
pkgrel=1
7
pkgdesc="Osmocom's GSM BTS (Base Transceiver Station) with A-bis/IP interface"
8
url="https://osmocom.org/projects/osmobts"
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
'ortp')
16
conflicts=("${pkgname}-git")
17
backup=('etc/osmocom/osmo-bts-trx.cfg'
18
'etc/osmocom/osmo-bts-virtual.cfg')
19
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
20
sha256sums=('31f5ae121e59a8de594b86c990659b3791127789ed5e9c6f27565bbd16227167')
21
22
build() {
23
cd "${srcdir}/${pkgname}-${pkgver}"
24
./configure --prefix=/usr \
25
--sysconfdir=/etc \
26
--localstatedir=/var \
27
--enable-trx
28
make
29
}
30
31
check() {
32
cd "${srcdir}/${pkgname}-${pkgver}"
33
make check
34
}
35
36
package() {
37
cd "${srcdir}/${pkgname}-${pkgver}"
38
make DESTDIR=${pkgdir} install
39
}
40
41
# vim:set ts=2 sw=2 et:
42
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-24 15:23@@ -2,18 +2,22 @@ # Contributor: Josef Miegl <josef@miegl.cz> pkgname=osmo-bts-pkgver=1.11.0+pkgver=1.12.0 pkgrel=1 pkgdesc="Osmocom's GSM BTS (Base Transceiver Station) with A-bis/IP interface" url="https://osmocom.org/projects/osmobts" 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' 'ortp')+depends=('libosmocore>=1.14.2'+ 'libosmo-abis>=2.2.0'+ 'libosmo-netif>=1.8.0'+ 'talloc'+ 'ortp') conflicts=("${pkgname}-git") backup=('etc/osmocom/osmo-bts-trx.cfg' 'etc/osmocom/osmo-bts-virtual.cfg') source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")-sha256sums=('1685fb6153a12e3ec1666ec28f2ff3de5d62ec16b6f6adba71bd77235419e0c7')+sha256sums=('31f5ae121e59a8de594b86c990659b3791127789ed5e9c6f27565bbd16227167') 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 |