libgtpnl

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:13 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=libgtpnl
4pkgver=1.3.3
5pkgrel=1
6pkgdesc="netlink library for Linux kernel GTP code"
7url="https://osmocom.org/projects/linux-kernel-gtp-u/wiki/Libgtpnl"
8arch=('x86_64')
9license=('LGPL-2.1-only')
10depends=('libmnl')
11conflicts=("${pkgname}-git")
12provides=('libgtpnl.so=0-64')
13source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
14sha256sums=('5888b1f57cd1eed714ae41a528673eecbfb8c56abf30dd3d6bb8e53e77d92f00')
15
16build() {
17 cd "${srcdir}/${pkgname}-${pkgver}"
18 ./configure --prefix=/usr \
19 --libdir=/usr/lib/ \
20 --libexecdir=/usr/lib
21 make
22}
23
24package() {
25 cd "${srcdir}/${pkgname}-${pkgver}"
26 make DESTDIR=${pkgdir} install
27}
28
29# vim:set ts=2 sw=2 et:
30

Changes since previous scan

--- PKGBUILD @ 2026-06-20 00:18
+++ PKGBUILD @ 2026-08-24 15:23
@@ -1,7 +1,7 @@
# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org>
pkgname=libgtpnl
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc="netlink library for Linux kernel GTP code"
url="https://osmocom.org/projects/linux-kernel-gtp-u/wiki/Libgtpnl"
@@ -11,7 +11,7 @@
conflicts=("${pkgname}-git")
provides=('libgtpnl.so=0-64')
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('28b46cd8efbf9bc056d05256ca657b4e0234f5c59ec92f5e8d8ff4ec21a97c76')
+sha256sums=('5888b1f57cd1eed714ae41a528673eecbfb8c56abf30dd3d6bb8e53e77d92f00')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 15:23:42 Medium 1
2026-06-20 00:18:46 Medium 1
2026-06-19 23:51:18 Clean 2
2026-06-19 19:07:35 Low 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