genht-svn
MEDIUM
maintainer taotieren
0 votes
scanned 2026-09-14 13:17:35.043581
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:15
source=("svn://repo.hu/genht/trunk")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: taotieren <admin@taotieren.com>
2
3
pkgname=genht-svn
4
pkgver=r137
5
pkgrel=2
6
pkgdesc="genht is a simple generic hash table implementation in C."
7
arch=($CARCH)
8
url="http://www.repo.hu/projects/genht"
9
license=('0BSD')
10
provides=(${pkgname%-svn})
11
conflicts=(${pkgname%-svn})
12
depends=()
13
makedepends=(
14
subversion)
15
source=("svn://repo.hu/genht/trunk")
16
sha256sums=('SKIP')
17
18
pkgver() {
19
cd "$srcdir/trunk/"
20
local ver="$(svnversion)"
21
printf "r%s" "${ver//[[:alpha:]]/}"
22
}
23
24
build() {
25
cd "$srcdir/trunk/"
26
make GENHT_LDFLAGS="-Wl,-z,now -Wl,-z,relro"
27
}
28
29
package() {
30
cd "$srcdir/trunk/"
31
make DESTDIR="$pkgdir/" install
32
}
33
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-09-14 13:17@@ -1,16 +1,15 @@ # Maintainer: taotieren <admin@taotieren.com> pkgname=genht-svn-pkgver=r135-pkgrel=1+pkgver=r137+pkgrel=2 pkgdesc="genht is a simple generic hash table implementation in C." arch=($CARCH) url="http://www.repo.hu/projects/genht" license=('0BSD') provides=(${pkgname%-svn}) conflicts=(${pkgname%-svn})-depends=(- glibc)+depends=() makedepends=( subversion) source=("svn://repo.hu/genht/trunk")Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 13:17:35 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |