Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package knock for openSUSE:Factory checked in at 2021-06-04 22:43:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knock (Old) and /work/SRC/openSUSE:Factory/.knock.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "knock" Fri Jun 4 22:43:58 2021 rev:18 rq:897367 version:0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/knock/knock.changes 2017-11-27 22:16:54.645902167 +0100 +++ /work/SRC/openSUSE:Factory/.knock.new.1898/knock.changes 2021-06-04 22:44:21.299183016 +0200 @@ -1,0 +2,14 @@ +Wed May 19 08:49:35 UTC 2021 - Daniel Donisa <[email protected]> + +- Update to version 0.8 + * Multiple fixes (#67, #77) + * IPv6 support (Sebastien Valat) +- dropped knock-0.5.patch, knock-include.patch + +------------------------------------------------------------------- +Wed Jul 10 08:48:00 CET 2019 - [email protected] + +- fix uninitialized tcpflags variables in knockd.c + (Bug#1138376: Knockd unable to start after upgrade to LEAP 15.1) + +------------------------------------------------------------------- Old: ---- knock-0.5.patch knock-0.7.tar.gz knock-include.patch New: ---- knock-0.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knock.spec ++++++ --- /var/tmp/diff_new_pack.XCrQ9r/_old 2021-06-04 22:44:22.051184109 +0200 +++ /var/tmp/diff_new_pack.XCrQ9r/_new 2021-06-04 22:44:22.051184109 +0200 @@ -1,7 +1,7 @@ # # spec file for package knock # -# Copyright (c) 2017 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,7 +12,7 @@ # 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/ # @@ -28,19 +28,17 @@ %endif Name: knock -Version: 0.7 +Version: 0.8 Release: 0 Summary: A Port-Knocking Client -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/Security -Url: http://www.zeroflux.org/knock/ +URL: http://www.zeroflux.org/knock/ Source0: http://www.zeroflux.org/proj/knock/files/%{name}-%{version}.tar.gz Source1: %{name}d.sysconfig Source2: %{name}d.init Source3: %{name}d.conf Source4: %{name}d.service -Patch0: %{name}-0.5.patch -Patch1: %{name}-include.patch BuildRequires: libpcap-devel %if %{with_systemd} BuildRequires: systemd-rpm-macros @@ -78,8 +76,6 @@ %prep %setup -q -%patch0 -%patch1 %build %configure @@ -129,10 +125,12 @@ %defattr(-,root,root) %attr(0755,root,root) %{_bindir}/%{name} %{_mandir}/man?/%{name}.* +%{_sbindir}/knock_helper_ipt.sh %files -n knockd %defattr(-,root,root) -%doc README.md COPYING ChangeLog TODO +%doc README.md ChangeLog TODO +%license COPYING %{_sbindir}/%{name}d %if %{with_systemd} %{_unitdir}/%{name}d.service ++++++ knock-0.7.tar.gz -> knock-0.8.tar.gz ++++++ ++++ 9875 lines of diff (skipped)
