public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-l2tp/files/
Date: Sun, 23 Apr 2023 15:52:42 +0000 (UTC)	[thread overview]
Message-ID: <1682265152.13a82e2cd8fea769d8d7215fbd0db5c5a33e0dcb.sam@gentoo> (raw)

commit:     13a82e2cd8fea769d8d7215fbd0db5c5a33e0dcb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 15:40:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 15:52:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13a82e2c

net-vpn/networkmanager-l2tp: fix patch rename metadata

Closes: https://bugs.gentoo.org/904875
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../networkmanager-l2tp-1.20.8-ppp-2.5.0-1.patch     |  9 +++++++++
 .../networkmanager-l2tp-1.20.8-ppp-2.5.0-2.patch     | 20 ++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/net-vpn/networkmanager-l2tp/files/networkmanager-l2tp-1.20.8-ppp-2.5.0-1.patch b/net-vpn/networkmanager-l2tp/files/networkmanager-l2tp-1.20.8-ppp-2.5.0-1.patch
index 4ff829048c20..215ee2e10465 100644
--- a/net-vpn/networkmanager-l2tp/files/networkmanager-l2tp-1.20.8-ppp-2.5.0-1.patch
+++ b/net-vpn/networkmanager-l2tp/files/networkmanager-l2tp-1.20.8-ppp-2.5.0-1.patch
@@ -11,6 +11,13 @@ Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
 
 Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
+---
+ configure.ac              | 46 +++++++++++++++++++++++++++++++++++++--
+ src/nm-l2tp-pppd-plugin.c | 20 +++++++++--------
+ 2 files changed, 55 insertions(+), 11 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index baf8d44..b925eb0 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -33,7 +33,10 @@ dnl
@@ -90,6 +97,8 @@ Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
  ], [have_eap_tls=yes] , [have_eap_tls=no])
  
  if test "x${have_eap_tls}" = "xno"; then
+diff --git a/src/nm-l2tp-pppd-plugin.c b/src/nm-l2tp-pppd-plugin.c
+index 71a7878..dd752a1 100644
 --- a/src/nm-l2tp-pppd-plugin.c
 +++ b/src/nm-l2tp-pppd-plugin.c
 @@ -9,11 +9,6 @@

diff --git a/net-vpn/networkmanager-l2tp/files/networkmanager-l2tp-1.20.8-ppp-2.5.0-2.patch b/net-vpn/networkmanager-l2tp/files/networkmanager-l2tp-1.20.8-ppp-2.5.0-2.patch
index 1625c57a4bc8..e0a83350af44 100644
--- a/net-vpn/networkmanager-l2tp/files/networkmanager-l2tp-1.20.8-ppp-2.5.0-2.patch
+++ b/net-vpn/networkmanager-l2tp/files/networkmanager-l2tp-1.20.8-ppp-2.5.0-2.patch
@@ -11,6 +11,18 @@ Content-Type: text/plain; charset=UTF-8
 Content-Transfer-Encoding: 8bit
 
 Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
+---
+ Makefile.am                                   |  5 +-
+ src/nm-l2tp-pppd-compat.h                     | 93 +++++++++++++++++++
+ src/nm-l2tp-pppd-plugin.c                     |  7 +-
+ ...{nm-ppp-status.h => nm-l2tp-pppd-status.h} |  0
+ src/nm-l2tp-service.c                         |  2 +-
+ 5 files changed, 100 insertions(+), 7 deletions(-)
+ create mode 100644 src/nm-l2tp-pppd-compat.h
+ rename src/{nm-ppp-status.h => nm-l2tp-pppd-status.h} (100%)
+
+diff --git a/Makefile.am b/Makefile.am
+index 8201ca7..1feb9be 100644
 --- a/Makefile.am
 +++ b/Makefile.am
 @@ -99,7 +99,7 @@ src_nm_l2tp_service_SOURCES = \
@@ -32,6 +44,9 @@ Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
  src_nm_l2tp_pppd_plugin_la_CPPFLAGS = $(src_cppflags)
  src_nm_l2tp_pppd_plugin_la_LDFLAGS = \
  	-module -avoid-version
+diff --git a/src/nm-l2tp-pppd-compat.h b/src/nm-l2tp-pppd-compat.h
+new file mode 100644
+index 0000000..80e2891
 --- /dev/null
 +++ b/src/nm-l2tp-pppd-compat.h
 @@ -0,0 +1,93 @@
@@ -128,6 +143,8 @@ Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
 +
 +#endif // #if WITH_PPP_VERSION < PPP_VERSION(2,5,0)
 +#endif // #ifdef __NM_L2TP_PPPD_COMPAT_H__
+diff --git a/src/nm-l2tp-pppd-plugin.c b/src/nm-l2tp-pppd-plugin.c
+index dd752a1..f1d588e 100644
 --- a/src/nm-l2tp-pppd-plugin.c
 +++ b/src/nm-l2tp-pppd-plugin.c
 @@ -9,8 +9,6 @@
@@ -153,9 +170,12 @@ Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
  #include "nm-utils/nm-shared-utils.h"
  #include "nm-utils/nm-vpn-plugin-macros.h"
  
+diff --git a/src/nm-ppp-status.h b/src/nm-l2tp-pppd-status.h
 similarity index 100%
 rename from src/nm-ppp-status.h
 rename to src/nm-l2tp-pppd-status.h
+diff --git a/src/nm-l2tp-service.c b/src/nm-l2tp-service.c
+index 55f9542..629923c 100644
 --- a/src/nm-l2tp-service.c
 +++ b/src/nm-l2tp-service.c
 @@ -36,7 +36,7 @@


                 reply	other threads:[~2023-04-23 15:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1682265152.13a82e2cd8fea769d8d7215fbd0db5c5a33e0dcb.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox