Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rp-pppoe for openSUSE:Factory checked in at 2023-05-16 14:15:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rp-pppoe (Old) and /work/SRC/openSUSE:Factory/.rp-pppoe.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rp-pppoe" Tue May 16 14:15:49 2023 rev:30 rq:1087186 version:4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rp-pppoe/rp-pppoe.changes 2022-09-06 13:00:51.494940489 +0200 +++ /work/SRC/openSUSE:Factory/.rp-pppoe.new.1533/rp-pppoe.changes 2023-05-16 14:21:49.589820620 +0200 @@ -1,0 +2,38 @@ +Mon May 15 07:18:40 UTC 2023 - Frederic Crozat <[email protected]> + +- Updated to 4.0: + * SPDX-License-Identifier: tags added to most source files + * rp-pppoe.so plugin: Modified to compile against both pppd >= 2.5.0 and + pppd < 2.5.0. + * pppoe-server: If -L or -R option is specified as 0.0.0.0, then IP allocation + is delegated to pppd. + * pppoe-server: New -g option specifies the path of the rp-pppoe.so plugin to + use with pppd in kernel-mode PPPoE. + + * pppoe-server: New -U option specifies a UNIX-domain control socket. This + lets you send control commands to the server while it is running; see the + pppoe-server man page for details. + + * All source code: Many cleanups and use of standard types like uint16_t rather + than ones we define. + + * All source code: Support for OSes other than Linux has been dropped. + + * Documentation: Updated from modern Linux systems. + + * Cleanup: The following old and obsolete files have been removed: + - Old connection scripts scripts/pppoe-connect.in, scripts/pppoe-start.in, + scripts/pppoe-init-suse.in, scripts/pppoe-setup.in, scripts/pppoe-status, + scripts/pppoe-init.in, and scripts/pppoe-stop.in + * Obsolete firewall scripts configs/firewall-standalone and + configs/firewall-masq + - Obsolete configuration files configs/pppoe.conf and configs/pap-secrets + - The Tcl/Tk gui script gui/tkpppoe.in and supporting files + - The RPM spec file rp-pppoe.spec +- Drop rp-pppoe-3.14-nonrfc-modems.patch, rp-pppoe-3.14-resolve-conf.patch, + rp-pppoe-3.14-config.patch, rp-pppoe-3.14-init.patch, + patched scripts no longer exists. +- Drop rp-pppoe-3.14-release-buildsystem.patch, rp-pppoe-3.14-pie.patch + rp-pppoe-3.14-strip.patch, no longer needed. + +------------------------------------------------------------------- Old: ---- rp-pppoe-3.14-config.patch rp-pppoe-3.14-init.patch rp-pppoe-3.14-nonrfc-modems.patch rp-pppoe-3.14-pie.patch rp-pppoe-3.14-release-buildsystem.patch rp-pppoe-3.14-resolve-conf.patch rp-pppoe-3.14-strip.patch rp-pppoe-3.15.tar.gz New: ---- rp-pppoe-4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rp-pppoe.spec ++++++ --- /var/tmp/diff_new_pack.ski1Yx/_old 2023-05-16 14:21:50.057823296 +0200 +++ /var/tmp/diff_new_pack.ski1Yx/_new 2023-05-16 14:21:50.061823318 +0200 @@ -1,7 +1,7 @@ # # spec file for package rp-pppoe # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define _name pppoe %define _group dialout Name: rp-%{_name} -Version: 3.15 +Version: 4.0 Release: 0 Summary: A PPP Over Ethernet Redirector for PPPD License: GPL-2.0-or-later @@ -33,13 +33,6 @@ Source6: %{_name}.service Source7: %{_name}-server.service Patch0: %{name}-3.14-docdir.patch -Patch1: %{name}-3.14-nonrfc-modems.patch -Patch2: %{name}-3.14-release-buildsystem.patch -Patch3: %{name}-3.14-resolve-conf.patch -Patch4: %{name}-3.14-config.patch -Patch5: %{name}-3.14-init.patch -Patch6: %{name}-3.14-pie.patch -Patch7: %{name}-3.14-strip.patch BuildRequires: pkgconfig BuildRequires: ppp BuildRequires: pkgconfig(systemd) @@ -61,12 +54,9 @@ cd src %configure %make_build -cd ../gui -%make_build %install %make_install -C src -%make_install -C gui mkdir -p %{buildroot}%{_sbindir} %{buildroot}%{_unitdir} install -p %{SOURCE1} %{buildroot}%{_sbindir} install -p %{SOURCE2} %{buildroot}%{_sbindir} @@ -80,9 +70,7 @@ ln -s %{_name}-stop %{buildroot}%{_sbindir}/adsl-stop ln -s %{_name}-start %{buildroot}%{_sbindir}/adsl-start install -Dpm0644 %{buildroot}%{_sysconfdir}/ppp/plugins/README %{buildroot}%{_defaultdocdir}/%{name}/README.plugins -rm -r %{buildroot}%{_initddir} \ - %{buildroot}%{_sysconfdir}/ppp/plugins \ - %{buildroot}%{_sysconfdir}/ppp/%{_name}.conf \ +rm -r %{buildroot}%{_sysconfdir}/ppp/plugins \ %{buildroot}%{_defaultdocdir}/%{name}/LICENSE %pre @@ -109,21 +97,14 @@ %license doc/LICENSE %dir %{_defaultdocdir}/%{name} %doc %{_defaultdocdir}/%{name}/* -%attr(0750,root,root) %config(noreplace) %{_sysconfdir}/ppp/firewall-* %attr(0640,root,root) %config(noreplace) %{_sysconfdir}/ppp/%{_name}-server-options -%{_bindir}/tkpppoe %{_sbindir}/%{_name} %{_sbindir}/%{_name}-* -%attr(4750,root,%{_group}) %{_sbindir}/%{_name}-wrapper %{_mandir}/man?/*%{?ext_man} %{_sbindir}/adsl-st* %{_sbindir}/rc%{_name} %{_sbindir}/rc%{_name}-server %{_unitdir}/%{_name}.service %{_unitdir}/%{_name}-server.service -%dir %{_sysconfdir}/ppp/%{name}-gui -%dir %{_datarootdir}/tk%{_name} -%{_datarootdir}/tk%{_name}/* -%verify(not mode caps) %attr(4750,root,%{_group}) %{_sbindir}/%{_name}-wrapper %changelog ++++++ rp-pppoe-3.15.tar.gz -> rp-pppoe-4.0.tar.gz ++++++ ++++ 14332 lines of diff (skipped)
