udpx
LOW
maintainer leonidlednev
0 votes
scanned 2026-09-14 01:15:25.978748
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>
2
pkgname=udpx
3
pkgver=1.0.7
4
pkgrel=1
5
pkgdesc="Single-packet UDP scanner written in Go"
6
arch=('x86_64')
7
url="https://github.com/nullt3r/udpx"
8
license=('MIT')
9
depends=(
10
'glibc'
11
)
12
makedepends=(
13
'go>=1.17'
14
'git'
15
)
16
source=("git+$url#tag=v$pkgver")
17
b2sums=('2b5200f81d8e90764ba7cbfd9cc4096d76a55b9a2e3f726a6d7a48944a1d8699c2f6f9a8a3b273edc732fb78859e505c1a647add47380e200197a5135163912d')
18
19
build() {
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
30
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-14 01:15:25 | Low | 1 |