Accepting request 710297 from home:13ilya:branches:network

- 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.

OBS-URL: https://build.opensuse.org/request/show/710297
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=26
This commit is contained in:
Илья Индиго 2019-06-17 08:01:00 +00:00 committed by Git OBS Bridge
parent a1b1a35b1d
commit 796c1a1e51
4 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00794e04031546b0e9b8cf286f2a6d1ccfc4a621b2a3abb2d7ef2a7ab7cc86c2
size 224125

3
rp-pppoe-3.13.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cd6bc71ba46bd5f6eb4daf60220ccdcd991a8525111dee466501b1b9717e676
size 224204

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jun 17 07:50:57 UTC 2019 - Илья Индиго <ilya@ilya.pp.ua>
- 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 <dimstar@opensuse.org> Wed Jun 12 14:56:41 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package rp-pppoe # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 _name pppoe
%define _group dialout %define _group dialout
Name: rp-%{_name} Name: rp-%{_name}
Version: 3.12 Version: 3.13
Release: 0 Release: 0
Summary: A PPP Over Ethernet Redirector for PPPD Summary: A PPP Over Ethernet Redirector for PPPD
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Networking/PPP Group: Productivity/Networking/PPP
URL: https://www.roaringpenguin.com/products/pppoe URL: https://dianne.skoll.ca/projects/%{name}
Source0: https://www.roaringpenguin.com/files/download/%{name}-%{version}.tar.gz Source0: https://dianne.skoll.ca/projects/%{name}/download/%{name}-%{version}.tar.gz
Source1: %{_name}-connect Source1: %{_name}-connect
Source2: %{_name}-setup Source2: %{_name}-setup
Source3: %{_name}-start Source3: %{_name}-start
@ -40,6 +41,7 @@ Patch4: %{name}-3.10-config.patch
Patch5: %{name}-3.10-init.patch Patch5: %{name}-3.10-init.patch
Patch6: %{name}-pie.patch Patch6: %{name}-pie.patch
Patch7: strip.diff Patch7: strip.diff
BuildRequires: pkgconfig
BuildRequires: ppp BuildRequires: ppp
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
Requires: net-tools Requires: net-tools