Hello community,
here is the log from the commit of package wireguard-tools for
openSUSE:Leap:15.2 checked in at 2020-05-12 11:40:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/wireguard-tools (Old)
and /work/SRC/openSUSE:Leap:15.2/.wireguard-tools.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wireguard-tools"
Tue May 12 11:40:18 2020 rev:3 rq:802710 version:1.0.20200510
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/wireguard-tools/wireguard-tools.changes
2020-03-23 07:15:09.498544110 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.wireguard-tools.new.2738/wireguard-tools.changes
2020-05-12 11:42:33.165024076 +0200
@@ -1,0 +2,21 @@
+Mon May 11 06:39:12 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 1.0.20200510
+ * ipc: add support for openbsd kernel implementation
+ * ipc: cleanup openbsd support
+ * wg-quick: add support for openbsd kernel implementation
+ * wg-quick: cleanup openbsd support
+ * wg-quick: support dns search domains
+ * Makefile: simplify silent cleaning
+ * git: add gitattributes so tarball doesn't have gitignore files
+ * terminal: specialize color_mode to stdout only
+ * highlighter: insist on 256-bit keys, not 257-bit or 258-bit
+ * wg-quick: android: support application whitelist
+ * systemd: add wg-quick.target
+- Remove patch (not longer needed):
+ * wireguard-fix-systemd-service.patch
+- Remove source file (fixed upstream)
+ * wireguard.target
+ This functionality is now provided by wg-quick.target
+
+-------------------------------------------------------------------
Old:
----
wireguard-fix-systemd-service.patch
wireguard-tools-1.0.20200319.tar.asc
wireguard-tools-1.0.20200319.tar.xz
wireguard.target
New:
----
wireguard-tools-1.0.20200510.tar.asc
wireguard-tools-1.0.20200510.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ wireguard-tools.spec ++++++
--- /var/tmp/diff_new_pack.nVKiA4/_old 2020-05-12 11:42:33.461024698 +0200
+++ /var/tmp/diff_new_pack.nVKiA4/_new 2020-05-12 11:42:33.465024707 +0200
@@ -18,7 +18,7 @@
Name: wireguard-tools
-Version: 1.0.20200319
+Version: 1.0.20200510
Release: 0
Summary: WireGuard userspace tools
License: GPL-2.0-only
@@ -27,8 +27,6 @@
Source:
https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-%{version}.tar.xz
Source1:
https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-%{version}.tar.asc
Source99:
https://www.zx2c4.com/keys/AB9942E6D4A4CFC3412620A749FC7012A5DE03AE.asc#/WireGuard.keyring
-Source2: wireguard.target
-Patch1: wireguard-fix-systemd-service.patch
BuildRequires: bash-completion
BuildRequires: pkgconfig
%systemd_requires
@@ -49,7 +47,6 @@
%prep
%setup -q -n wireguard-tools-%{version}
-%patch1 -p1
## HACK: Fixing wg-quick's DNS= directive with a hatchet
contrib/dns-hatchet/apply.sh
@@ -64,20 +61,20 @@
WITH_WGQUICK=yes \
WITH_SYSTEMDUNITS=yes
-install -D -m0644 %{S:2} %{buildroot}%{_unitdir}/wireguard.target
+install -D -m0644 systemd/wg-quick.target
%{buildroot}%{_unitdir}/wg-quick.target
install -d %{buildroot}/%{_sysconfdir}/wireguard/
%pre
-%service_add_pre wireguard.target [email protected]
+%service_add_pre wg-quick.target [email protected]
%post
-%service_add_post wireguard.target [email protected]
+%service_add_post wg-quick.target [email protected]
%preun
-%service_del_preun wireguard.target [email protected]
+%service_del_preun wg-quick.target [email protected]
%postun
-%service_del_postun wireguard.target [email protected]
+%service_del_postun wg-quick.target [email protected]
%files
%license COPYING
@@ -90,6 +87,6 @@
%{_datadir}/bash-completion/completions/wg
%{_datadir}/bash-completion/completions/wg-quick
%{_unitdir}/[email protected]
-%{_unitdir}/wireguard.target
+%{_unitdir}/wg-quick.target
%changelog
++++++ wireguard-tools-1.0.20200319.tar.xz ->
wireguard-tools-1.0.20200510.tar.xz ++++++
++++ 1653 lines of diff (skipped)