mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] openvpn: version bump 2.3.11 -> 2.3.13
@ 2016-11-30  9:46 Tobias Schmidl
  2016-11-30 13:11 ` Michael Olbrich
  2016-11-30 14:05 ` [ptxdist] Antwort: " Tobias Schmidl
  0 siblings, 2 replies; 7+ messages in thread
From: Tobias Schmidl @ 2016-11-30  9:46 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Tobias Schmidl <T.Schmidl@erhardt-leimer.com>

diff --git a/rules/openvpn.make b/rules/openvpn.make
index 532809d..be84ee8 100644
--- a/rules/openvpn.make
+++ b/rules/openvpn.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_OPENVPN) += openvpn
 #
 # Paths and names
 #
-OPENVPN_VERSION                := 2.3.11
-OPENVPN_MD5            := fe17a25235d65e60af8986c6c78c4650
+OPENVPN_VERSION                := 2.3.13
+OPENVPN_MD5            := 4955e1d35bf5dc2c3ed9b98c280ee661
 OPENVPN                        := openvpn-$(OPENVPN_VERSION)
 OPENVPN_SUFFIX         := tar.xz
 OPENVPN_URL            := http://swupdate.openvpn.org/community/releases/$(OPENVPN).$(OPENVPN_SUFFIX)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] openvpn: version bump 2.3.11 -> 2.3.13
  2016-11-30  9:46 [ptxdist] [PATCH] openvpn: version bump 2.3.11 -> 2.3.13 Tobias Schmidl
@ 2016-11-30 13:11 ` Michael Olbrich
  2016-11-30 14:05 ` [ptxdist] Antwort: " Tobias Schmidl
  1 sibling, 0 replies; 7+ messages in thread
From: Michael Olbrich @ 2016-11-30 13:11 UTC (permalink / raw)
  To: ptxdist

On Wed, Nov 30, 2016 at 10:46:44AM +0100, Tobias Schmidl wrote:
> Signed-off-by: Tobias Schmidl <T.Schmidl@erhardt-leimer.com>
> 
> diff --git a/rules/openvpn.make b/rules/openvpn.make
> index 532809d..be84ee8 100644
> --- a/rules/openvpn.make
> +++ b/rules/openvpn.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_OPENVPN) += openvpn
>  #
>  # Paths and names
>  #
> -OPENVPN_VERSION                := 2.3.11
> -OPENVPN_MD5            := fe17a25235d65e60af8986c6c78c4650
> +OPENVPN_VERSION                := 2.3.13
> +OPENVPN_MD5            := 4955e1d35bf5dc2c3ed9b98c280ee661
>  OPENVPN                        := openvpn-$(OPENVPN_VERSION)
>  OPENVPN_SUFFIX         := tar.xz
>  OPENVPN_URL            := http://swupdate.openvpn.org/community/releases/$(OPENVPN).$(OPENVPN_SUFFIX)

This patch does not apply. Something (Your mail client?) replaced all tabs
with spaces.

Michael

> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] Antwort: Re: [PATCH] openvpn: version bump 2.3.11 -> 2.3.13
  2016-11-30  9:46 [ptxdist] [PATCH] openvpn: version bump 2.3.11 -> 2.3.13 Tobias Schmidl
  2016-11-30 13:11 ` Michael Olbrich
@ 2016-11-30 14:05 ` Tobias Schmidl
  2016-12-01 10:11   ` Michael Olbrich
  1 sibling, 1 reply; 7+ messages in thread
From: Tobias Schmidl @ 2016-11-30 14:05 UTC (permalink / raw)
  To: ptxdist

Hello all, 

-----"ptxdist" <ptxdist-bounces@pengutronix.de> schrieb: -----
>
> This patch does not apply. Something (Your mail client?) replaced all tabs
> with spaces.
> 

are patches in attachments accepted on this mailing list?

Best regards,

Tobias

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] Antwort: Re: [PATCH] openvpn: version bump 2.3.11 -> 2.3.13
  2016-11-30 14:05 ` [ptxdist] Antwort: " Tobias Schmidl
@ 2016-12-01 10:11   ` Michael Olbrich
  2016-12-01 11:54     ` Alexander Dahl
  2016-12-02 12:28     ` [ptxdist] Antwort: " Tobias Schmidl
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Olbrich @ 2016-12-01 10:11 UTC (permalink / raw)
  To: ptxdist

Hi,

On Wed, Nov 30, 2016 at 03:05:40PM +0100, Tobias Schmidl wrote:
> > This patch does not apply. Something (Your mail client?) replaced all tabs
> > with spaces.
> > 
> 
> are patches in attachments accepted on this mailing list?

I prefer patches sent with 'git send-email' because I can apply them
directly from my mail client. I accept attachments as well, but it may take
longer, because it's more work for me.
Depending on what kind of attachment your mail client produces, I may ask
you to do sent the patch inline as well so I can comment on it.

Regards,
Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] Antwort: Re: [PATCH] openvpn: version bump 2.3.11 -> 2.3.13
  2016-12-01 10:11   ` Michael Olbrich
@ 2016-12-01 11:54     ` Alexander Dahl
  2016-12-02 12:28     ` [ptxdist] Antwort: " Tobias Schmidl
  1 sibling, 0 replies; 7+ messages in thread
From: Alexander Dahl @ 2016-12-01 11:54 UTC (permalink / raw)
  To: ptxdist


