This commit is contained in:
parent
87fd9fedd1
commit
f30432270c
22
no-ansi.diff
22
no-ansi.diff
@ -1,22 +0,0 @@
|
|||||||
--- ./src/configure.in.orig 2005-09-21 14:29:21.100503169 +0000
|
|
||||||
+++ ./src/configure.in 2005-09-21 14:47:23.236467921 +0000
|
|
||||||
@@ -169,7 +169,7 @@
|
|
||||||
|
|
||||||
dnl GCC warning level
|
|
||||||
if test "$GCC" = yes; then
|
|
||||||
- CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -ansi"
|
|
||||||
+ CFLAGS="$CFLAGS -Wall -Wstrict-prototypes"
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl If we couldn't find pppd, die
|
|
||||||
--- ./src/configure.orig 2005-09-21 14:29:27.210435054 +0000
|
|
||||||
+++ ./src/configure 2005-09-21 14:47:33.081751070 +0000
|
|
||||||
@@ -5557,7 +5557,7 @@
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$GCC" = yes; then
|
|
||||||
- CFLAGS="$CFLAGS -Wall -Wstrict-prototypes -ansi"
|
|
||||||
+ CFLAGS="$CFLAGS -Wall -Wstrict-prototypes"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "$PPPD" = "NOTFOUND"; then
|
|
@ -1,17 +1,17 @@
|
|||||||
--- src/Makefile.in 2002/10/01 16:36:57 1.1
|
--- src/Makefile.in
|
||||||
+++ src/Makefile.in 2002/10/01 16:39:27
|
+++ src/Makefile.in
|
||||||
@@ -194,11 +194,9 @@
|
@@ -194,11 +194,9 @@
|
||||||
mkdir -p $(RPM_INSTALL_ROOT)/etc/rc.d/init.d ;\
|
mkdir -p $(DESTDIR)/etc/rc.d/init.d ;\
|
||||||
$(install) -m 755 ../scripts/adsl-init-turbolinux $(RPM_INSTALL_ROOT)/etc/rc.d/init.d/adsl ; \
|
$(install) -m 755 ../scripts/pppoe-init-turbolinux $(DESTDIR)/etc/rc.d/init.d/pppoe ; \
|
||||||
fi
|
fi
|
||||||
- @if [ -f /etc/SuSE-release ] ; then \
|
- @if [ -f /etc/SuSE-release ] ; then \
|
||||||
- echo "Looks like a SuSE Linux system; installing $(RPM_INSTALL_ROOT)/etc/rc.d/init.d/pppoe" ; \
|
- echo "Looks like a SuSE Linux system; installing $(DESTDIR)/etc/rc.d/init.d/pppoe" ; \
|
||||||
- mkdir -p $(RPM_INSTALL_ROOT)/etc/rc.d/init.d ;\
|
- mkdir -p $(DESTDIR)/etc/rc.d/init.d ;\
|
||||||
- $(install) -m 755 ../scripts/pppoe-init-suse $(RPM_INSTALL_ROOT)/etc/rc.d/init.d/pppoe ; \
|
- $(install) -m 755 ../scripts/pppoe-init-suse $(DESTDIR)/etc/rc.d/init.d/pppoe ; \
|
||||||
- fi
|
- fi
|
||||||
+ echo "Looks like a SuSE Linux system; installing $(RPM_INSTALL_ROOT)/etc/rc.d/init.d/pppoe" ; \
|
+ echo "Looks like a SuSE Linux system; installing $(DESTDIR)/etc/init.d/pppoe" ; \
|
||||||
+ mkdir -p $(RPM_INSTALL_ROOT)/etc/init.d ;\
|
+ mkdir -p $(DESTDIR)/etc/init.d ;\
|
||||||
+ $(install) -m 755 ../scripts/pppoe-init-suse $(RPM_INSTALL_ROOT)/etc/init.d/pppoe ; \
|
+ $(install) -m 755 ../scripts/pppoe-init-suse $(DESTDIR)/etc/init.d/pppoe ; \
|
||||||
|
|
||||||
# L2TP
|
|
||||||
@if [ -f l2tp/handlers/sync-pppd.so ] ; then \
|
@if [ -f l2tp/handlers/sync-pppd.so ] ; then \
|
||||||
|
mkdir -p $(DESTDIR)/usr/lib/l2tp/plugins ; \
|
||||||
|
17
release.diff
17
release.diff
@ -1,17 +0,0 @@
|
|||||||
--- src/Makefile.in
|
|
||||||
+++ src/Makefile.in
|
|
||||||
@@ -194,10 +194,10 @@
|
|
||||||
mkdir -p $(RPM_INSTALL_ROOT)/etc/rc.d/init.d ;\
|
|
||||||
$(install) -m 755 ../scripts/pppoe-init-turbolinux $(RPM_INSTALL_ROOT)/etc/rc.d/init.d/pppoe ; \
|
|
||||||
fi
|
|
||||||
- @if [ -f /etc/SuSE-release ] ; then \
|
|
||||||
- echo "Looks like a SuSE Linux system; installing $(RPM_INSTALL_ROOT)/etc/rc.d/init.d/pppoe" ; \
|
|
||||||
- mkdir -p $(RPM_INSTALL_ROOT)/etc/rc.d/init.d ;\
|
|
||||||
- $(install) -m 755 ../scripts/pppoe-init-suse $(RPM_INSTALL_ROOT)/etc/rc.d/init.d/pppoe ; \
|
|
||||||
+ @if [ -f /etc/SuSE-release -o -f /etc/UnitedLinux-release ] ; then \
|
|
||||||
+ echo "Looks like a SuSE Linux/UnitedLinux system; installing $(RPM_INSTALL_ROOT)/etc/init.d/pppoe" ; \
|
|
||||||
+ mkdir -p $(RPM_INSTALL_ROOT)/etc/init.d ;\
|
|
||||||
+ $(install) -m 755 ../scripts/pppoe-init-suse $(RPM_INSTALL_ROOT)/etc/init.d/pppoe ; \
|
|
||||||
fi
|
|
||||||
|
|
||||||
# L2TP
|
|
3
rp-pppoe-3.10.tar.bz2
Normal file
3
rp-pppoe-3.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7256f4a68dfc0aafe637dcf515c51b9ccc53cee264f04931113ea460fd409299
|
||||||
|
size 185624
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d1cd1a8ff67c4981ea861094582875c8e66e48a001f778f4f2ea44ea53ef90e3
|
|
||||||
size 183203
|
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 4 11:40:26 CEST 2008 - hvogel@suse.de
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 22 00:46:26 CET 2008 - crrodriguez@suse.de
|
Fri Feb 22 00:46:26 CET 2008 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rp-pppoe (Version 3.8)
|
# spec file for package rp-pppoe (Version 3.10)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -14,8 +14,8 @@
|
|||||||
Name: rp-pppoe
|
Name: rp-pppoe
|
||||||
BuildRequires: ppp
|
BuildRequires: ppp
|
||||||
Summary: A PPP Over Ethernet Redirector for PPPD
|
Summary: A PPP Over Ethernet Redirector for PPPD
|
||||||
Version: 3.8
|
Version: 3.10
|
||||||
Release: 89
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/PPP
|
Group: Productivity/Networking/PPP
|
||||||
Source: http://www.roaringpenguin.com/pppoe/rp-pppoe-%{version}.tar.bz2
|
Source: http://www.roaringpenguin.com/pppoe/rp-pppoe-%{version}.tar.bz2
|
||||||
@ -24,10 +24,8 @@ Patch0: init-suse.diff
|
|||||||
Patch1: docdir.diff
|
Patch1: docdir.diff
|
||||||
Patch2: nonrfc-modems.diff
|
Patch2: nonrfc-modems.diff
|
||||||
Patch3: logger-path.diff
|
Patch3: logger-path.diff
|
||||||
Patch4: release.diff
|
|
||||||
Patch5: release-buildsystem.diff
|
Patch5: release-buildsystem.diff
|
||||||
Patch6: resolve-conf.diff
|
Patch6: resolve-conf.diff
|
||||||
Patch7: no-ansi.diff
|
|
||||||
Patch8: strip.diff
|
Patch8: strip.diff
|
||||||
Requires: ppp >= 2.3.7
|
Requires: ppp >= 2.3.7
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -50,13 +48,8 @@ Authors:
|
|||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch3
|
%patch3
|
||||||
%if %suse_version > 810
|
|
||||||
%patch5
|
%patch5
|
||||||
%else
|
|
||||||
%patch4
|
|
||||||
%endif
|
|
||||||
%patch6
|
%patch6
|
||||||
%patch7
|
|
||||||
%patch8
|
%patch8
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -69,10 +62,10 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
cd src
|
cd src
|
||||||
make install RPM_INSTALL_ROOT=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
ln -sf ../../etc/init.d/pppoe $RPM_BUILD_ROOT/usr/sbin/rcpppoe
|
ln -sf ../../etc/init.d/pppoe $RPM_BUILD_ROOT/usr/sbin/rcpppoe
|
||||||
cd ../gui
|
cd ../gui
|
||||||
make install RPM_INSTALL_ROOT=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
install -d $RPM_BUILD_ROOT%_defaultdocdir/rp-pppoe
|
install -d $RPM_BUILD_ROOT%_defaultdocdir/rp-pppoe
|
||||||
mv $RPM_BUILD_ROOT/etc/ppp/plugins/README $RPM_BUILD_ROOT%_defaultdocdir/rp-pppoe/README.plugins
|
mv $RPM_BUILD_ROOT/etc/ppp/plugins/README $RPM_BUILD_ROOT%_defaultdocdir/rp-pppoe/README.plugins
|
||||||
rm -rf $RPM_BUILD_ROOT/etc/ppp/plugins
|
rm -rf $RPM_BUILD_ROOT/etc/ppp/plugins
|
||||||
@ -137,6 +130,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/tkpppoe/ja.msg
|
/usr/share/tkpppoe/ja.msg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 04 2008 hvogel@suse.de
|
||||||
|
- 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
|
||||||
* Fri Feb 22 2008 crrodriguez@suse.de
|
* Fri Feb 22 2008 crrodriguez@suse.de
|
||||||
- add missing remote_fs dependency in the init script
|
- add missing remote_fs dependency in the init script
|
||||||
- fix/add missing calls to restart_on_update and stop_on_removal macros
|
- fix/add missing calls to restart_on_update and stop_on_removal macros
|
||||||
|
16
strip.diff
16
strip.diff
@ -1,11 +1,11 @@
|
|||||||
--- gui/Makefile.in
|
--- gui/Makefile.in
|
||||||
+++ gui/Makefile.in
|
+++ gui/Makefile.in
|
||||||
@@ -46,7 +46,7 @@
|
@@ -46,7 +46,7 @@
|
||||||
-mkdir -p $(RPM_INSTALL_ROOT)$(sbindir)
|
-mkdir -p $(DESTDIR)$(sbindir)
|
||||||
-mkdir -p $(RPM_INSTALL_ROOT)$(bindir)
|
-mkdir -p $(DESTDIR)$(bindir)
|
||||||
-mkdir -p $(RPM_INSTALL_ROOT)/etc/ppp/rp-pppoe-gui
|
-mkdir -p $(DESTDIR)/etc/ppp/rp-pppoe-gui
|
||||||
- $(install) -m 4755 -s pppoe-wrapper $(RPM_INSTALL_ROOT)$(sbindir)
|
- $(install) -m 4755 -s pppoe-wrapper $(DESTDIR)$(sbindir)
|
||||||
+ $(install) -m 4755 pppoe-wrapper $(RPM_INSTALL_ROOT)$(sbindir)
|
+ $(install) -m 4755 pppoe-wrapper $(DESTDIR)$(sbindir)
|
||||||
$(install) -m 755 tkpppoe $(RPM_INSTALL_ROOT)$(bindir)
|
$(install) -m 755 tkpppoe $(DESTDIR)$(bindir)
|
||||||
-mkdir -p $(RPM_INSTALL_ROOT)$(mandir)/man1
|
-mkdir -p $(DESTDIR)$(mandir)/man1
|
||||||
$(install) -m 644 pppoe-wrapper.1 $(RPM_INSTALL_ROOT)$(mandir)/man1
|
$(install) -m 644 pppoe-wrapper.1 $(DESTDIR)$(mandir)/man1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user