udptunnel-lennox
maintainer gavinbeatty
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from an archived project page, which is not on a standard host but is a legitimate historical archive of the original author's site; the package builds from source and applies minor patches, posing no active threat.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a tarball from an archived project page, which is not on a standard host but is a legitimate historical archive of the original author's site; the package builds from source and applies minor patches, posing no active threat.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:13
source=(https://web.archive.org/web/20200308053857/http://www.cs.columbia.edu/~lennox/udptunnel/udptunnel-1.1.tar.gz
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Gavin Beatty <public at gavinbeatty dot com>
2
_pkgname=udptunnel
3
pkgname=$_pkgname-lennox
4
pkgver=1.1
5
pkgrel=1
6
pkgdesc="Tunnel UDP packets over a TCP connection."
7
provides=($_pkgname)
8
conflicts=($_pkgname)
9
arch=(i686 armv6h armv7h aarch64 x86_64)
10
url=https://web.archive.org/web/20200308053857/http://www.cs.columbia.edu/~lennox/udptunnel/
11
license=(BSD)
12
makedepends=(gcc)
13
source=(https://web.archive.org/web/20200308053857/http://www.cs.columbia.edu/~lennox/udptunnel/udptunnel-1.1.tar.gz
14
01-multicast.diff
15
02-strlen-prototype.diff
16
udptunnel.1)
17
sha256sums=('a3ceeadc80d5a43a4a93dc068189ccf7a59b9f3bd6d79e0aaa54d75ae1605f26'
18
'e69f8bf85e5650bea7552e5e4f208556913f157deb830c1d97fe9657fb312ab5'
19
'2a6aefd5f0fe1c44bd5cb2a2fb20de4170ef80a4a440119d2f5bf0e5960c3bb8'
20
'1bd6dac75ddb2df646761ef493e26db4ef76ad0dc3381f04d0b6cffeeafaa5cb')
21
22
prepare() {
23
cd "$srcdir/$_pkgname-$pkgver"
24
patch --forward --strip=1 --input="$srcdir/01-multicast.diff"
25
patch --forward --strip=1 --input="$srcdir/02-strlen-prototype.diff"
26
}
27
28
build() {
29
cd "$srcdir/$_pkgname-$pkgver"
30
./configure --prefix=/usr
31
make
32
}
33
34
package() {
35
cd "$srcdir/$_pkgname-$pkgver"
36
make DESTDIR="$pkgdir" install
37
install -D -m 0644 COPYRIGHT "$pkgdir/usr/share/licenses/$_pkgname/COPYRIGHT"
38
install -D -m 0644 udptunnel.html "$pkgdir/usr/share/doc/$_pkgname/udptunnel.html"
39
install -D -m 0644 "$srcdir/udptunnel.1" "$pkgdir/usr/share/man/man1/udptunnel.1"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |