osmo-ggsn-git

MEDIUM
maintainer fixeria 0 votes scanned 2026-08-20 17:11:42.006138
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:19 source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org>
2# Contributor: Josef Miegl <josef@miegl.cz>
3
4pkgname=osmo-ggsn-git
5pkgver=1.15.0.r0.g4ba8c0c
6pkgrel=2
7pkgdesc="Open Source implementation of a GGSN (Gateway GPRS Support Node)"
8url="https://osmocom.org/projects/openggsn"
9arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10license=('GPL-2.0-only AND LGPL-2.1-or-later AND MIT')
11depends=('libosmocore-git'
12 'libosmo-netif-git'
13 'talloc')
14makedepends=('git')
15provides=("${pkgname%-git}=${pkgver}"
16 'libgtp.so=11-64')
17conflicts=("${pkgname%-git}")
18backup=('etc/osmocom/osmo-ggsn.cfg')
19source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git"
20 'LICENSE-MIT')
21sha256sums=('SKIP'
22 '323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f')
23
24pkgver() {
25 cd "${pkgname%-git}"
26 git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
27}
28
29prepare() {
30 cd "${pkgname%-git}"
31 autoreconf -f -i
32}
33
34build() {
35 cd "${pkgname%-git}"
36 ./configure --prefix=/usr \
37 --sysconfdir=/etc \
38 --localstatedir=/var
39 make
40}
41
42check() {
43 cd "${pkgname%-git}"
44 make check
45}
46
47package() {
48 cd "${pkgname%-git}"
49 make DESTDIR=${pkgdir} install
50
51 # /usr/bin/gtp-echo-responder is licensed under the MIT
52 install -Dm644 "${srcdir}/LICENSE-MIT" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
53}
54
55# vim:set ts=2 sw=2 et:
56

Changes since previous scan

--- PKGBUILD @ 2026-06-20 00:18
+++ PKGBUILD @ 2026-08-20 17:11
@@ -2,13 +2,15 @@
# Contributor: Josef Miegl <josef@miegl.cz>
pkgname=osmo-ggsn-git
-pkgver=1.13.0.r0.gba3d890
-pkgrel=1
+pkgver=1.15.0.r0.g4ba8c0c
+pkgrel=2
pkgdesc="Open Source implementation of a GGSN (Gateway GPRS Support Node)"
url="https://osmocom.org/projects/openggsn"
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
license=('GPL-2.0-only AND LGPL-2.1-or-later AND MIT')
-depends=('libosmocore-git' 'talloc')
+depends=('libosmocore-git'
+ 'libosmo-netif-git'
+ 'talloc')
makedepends=('git')
provides=("${pkgname%-git}=${pkgver}"
'libgtp.so=11-64')

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 17:11:42 Medium 1
2026-06-20 00:18:46 Clean 2
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