osmo-ggsn-git
MEDIUM
maintainer fixeria
0 votes
scanned 2026-08-20 17:11:42.006138
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
4
pkgname=osmo-ggsn-git
5
pkgver=1.15.0.r0.g4ba8c0c
6
pkgrel=2
7
pkgdesc="Open Source implementation of a GGSN (Gateway GPRS Support Node)"
8
url="https://osmocom.org/projects/openggsn"
9
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10
license=('GPL-2.0-only AND LGPL-2.1-or-later AND MIT')
11
depends=('libosmocore-git'
12
'libosmo-netif-git'
13
'talloc')
14
makedepends=('git')
15
provides=("${pkgname%-git}=${pkgver}"
16
'libgtp.so=11-64')
17
conflicts=("${pkgname%-git}")
18
backup=('etc/osmocom/osmo-ggsn.cfg')
19
source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git"
20
'LICENSE-MIT')
21
sha256sums=('SKIP'
22
'323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f')
23
24
pkgver() {
25
cd "${pkgname%-git}"
26
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
27
}
28
29
prepare() {
30
cd "${pkgname%-git}"
31
autoreconf -f -i
32
}
33
34
build() {
35
cd "${pkgname%-git}"
36
./configure --prefix=/usr \
37
--sysconfdir=/etc \
38
--localstatedir=/var
39
make
40
}
41
42
check() {
43
cd "${pkgname%-git}"
44
make check
45
}
46
47
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |