libosmo-gprs-git
MEDIUM
maintainer fixeria
0 votes
scanned 2026-08-24 13:22:51.972535
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=("git+https://gitea.osmocom.org/osmocom/libosmo-gprs.git")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org>
2
pkgname=libosmo-gprs-git
3
pkgver=0.2.1.r1.ge96ddd8
4
pkgrel=1
5
pkgdesc="Osmocom GPRS libraries"
6
arch=('x86_64' 'i686')
7
url="https://osmocom.org/projects/libosmo-gprs"
8
license=('GPL-2.0-or-later AND AGPL-3.0-or-later')
9
depends=('libosmocore-git')
10
makedepends=('git')
11
conflicts=("${pkgname%-git}")
12
provides=("${pkgname%-git}=${pkgver}"
13
'libosmo-csn1.so=1-64'
14
'libosmo-gprs-gmm.so=1-64'
15
'libosmo-gprs-llc.so=1-64'
16
'libosmo-gprs-rlcmac.so=1-64'
17
'libosmo-gprs-sm.so=1-64'
18
'libosmo-gprs-sndcp.so=1-64')
19
source=("git+https://gitea.osmocom.org/osmocom/libosmo-gprs.git")
20
sha256sums=('SKIP')
21
22
pkgver() {
23
cd "$srcdir/${pkgname%-git}"
24
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
25
}
26
27
build() {
28
cd "$srcdir/${pkgname%-git}"
29
autoreconf -i
30
./configure --prefix=/usr \
31
--exec-prefix=/usr \
32
--bindir=/usr/bin \
33
--sbindir=/usr/bin \
34
--datadir=/usr/share \
35
--libexecdir=/usr/lib \
36
--localstatedir=/var \
37
--docdir=/usr/share/doc/libosmo-gprs \
38
--libdir=/usr/lib/
39
make
40
}
41
42
check() {
43
cd "$srcdir/${pkgname%-git}"
44
make check
45
}
46
47
package() {
48
cd "$srcdir/${pkgname%-git}"
49
make DESTDIR=$pkgdir install
50
}
51
52
# vim:set ts=2 sw=2 et:
53
Changes since previous scan
--- PKGBUILD @ 2026-06-19 23:51+++ PKGBUILD @ 2026-08-24 13:22@@ -1,6 +1,6 @@ # Maintainer: Vadim Yanitskiy <fixeria@osmocom.org> pkgname=libosmo-gprs-git-pkgver=0.2.0.r3.g341f26f+pkgver=0.2.1.r1.ge96ddd8 pkgrel=1 pkgdesc="Osmocom GPRS libraries" arch=('x86_64' 'i686')@@ -41,10 +41,7 @@ check() { cd "$srcdir/${pkgname%-git}"- # FIXME: LTO breaks unit tests (-Wl,-wrap)- # https://osmocom.org/issues/4123- # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88643- #make check+ make check } package() {Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 13:22:51 | Medium | 1 |
| 2026-06-19 23:51:18 | Clean | 2 |
| 2026-06-19 22:34:54 | Medium | 1 |