abcl-git
MEDIUM
maintainer yitzi
2 votes
scanned 2026-09-04 15:58:02.366786
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=("abcl.git::git+https://gitlab.common-lisp.net/abcl/abcl.git" abcl.sh)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Tarn W. Burton <twburton@gmail.com>
2
3
pkgname=abcl-git
4
pkgver=r3522.05816e48
5
pkgrel=1
6
pkgdesc="Full implementation of the Common Lisp language in the JVM"
7
arch=('any')
8
url="http://common-lisp.net/project/armedbear/"
9
license=('GPL')
10
depends=('java-runtime' 'bash')
11
makedepends=('ant' 'net-tools' 'git' 'inetutils' 'java-environment>=11')
12
provides=('abcl' 'common-lisp')
13
conflicts=('abcl')
14
source=("abcl.git::git+https://gitlab.common-lisp.net/abcl/abcl.git" abcl.sh)
15
sha256sums=('SKIP'
16
'8afb6578b1ac5b25a7b270069e81e1e99da6bfac661eadfc97e61acb43f5f3b0')
17
18
pkgver() {
19
cd ${pkgname%-git}.git
20
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
21
}
22
23
build() {
24
cd ${pkgname%-git}.git
25
ant
26
}
27
28
package() {
29
cd ${pkgname%-git}.git
30
install -Dm755 "$srcdir"/abcl.sh "$pkgdir"/usr/bin/abcl
31
install -Dm644 dist/abcl.jar "$pkgdir"/usr/share/java/abcl.jar
32
install -Dm644 dist/abcl-contrib.jar \
33
"$pkgdir"/usr/share/java/abcl-contrib.jar
34
}
35
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-09-04 15:58@@ -1,7 +1,7 @@ # Maintainer: Tarn W. Burton <twburton@gmail.com> pkgname=abcl-git-pkgver=r3771.91f48d55+pkgver=r3522.05816e48 pkgrel=1 pkgdesc="Full implementation of the Common Lisp language in the JVM" arch=('any')Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-04 15:58:02 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |