libosmo-abis-git
MEDIUM
maintainer fixeria
0 votes
scanned 2026-08-20 17:11:42.006138
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:17
source=("git+https://gitea.osmocom.org/osmocom/${pkgname%-git}.git")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Vadim Yanitskiy <fixeria@osmocom.org>
2
# Contributor: Josef Miegl <josef@miegl.cz>
3
4
pkgname=libosmo-abis-git
5
pkgver=2.2.0.r0.g1f6508c5
6
pkgrel=1
7
pkgdesc="Osmocom library for A-bis interface"
8
url="https://osmocom.org/projects/libosmo-abis"
9
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10
license=('GPL-2.0-or-later AND LGPL-2.1-only AND AGPL-3.0-or-later')
11
depends=('libosmocore-git' 'libosmo-netif-git' 'ortp' 'talloc')
12
makedepends=('git')
13
provides=("${pkgname%-git}=${pkgver}"
14
"libosmoabis.so=17-64"
15
"libosmotrau.so=11-64")
16
conflicts=("${pkgname%-git}")
17
source=("git+https://gitea.osmocom.org/osmocom/${pkgname%-git}.git")
18
sha256sums=('SKIP')
19
20
pkgver() {
21
cd "${pkgname%-git}"
22
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
23
}
24
25
prepare() {
26
cd "${pkgname%-git}"
27
autoreconf -f -i
28
}
29
30
build() {
31
cd "${pkgname%-git}"
32
./configure --prefix=/usr \
33
--sysconfdir=/etc \
34
--localstatedir=/var \
35
--disable-dahdi
36
make
37
}
38
39
check() {
40
cd "${pkgname%-git}"
41
make check
42
}
43
44
package() {
45
cd "${pkgname%-git}"
46
make DESTDIR=${pkgdir} install
47
}
48
49
# vim:set ts=2 sw=2 et:
50
Changes since previous scan
--- PKGBUILD @ 2026-06-19 23:51+++ PKGBUILD @ 2026-08-20 17:11@@ -2,7 +2,7 @@ # Contributor: Josef Miegl <josef@miegl.cz> pkgname=libosmo-abis-git-pkgver=2.0.0.r17.gd2e8ce5+pkgver=2.2.0.r0.g1f6508c5 pkgrel=1 pkgdesc="Osmocom library for A-bis interface" url="https://osmocom.org/projects/libosmo-abis"@@ -11,7 +11,7 @@ depends=('libosmocore-git' 'libosmo-netif-git' 'ortp' 'talloc') makedepends=('git') provides=("${pkgname%-git}=${pkgver}"- "libosmoabis.so=15-64"+ "libosmoabis.so=17-64" "libosmotrau.so=11-64") conflicts=("${pkgname%-git}") source=("git+https://gitea.osmocom.org/osmocom/${pkgname%-git}.git")Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 17:11:42 | Medium | 1 |
| 2026-06-19 23:51:18 | Clean | 2 |
| 2026-06-19 22:34:54 | Medium | 1 |