* [PATCH] OpenVPN: Update to version 2.4.5 @ 2018-03-12 12:47 Erik Kapfer 2018-03-16 16:57 ` ummeegge 0 siblings, 1 reply; 7+ messages in thread From: Erik Kapfer @ 2018-03-12 12:47 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 960 bytes --] This is primarily a maintenance release, with further improved OpenSSL 1.1 integration, several minor bug fixes and other minor improvements. Further information can be found in here https://github.com/OpenVPN/openvpn/blob/release/2.4/Changes.rst#version-245 and here https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 . Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org> --- lfs/openvpn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openvpn b/lfs/openvpn index ef25c25..5bd9da7 100644 --- a/lfs/openvpn +++ b/lfs/openvpn @@ -24,7 +24,7 @@ include Config -VER = 2.4.4 +VER = 2.4.5 THISAPP = openvpn-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 7a2002aad1671b24457bc9432a0c5c52 +$(DL_FILE)_MD5 = c510ad3c8fce738c678dbcc54367c945 install : $(TARGET) -- 2.7.4 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] OpenVPN: Update to version 2.4.5 2018-03-12 12:47 [PATCH] OpenVPN: Update to version 2.4.5 Erik Kapfer @ 2018-03-16 16:57 ` ummeegge 2018-03-16 18:16 ` Michael Tremer 0 siblings, 1 reply; 7+ messages in thread From: ummeegge @ 2018-03-16 16:57 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 1361 bytes --] Hi, thought this update might makes sense for Core 120 but am currently not sure if the patch delivering cycle is meanwhile off ? Since this version do includes also some OpenSSL-1.1 optimizations i thought it might be good to deliver it for the Core 120 release. Best, Erik Am Montag, den 12.03.2018, 13:47 +0100 schrieb Erik Kapfer: > This is primarily a maintenance release, with further improved > OpenSSL 1.1 integration, several minor bug fixes and other minor > improvements. > Further information can be found in here https://github.com/OpenVPN/o > penvpn/blob/release/2.4/Changes.rst#version-245 and > here https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 . > > Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org> > --- > lfs/openvpn | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lfs/openvpn b/lfs/openvpn > index ef25c25..5bd9da7 100644 > --- a/lfs/openvpn > +++ b/lfs/openvpn > @@ -24,7 +24,7 @@ > > include Config > > -VER = 2.4.4 > +VER = 2.4.5 > > THISAPP = openvpn-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 7a2002aad1671b24457bc9432a0c5c52 > +$(DL_FILE)_MD5 = c510ad3c8fce738c678dbcc54367c945 > > install : $(TARGET) > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] OpenVPN: Update to version 2.4.5 2018-03-16 16:57 ` ummeegge @ 2018-03-16 18:16 ` Michael Tremer 2018-03-17 8:18 ` Matthias Fischer 2018-03-17 8:25 ` ummeegge 0 siblings, 2 replies; 7+ messages in thread From: Michael Tremer @ 2018-03-16 18:16 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 1787 bytes --] Hi, yes. I have merged this patch locally already, but I did not push it to the next repository, yet. This will come today. Thank you for reminding me. Do you have anything left for this Core Update? I guess we are ready to close this soon. Best, -Michael On Fri, 2018-03-16 at 17:57 +0100, ummeegge wrote: > Hi, > thought this update might makes sense for Core 120 but am currently not > sure if the patch delivering cycle is meanwhile off ? Since this > version do includes also some OpenSSL-1.1 optimizations i thought it > might be good to deliver it for the Core 120 release. > > Best, > > Erik > > > Am Montag, den 12.03.2018, 13:47 +0100 schrieb Erik Kapfer: > > This is primarily a maintenance release, with further improved > > OpenSSL 1.1 integration, several minor bug fixes and other minor > > improvements. > > Further information can be found in here https://github.com/OpenVPN/o > > penvpn/blob/release/2.4/Changes.rst#version-245 and > > here https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn24 . > > > > Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org> > > --- > > lfs/openvpn | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/lfs/openvpn b/lfs/openvpn > > index ef25c25..5bd9da7 100644 > > --- a/lfs/openvpn > > +++ b/lfs/openvpn > > @@ -24,7 +24,7 @@ > > > > include Config > > > > -VER = 2.4.4 > > +VER = 2.4.5 > > > > THISAPP = openvpn-$(VER) > > DL_FILE = $(THISAPP).tar.xz > > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > > > -$(DL_FILE)_MD5 = 7a2002aad1671b24457bc9432a0c5c52 > > +$(DL_FILE)_MD5 = c510ad3c8fce738c678dbcc54367c945 > > > > install : $(TARGET) > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] OpenVPN: Update to version 2.4.5 2018-03-16 18:16 ` Michael Tremer @ 2018-03-17 8:18 ` Matthias Fischer 2018-03-17 14:32 ` Michael Tremer 2018-03-17 8:25 ` ummeegge 1 sibling, 1 reply; 7+ messages in thread From: Matthias Fischer @ 2018-03-17 8:18 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 550 bytes --] Hi, On 16.03.2018 19:16, Michael Tremer wrote: > Do you have anything left for this Core Update? I guess we are ready to close > this soon. > ... Having a tough time, I nevertheless prepared - and run: htop 2.1.0 nano 2.9.4 rsync 3.1.3 hdparm 9.54 logrotate 3.14.0 bind 9.11.3 unbound 1.7.0 squid 4.0.24 =>'--without-netfilter-conntrack', running without seen problems, TESTING! But I'm not sure. Seems a bit too much. Answering your question: Yes, I have "anything left"... ;-) Time to push? Best, Matthias ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] OpenVPN: Update to version 2.4.5 2018-03-17 8:18 ` Matthias Fischer @ 2018-03-17 14:32 ` Michael Tremer 0 siblings, 0 replies; 7+ messages in thread From: Michael Tremer @ 2018-03-17 14:32 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 1083 bytes --] Hi, so if you can manage to do this this week, please send the smaller bits in like htop, nano, rsync, etc. Not sure if we should unbound in this release, too, because I am not sure if more things have changed. squid is certainly too large for this update. I would say we close the Core Update next Thursday, build it over the weekend and put it into testing on Monday at the latest. Best, -Michael On Sat, 2018-03-17 at 09:18 +0100, Matthias Fischer wrote: > Hi, > > On 16.03.2018 19:16, Michael Tremer wrote: > > Do you have anything left for this Core Update? I guess we are ready to > > close > > this soon. > > ... > > Having a tough time, I nevertheless prepared - and run: > > htop 2.1.0 > nano 2.9.4 > rsync 3.1.3 > hdparm 9.54 > logrotate 3.14.0 > bind 9.11.3 > unbound 1.7.0 > squid 4.0.24 =>'--without-netfilter-conntrack', running > without seen problems, TESTING! > > But I'm not sure. Seems a bit too much. Answering your question: Yes, I > have "anything left"... ;-) > > Time to push? > > Best, > Matthias ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] OpenVPN: Update to version 2.4.5 2018-03-16 18:16 ` Michael Tremer 2018-03-17 8:18 ` Matthias Fischer @ 2018-03-17 8:25 ` ummeegge 2018-03-17 14:32 ` Michael Tremer 1 sibling, 1 reply; 7+ messages in thread From: ummeegge @ 2018-03-17 8:25 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 2239 bytes --] Hi Michael, Am Freitag, den 16.03.2018, 18:16 +0000 schrieb Michael Tremer: > Hi, > > yes. I have merged this patch locally already, but I did not push it > to the next > repository, yet. > > This will come today. Thank you for reminding me. OK, thanks for merging. > > Do you have anything left for this Core Update? I guess we are ready > to close > this soon. I think so. Have currently nothing left for Core 120. Anyways there are a lots of other changes rest but it is possibly a good idea to stay tuned with them until the next one or two Core updates ? > > Best, > -Michael > > On Fri, 2018-03-16 at 17:57 +0100, ummeegge wrote: > > > > Hi, > > thought this update might makes sense for Core 120 but am currently > > not > > sure if the patch delivering cycle is meanwhile off ? Since this > > version do includes also some OpenSSL-1.1 optimizations i thought > > it > > might be good to deliver it for the Core 120 release. > > > > Best, > > > > Erik > > > > > > Am Montag, den 12.03.2018, 13:47 +0100 schrieb Erik Kapfer: > > > > > > This is primarily a maintenance release, with further improved > > > OpenSSL 1.1 integration, several minor bug fixes and other minor > > > improvements. > > > Further information can be found in here https://github.com/OpenV > > > PN/o > > > penvpn/blob/release/2.4/Changes.rst#version-245 and > > > here https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn2 > > > 4 . > > > > > > Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org> > > > --- > > > lfs/openvpn | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > diff --git a/lfs/openvpn b/lfs/openvpn > > > index ef25c25..5bd9da7 100644 > > > --- a/lfs/openvpn > > > +++ b/lfs/openvpn > > > @@ -24,7 +24,7 @@ > > > > > > include Config > > > > > > -VER = 2.4.4 > > > +VER = 2.4.5 > > > > > > THISAPP = openvpn-$(VER) > > > DL_FILE = $(THISAPP).tar.xz > > > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > > > > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > > > > > -$(DL_FILE)_MD5 = 7a2002aad1671b24457bc9432a0c5c52 > > > +$(DL_FILE)_MD5 = c510ad3c8fce738c678dbcc54367c945 > > > > > > install : $(TARGET) > > > Best, Erik ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] OpenVPN: Update to version 2.4.5 2018-03-17 8:25 ` ummeegge @ 2018-03-17 14:32 ` Michael Tremer 0 siblings, 0 replies; 7+ messages in thread From: Michael Tremer @ 2018-03-17 14:32 UTC (permalink / raw) To: development [-- Attachment #1: Type: text/plain, Size: 2551 bytes --] On Sat, 2018-03-17 at 09:25 +0100, ummeegge wrote: > Hi Michael, > > Am Freitag, den 16.03.2018, 18:16 +0000 schrieb Michael Tremer: > > Hi, > > > > yes. I have merged this patch locally already, but I did not push it > > to the next > > repository, yet. > > > > This will come today. Thank you for reminding me. > > OK, thanks for merging. > > > > > Do you have anything left for this Core Update? I guess we are ready > > to close > > this soon. > > I think so. Have currently nothing left for Core 120. > Anyways there are a lots of other changes rest but it is possibly a > good idea to stay tuned with them until the next one or two Core > updates ? Very good, so we can start testing soon. This will be a lot of work since the changes are really really big... -Michael > > > > > > Best, > > -Michael > > > > On Fri, 2018-03-16 at 17:57 +0100, ummeegge wrote: > > > > > > Hi, > > > thought this update might makes sense for Core 120 but am currently > > > not > > > sure if the patch delivering cycle is meanwhile off ? Since this > > > version do includes also some OpenSSL-1.1 optimizations i thought > > > it > > > might be good to deliver it for the Core 120 release. > > > > > > Best, > > > > > > Erik > > > > > > > > > Am Montag, den 12.03.2018, 13:47 +0100 schrieb Erik Kapfer: > > > > > > > > This is primarily a maintenance release, with further improved > > > > OpenSSL 1.1 integration, several minor bug fixes and other minor > > > > improvements. > > > > Further information can be found in here https://github.com/OpenV > > > > PN/o > > > > penvpn/blob/release/2.4/Changes.rst#version-245 and > > > > here https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn2 > > > > 4 . > > > > > > > > Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org> > > > > --- > > > > lfs/openvpn | 4 ++-- > > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > > > diff --git a/lfs/openvpn b/lfs/openvpn > > > > index ef25c25..5bd9da7 100644 > > > > --- a/lfs/openvpn > > > > +++ b/lfs/openvpn > > > > @@ -24,7 +24,7 @@ > > > > > > > > include Config > > > > > > > > -VER = 2.4.4 > > > > +VER = 2.4.5 > > > > > > > > THISAPP = openvpn-$(VER) > > > > DL_FILE = $(THISAPP).tar.xz > > > > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > > > > > > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > > > > > > > -$(DL_FILE)_MD5 = 7a2002aad1671b24457bc9432a0c5c52 > > > > +$(DL_FILE)_MD5 = c510ad3c8fce738c678dbcc54367c945 > > > > > > > > install : $(TARGET) > > > > > > > Best, > > Erik > ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2018-03-17 14:32 UTC | newest] Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2018-03-12 12:47 [PATCH] OpenVPN: Update to version 2.4.5 Erik Kapfer 2018-03-16 16:57 ` ummeegge 2018-03-16 18:16 ` Michael Tremer 2018-03-17 8:18 ` Matthias Fischer 2018-03-17 14:32 ` Michael Tremer 2018-03-17 8:25 ` ummeegge 2018-03-17 14:32 ` Michael Tremer
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox