osmo-sgsn
MEDIUM
maintainer fixeria
0 votes
scanned 2026-08-24 15:23:42.374088
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:23
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
# Contributor: Josef Miegl <josef@miegl.cz>
3
4
pkgname=osmo-sgsn
5
pkgver=1.13.2
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>=1.11.0'
12
'libosmo-sigtran>=2.1.0'
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=('libosmo-abis')
20
conflicts=("${pkgname}-git")
21
backup=('etc/osmocom/osmo-sgsn.cfg'
22
'etc/osmocom/osmo-gtphub.cfg')
23
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
24
sha256sums=('4a772d068a62822f7c762ebfd0afba32e9d87ee2d8e1190c506f5eaa5780a306')
25
26
build() {
27
cd "${srcdir}/${pkgname}-${pkgver}"
28
./configure --prefix=/usr \
29
--sysconfdir=/etc \
30
--localstatedir=/var \
31
--enable-iu
32
make
33
}
34
35
package() {
36
cd "${srcdir}/${pkgname}-${pkgver}"
37
make DESTDIR=${pkgdir} install
38
}
39
40
# vim:set ts=2 sw=2 et:
41
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-24 15:23@@ -2,14 +2,14 @@ # Contributor: Josef Miegl <josef@miegl.cz> pkgname=osmo-sgsn-pkgver=1.13.1+pkgver=1.13.2 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)-depends=('libosmocore'- 'libosmo-sigtran'+license=('AGPL-3.0-or-later')+depends=('libosmocore>=1.11.0'+ 'libosmo-sigtran>=2.1.0' 'libosmo-gsup-client.so' # from osmo-hlr 'libosmo-ranap.so' # from osmo-iuh 'libasn1c.so' # from libasn1c@@ -21,7 +21,7 @@ backup=('etc/osmocom/osmo-sgsn.cfg' 'etc/osmocom/osmo-gtphub.cfg') source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")-sha256sums=('730bc88b3650e3444f3827e81fc51a7b2fa4cd6da27f6101070d6aa4238b656b')+sha256sums=('4a772d068a62822f7c762ebfd0afba32e9d87ee2d8e1190c506f5eaa5780a306') build() { cd "${srcdir}/${pkgname}-${pkgver}"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 15:23:42 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |