osmo-trx-git
MEDIUM
maintainer fixeria
0 votes
scanned 2026-09-21 17:35:47.897038
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=("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-trx-git
5
pkgver=1.8.0.r44.ga0d3fd49
6
pkgrel=1
7
pkgdesc="GSM Radio Modem based on a fork of the OpenBTS Transceiver program"
8
url="https://osmocom.org/projects/osmotrx"
9
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10
license=('AGPL-3.0-only')
11
depends=('libosmocore-git'
12
'libusb'
13
'libuhd' # --with-uhd
14
'limesuite' # --with-lms
15
'talloc'
16
'fftw')
17
makedepends=('git' 'boost')
18
conflicts=("${pkgname%-git}")
19
provides=("${pkgname%-git}=${pkgver}"
20
'libosmo-trx.so=0-64')
21
backup=('etc/osmocom/osmo-trx-proxy.cfg'
22
'etc/osmocom/osmo-trx-uhd.cfg'
23
'etc/osmocom/osmo-trx-lms.cfg'
24
'etc/osmocom/osmo-trx-ipc.cfg')
25
source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git")
26
sha256sums=('SKIP')
27
28
pkgver() {
29
cd "${pkgname%-git}"
30
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
31
}
32
33
prepare() {
34
cd "${pkgname%-git}"
35
autoreconf -f -i
36
}
37
38
build() {
39
cd "${pkgname%-git}"
40
./configure --prefix=/usr \
41
--sysconfdir=/etc \
42
--localstatedir=/var \
43
--with-proxy \
44
--with-uhd \
45
--with-lms \
46
--with-ipc
47
# --enable-mstrx
48
# --with-bladerf
49
make
50
}
51
52
check() {
53
cd "${pkgname%-git}"
54
make check
55
}
56
57
package() {
58
cd "${pkgname%-git}"
59
make DESTDIR=${pkgdir} install
60
}
61
62
# vim:set ts=2 sw=2 et:
63
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-09-21 17:35@@ -2,7 +2,7 @@ # Contributor: Josef Miegl <josef@miegl.cz> pkgname=osmo-trx-git-pkgver=1.7.0.r0.g4f6e9eb4+pkgver=1.8.0.r44.ga0d3fd49 pkgrel=1 pkgdesc="GSM Radio Modem based on a fork of the OpenBTS Transceiver program" url="https://osmocom.org/projects/osmotrx"@@ -16,8 +16,10 @@ 'fftw') makedepends=('git' 'boost') conflicts=("${pkgname%-git}")-provides=("${pkgname%-git}=${pkgver}")-backup=('etc/osmocom/osmo-trx-uhd.cfg'+provides=("${pkgname%-git}=${pkgver}"+ 'libosmo-trx.so=0-64')+backup=('etc/osmocom/osmo-trx-proxy.cfg'+ 'etc/osmocom/osmo-trx-uhd.cfg' 'etc/osmocom/osmo-trx-lms.cfg' 'etc/osmocom/osmo-trx-ipc.cfg') source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git")@@ -38,6 +40,7 @@ ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \+ --with-proxy \ --with-uhd \ --with-lms \ --with-ipcScan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-21 17:35:47 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |