Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package proxychains-ng for openSUSE:Factory checked in at 2021-01-30 13:57:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proxychains-ng (Old) and /work/SRC/openSUSE:Factory/.proxychains-ng.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proxychains-ng" Sat Jan 30 13:57:08 2021 rev:5 rq:867906 version:4.14 Changes: -------- --- /work/SRC/openSUSE:Factory/proxychains-ng/proxychains-ng.changes 2016-02-12 11:22:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.proxychains-ng.new.28504/proxychains-ng.changes 2021-01-30 13:58:01.986423939 +0100 @@ -1,0 +2,23 @@ +Fri Jan 22 19:40:44 UTC 2021 - Dirk M??ller <[email protected]> + +- update to to 4.14: + - allow alternative proto://user:pass@ip:port syntax for proxylist + - fix endless loop in round robin mode when all proxies are down (#147) + - fix compilation on android (#265) + - fix fd leak in forked processes (#273) + - skip connection attempt to nullrouted ips + - allow hostnames for proxylist under specific circumstances + - fix robustness of DNS lookup thread and a segfault + - fix socks5 user/pass auth on non-conforming servers + - fix memory leak + - add support for Solaris + - fix several build issues + - for MAC + - with -pie + - with custom CC + - compatibility fix for some GUI apps (8870140) + - compatibility fix for some HTTP proxies (cf9a16d) + - fix several warnings for cleaner build on debian + - fix random_chain on OSX (0f6b226) + +------------------------------------------------------------------- Old: ---- proxychains-ng-4.11.tar.bz2 New: ---- proxychains-ng-4.14.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proxychains-ng.spec ++++++ --- /var/tmp/diff_new_pack.yucr4w/_old 2021-01-30 13:58:02.626425018 +0100 +++ /var/tmp/diff_new_pack.yucr4w/_new 2021-01-30 13:58:02.634425032 +0100 @@ -1,7 +1,7 @@ # # spec file for package proxychains-ng # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: proxychains-ng -Version: 4.11 +Version: 4.14 Release: 0 Summary: Redirect connection through proxy servers -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Networking/Security -Url: http://sourceforge.net/projects/proxychains-ng/ -Source0: http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tar.bz2 +URL: https://github.com/rofl0r/proxychains-ng +Source0: https://ftp.barfooze.de/pub/sabotage/tarballs/proxychains-ng-%{version}.tar.xz Source1: %{name}-rpmlintrc BuildRequires: make Obsoletes: proxychains < %{version} @@ -56,8 +56,8 @@ install -Dm 0755 src/proxyresolv %{buildroot}%{_bindir}/proxyresolv4 %files -%defattr(-,root,root,-) -%doc AUTHORS COPYING README TODO +%doc AUTHORS README TODO +%license COPYING %{_bindir}/proxychains4 %{_bindir}/proxyresolv4 %{_libdir}/libproxychains4.so
