libosmo-pfcp
MEDIUM
maintainer fixeria
0 votes
scanned 2026-08-24 13:22:51.972535
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
3
pkgname=libosmo-pfcp
4
pkgver=0.7.0
5
pkgrel=1
6
pkgdesc="PFCP protocol encoding and decoding, and generic PFCP endpoint implementation"
7
arch=('any')
8
url="https://osmocom.org/projects/libosmo-pfcp"
9
license=('GPL-2.0-or-later')
10
depends=('libosmocore') # TODO: >=1.9.0
11
provides=("libosmo-gtlv.so=1-64"
12
"libosmo-pfcp.so=4-64")
13
conflicts=("${pkgname}-git")
14
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
15
sha256sums=('bc5a35f10a93605ce6e1f8708919724e71dd36f5637d1393aea0347bf028cc86')
16
17
build() {
18
cd "${srcdir}/${pkgname}-${pkgver}"
19
./configure \
20
--prefix=/usr
21
make
22
}
23
24
check() {
25
cd "${srcdir}/${pkgname}-${pkgver}"
26
make check
27
}
28
29
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-24 13:22:51 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |