libosmocore

maintainer fixeria · 19 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is downloaded from the project's official domain (osmocom.org), which is a standard and trusted host for this software, despite not being on the analyzer's whitelist; the package builds from official source code, posing no evident supply-chain risk.

Triggered rules

LOW AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is downloaded from the project's official domain (osmocom.org), which is a standard and trusted host for this software, despite not being on the analyzer's whitelist; the package builds from official source code, posing no evident supply-chain risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
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:27 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: Matt Johnson <matt9j@cs.washington.edu>
3# Contributor: Dominik Heidler <dominik@heidler.eu>
4# Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
5
6pkgname=libosmocore
7pkgver=1.14.1
8pkgrel=1
9pkgdesc="Osmocom core libraries"
10arch=('armv7h' 'i686' 'x86_64')
11url="https://osmocom.org/projects/libosmocore/"
12license=('GPL-2.0-or-later')
13groups=()
14conflicts=("${pkgname}-git")
15provides=('libosmocodec.so=4-64'
16 'libosmocoding.so=0-64'
17 'libosmocore.so=22-64'
18 'libosmoctrl.so=0-64'
19 'libosmogb.so=14-64'
20 'libosmogsm.so=20-64'
21 'libosmoisdn.so=0-64'
22 'libosmosim.so=2-64'
23 'libosmousb.so=0-64'
24 'libosmovty.so=13-64')
25depends=('pcsclite' 'talloc' 'libusb' 'lksctp-tools' 'libmnl' 'gnutls' 'systemd-libs' 'liburing')
26makedepends=('python')
27source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
28sha256sums=('3a0e1514d7ec6f8fcf46f728739555a4705e5f4dc6ba624d869e5813867f2695')
29
30build() {
31 cd "${srcdir}/${pkgname}-${pkgver}"
32 ./configure --prefix=/usr \
33 --exec-prefix=/usr \
34 --bindir=/usr/bin \
35 --sbindir=/usr/bin \
36 --datadir=/usr/share \
37 --libexecdir=/usr/lib \
38 --localstatedir=/var \
39 --docdir=/usr/share/doc/libosmocore \
40 --libdir=/usr/lib/ \
41 --enable-systemd-logging
42 make
43}
44
45check() {
46 cd "${srcdir}/${pkgname}-${pkgver}"
47 make check
48}
49
50package() {
51 cd "${srcdir}/${pkgname}-${pkgver}"
52 make DESTDIR=$pkgdir install
53}
54
55# vim:set ts=2 sw=2 et:
56

Changes since previous scan

--- PKGBUILD @ 2026-06-20 00:35
+++ PKGBUILD @ 2026-08-03 00:08
@@ -4,7 +4,7 @@
# Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
pkgname=libosmocore
-pkgver=1.14.0
+pkgver=1.14.1
pkgrel=1
pkgdesc="Osmocom core libraries"
arch=('armv7h' 'i686' 'x86_64')
@@ -25,7 +25,7 @@
depends=('pcsclite' 'talloc' 'libusb' 'lksctp-tools' 'libmnl' 'gnutls' 'systemd-libs' 'liburing')
makedepends=('python')
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('27bf227de13ae36365def0b7e7899fe9935d19a45539d9530e402718154c0fb9')
+sha256sums=('3a0e1514d7ec6f8fcf46f728739555a4705e5f4dc6ba624d869e5813867f2695')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 11:20:06 MEDIUM 1
2026-06-20 00:35:04 CLEAN 2

Report a package

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

0 / 4000
Your suggestion