genht-svn

MEDIUM
maintainer taotieren 0 votes scanned 2026-09-14 13:17:35.043581
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:15 source=("svn://repo.hu/genht/trunk")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: taotieren <admin@taotieren.com>
2
3pkgname=genht-svn
4pkgver=r137
5pkgrel=2
6pkgdesc="genht is a simple generic hash table implementation in C."
7arch=($CARCH)
8url="http://www.repo.hu/projects/genht"
9license=('0BSD')
10provides=(${pkgname%-svn})
11conflicts=(${pkgname%-svn})
12depends=()
13makedepends=(
14 subversion)
15source=("svn://repo.hu/genht/trunk")
16sha256sums=('SKIP')
17
18pkgver() {
19 cd "$srcdir/trunk/"
20 local ver="$(svnversion)"
21 printf "r%s" "${ver//[[:alpha:]]/}"
22}
23
24build() {
25 cd "$srcdir/trunk/"
26 make GENHT_LDFLAGS="-Wl,-z,now -Wl,-z,relro"
27}
28
29package() {
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)SeverityRules
2026-09-14 13:17:35 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