udptunnel-lennox

LOW
maintainer gavinbeatty 0 votes scanned 2026-09-17 00:27:14.276658
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
3pkgname=$_pkgname-lennox
4pkgver=1.1
5pkgrel=1
6pkgdesc="Tunnel UDP packets over a TCP connection."
7provides=($_pkgname)
8conflicts=($_pkgname)
9arch=(i686 armv6h armv7h aarch64 x86_64)
10url=https://web.archive.org/web/20200308053857/http://www.cs.columbia.edu/~lennox/udptunnel/
11license=(BSD)
12makedepends=(gcc)
13source=(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)
17sha256sums=('a3ceeadc80d5a43a4a93dc068189ccf7a59b9f3bd6d79e0aaa54d75ae1605f26'
18 'e69f8bf85e5650bea7552e5e4f208556913f157deb830c1d97fe9657fb312ab5'
19 '2a6aefd5f0fe1c44bd5cb2a2fb20de4170ef80a4a440119d2f5bf0e5960c3bb8'
20 '1bd6dac75ddb2df646761ef493e26db4ef76ad0dc3381f04d0b6cffeeafaa5cb')
21
22prepare() {
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
28build() {
29 cd "$srcdir/$_pkgname-$pkgver"
30 ./configure --prefix=/usr
31 make
32}
33
34package() {
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)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion