osmo-sgsn-git
MEDIUM
maintainer fixeria
0 votes
scanned 2026-08-26 11:30:20.136903
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:24
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-sgsn-git
5
pkgver=1.12.0.r87.g3408e4879
6
pkgrel=1
7
pkgdesc="Osmocom's Serving GPRS Support Node for 2G and 3G packet-switched mobile networks"
8
url="https://osmocom.org/projects/osmosgsn"
9
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10
license=('AGPL-3.0-or-later')
11
depends=('libosmocore-git'
12
'libosmo-sigtran-git'
13
'libosmo-gsup-client.so' # from osmo-hlr
14
'libosmo-ranap.so' # from osmo-iuh
15
'libasn1c.so' # from libasn1c
16
'libgtp.so' # from osmo-ggsn
17
'talloc'
18
'c-ares')
19
makedepends=('git')
20
conflicts=("${pkgname%-git}")
21
provides=("${pkgname%-git}=${pkgver}")
22
backup=('etc/osmocom/osmo-sgsn.cfg'
23
'etc/osmocom/osmo-gtphub.cfg')
24
source=("git+https://gitea.osmocom.org/cellular-infrastructure/${pkgname%-git}.git")
25
sha256sums=('SKIP')
26
27
pkgver() {
28
cd "${pkgname%-git}"
29
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
30
}
31
32
prepare() {
33
cd "${pkgname%-git}"
34
autoreconf -f -i
35
}
36
37
build() {
38
cd "${pkgname%-git}"
39
./configure --prefix=/usr \
40
--sysconfdir=/etc \
41
--localstatedir=/var \
42
--enable-iu
43
make
44
}
45
46
package() {
47
cd "${pkgname%-git}"
48
make DESTDIR=${pkgdir} install
49
}
50
51
# vim:set ts=2 sw=2 et:
52
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-26 11:30@@ -2,12 +2,12 @@ # Contributor: Josef Miegl <josef@miegl.cz> pkgname=osmo-sgsn-git-pkgver=1.12.0.r14.gb12c892a4+pkgver=1.12.0.r87.g3408e4879 pkgrel=1 pkgdesc="Osmocom's Serving GPRS Support Node for 2G and 3G packet-switched mobile networks" url="https://osmocom.org/projects/osmosgsn" arch=('i686' 'x86_64' 'aarch64' 'armv7h')-license=(GPL)+license=('AGPL-3.0-or-later') depends=('libosmocore-git' 'libosmo-sigtran-git' 'libosmo-gsup-client.so' # from osmo-hlr@@ -16,9 +16,7 @@ 'libgtp.so' # from osmo-ggsn 'talloc' 'c-ares')-makedepends=('git'- 'libosmo-netif-git'- 'libosmo-abis-git')+makedepends=('git') conflicts=("${pkgname%-git}") provides=("${pkgname%-git}=${pkgver}") backup=('etc/osmocom/osmo-sgsn.cfg'Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 11:30:20 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |