libosmo-abis
MEDIUM
maintainer fixeria
1 votes
scanned 2026-08-21 15:15:19.666615
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:18
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
# Contributor: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
4
5
pkgname=libosmo-abis
6
pkgver=2.2.0
7
pkgrel=1
8
pkgdesc="Osmocom library for A-bis interface"
9
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10
url="https://osmocom.org/projects/libosmo-abis"
11
license=('GPL-2.0-or-later AND LGPL-2.1-only AND AGPL-3.0-or-later')
12
depends=('libosmocore' # TODO: libosmocore>=1.9.0
13
'libosmo-netif'
14
'ortp')
15
provides=("libosmoabis.so=17-64"
16
"libosmotrau.so=11-64")
17
conflicts=("${pkgname}-git")
18
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
19
sha256sums=('6f4eceec0874ed1fa7953f0c9c1697e8add1d109a5f8fb773e3df44f21e9bca4')
20
21
build() {
22
cd "${srcdir}/${pkgname}-${pkgver}"
23
./configure \
24
--prefix=/usr \
25
--disable-dahdi
26
make
27
}
28
29
check() {
30
cd "${srcdir}/${pkgname}-${pkgver}"
31
make check
32
}
33
34
package() {
35
cd "${srcdir}/${pkgname}-${pkgver}"
36
make DESTDIR=$pkgdir install
37
}
38
39
# vim:set ts=2 sw=2 et:
40
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-21 15:15@@ -3,7 +3,7 @@ # Contributor: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F pkgname=libosmo-abis-pkgver=2.1.0+pkgver=2.2.0 pkgrel=1 pkgdesc="Osmocom library for A-bis interface" arch=('i686' 'x86_64' 'aarch64' 'armv7h')@@ -12,11 +12,11 @@ depends=('libosmocore' # TODO: libosmocore>=1.9.0 'libosmo-netif' 'ortp')-provides=("libosmoabis.so=15-64"+provides=("libosmoabis.so=17-64" "libosmotrau.so=11-64") conflicts=("${pkgname}-git") source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")-sha256sums=('e35fb101ee4addd5304c93cd92594f4af410f844dca72af2d1a6314f6c94f467')+sha256sums=('6f4eceec0874ed1fa7953f0c9c1697e8add1d109a5f8fb773e3df44f21e9bca4') build() { cd "${srcdir}/${pkgname}-${pkgver}"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 15:15:19 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |