osmo-trx

MEDIUM
maintainer fixeria 0 votes scanned 2026-08-24 15:23:42.374088
View on AUR
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
4pkgname=osmo-trx
5pkgver=1.8.0
6pkgrel=1
7pkgdesc="GSM Radio Modem based on a fork of the OpenBTS Transceiver program"
8url="https://osmocom.org/projects/osmotrx"
9arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10license=('AGPL-3.0-only')
11depends=('libosmocore>=1.10.0'
12 'libusb'
13 'libuhd' # --with-uhd
14 'limesuite' # --with-lms
15 'talloc'
16 'fftw')
17makedepends=('boost')
18conflicts=("${pkgname}-git")
19backup=('etc/osmocom/osmo-trx-uhd.cfg'
20 'etc/osmocom/osmo-trx-lms.cfg'
21 'etc/osmocom/osmo-trx-ipc.cfg')
22source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
23sha256sums=('3c7cc1885442369cc9ca9e45a4893fd0ce50397e75c522f51344c2ba287944bb')
24
25build() {
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
38check() {
39 cd "${srcdir}/${pkgname}-${pkgver}"
40 make check
41}
42
43package() {
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)SeverityRules
2026-08-24 15:23:42 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 16:11:54 Medium 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion