[ptxdist] [PATCH] wpan-tools: version bump 0.3 -> 0.4

2015-01-25 Thread Alexander Aring
Signed-off-by: Alexander Aring --- rules/wpan-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/wpan-tools.make b/rules/wpan-tools.make index 2dc27d7..480d151 100644 --- a/rules/wpan-tools.make +++ b/rules/wpan-tools.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF

[ptxdist] [PATCHv2 4/4] openvpn: rework and version bump

2015-01-25 Thread Alexander Aring
This patch reworks the openvpn rules. Some points which are new now: - systemd support if OPENVPN_SYSTEMD - install openvpn sample configs as reference for /etc/openvpn/ - install openvpn sample scripts (ethernet bridging) - add required environemnt for networking utilities while configure - add s

[ptxdist] [PATCHv2 1/4] liblzo: rework and version bump

2015-01-25 Thread Alexander Aring
This patch removes the menuentries to generate a static or shared library. Instead we do default a shared library now. Additional we do slightly a version bump to 2.08 liblzo version. Signed-off-by: Alexander Aring --- rules/liblzo.in | 18 -- rules/liblzo.make | 11 +--

[ptxdist] [PATCHv2 2/4] openssl: allow to install openssl.cnf

2015-01-25 Thread Alexander Aring
For doing some certificates magic the openssl tool requires some openssl.cnf file. This patch adds support to install the default shipped openssl.cnf file. Signed-off-by: Alexander Aring --- rules/openssl.make | 4 1 file changed, 4 insertions(+) diff --git a/rules/openssl.make b/rules/ope

[ptxdist] [PATCHv2 3/4] easy-rsa: initial commit

2015-01-25 Thread Alexander Aring
This patch adds easy-rsa. Some scripting framework to generate a PKI CA "correctly". Signed-off-by: Alexander Aring --- patches/easy-rsa-2.2.2/autogen.sh | 1 + rules/easy-rsa.in | 17 +++ rules/easy-rsa.make | 62 +++ 3

[ptxdist] [PATCHv2 0/4] openvpn: cleanups, extras and version bumps

2015-01-25 Thread 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 programma

[ptxdist] [PATCH 3/5] pyserial: Version bump 2.6 -> 2.7

2015-01-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle --- rules/pyserial.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pyserial.make b/rules/pyserial.make index 6d203f5..110e3d2 100644 --- a/rules/pyserial.make +++ b/rules/pyserial.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_PYSERIAL)

[ptxdist] [PATCH 4/5] python3: Add menu for python3 3rd-party modules

2015-01-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle --- rules/python3.in | 4 1 file changed, 4 insertions(+) diff --git a/rules/python3.in b/rules/python3.in index bcb2ca5..b8bde82 100644 --- a/rules/python3.in +++ b/rules/python3.in @@ -60,3 +60,7 @@ config PYTHON3_DISTUTILS prompt "Include distutils p

[ptxdist] [PATCH 5/5] pyserial3: Provide pyserial package for Python 3

2015-01-25 Thread Bernhard Walle
This upstream package can be used for both Python 2.7 and Python 3. I'm providing the python 3 variant as 'pyserial3'. The package is designed so that it can be built and installed in parallel to pyserial (Python 2 installation). So I renamed the miniterm.py to miniterm3.py. The other example are

[ptxdist] [PATCH 1/5] Update host-cmake to 3.1.1

2015-01-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle --- rules/host-cmake.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 4925264..b13dccf 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -17,11 +17,11 @@ HOST_PACKAGES-$

[ptxdist] [PATCH 2/5] sqlite: version bump 3.8.7.1 -> 3.8.8.1

2015-01-25 Thread Bernhard Walle
Signed-off-by: Bernhard Walle --- rules/sqlite.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/sqlite.make b/rules/sqlite.make index 2170cf7..bd2ada0 100644 --- a/rules/sqlite.make +++ b/rules/sqlite.make @@ -20,11 +20,11 @@ PACKAGES-$(PTXCONF_SQLITE) += sqlit