File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11pkgname=thinproxy
2- pkgver=0.0.7
2+ pkgver=0.0.8
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.0.8-1) unstable; urgency=low
2+
3+ * Set SO_LINGER at accept time to prevent FIN_WAIT_2 on any exit.
4+
5+ -- Renaud Allard <renaud@allard.it> Thu, 19 Mar 2026 00:00:00 +0000
6+
17thinproxy (0.0.7-1) unstable; urgency=low
28
39 * Retry bind on EADDRINUSE for orphaned TCP connections.
Original file line number Diff line number Diff line change 11Name: thinproxy
2- Version: 0.0.7
2+ Version: 0.0.8
33Release: 1%{?dist }
44Summary: Lightweight asynchronous HTTP/HTTPS proxy
55License: BSD-2-Clause
Original file line number Diff line number Diff line change 5252#include <unistd.h> /* pledge, unveil */
5353#endif
5454
55- #define THINPROXY_VERSION "0.0.7 "
55+ #define THINPROXY_VERSION "0.0.8 "
5656#define DEFAULT_ADDR "127.0.0.1"
5757#define DEFAULT_PORT "8080"
5858#define DEFAULT_CONFIG "/etc/thinproxy.conf"
You can’t perform that action at this time.
0 commit comments