From mboxrd@z Thu Jan  1 00:00:00 1970
From: ummeegge <ummeegge@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH v2] OpenVPN: Update to version 2.4.4
Date: Thu, 01 Feb 2018 09:35:15 +0100
Message-ID: <594B8FF5-E5A2-4C1D-ABC2-DD3FB4D50043@ipfire.org>
In-Reply-To: <1517416911.2586.95.camel@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2083798588311203147=="
List-Id: <development.lists.ipfire.org>

--===============2083798588311203147==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Hi,
thanks for corrections. Do you keep the openssl-11 branch up to date then so =
i could pull all changes from there or do you want to use the next branch ?

Greetings,

Erik



Am 31.01.2018 um 17:41 schrieb Michael Tremer:

> Hi,
>=20
> there was one line for the script left in the rootfile.
>=20
> I removed that myself and merged the patch into the OpenSSL 1.1.0 branch. I=
 will
> build this now and see if everything goes through. If it does I suppose we =
will
> be able to ship OpenSSL very soon.
>=20
> Please keep working on the other patches in the meantime.
>=20
> Best,
> -Michael
>=20
> On Wed, 2018-01-31 at 10:34 +0100, Erik Kapfer wrote:
>> Changed LFS and ROOTFILE for OpenVPN 2.4.4 update.
>>=20
>> Signed-off-by: Erik Kapfer <erik.kapfer(a)ipfire.org>
>> ---
>> config/rootfiles/common/openvpn | 5 ++++-
>> lfs/openvpn                     | 8 +++++---
>> 2 files changed, 9 insertions(+), 4 deletions(-)
>>=20
>> diff --git a/config/rootfiles/common/openvpn b/config/rootfiles/common/ope=
nvpn
>> index b58e30c..cbfd03e 100644
>> --- a/config/rootfiles/common/openvpn
>> +++ b/config/rootfiles/common/openvpn
>> @@ -1,3 +1,5 @@
>> +etc/fcron.daily/ovpn_crl_updater.sh
>> +#usr/include/openvpn-msg.h
>> #usr/include/openvpn-plugin.h
>> #usr/lib/openvpn
>> #usr/lib/openvpn/plugins
>> @@ -10,11 +12,12 @@ usr/sbin/openvpn
>> #usr/share/doc/openvpn
>> #usr/share/doc/openvpn/COPYING
>> #usr/share/doc/openvpn/COPYRIGHT.GPL
>> +#usr/share/doc/openvpn/Changes.rst
>> #usr/share/doc/openvpn/README
>> #usr/share/doc/openvpn/README.IPv6
>> #usr/share/doc/openvpn/README.auth-pam
>> #usr/share/doc/openvpn/README.down-root
>> -#usr/share/doc/openvpn/README.polarssl
>> +#usr/share/doc/openvpn/README.mbedtls
>> #usr/share/doc/openvpn/management-notes.txt
>> #usr/share/man/man8/openvpn.8
>> var/ipfire/ovpn/ca
>> diff --git a/lfs/openvpn b/lfs/openvpn
>> index 8307d01..a925f78 100644
>> --- a/lfs/openvpn
>> +++ b/lfs/openvpn
>> @@ -1,7 +1,7 @@
>> ##########################################################################=
###
>> ##
>> #                                                                         =
  =20
>> #
>> # IPFire.org - A linux based
>> firewall                                         #
>> -# Copyright (C) 2017  IPFire Team  <info(a)ipfire.org>                   =
     =20
>> #
>> +# Copyright (C) 2018  IPFire Team  <info(a)ipfire.org>                   =
     =20
>> #
>> #                                                                         =
  =20
>> #
>> # This program is free software: you can redistribute it and/or
>> modify        #
>> # it under the terms of the GNU General Public License as published
>> by        #
>> @@ -24,7 +24,7 @@
>>=20
>> include Config
>>=20
>> -VER        =3D 2.3.18
>> +VER        =3D 2.4.4
>>=20
>> THISAPP    =3D openvpn-$(VER)
>> DL_FILE    =3D $(THISAPP).tar.xz
>> @@ -40,7 +40,7 @@ objects =3D $(DL_FILE)
>>=20
>> $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE)
>>=20
>> -$(DL_FILE)_MD5 =3D 844ec9c64aae62051478784b8562f881
>> +$(DL_FILE)_MD5 =3D 7a2002aad1671b24457bc9432a0c5c52
>>=20
>> install : $(TARGET)
>>=20
>> @@ -96,5 +96,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>> 	mv -v /var/ipfire/ovpn/verify /usr/lib/openvpn/verify
>> 	chown root:root /usr/lib/openvpn/verify
>> 	chmod 755 /usr/lib/openvpn/verify
>> +
>> 	@rm -rf $(DIR_APP)
>> 	@$(POSTBUILD)
>> +


--===============2083798588311203147==--