Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package 3proxy for openSUSE:Factory checked in at 2026-06-22 17:26:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/3proxy (Old) and /work/SRC/openSUSE:Factory/.3proxy.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "3proxy" Mon Jun 22 17:26:39 2026 rev:3 rq:1360665 version:0.9.6 Changes: -------- --- /work/SRC/openSUSE:Factory/3proxy/3proxy.changes 2025-03-11 20:45:57.051780100 +0100 +++ /work/SRC/openSUSE:Factory/.3proxy.new.1956/3proxy.changes 2026-06-22 17:27:04.396800421 +0200 @@ -1,0 +2,13 @@ +Fri Jun 19 21:17:38 UTC 2026 - Илья Индиго <[email protected]> + +- Enabled http-proxy and allowed local network 192.168.0.0/16 by default. +- Updated to 0.9.6 + * https://github.com/3proxy/3proxy/releases/tag/0.9.6 + * SSLPlugin significantly improved and bugfixed: adds ssl_client + and multiple configuration options. + * HAProxy PROXY protocol v1 support as client and server. + * tlspr is now supported in auto and gained a -s option to break + the HELLO packet and evade some SNI-based DPI. + * New maxseg configuration option (TCP_MAXSEG). + +------------------------------------------------------------------- Old: ---- 3proxy-0.9.5.tar.gz New: ---- 3proxy-0.9.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 3proxy.spec ++++++ --- /var/tmp/diff_new_pack.AvUxkA/_old 2026-06-22 17:27:06.288866331 +0200 +++ /var/tmp/diff_new_pack.AvUxkA/_new 2026-06-22 17:27:06.308867027 +0200 @@ -1,7 +1,7 @@ # # spec file for package 3proxy # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,17 +21,19 @@ %define _home %{_localstatedir}/lib/%{name} %define plugdir %{_libdir}/%{name}/plugins Name: 3proxy -Version: 0.9.5 +Version: 0.9.6 Release: 0 Summary: Tiny proxy servers set -License: BSD-3-Clause OR Apache-2.0 OR GPL-2.0-or-later OR LGPL-2.1-or-later +License: Apache-2.0 OR BSD-3-Clause OR GPL-2.0-or-later OR LGPL-2.1-or-later URL: https://github.com/%{name}/%{name} Source0: https://github.com/%{name}/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: %{name}.service Source2: %{name}-socks.firewalld Source3: %{name}.cfg -BuildRequires: openssl-devel -BuildRequires: pam-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(libpcre2-8) +BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(pam) Requires(pre): shadow Provides: group(%{_group}) Provides: user(%{_user}) @@ -44,11 +46,10 @@ %prep %autosetup -p1 sed -i -e 's/USER/%{_user}/' -e 's/GROUP/%{_group}/' %{SOURCE1} -sed -i -e 's/CFLAGS = -g/CFLAGS = %{optflags}/' -e 's/LDFLAGS = /LDFLAGS = %{optflags} /' Makefile.Linux -sed -i -e '/^LIBS =/d' -e 's/^#LIBS =/LIBS =/' -e '/^PLUGINS =/d' -e 's/^#PLUGINS =/PLUGINS =/' Makefile.Linux +sed -i -e 's/CFLAGS := -g/CFLAGS := %{optflags}/' -e 's/LDFLAGS := /LDFLAGS := %{optflags} /' Makefile.Linux %build -%make_build -f Makefile.Linux +%make_build -f Makefile.Linux PLUGINS="SSLPlugin StringsPlugin TrafficPlugin PCREPlugin TransparentPlugin PamAuth" %install mkdir -p %{buildroot}%{_bindir} @@ -56,7 +57,7 @@ mkdir -p %{buildroot}%{_mandir}/man{3,8} mkdir -p %{buildroot}%{_localstatedir}/log/%{name} install -pm0755 bin/%{name} %{buildroot}%{_bindir}/%{name} -install -pm0755 bin/*.ld.so %{buildroot}%{plugdir} +install -pm0755 bin/{{PCRE,SSL,Strings,Traffic,Transparent}Plugin,pamauth}.ld.so %{buildroot}%{plugdir} install -pm0644 man/%{name}.cfg.3 %{buildroot}%{_mandir}/man3/%{name}.cfg.3 install -pm0644 man/%{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8 install -Dpm0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service ++++++ 3proxy-0.9.5.tar.gz -> 3proxy-0.9.6.tar.gz ++++++ ++++ 55309 lines of diff (skipped) ++++++ 3proxy.cfg ++++++ --- /var/tmp/diff_new_pack.AvUxkA/_old 2026-06-22 17:27:07.324902421 +0200 +++ /var/tmp/diff_new_pack.AvUxkA/_new 2026-06-22 17:27:07.332902699 +0200 @@ -1,10 +1,14 @@ +#timeouts 1 5 30 60 180 1800 15 60 15 5 + logformat "L%Y-%m-%d %H:%M:%S %z - %C %U - %E ""%T"" %I %O - %N/%R:%r" log /var/log/3proxy/3proxy.log D rotate 30 archiver xz xz -9e %F auth iponly -allow * 127.0.0.1 * +allow * 127.0.0.1,192.168.0.0/16 #parent 1000 socks5 SERVER PORT USER PASSWORD +#socks -Dewg0 socks +proxy
