osmo-trx
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-trx
5
pkgver=1.8.0
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>=1.10.0'
12
'libusb'
13
'libuhd' # --with-uhd
14
'limesuite' # --with-lms
15
'talloc'
16
'fftw')
17
makedepends=('boost')
18
conflicts=("${pkgname}-git")
19
backup=('etc/osmocom/osmo-trx-uhd.cfg'
20
'etc/osmocom/osmo-trx-lms.cfg'
21
'etc/osmocom/osmo-trx-ipc.cfg')
22
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
23
sha256sums=('3c7cc1885442369cc9ca9e45a4893fd0ce50397e75c522f51344c2ba287944bb')
24
25
build() {
26
cd "${srcdir}/${pkgname}-${pkgver}"
27
./configure --prefix=/usr \
28
--sysconfdir=/etc \
29
--localstatedir=/var \
30
--with-uhd \
31
--with-lms \
32
--with-ipc
33
# --enable-mstrx
34
# --with-bladerf
35
make
36
}
37
38
check() {
39
cd "${srcdir}/${pkgname}-${pkgver}"
40
make check
41
}
42
43
package() {
44
cd "${srcdir}/${pkgname}-${pkgver}"
45
make DESTDIR=${pkgdir} install
46
}
47
48
# vim:set ts=2 sw=2 et:
49
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-24 15:23@@ -2,13 +2,13 @@ # Contributor: Josef Miegl <josef@miegl.cz> pkgname=osmo-trx-pkgver=1.7.1+pkgver=1.8.0 pkgrel=1 pkgdesc="GSM Radio Modem based on a fork of the OpenBTS Transceiver program" url="https://osmocom.org/projects/osmotrx" arch=('i686' 'x86_64' 'aarch64' 'armv7h') license=('AGPL-3.0-only')-depends=('libosmocore'+depends=('libosmocore>=1.10.0' 'libusb' 'libuhd' # --with-uhd 'limesuite' # --with-lms@@ -20,7 +20,7 @@ 'etc/osmocom/osmo-trx-lms.cfg' 'etc/osmocom/osmo-trx-ipc.cfg') source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")-sha256sums=('4493cc8771c4857a452868744074c7cb17a32b6e9cd77a55f9692e1ffab3ee50')+sha256sums=('3c7cc1885442369cc9ca9e45a4893fd0ce50397e75c522f51344c2ba287944bb') 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 |