File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11pkgname=thinproxy
2- pkgver=0.0.10
2+ pkgver=0.1.0
33pkgrel=0
44pkgdesc=" Lightweight asynchronous HTTP/HTTPS proxy"
55url=" https://github.com/renaudallard/thinproxy"
Original file line number Diff line number Diff line change 1+ thinproxy (0.1.0-1) unstable; urgency=low
2+
3+ * Linux seccomp-BPF sandboxing.
4+ * Client IP in verbose request log.
5+ * FreeBSD, NetBSD, and DragonFlyBSD builds.
6+
7+ -- Renaud Allard <renaud@allard.it> Thu, 20 Mar 2026 00:00:00 +0000
8+
19thinproxy (0.0.10-1) unstable; urgency=low
210
311 * SO_SPLICE zero-copy relay for CONNECT tunnels on OpenBSD.
Original file line number Diff line number Diff line change 11Name: thinproxy
2- Version: 0.0.10
2+ Version: 0.1.0
33Release: 1%{?dist }
44Summary: Lightweight asynchronous HTTP/HTTPS proxy
55License: BSD-2-Clause
Original file line number Diff line number Diff line change 6363#include <sys/syscall.h>
6464#endif
6565
66- #define THINPROXY_VERSION "0.0.10 "
66+ #define THINPROXY_VERSION "0.1.0 "
6767#define DEFAULT_ADDR "127.0.0.1"
6868#define DEFAULT_PORT "8080"
6969#define DEFAULT_CONFIG "/etc/thinproxy.conf"
You can’t perform that action at this time.
0 commit comments