From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 1cf32763378a9a5d14649d8cd8c2f0f06dfd2bee Date: Sun, 16 Sep 2018 12:50:22 +0100 Message-ID: <20180916115023.8C6561081BD3@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2724657964024545331==" List-Id: --===============2724657964024545331== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via 1cf32763378a9a5d14649d8cd8c2f0f06dfd2bee (commit) via 92da72642ee4f52784b01ed7f186ec8d4d8834aa (commit) from 6cb06d262c0098700031c840e742cc38ae15db73 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1cf32763378a9a5d14649d8cd8c2f0f06dfd2bee Author: Michael Tremer Date: Sun Sep 16 12:49:55 2018 +0100 rp-pppoe: Update to 3.12 =20 Signed-off-by: Michael Tremer commit 92da72642ee4f52784b01ed7f186ec8d4d8834aa Author: Michael Tremer Date: Sun Sep 16 12:41:23 2018 +0100 rp-pppoe: Depend on pppd for which this has been compiled for =20 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: rp-pppoe/rp-pppoe.nm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Difference in files: diff --git a/rp-pppoe/rp-pppoe.nm b/rp-pppoe/rp-pppoe.nm index 156e46192..2a0da7f3b 100644 --- a/rp-pppoe/rp-pppoe.nm +++ b/rp-pppoe/rp-pppoe.nm @@ -4,11 +4,11 @@ ############################################################################= ### =20 name =3D rp-pppoe -version =3D 3.11 +version =3D 3.12 release =3D 1 =20 groups =3D Networking/Dialin -url =3D http://www.roaringpenguin.com/pppoe/ +url =3D https://www.roaringpenguin.com/products/pppoe license =3D GPLv2+ summary =3D Administration tools for PPPoE connections. =20 @@ -33,10 +33,12 @@ build DIR_APP :=3D %{DIR_APP}/src CFLAGS +=3D -D_GNU_SOURCE -fno-strict-aliasing =20 + pppd_version =3D %(pppd --version 2>&1 | awk '{ print $NF }') + prepare_cmds # PLUGIN_DIR defaults to /etc/ppp/plugins, which is not what we want. sed -i Makefile.in \ - -e "s@^PLUGIN_DIR=3D.*@PLUGIN_DIR=3D%{libdir}/pppd/$(pppd --version 2>&1 = | awk '{ print $NF }')@" + -e "s@^PLUGIN_DIR=3D.*@PLUGIN_DIR=3D%{libdir}/pppd/%{pppd_version}@" =20 # Always enable kernel mode PPPoE for the server, because we # don't ship the userspace component. @@ -66,7 +68,7 @@ packages package %{name} requires iproute2 - ppp + ppp =3D %{pppd_version} end =20 script postin hooks/post-receive -- IPFire 3.x development tree --===============2724657964024545331==--