osmo-pcu
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:15
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-pcu
5
pkgver=1.5.3
6
pkgrel=1
7
pkgdesc="Osmocom's GPRS/EGPRS PCU (Packet Control Unit) with Gb/IP interface"
8
url="https://osmocom.org/projects/osmopcu"
9
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10
license=('GPL-2.0-or-later AND AGPL-3.0-or-later')
11
depends=('libosmocore>=1.14.2'
12
'talloc')
13
conflicts=("${pkgname}-git")
14
backup=('etc/osmocom/osmo-pcu.cfg')
15
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
16
sha256sums=('d059ab76511157f0924de8c64f859efdacae886f886256cd164a33b2ba7173cd')
17
18
build() {
19
cd "${srcdir}/${pkgname}-${pkgver}"
20
./configure --prefix=/usr \
21
--sysconfdir=/etc \
22
--localstatedir=/var
23
make
24
}
25
26
check() {
27
cd "${srcdir}/${pkgname}-${pkgver}"
28
make check
29
}
30
31
package() {
32
cd "${srcdir}/${pkgname}-${pkgver}"
33
make DESTDIR=${pkgdir} install
34
}
35
36
# vim:set ts=2 sw=2 et:
37
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-24 15:23@@ -2,17 +2,18 @@ # Contributor: Josef Miegl <josef@miegl.cz> pkgname=osmo-pcu-pkgver=1.5.2+pkgver=1.5.3 pkgrel=1 pkgdesc="Osmocom's GPRS/EGPRS PCU (Packet Control Unit) with Gb/IP interface" url="https://osmocom.org/projects/osmopcu" arch=('i686' 'x86_64' 'aarch64' 'armv7h') license=('GPL-2.0-or-later AND AGPL-3.0-or-later')-depends=('libosmocore' 'talloc')+depends=('libosmocore>=1.14.2'+ 'talloc') conflicts=("${pkgname}-git") backup=('etc/osmocom/osmo-pcu.cfg') source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")-sha256sums=('d8ee0669bb3c9a7c323c5d8405807a12ee78a2a5dbc42f912d5b2664e8d32dc7')+sha256sums=('d059ab76511157f0924de8c64f859efdacae886f886256cd164a33b2ba7173cd') 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 |