fluxzy-bin
LOW
maintainer Quatro
0 votes
scanned 2026-09-17 21:26:26.072849
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: Xavier Francisco <echo moc.liamg@ocsicnarf.n.reivax | rev>
2
3
pkgname=fluxzy-bin
4
_pkgname=fluxzy
5
pkgver=1.39.48.18975
6
pkgrel=1
7
pkgdesc="Fully streamed MITM proxy to intercept, record and alter HTTP/1.1, H2, WebSocket and gRPC traffic (prebuilt)"
8
arch=('x86_64' 'aarch64')
9
url="https://github.com/haga-rak/fluxzy.core"
10
license=('GPL-3.0-only')
11
# Self-contained .NET 10 publish: the runtime is bundled, but it still dlopens
12
# ICU (the process aborts at startup without it), OpenSSL and libstdc++.
13
depends=('gcc-libs' 'glibc' 'icu' 'openssl')
14
optdepends=('libpcap: raw packet capture (-c/--include-dump, pcapng export)'
15
'polkit: pkexec prompt used to elevate the fluxzynetcap capture helper'
16
'libcap: getpcaps, used to detect already-granted capture capabilities')
17
provides=("$_pkgname=$pkgver")
18
conflicts=("$_pkgname")
19
options=('!debug' '!strip')
20
source=("LICENSE-$pkgver.md::https://raw.githubusercontent.com/haga-rak/fluxzy.core/v$pkgver/src/Fluxzy/LICENSE.md")
21
# Release tarballs are flat (no top-level directory), so they are kept out of
22
# $srcdir and unpacked into their own subdirectory in prepare().
23
source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/fluxzy-cli-$pkgver-linux-x64.tar.gz")
24
source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/fluxzy-cli-$pkgver-linux-arm64.tar.gz")
25
noextract=("$pkgname-$pkgver-$CARCH.tar.gz")
26
sha256sums=('7c1472911e95d77d49e02160933d8222fa187cac3599476f1c7d11983585445d')
27
sha256sums_x86_64=('b045e53c9b5bb7f9de816dc23c6c71f3da07f09b777a08a163a082273caf0fa3')
28
sha256sums_aarch64=('4c812ca92f3de98a3468a3261e7e03e12c0071bf9c574a0210dfdd5ea35ae150')
29
30
prepare() {
31
rm -rf "$_pkgname"
32
mkdir -p "$_pkgname"
33
bsdtar -xf "$pkgname-$pkgver-$CARCH.tar.gz" -C "$_pkgname"
34
}
35
36
package() {
37
local libdir="$pkgdir/usr/lib/$_pkgname"
38
39
# Upstream ships nearly everything as 0744; normalise to 0644 and re-mark
40
# the real executables. fluxzy resolves fluxzynetcap (the privileged capture
41
# helper) from the location of its own DLL, so the helper must stay here.
42
install -dm755 "$libdir"
43
install -m644 "$_pkgname"/* "$libdir/"
44
chmod 755 "$libdir"/{fluxzy,fluxzynetcap,createdump}
45
46
install -dm755 "$pkgdir/usr/bin"
47
ln -s "../lib/$_pkgname/fluxzy" "$pkgdir/usr/bin/fluxzy"
48
49
install -Dm644 "LICENSE-$pkgver.md" \
50
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
51
}
52
Changes since previous scan
--- PKGBUILD @ 2026-09-06 00:17+++ PKGBUILD @ 2026-09-17 21:26@@ -2,7 +2,7 @@ pkgname=fluxzy-bin _pkgname=fluxzy-pkgver=1.39.47.8025+pkgver=1.39.48.18975 pkgrel=1 pkgdesc="Fully streamed MITM proxy to intercept, record and alter HTTP/1.1, H2, WebSocket and gRPC traffic (prebuilt)" arch=('x86_64' 'aarch64')@@ -24,8 +24,8 @@ source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/fluxzy-cli-$pkgver-linux-arm64.tar.gz") noextract=("$pkgname-$pkgver-$CARCH.tar.gz") sha256sums=('7c1472911e95d77d49e02160933d8222fa187cac3599476f1c7d11983585445d')-sha256sums_x86_64=('a5d7fcf5a40aaf46f111139c2601a559dd49023f664f35389d826acbed327e34')-sha256sums_aarch64=('c02774420aa67334de46a865d0cf5f726134455b14f67c919e9f0dc28e9c23f1')+sha256sums_x86_64=('b045e53c9b5bb7f9de816dc23c6c71f3da07f09b777a08a163a082273caf0fa3')+sha256sums_aarch64=('4c812ca92f3de98a3468a3261e7e03e12c0071bf9c574a0210dfdd5ea35ae150') prepare() { rm -rf "$_pkgname"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 21:26:26 | Low | 1 |
| 2026-09-06 00:17:06 | Clean | 2 |
| 2026-09-06 00:01:42 | Low | 1 |