osmo-hlr
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:19
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-hlr
5
pkgver=1.9.4
6
pkgrel=1
7
pkgdesc="Osmocom HLR for GSUP protocol towards OsmoSGSN and OsmoCSCN"
8
url="https://osmocom.org/projects/osmo-hlr"
9
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10
license=('AGPL-3.0-or-later')
11
depends=('libosmocore>=1.11.0'
12
'libosmo-abis>=2.0.0'
13
'talloc'
14
'sqlite')
15
provides=('libosmo-gsup-client.so=0-64'
16
'libosmo-mslookup.so=1-64')
17
conflicts=("${pkgname}-git")
18
backup=('etc/osmocom/osmo-hlr.cfg')
19
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
20
sha256sums=('8cc4e97da4f8ae758f1790361331efd88535bee85a3ce2542900fd5e64507b83')
21
22
build() {
23
cd "${srcdir}/${pkgname}-${pkgver}"
24
./configure --prefix=/usr \
25
--sysconfdir=/etc \
26
--localstatedir=/var
27
make
28
}
29
30
check() {
31
cd "${srcdir}/${pkgname}-${pkgver}"
32
make check
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-07-18 00:14+++ PKGBUILD @ 2026-08-24 15:23@@ -2,19 +2,22 @@ # Contributor: Josef Miegl <josef@miegl.cz> pkgname=osmo-hlr-pkgver=1.9.3+pkgver=1.9.4 pkgrel=1 pkgdesc="Osmocom HLR for GSUP protocol towards OsmoSGSN and OsmoCSCN" url="https://osmocom.org/projects/osmo-hlr" arch=('i686' 'x86_64' 'aarch64' 'armv7h') license=('AGPL-3.0-or-later')-depends=('libosmocore' 'libosmo-abis' 'talloc' 'sqlite')+depends=('libosmocore>=1.11.0'+ 'libosmo-abis>=2.0.0'+ 'talloc'+ 'sqlite') provides=('libosmo-gsup-client.so=0-64' 'libosmo-mslookup.so=1-64') conflicts=("${pkgname}-git") backup=('etc/osmocom/osmo-hlr.cfg') source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")-sha256sums=('8a4b64019ee815153fd3f876bc47961d8c90fd5c91ad854732f9eaa786fe8424')+sha256sums=('8cc4e97da4f8ae758f1790361331efd88535bee85a3ce2542900fd5e64507b83') build() { cd "${srcdir}/${pkgname}-${pkgver}"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 15:23:42 | Medium | 1 |
| 2026-07-18 00:14:48 | Clean | 2 |
| 2026-07-17 11:54:34 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |