libasn1c

MEDIUM
maintainer fixeria 0 votes scanned 2026-08-24 15:23:42.374088
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:14 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
4pkgname=libasn1c
5pkgver=0.9.39
6pkgrel=1
7pkgdesc="runtime library of Lev Walkin's asn1c split out as separate library"
8url="https://cgit.osmocom.org/libasn1c"
9arch=('i686' 'x86_64' 'aarch64' 'armv7h')
10license=('BSD-2-Clause')
11depends=('talloc')
12provides=('libasn1c.so=1-64')
13conflicts=("${pkgname}-git")
14source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
15sha256sums=('7d2460ad2eaed9c9c50d49e7b921ede3b1b628e0d0f97ba5c42fde906cd42fd6')
16
17build() {
18 cd "${srcdir}/${pkgname}-${pkgver}"
19 ./configure --prefix=/usr \
20 --sysconfdir=/etc \
21 --localstatedir=/var
22 make
23}
24
25package() {
26 cd "${srcdir}/${pkgname}-${pkgver}"
27 make DESTDIR=${pkgdir} install
28 install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
29}
30
31# vim:set ts=2 sw=2 et:
32

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-24 15:23
@@ -2,7 +2,7 @@
# Contributor: Josef Miegl <josef@miegl.cz>
pkgname=libasn1c
-pkgver=0.9.38
+pkgver=0.9.39
pkgrel=1
pkgdesc="runtime library of Lev Walkin's asn1c split out as separate library"
url="https://cgit.osmocom.org/libasn1c"
@@ -12,7 +12,7 @@
provides=('libasn1c.so=1-64')
conflicts=("${pkgname}-git")
source=("https://downloads.osmocom.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('cd2ef9d5a43ec8fd374b645a6f8d3dc85b797ea197683c4238064c802145fd68')
+sha256sums=('7d2460ad2eaed9c9c50d49e7b921ede3b1b628e0d0f97ba5c42fde906cd42fd6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"

Scan history

Scanned at (UTC)SeverityRules
2026-08-24 15:23:42 Medium 1
2026-06-19 19:07:35 Clean 2
2026-06-18 16:11: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