From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1Y4vL8-0007Oh-LB for ptxdist@pengutronix.de; Sat, 27 Dec 2014 18:39:47 +0100 Received: by mail-wi0-f175.google.com with SMTP id l15so18906950wiw.2 for ; Sat, 27 Dec 2014 09:39:40 -0800 (PST) From: Alexander Aring Date: Sat, 27 Dec 2014 18:38:51 +0100 Message-Id: <1419701935-28132-1-git-send-email-alex.aring@gmail.com> Subject: [ptxdist] [PATCH bluetooth-next 0/4] openvpn: cleanups, extras and version bumps Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Alexander Aring This patch series contains some cleanups and version bumps for openvpn. Some points which I detected and can be improved: - Install the openssl.cnf as install_alternatives? - Easy-rsa contains support for programming smartcards. This tool isn't ported yet, because I don't have fancy programmable (hackable) smartcards. - Alex Alexander Aring (4): liblzo: rework and version bump openssl: allow to install openssl.cnf easy-rsa: initial commit openvpn: rework and version bump patches/easy-rsa-2.2.2/autogen.sh | 1 + rules/easy-rsa.in | 17 +++++++++++ rules/easy-rsa.make | 62 +++++++++++++++++++++++++++++++++++++++ rules/liblzo.in | 18 ------------ rules/liblzo.make | 11 ++++--- rules/openssl.in | 5 ++++ rules/openssl.make | 6 ++++ rules/openvpn.in | 26 ++++++++++++++++ rules/openvpn.make | 59 +++++++++++++++++++++++++++++-------- 9 files changed, 169 insertions(+), 36 deletions(-) create mode 120000 patches/easy-rsa-2.2.2/autogen.sh create mode 100644 rules/easy-rsa.in create mode 100644 rules/easy-rsa.make -- 2.2.0 -- ptxdist mailing list ptxdist@pengutronix.de