libosmo-abis-git

MEDIUM
maintainer fixeria 0 votes scanned 2026-08-20 17:11:42.006138
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: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
4pkgname=libosmo-abis-git
5pkgver=2.2.0.r0.g1f6508c5
6pkgrel=1
7pkgdesc="Osmocom library for A-bis interface"
8url="https://osmocom.org/projects/libosmo-abis"
9arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10license=('GPL-2.0-or-later AND LGPL-2.1-only AND AGPL-3.0-or-later')
11depends=('libosmocore-git' 'libosmo-netif-git' 'ortp' 'talloc')
12makedepends=('git')
13provides=("${pkgname%-git}=${pkgver}"
14 "libosmoabis.so=17-64"
15 "libosmotrau.so=11-64")
16conflicts=("${pkgname%-git}")
17source=("git+https://gitea.osmocom.org/osmocom/${pkgname%-git}.git")
18sha256sums=('SKIP')
19
20pkgver() {
21 cd "${pkgname%-git}"
22 git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
23}
24
25prepare() {
26 cd "${pkgname%-git}"
27 autoreconf -f -i
28}
29
30build() {
31 cd "${pkgname%-git}"
32 ./configure --prefix=/usr \
33 --sysconfdir=/etc \
34 --localstatedir=/var \
35 --disable-dahdi
36 make
37}
38
39check() {
40 cd "${pkgname%-git}"
41 make check
42}
43
44package() {
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)SeverityRules
2026-08-20 17:11:42 Medium 1
2026-06-19 23:51:18 Clean 2
2026-06-19 22:34: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