udpx

LOW
maintainer leonidlednev 0 votes scanned 2026-09-14 01:15:25.978748
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Leonid Lednev <leonidledn at gmail dot com>
2pkgname=udpx
3pkgver=1.0.7
4pkgrel=1
5pkgdesc="Single-packet UDP scanner written in Go"
6arch=('x86_64')
7url="https://github.com/nullt3r/udpx"
8license=('MIT')
9depends=(
10 'glibc'
11)
12makedepends=(
13 'go>=1.17'
14 'git'
15)
16source=("git+$url#tag=v$pkgver")
17b2sums=('2b5200f81d8e90764ba7cbfd9cc4096d76a55b9a2e3f726a6d7a48944a1d8699c2f6f9a8a3b273edc732fb78859e505c1a647add47380e200197a5135163912d')
18
19build() {
20 cd udpx
21 export CGO_CPPFLAGS="$CPPFLAGS"
22 export CGO_CFLAGS="$CFLAGS"
23 export CGO_CXXFLAGS="$CXXFLAGS"
24 export CGO_LDFLAGS="$LDFLAGS"
25 export GOPATH="$srcdir"
26 export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
27 go build -ldflags "-compressdwarf=false -linkmode external" ./cmd/udpx
28}
29
30package() {
31 cd udpx
32 install -Dm0755 -t "$pkgdir/usr/bin" udpx
33 install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
34 install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
35}
36
37# vim: ts=2 sw=2 et:
38

Scan history

Scanned at (UTC)SeverityRules
2026-09-14 01:15:25 Low 1

Report a package

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

0 / 4000
Your suggestion