[-- Attachment #1.1: Type: text/plain, Size: 1196 bytes --]

Hei hei,

On Thu, Dec 01, 2016 at 11:11:43AM +0100, Michael Olbrich wrote:
> > are patches in attachments accepted on this mailing list?
> 
> I prefer patches sent with 'git send-email' because I can apply them
> directly from my mail client. I accept attachments as well, but it may take
> longer, because it's more work for me.

FWIW: There are some helpful hints on e-mail clients in the Linux
kernel documentation:

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/email-clients.txt

The patch we are talking about was sent with Lotus according to mail
headers. Lotus was the default in my company as well for years and it
really sucks at e-mail. So what I did was pushing my stuff to my
personal public git clone [1], pull it at home and send it with my
personal mail account. ¯\_(ツ)_/¯

HTH & Greets
Alex

[1] https://github.com/LeSpocky/ptxdist

-- 
»With the first link, the chain is forged. The first speech censured, 
the first thought forbidden, the first freedom denied, chains us all 
irrevocably.« (Jean-Luc Picard, quoting Judge Aaron Satie)
*** GnuPG-FP: C28E E6B9 0263 95CF 8FAF  08FA 34AD CD00 7221 5CC6 ***

[-- Attachment #1.2: Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 91 bytes --]

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] Antwort: Re: Antwort: Re: [PATCH] openvpn: version bump 2.3.11 -> 2.3.13
  2016-12-01 10:11   ` Michael Olbrich
  2016-12-01 11:54     ` Alexander Dahl
@ 2016-12-02 12:28     ` Tobias Schmidl
  2016-12-05  9:15       ` Michael Olbrich
  1 sibling, 1 reply; 7+ messages in thread
From: Tobias Schmidl @ 2016-12-02 12:28 UTC (permalink / raw)
  To: ptxdist

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

Hello all,

-----"ptxdist" <ptxdist-bounces@pengutronix.de> schrieb: -----
> FWIW: There are some helpful hints on e-mail clients in the Linux
> kernel documentation:

> https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/email-clients.txt

> The patch we are talking about was sent with Lotus according to mail
> headers. Lotus was the default in my company as well for years and it
> really sucks at e-mail. So what I did was pushing my stuff to my
> personal public git clone [1], pull it at home and send it with my
> personal mail account. ¯\_(&#12484;)_/¯

Tell me about it... But then I tried three different MTAs (Evolution,
LN and Thunderbird), and all of them mangle the inline patches, so
I've included the (very simple) patch as an attachment. 

One note: The OpenVPN Download page[1] gives me sometimes a 404 for
the source.tar.xz, even though the source itself[2] *can* be reached by
curl. Maybe some weird caching issue.

Regards,

Tobias Schmidl

[1] https://openvpn.net/index.php/download/community-downloads.html
[2] https://swupdate.openvpn.org/community/releases/openvpn-2.3.13.tar.xz

[-- Attachment #2: 0001-openvpn:-versionbump2.3.11->2.3.13.patch --]
[-- Type: application/octet-stream, Size: 905 bytes --]

From 681b1de03209d19ad5eee6744659ab3aba5cfbec Mon Sep 17 00:00:00 2001
From: Tobias Schmidl <T.Schmidl@erhardt-leimer.com>
Date: Wed, 30 Nov 2016 10:45:02 +0100
Subject: [PATCH] openvpn: version bump 2.3.11 -> 2.3.13

Signed-off-by: Tobias Schmidl <T.Schmidl@erhardt-leimer.com>
---
 rules/openvpn.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/openvpn.make b/rules/openvpn.make
index 532809d..be84ee8 100644
--- a/rules/openvpn.make
+++ b/rules/openvpn.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_OPENVPN) += openvpn
 #
 # Paths and names
 #
-OPENVPN_VERSION		:= 2.3.11
-OPENVPN_MD5		:= fe17a25235d65e60af8986c6c78c4650
+OPENVPN_VERSION		:= 2.3.13
+OPENVPN_MD5		:= 4955e1d35bf5dc2c3ed9b98c280ee661
 OPENVPN			:= openvpn-$(OPENVPN_VERSION)
 OPENVPN_SUFFIX		:= tar.xz
 OPENVPN_URL		:= http://swupdate.openvpn.org/community/releases/$(OPENVPN).$(OPENVPN_SUFFIX)
-- 
2.1.4


[-- Attachment #3: Type: text/plain, Size: 91 bytes --]

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] Antwort: Re: Antwort: Re: [PATCH] openvpn: version bump 2.3.11 -> 2.3.13
  2016-12-02 12:28     ` [ptxdist] Antwort: " Tobias Schmidl
@ 2016-12-05  9:15       ` Michael Olbrich
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Olbrich @ 2016-12-05  9:15 UTC (permalink / raw)
  To: ptxdist

Hi,

On Fri, Dec 02, 2016 at 01:28:51PM +0100, Tobias Schmidl wrote:
> -----"ptxdist" <ptxdist-bounces@pengutronix.de> schrieb: -----
> > FWIW: There are some helpful hints on e-mail clients in the Linux
> > kernel documentation:
> 
> > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/email-clients.txt
> 
> > The patch we are talking about was sent with Lotus according to mail
> > headers. Lotus was the default in my company as well for years and it
> > really sucks at e-mail. So what I did was pushing my stuff to my
> > personal public git clone [1], pull it at home and send it with my
> > personal mail account. ¯\_(&#12484;)_/¯

> Tell me about it... But then I tried three different MTAs (Evolution,
> LN and Thunderbird), and all of them mangle the inline patches, so

You used the MTAs with a SMTP server, right? You can configure a SMTP
server for 'git send-email' and send the patches directly. Check the man
page for git-send-email. There is an example at the end.

> I've included the (very simple) patch as an attachment. 

Well, applying the patch works. Try to send it with type text/<something>
next time (if you can). Then I should be able to actually comment on it.

> One note: The OpenVPN Download page[1] gives me sometimes a 404 for
> the source.tar.xz, even though the source itself[2] *can* be reached by
> curl. Maybe some weird caching issue.

Works for me.

Michael


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2016-12-05  9:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-30  9:46 [ptxdist] [PATCH] openvpn: version bump 2.3.11 -> 2.3.13 Tobias Schmidl
2016-11-30 13:11 ` Michael Olbrich
2016-11-30 14:05 ` [ptxdist] Antwort: " Tobias Schmidl
2016-12-01 10:11   ` Michael Olbrich
2016-12-01 11:54     ` Alexander Dahl
2016-12-02 12:28     ` [ptxdist] Antwort: " Tobias Schmidl
2016-12-05  9:15       ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox