libosmo-netif

MEDIUM
maintainer fixeria 2 votes scanned 2026-08-24 13:22:51.972535
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:16 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# Contributor: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
4
5pkgname=libosmo-netif
6pkgver=1.8.0
7pkgrel=1
8pkgdesc="Osmocom library for muxed audio"
9arch=('any')
10url="https://osmocom.org/projects/libosmo-netif"
11license=('GPL-2.0-or-later')
12# TODO: libosmocore>=1.9.0 libosmo-abis>=1.5.0
13depends=('lksctp-tools' 'libpcap' 'libosmocore')
14provides=("libosmonetif.so=11-64")
15conflicts=("${pkgname}-git")
16source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
17sha256sums=('0482ca5c7de71334b207a7295d1b3148855c27a680604ce96a13bd7f8558f242')
18
19build() {
20 cd "${srcdir}/${pkgname}-${pkgver}"
21 ./configure --prefix=/usr
22 make
23}
24
25check() {
26 cd "${srcdir}/${pkgname}-${pkgver}"
27 make check
28}
29
30package() {
31 cd "${srcdir}/${pkgname}-${pkgver}"
32 make DESTDIR=$pkgdir install
33}
34
35# vim:set ts=2 sw=2 et:
36

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-24 13:22
@@ -3,7 +3,7 @@
# Contributor: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
pkgname=libosmo-netif
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=1
pkgdesc="Osmocom library for muxed audio"
arch=('any')
@@ -14,7 +14,7 @@
provides=("libosmonetif.so=11-64")
conflicts=("${pkgname}-git")
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('1add5356cf35ab03cd4cb8abcacee25ca1457ce652768020841fefd59672473d')
+sha256sums=('0482ca5c7de71334b207a7295d1b3148855c27a680604ce96a13bd7f8558f242')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 13:22:51 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