SHA256
1
0
forked from pool/rp-pppoe
Commit Graph

28 Commits

Author SHA256 Message Date
Илья Индиго
83c913e1bc Accepting request 1087180 from home:fcrozat:branches:network
- 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.

OBS-URL: https://build.opensuse.org/request/show/1087180
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=38
2023-05-15 09:00:14 +00:00
Илья Индиго
08d608d714 Accepting request 1001159 from home:13ilya:branches:network
Converted usage of egrep to "grep -E" (boo#1203092).

OBS-URL: https://build.opensuse.org/request/show/1001159
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=36
2022-09-04 21:23:10 +00:00
Илья Индиго
a14462b49d Accepting request 1001140 from home:AndreasStieger:branches:network
- convert usage of egrep to grep -E (boo#1203092)

OBS-URL: https://build.opensuse.org/request/show/1001140
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=35
2022-09-04 21:13:48 +00:00
Илья Индиго
2561305946 Accepting request 960799 from home:13ilya:branches:network
- Removed Wants=network.target from pppoe.service (bsc#1196359).

OBS-URL: https://build.opensuse.org/request/show/960799
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=33
2022-03-10 13:51:41 +00:00
Илья Индиго
2e4265d6a0 Accepting request 891596 from home:13ilya:branches:network
- Refreshed spec-file via spec-cleaner and manual optimisations.
  * Changed files: pppoe-connect, pppoe-setup, pppoe-status and
    pppoe-stop (replaced /var/run by /run).
- Updated to 3.15
  * Don't ignore SIGTERM and SIGINT.
    Send PADT and exit if one of those signals is received.
  * Switch from net-tools to iproute2.

OBS-URL: https://build.opensuse.org/request/show/891596
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=31
2021-05-08 20:27:07 +00:00
Илья Индиго
8b1334bf3e Accepting request 891592 from home:13ilya:branches:network
- Refreshed spec-file via spec-cleaner and manual optimisations.
  * Changed files: pppoe-connect, pppoe-setup, pppoe-status and
    pppoe-stop (replaced /var/run by /run).
- Updated to 3.15
  * Don't ignore SIGTERM and SIGINT.
    Send PADT and exit if one of those signals is received.
  * Switch from net-tools to iproute2.

OBS-URL: https://build.opensuse.org/request/show/891592
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=30
2021-05-08 20:22:20 +00:00
Илья Индиго
5da48bef51 Accepting request 809720 from home:13ilya:branches:network
- Refresh spec-file via spec-cleaner and manual optimisations.
  * Add make_build and autopatch macros.
  * Remove group tag and obsoleted conditions.
- Refresh and rename patches:
  * docdir.diff to rp-pppoe-3.14-docdir.patch
  * nonrfc-modems.diff to rp-pppoe-3.14-nonrfc-modems.patch
  * release-buildsystem.diff to rp-pppoe-3.14-release-buildsystem.patch
  * resolve-conf.diff to rp-pppoe-3.14-resolve-conf.patch
  * rp-pppoe-3.10-config.patch to rp-pppoe-3.14-config.patch
  * rp-pppoe-3.10-init.patch to rp-pppoe-3.14-init.patch
  * rp-pppoe-pie.patch to rp-pppoe-3.14-pie.patch
  * strip.diff to rp-pppoe-3.14-strip.patch
- Update to 3.14
  * Add -H and -M options for sending HURL and MOTM packets respectively.
  * Change VERSION macro to RP_VERSION to avoid conflict with pppd macro.

OBS-URL: https://build.opensuse.org/request/show/809720
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=28
2020-05-28 01:34:41 +00:00
Илья Индиго
796c1a1e51 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
2019-06-17 08:01:00 +00:00
Илья Индиго
a1b1a35b1d Accepting request 709486 from home:dimstar:Factory
Allow OBS to pick better candidates to shorten rebuild queues

OBS-URL: https://build.opensuse.org/request/show/709486
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=25
2019-06-12 18:49:10 +00:00
Илья Индиго
0a2254474a Accepting request 585201 from home:13ilya:branches:network
- Refresh spec-file via spec-cleaner and manual optimisations.
- Add %license macro.
- Add Requires/Requires(pre) group(dialout) (boo#1067511).
- Add %verify_permissions script for pppoe-wrapper.
- Refresh pppoe.spec via spec-cleaner.
- Add pppoe.service for run pppoe as client (boo#1060710).
- Refresh pppoe.spec.
- Drop SLE 11 support.
- Fix patches and script for version 3.12.
- dropped logger-path.diff
- Add net-tools support. net-tools-deprecated is no longer required.
- Update to version 3.12.
- Fix patch release-buildsystem.diff for 3.12 version.
- Add to Requires net-tools-deprecated package.
- Reordered patch positions.
- Formated all the variables in the spec-file to macro style.
- Use systemd instead of sysvinit; add pppoe-server.service
- Install fixed versions of rp-pppoe scripts for openSUSE > 11.4
  most of fixes are about paths, because of /usr move
  Added:  pppoe-setup, ,pppoe-start, pppoe-connect, pppoe-status ,
  pppoe-stop
- update to version 3.11
  * Make the rp-pppoe.so plugin avoid calling exit() if
    the "persist" pppd option was given.
  * Get rid of hard-coded nobsdcomp, nodeflate, novj and novjccomp
    options in pppoe-server.
  * Handle UNIT=xxx directive in pppoe-connect.
  * Add "-i" flag to pppoe-server to ignore PADIs if there are
    no free sessions.
  * Add "-X <pidfile>" option to pppoe-server.
  * In plugin, don't set devnam if it's already set.
  * Eliminate race condition in signal handling.
  * pppoe-server: Add -q and -Q options to allow specification of
    path to pppd and pppoe programs respectively.
  * Add a few more sanity checks to pppoe-server packet handling.
- build pppoe-wrapper with PIE and full RELRO 
- updated patches to apply with fuzz=0
- new patch for init script
  o added reload
  o rework of status
- added config patch
- beautify spec
- update to version 3.10
  * some compilation fixes 
  * pppoe-server has new "-x" option to limit the number of sessions
    per MAC address.
  * Added proper timeout handling while waiting for PADO/PADS.
  * Fix race condition with some access concentrators
- add missing remote_fs dependency in the init script
- fix/add missing calls to restart_on_update and stop_on_removal macros 
- update to version 3.8 which
  o Adjusted code and made it possible to disable debugging code
    to shrink size of pppoe executable.
  o Fixed bug in MD5 code that caused pppoe-server to segfault on
    64-bit machines.
  o Made various functions and variables static that didn't need
    to be visible outside their source files.
   
- Use RPM_OPT_FLAGS.
- Don't strip binaries.
- converted neededforbuild to BuildRequires
- updated to version 3.7
  - pppoe-server prepends "nic-" to interface name if used with
    kernel-mode plugin
  - added -O option to pppoe-server that specify a different
    default options file for pppd
- updated to version 3.6:
  - Changed the names of commands from adsl-* to pppoe-* to
    more logically name the scripts (incompatibility)
  - Changed sample firewall scripts to use iptables instead of
    the old ipchains command
- fixed build on s390 by compiling without -ansi
- build as user
- fix typo in specfile
- Add %attr to get filelist in sync with /etc/permissions*
- Added %dir to created directories
- Fixed init script syntax (bug #26248)
- Fixed file list
- dont link /etc/resolv.conf, done by ip-up ( #15707)
- Don't check for release file
- fixed bug #20327: wrong path to logger in scripts
- fixed compilation on UL
- Fixed bug #17866: Added PreReq
- Fix bug #17465: detect non-rfc modems
- Fix bug #17466: use netfilter instead of ipchains
- update to 3.5
- removed START_ADSL
- Update to 3.3
    * Client works on Solaris again.  It was broken in 3.2.
    * Added DEFAULTROUTE=yes|no option to configuration file.
    * Server parses address pool file better.
    * Server address pool allows ranges of addresses on a line: a.b.c.d-e
    * Added "-d" (=debug) and "-P" (=check pool file syntax) options to
      pppoe-server.
- Update to version 3.2
- Fixed bug #8966
- bzipped sources
- Fixed documentation path in GUI
- Added GUI documentation
- Fixed init script (Use rc_status)
- Update to version 3.0
- Update to version 2.8
- Fixed headers
- Added obosletes and provides tags
- Update to 2.5 (Fixes security problem)
- Update to 2.4
- Fix rcadsl link
- Changed name tp rp-pppoe
- Use insserv
- Updated to 2.3
- Updated to 1.9
- Added init script
- Update to version 1.8
- Update to version 1.7
- Fixed Group & Buildroot tag
- Initial Release (Version 1.3)

OBS-URL: https://build.opensuse.org/request/show/585201
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=23
2018-03-10 02:41:52 +00:00
Илья Индиго
6ba2100cd4 Accepting request 585193 from home:13ilya:branches:network
- Refresh spec-file via spec-cleaner and manual optimisations.
- Add %license macro.

OBS-URL: https://build.opensuse.org/request/show/585193
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=22
2018-03-10 01:51:24 +00:00
Илья Индиго
700cc2f71b Accepting request 544629 from home:13ilya:branches:network
- Add Requires/Requires(pre) group(dialout) (boo#1067511).
- Add %verify_permissions script for pppoe-wrapper.

OBS-URL: https://build.opensuse.org/request/show/544629
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=20
2017-11-23 14:10:00 +00:00
Илья Индиго
383423f000 Accepting request 544600 from home:13ilya
- Add Requires/Requires(pre) group(dialout) (boo#1067511).

OBS-URL: https://build.opensuse.org/request/show/544600
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=19
2017-11-23 12:26:51 +00:00
Илья Индиго
e11a4050f7 Accepting request 540207 from home:13ilya:branches:network
- Refresh pppoe.spec via spec-cleaner.

OBS-URL: https://build.opensuse.org/request/show/540207
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=17
2017-11-09 13:02:12 +00:00
Илья Индиго
6d38c69f5a Accepting request 532566 from home:13ilya:branches:network
- Add pppoe.service for run pppoe as client (boo#1060710).
- Refresh pppoe.spec.
- Drop SLE 11 support.

OBS-URL: https://build.opensuse.org/request/show/532566
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=15
2017-10-08 12:52:00 +00:00
7d146c58fb - dropped logger-path.diff
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=13
2016-11-22 11:34:33 +00:00
5c3ddabab8 Accepting request 440643 from home:13ilya:branches:network
I fix bugs in patches and sources and now rp-pppoe. support modern net-tools.
After update need again manualy with pppoe-setup add your modem and all will be fine. :-)

OBS-URL: https://build.opensuse.org/request/show/440643
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=12
2016-11-22 10:42:06 +00:00
5a71187441 Accepting request 437350 from home:13ilya:branches:network
OBS-URL: https://build.opensuse.org/request/show/437350
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=10
2016-11-12 08:01:24 +00:00
Andrey Karepin
d52af28865 Accepting request 258364 from home:posophe:branches:network
systemd + usrmove fixes

OBS-URL: https://build.opensuse.org/request/show/258364
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=9
2014-10-26 12:07:03 +00:00
3d69a0a2fe Accepting request 173008 from home:BinLi:branches:network
upgrade to 3.11

OBS-URL: https://build.opensuse.org/request/show/173008
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=7
2013-04-25 12:54:25 +00:00
Bin Li
cc315f5c13 Accepting request 101228 from home:elvigia:branches:network
- build pppoe-wrapper with PIE and full RELRO

OBS-URL: https://build.opensuse.org/request/show/101228
OBS-URL: https://build.opensuse.org/package/show/network/rp-pppoe?expand=0&rev=5
2012-02-01 04:07:56 +00:00
Stephan Kulow
96ae6cf541 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rp-pppoe?expand=0&rev=12
2011-12-06 18:00:34 +00:00
OBS User autobuild
686b0775a0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rp-pppoe?expand=0&rev=7 2010-03-18 15:26:33 +00:00
OBS User autobuild
63d1acf789 Accepting request 24481 from network
Copy from network/rp-pppoe based on submit request 24481 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/24481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rp-pppoe?expand=0&rev=6
2009-11-16 15:42:09 +00:00
OBS User unknown
87fa8843c7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rp-pppoe?expand=0&rev=4 2009-06-09 15:48:47 +00:00
OBS User unknown
f30432270c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rp-pppoe?expand=0&rev=3 2008-07-08 22:37:09 +00:00
OBS User unknown
87fd9fedd1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rp-pppoe?expand=0&rev=2 2008-02-22 00:47:05 +00:00
OBS User unknown
522236cbe0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rp-pppoe?expand=0&rev=1 2007-01-15 23:35:24 +00:00