snirect-bin
LOW
maintainer xihale
0 votes
scanned 2026-08-24 13:22:51.972535
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: xihale <i@xihale.top>
2
# Contributor: xihale <i@xihale.top>
3
pkgname=snirect-bin
4
pkgver=0.3.2
5
pkgrel=1
6
pkgdesc='Local HTTP/HTTPS proxy that rewrites TLS SNI by rules to bypass SNI-based censorship (prebuilt binary)'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/xihale/snirect'
9
license=('MIT')
10
depends=()
11
optdepends=(
12
'ca-certificates: HTTPS MITM decryption'
13
'nss: Firefox certificate store integration'
14
)
15
provides=('snirect')
16
conflicts=('snirect')
17
options=('!strip')
18
source=('LICENSE::https://raw.githubusercontent.com/xihale/snirect/v'"$pkgver"'/LICENSE')
19
sha256sums=('9170853f5f6a075badb2db222f98d1ae66eaac2f9a9bde463aa085f7711c25fc')
20
source_x86_64=("$pkgname-$pkgver-$CARCH::https://github.com/xihale/snirect/releases/download/v$pkgver/snirect-linux-amd64")
21
sha256sums_x86_64=('dc665e9df80b44af5f1fcbb8f721c1a2cf3e1e9d761cb22c540c281d3a11e464')
22
source_aarch64=("$pkgname-$pkgver-aarch64::https://github.com/xihale/snirect/releases/download/v$pkgver/snirect-linux-arm64")
23
sha256sums_aarch64=('041ea2590ac14d5c6927c508aa8e18c97d62774b3ae8c768ae69764be5db418e')
24
25
package() {
26
install -Dm755 "$srcdir/$pkgname-$pkgver-${CARCH}" "$pkgdir/usr/bin/snirect"
27
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28
}
29
Changes since previous scan
--- PKGBUILD @ 2026-08-24 11:22+++ PKGBUILD @ 2026-08-24 13:22@@ -1,7 +1,7 @@ # Maintainer: xihale <i@xihale.top> # Contributor: xihale <i@xihale.top> pkgname=snirect-bin-pkgver=0.3.0+pkgver=0.3.2 pkgrel=1 pkgdesc='Local HTTP/HTTPS proxy that rewrites TLS SNI by rules to bypass SNI-based censorship (prebuilt binary)' arch=('x86_64' 'aarch64')@@ -18,9 +18,9 @@ source=('LICENSE::https://raw.githubusercontent.com/xihale/snirect/v'"$pkgver"'/LICENSE') sha256sums=('9170853f5f6a075badb2db222f98d1ae66eaac2f9a9bde463aa085f7711c25fc') source_x86_64=("$pkgname-$pkgver-$CARCH::https://github.com/xihale/snirect/releases/download/v$pkgver/snirect-linux-amd64")-sha256sums_x86_64=('d0b9d6e4c359f9107192ce5a88acccab607d1e9654b8dae4223025ac1a4aa92b')+sha256sums_x86_64=('dc665e9df80b44af5f1fcbb8f721c1a2cf3e1e9d761cb22c540c281d3a11e464') source_aarch64=("$pkgname-$pkgver-aarch64::https://github.com/xihale/snirect/releases/download/v$pkgver/snirect-linux-arm64")-sha256sums_aarch64=('8b5cd9b11071902aa57833462dfca28f42c45b68e81d2c2754b0c1b750fb2a2b')+sha256sums_aarch64=('041ea2590ac14d5c6927c508aa8e18c97d62774b3ae8c768ae69764be5db418e') package() { install -Dm755 "$srcdir/$pkgname-$pkgver-${CARCH}" "$pkgdir/usr/bin/snirect"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-24 13:22:51 | Low | 1 |
| 2026-08-24 11:22:50 | Low | 1 |