libosmo-gprs

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:18 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
3pkgname=libosmo-gprs
4pkgver=0.2.1
5pkgrel=1
6pkgdesc="Osmocom GPRS libraries"
7arch=('x86_64' 'i686')
8url="https://osmocom.org/projects/libosmo-gprs"
9license=('GPL-2.0-or-later AND AGPL-3.0-or-later')
10depends=('libosmocore')
11conflicts=("${pkgname}-git")
12provides=('libosmo-csn1.so=1-64'
13 'libosmo-gprs-gmm.so=1-64'
14 'libosmo-gprs-llc.so=1-64'
15 'libosmo-gprs-rlcmac.so=1-64'
16 'libosmo-gprs-sm.so=1-64'
17 'libosmo-gprs-sndcp.so=1-64')
18source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
19sha256sums=('a1af5658b4c4ac16b3bf4682cd69d7da97d6b8a013f06cb83fb0247c8a51e184')
20
21build() {
22 cd "${srcdir}/${pkgname}-${pkgver}"
23 ./configure --prefix=/usr
24 make
25}
26
27check() {
28 cd "${srcdir}/${pkgname}-${pkgver}"
29 make check
30}
31
32package() {
33 cd "${srcdir}/${pkgname}-${pkgver}"
34 make DESTDIR=$pkgdir install
35}
36
37# vim:set ts=2 sw=2 et:
38

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-24 15:23
@@ -26,10 +26,7 @@
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # FIXME: LTO breaks unit tests (-Wl,-wrap)
- # https://osmocom.org/issues/4123
- # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88643
- #make check
+ make check
}
package() {

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