diff --git a/rp-pppoe-3.12.tar.gz b/rp-pppoe-3.12.tar.gz deleted file mode 100644 index 8b083be..0000000 --- a/rp-pppoe-3.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00794e04031546b0e9b8cf286f2a6d1ccfc4a621b2a3abb2d7ef2a7ab7cc86c2 -size 224125 diff --git a/rp-pppoe-3.13.tar.gz b/rp-pppoe-3.13.tar.gz new file mode 100644 index 0000000..6b53136 --- /dev/null +++ b/rp-pppoe-3.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd6bc71ba46bd5f6eb4daf60220ccdcd991a8525111dee466501b1b9717e676 +size 224204 diff --git a/rp-pppoe.changes b/rp-pppoe.changes index 7e57503..7807fbc 100644 --- a/rp-pppoe.changes +++ b/rp-pppoe.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jun 17 07:50:57 UTC 2019 - Илья Индиго + +- Refresh spec-file via spec-cleaner and manual optimisations. + * New URL and Source project. + * Add pkgconfig for BuildRequires. +- Update rp-pppoe to version 3.13. + * Fix potential use-after-free bug. + * Properly detecte kernel-mode PPPoE. + ------------------------------------------------------------------- Wed Jun 12 14:56:41 UTC 2019 - Dominique Leuenberger diff --git a/rp-pppoe.spec b/rp-pppoe.spec index bfe6a0e..89f8e9e 100644 --- a/rp-pppoe.spec +++ b/rp-pppoe.spec @@ -1,7 +1,7 @@ # # spec file for package rp-pppoe # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define _name pppoe %define _group dialout Name: rp-%{_name} -Version: 3.12 +Version: 3.13 Release: 0 Summary: A PPP Over Ethernet Redirector for PPPD License: GPL-2.0-or-later Group: Productivity/Networking/PPP -URL: https://www.roaringpenguin.com/products/pppoe -Source0: https://www.roaringpenguin.com/files/download/%{name}-%{version}.tar.gz +URL: https://dianne.skoll.ca/projects/%{name} +Source0: https://dianne.skoll.ca/projects/%{name}/download/%{name}-%{version}.tar.gz Source1: %{_name}-connect Source2: %{_name}-setup Source3: %{_name}-start @@ -40,6 +41,7 @@ Patch4: %{name}-3.10-config.patch Patch5: %{name}-3.10-init.patch Patch6: %{name}-pie.patch Patch7: strip.diff +BuildRequires: pkgconfig BuildRequires: ppp BuildRequires: pkgconfig(systemd) Requires: net-tools