osmo-trx-git

MEDIUM
maintainer fixeria 0 votes scanned 2026-09-21 17:35:47.897038
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: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
4pkgname=osmo-trx-git
5pkgver=1.8.0.r44.ga0d3fd49
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-git'
12 'libusb'
13 'libuhd' # --with-uhd
14 'limesuite' # --with-lms
15 'talloc'
16 'fftw')
17makedepends=('git' 'boost')
18conflicts=("${pkgname%-git}")
19provides=("${pkgname%-git}=${pkgver}"
20 'libosmo-trx.so=0-64')
21backup=('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')
25source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git")
26sha256sums=('SKIP')
27
28pkgver() {
29 cd "${pkgname%-git}"
30 git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
31}
32
33prepare() {
34 cd "${pkgname%-git}"
35 autoreconf -f -i
36}
37
38build() {
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
52check() {
53 cd "${pkgname%-git}"
54 make check
55}
56
57package() {
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-ipc

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 17:35:47 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