b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: Switch to HTTPS version of links
@ 2015-12-06 15:15 Sven Eckelmann
  2015-12-18 14:25 ` Marek Lindner
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Eckelmann @ 2015-12-06 15:15 UTC (permalink / raw)
  To: b.a.t.m.a.n

open-mesh.org and its subdomains can only be accessed via HTTPS. HTTP-only
requests are currently redirected automatically to HTTPS but references in
the source code should be only https.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 Documentation/networking/batman-adv.txt | 2 +-
 MAINTAINERS                             | 2 +-
 net/batman-adv/Kconfig                  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/networking/batman-adv.txt b/Documentation/networking/batman-adv.txt
index 58e4904..810becb 100644
--- a/Documentation/networking/batman-adv.txt
+++ b/Documentation/networking/batman-adv.txt
@@ -184,7 +184,7 @@ interfaces to the kernel module settings.
 
 For more information, please see the manpage (man batctl).
 
-batctl is available on http://www.open-mesh.org/
+batctl is available on https://www.open-mesh.org/
 
 
 CONTACT
diff --git a/MAINTAINERS b/MAINTAINERS
index f3de001..0223cee 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2111,7 +2111,7 @@ M:	Marek Lindner <mareklindner@neomailbox.ch>
 M:	Simon Wunderlich <sw@simonwunderlich.de>
 M:	Antonio Quartulli <antonio@meshcoding.com>
 L:	b.a.t.m.a.n@lists.open-mesh.org
-W:	http://www.open-mesh.org/
+W:	https://www.open-mesh.org/
 S:	Maintained
 F:	net/batman-adv/
 
diff --git a/net/batman-adv/Kconfig b/net/batman-adv/Kconfig
index c6fc8f7..2dd40e5 100644
--- a/net/batman-adv/Kconfig
+++ b/net/batman-adv/Kconfig
@@ -12,7 +12,7 @@ config BATMAN_ADV
           B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
           a routing protocol for multi-hop ad-hoc mesh networks. The
           networks may be wired or wireless. See
-          http://www.open-mesh.org/ for more information and user space
+          https://www.open-mesh.org/ for more information and user space
           tools.
 
 config BATMAN_ADV_BLA
-- 
2.6.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Switch to HTTPS version of links
  2015-12-06 15:15 [B.A.T.M.A.N.] [PATCH] batman-adv: Switch to HTTPS version of links Sven Eckelmann
@ 2015-12-18 14:25 ` Marek Lindner
  2015-12-18 14:27   ` Sven Eckelmann
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Lindner @ 2015-12-18 14:25 UTC (permalink / raw)
  To: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

On Sunday, December 06, 2015 16:15:07 Sven Eckelmann wrote:
> open-mesh.org and its subdomains can only be accessed via HTTPS. HTTP-only
> requests are currently redirected automatically to HTTPS but references in
> the source code should be only https.
> 
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
>  Documentation/networking/batman-adv.txt | 2 +-
>  MAINTAINERS                             | 2 +-
>  net/batman-adv/Kconfig                  | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

Applied in revision 5fe476a.

Thanks,
Marek

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Switch to HTTPS version of links
  2015-12-18 14:25 ` Marek Lindner
@ 2015-12-18 14:27   ` Sven Eckelmann
  0 siblings, 0 replies; 3+ messages in thread
From: Sven Eckelmann @ 2015-12-18 14:27 UTC (permalink / raw)
  To: Antonio Quartulli; +Cc: b.a.t.m.a.n, Marek Lindner

[-- Attachment #1: Type: text/plain, Size: 799 bytes --]

On Friday 18 December 2015 22:25:31 Marek Lindner wrote:
> On Sunday, December 06, 2015 16:15:07 Sven Eckelmann wrote:
> > open-mesh.org and its subdomains can only be accessed via HTTPS. HTTP-only
> > requests are currently redirected automatically to HTTPS but references in
> > the source code should be only https.
> > 
> > Signed-off-by: Sven Eckelmann <sven@narfation.org>
> > ---
> > 
> >  Documentation/networking/batman-adv.txt | 2 +-
> >  MAINTAINERS                             | 2 +-
> >  net/batman-adv/Kconfig                  | 2 +-
> >  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> Applied in revision 5fe476a.

Antonio, please don't forget to forward the MAINTAINERS part to the Linux 
kernel. It was not committed to the out-of-tree module repository.

Kind regards,
	Sven

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-18 14:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-06 15:15 [B.A.T.M.A.N.] [PATCH] batman-adv: Switch to HTTPS version of links Sven Eckelmann
2015-12-18 14:25 ` Marek Lindner
2015-12-18 14:27   ` Sven Eckelmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).