osmo-hlr

MEDIUM
maintainer fixeria 0 votes scanned 2026-08-24 15:23:42.374088
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=("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
4pkgname=osmo-hlr
5pkgver=1.9.4
6pkgrel=1
7pkgdesc="Osmocom HLR for GSUP protocol towards OsmoSGSN and OsmoCSCN"
8url="https://osmocom.org/projects/osmo-hlr"
9arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10license=('AGPL-3.0-or-later')
11depends=('libosmocore>=1.11.0'
12 'libosmo-abis>=2.0.0'
13 'talloc'
14 'sqlite')
15provides=('libosmo-gsup-client.so=0-64'
16 'libosmo-mslookup.so=1-64')
17conflicts=("${pkgname}-git")
18backup=('etc/osmocom/osmo-hlr.cfg')
19source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
20sha256sums=('8cc4e97da4f8ae758f1790361331efd88535bee85a3ce2542900fd5e64507b83')
21
22build() {
23 cd "${srcdir}/${pkgname}-${pkgver}"
24 ./configure --prefix=/usr \
25 --sysconfdir=/etc \
26 --localstatedir=/var
27 make
28}
29
30check() {
31 cd "${srcdir}/${pkgname}-${pkgver}"
32 make check
33}
34
35package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion