File tree Expand file tree Collapse file tree 6 files changed +25
-3
lines changed
Expand file tree Collapse file tree 6 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1+ 2026-03-17 Renaud Allard <renaud@allard.it>
2+
3+ * Release 0.11.1
4+ - Fix IPV6_V6ONLY not effective when binding privileged ports via
5+ binder child process (setsockopt after bind rejected by Linux)
6+
172026-03-16 Renaud Allard <renaud@allard.it>
28
39 * Release 0.11.0
Original file line number Diff line number Diff line change 1+ sniproxy 0.11.1 (2026-03-17)
2+ ===============================
3+
4+ * Bugfix: Fix IPV6_V6ONLY not effective when binding privileged ports
5+ via binder child process. On Linux, setsockopt(IPV6_V6ONLY) after
6+ bind() is rejected with EINVAL, so the option must be set before
7+ bind(). The ipv6_v6only flag is now passed to the binder child which
8+ sets it before calling bind().
9+
110sniproxy 0.11.0 (2026-03-16)
211===============================
312
Original file line number Diff line number Diff line change 11# -*- Autoconf -*-
22# Process this file with autoconf to produce a configure script.
33AC_PREREQ ( [ 2.71] )
4- AC_INIT ( [ sniproxy] ,[ 0.11.0 ] )
4+ AC_INIT ( [ sniproxy] ,[ 0.11.1 ] )
55AM_INIT_AUTOMAKE ( [ subdir-objects] )
66AM_SILENT_RULES ([ yes] )
77AC_USE_SYSTEM_EXTENSIONS
Original file line number Diff line number Diff line change 1+ sniproxy (0.11.1) unstable; urgency=medium
2+
3+ * Fix IPV6_V6ONLY not effective when binding privileged ports via
4+ binder child process.
5+
6+ -- Renaud Allard <renaud@allard.it> Mon, 17 Mar 2026 12:00:00 +0100
7+
18sniproxy (0.11.0) unstable; urgency=medium
29
310 * Add DTLS (TLS over UDP) protocol support for proxying WebRTC,
Original file line number Diff line number Diff line change 11Name: sniproxy
2- Version: 0.11.0
2+ Version: 0.11.1
33Release: 1%{?dist }
44Summary: Transparent TLS and HTTP layer 4 proxy with SNI support
55
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- VERSION=0.11.0
3+ VERSION=0.11.1
44
55SOURCE_DIR=$( dirname $0 )
66GIT_DIR=${SOURCE_DIR} /.git
You can’t perform that action at this time.
0 commit comments