libosmo-pfcp

MEDIUM
maintainer fixeria 0 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:14 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-pfcp
4pkgver=0.7.0
5pkgrel=1
6pkgdesc="PFCP protocol encoding and decoding, and generic PFCP endpoint implementation"
7arch=('any')
8url="https://osmocom.org/projects/libosmo-pfcp"
9license=('GPL-2.0-or-later')
10depends=('libosmocore') # TODO: >=1.9.0
11provides=("libosmo-gtlv.so=1-64"
12 "libosmo-pfcp.so=4-64")
13conflicts=("${pkgname}-git")
14source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
15sha256sums=('bc5a35f10a93605ce6e1f8708919724e71dd36f5637d1393aea0347bf028cc86')
16
17build() {
18 cd "${srcdir}/${pkgname}-${pkgver}"
19 ./configure \
20 --prefix=/usr
21 make
22}
23
24check() {
25 cd "${srcdir}/${pkgname}-${pkgver}"
26 make check
27}
28
29package() {
30 cd "${srcdir}/${pkgname}-${pkgver}"
31 make DESTDIR=$pkgdir install
32}
33
34# vim:set ts=2 sw=2 et:
35

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-24 13:22
@@ -1,7 +1,7 @@
# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org>
pkgname=libosmo-pfcp
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="PFCP protocol encoding and decoding, and generic PFCP endpoint implementation"
arch=('any')
@@ -12,7 +12,7 @@
"libosmo-pfcp.so=4-64")
conflicts=("${pkgname}-git")
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('6b249a03ba948cb16f53cd8dacab65615e9715fd965f5acc0ace4d5f90062a98')
+sha256sums=('bc5a35f10a93605ce6e1f8708919724e71dd36f5637d1393aea0347bf028cc86')
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