[ptxdist] [PATCH] lighttpd: version bump 1.4.32 - 1.4.33

2014-01-16 Thread Bruno Thomsen
Time to get some fixes out; nothing special, just many small fixes – and some new features. Changes from 1.4.32: http://www.lighttpd.net/2013/9/27/1-4-33/ Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/lighttpd.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[ptxdist] [PATCH] openssl: version bump 1.0.0k - 1.0.1e

2014-01-17 Thread Bruno Thomsen
Updating openssl to 1.0.1e improves TLS 1.x support in lighttpd. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/openssl.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/openssl.make b/rules/openssl.make index 35e9aa5..eaeb95a 100644 --- a/rules

Re: [ptxdist] [PATCH] openssl: version bump 1.0.0k - 1.0.1e

2014-01-17 Thread Bruno Thomsen
/test patch series and resubmit a patch. Venlig hilsen / Best regards Kamstrup A/S http://www.kamstrup.dk Bruno Thomsen Development engineer Technology Kamstrup A/S Industrivej 28 DK-8660 Skanderborg Tel: +45 89 93 10 00 Fax: +45 89 93 10 01 Dir: +45 89 93 13 94

[ptxdist] [PATCH 1/2] Fix compiling of PHP with sqlite3 support on ptxdist 2012.04.0.

2014-01-21 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/php5.make |3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/php5.make b/rules/php5.make index b24cd33..f66a664 100644 --- a/rules/php5.make +++ b/rules/php5.make @@ -250,6 +250,9 @@ endif ifdef PTXCONF_PHP5_EXT_SQLITE3

[ptxdist] [PATCH 0/2] php: version bump 5.3.10 - 5.4.24

2014-01-21 Thread Bruno Thomsen
Hi Updated PHP due to many security flaws in 5.3.10. Tested on Freescale i.MX28 with ptxdist 2012.04.0. I'm unsure if newer versions of ptxdist still require the first patch, if not just discard it. Bruno Thomsen (2): Fix compiling of PHP with sqlite3 support on ptxdist 2012.04.0. php

[ptxdist] [PATCH 2/2] php: version bump 5.3.10 - 5.4.24

2014-01-21 Thread Bruno Thomsen
Fixes a lot of security flaws and bugs. Changelog: http://www.php.net/ChangeLog-5.php#5.4.24 Old HACK patch removed since it cannot be applied on configure script. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- ...make-it-possible-to-force-cross-compiling.patch | 35

[ptxdist] [PATCHv2] php: version bump 5.3.10 - 5.4.24

2014-01-24 Thread Bruno Thomsen
On Tue, Jan 21, 2014 at 04:34:05PM +0100, Bruno Thomsen wrote: Fixes a lot of security flaws and bugs. Changelog: http://www.php.net/ChangeLog-5.php#5.4.24 Old HACK patch removed since it cannot be applied on configure script. cannot be applied is a bad reason. The correct one

[ptxdist] [PATCHv2 1/1] php: version bump 5.3.10 - 5.4.24

2014-01-24 Thread Bruno Thomsen
php: version bump 5.3.10 - 5.4.24 Fix compiling of PHP with sqlite3 support on ptxdist 2012.04.0. Fixes a lot of security flaws and bugs. Changelog: http://www.php.net/ChangeLog-5.php#5.4.24 PHP: Removal of curl-wrappers. This feature has been marked as experimental for years and never turned

[ptxdist] [PATCH v2] net-snmp: Improved SNMPv3 authentication and privacy support.

2014-02-24 Thread Bruno Thomsen
Enabled SHA authentication and AES privacy (encryption) using OpenSSL. Upgraded from libnl1 to libnl3 dependency. Disable minimal agent when privacy is enabled. Tested SNMPv3 with USM (User-based Security Model) SHA auth + AES priv, minimal agent option disabled. Signed-off-by: Bruno Thomsen b

[ptxdist] [PATCH] ntp: version bump 4.2.6 - 4.2.6p5

2014-02-25 Thread Bruno Thomsen
Version 4.2.6p5 is the latest stable release. Fixed install ntpq option. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- patches/ntp-4.2.6/Fix-undefined-MOD_NANO.patch | 42 -- patches/ntp-4.2.6/series |1 - patches/ntp-4.2.6p5/Fix-undefined

Re: [ptxdist] [PATCH] net-snmp: Improved SNMPv3 authentication and privacy support.

2014-03-07 Thread Bruno Thomsen
://www.kamstrup.dk Bruno Thomsen Development engineer Technology Kamstrup A/S Industrivej 28 DK-8660 Skanderborg Tel: +45 89 93 10 00 Fax: +45 89 93 10 01 Dir: +45 89 93 13 94 E-mail: b...@kamstrup.dk Web: www.kamstrup.dk -- ptxdist mailing

[ptxdist] [PATCHv3] net-snmp: Improved SNMPv3 authentication and privacy support.

2014-03-13 Thread Bruno Thomsen
. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/net-snmp.in | 13 - rules/net-snmp.make |5 +++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/rules/net-snmp.in b/rules/net-snmp.in index 9821328..052e59e 100644 --- a/rules/net-snmp.in +++ b/rules/net

Re: [ptxdist] [PATCHv3] net-snmp: Improved SNMPv3 authentication and privacy support.

2014-03-14 Thread Bruno Thomsen
13, 2014 at 03:20:26PM +0100, Bruno Thomsen wrote: Enabled SHA authentication and AES privacy (encryption) using OpenSSL. Upgraded from libnl1 to libnl3 dependency, and explicitly request libnl3. Disable minimal agent when privacy is enabled. Tested SNMPv3 with USM (User-based Security Model

[ptxdist] [PATCH] net-snmp: clean up rule file

2014-04-08 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/net-snmp.make | 98 --- 1 file changed, 14 insertions(+), 84 deletions(-) diff --git a/rules/net-snmp.make b/rules/net-snmp.make index 6ddb954..a2efc59 100644 --- a/rules/net-snmp.make +++ b

Re: [ptxdist] [PATCH] net-snmp: clean up rule file

2014-04-09 Thread Bruno Thomsen
, Bruno Thomsen wrote: Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/net-snmp.make | 98 --- 1 file changed, 14 insertions(+), 84 deletions(-) diff --git a/rules/net-snmp.make b/rules/net-snmp.make index 6ddb954..a2efc59

[ptxdist] [PATCH] php5: version bump 5.4.24 - 5.4.27

2014-04-09 Thread Bruno Thomsen
Multiple bugs were fixed including CVE-2013-7345, CVE-2014-1943, CVE-2014-2270. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/php5.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/php5.make b/rules/php5.make index ad3e216..90c6996 100644 --- a/rules

[ptxdist] [PATCH 1/2] dropbear: version bump 2013.60 - 2014.63

2014-06-03 Thread Bruno Thomsen
to mainline fix. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- .../0001-Fix-build-on-Darwin.patch | 43 patches/dropbear-2013.60/series|4 -- rules/dropbear.make|4 +- 3 files changed, 2

[ptxdist] [PATCH 2/2] dropbear: Added Elliptic Curve Cryptography options.

2014-06-03 Thread Bruno Thomsen
Support for ecdsa, ecdh and curve25519-donna options. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/dropbear.in | 27 +++ rules/dropbear.make | 24 2 files changed, 51 insertions(+) diff --git a/rules/dropbear.in b/rules

[ptxdist] [PATCH] php5: version bump 5.4.27 - 5.4.29

2014-06-24 Thread Bruno Thomsen
Multiple bugs were fixed including security issues CVE-2014-0238, CVE-2014-0237 and CVE-2014-0185. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/php5.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/php5.make b/rules/php5.make index 90c6996

[ptxdist] [PATCH v2] php5: version pump 5.4.29 - 5.4.30

2014-07-14 Thread Bruno Thomsen
Multiple bugs were fixed including security issues CVE-2014-3981, CVE-2014-0207, CVE-2014-3478, CVE-2014-3479, CVE-2014-3480, CVE-2014-3487, CVE-2014-4049, CVE-2014-3515. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- v1..v2: Wrong package hash; Mixup between php 5.4 and 5.5 test. rules

[ptxdist] [RFC] u-boot-tools: emmc support in fw_printenv/fw_setenv

2014-08-04 Thread Bruno Thomsen
for ptxdist mainline inclusion. Signed-off-by: Martin Fisker m...@kamstrup.dk Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- ...oot-emmc-support-in-fw_printenv-fw_setenv.patch | 182 + patches/u-boot-2011.12/series | 3 +- 2 files changed, 184 insertions

[ptxdist] [PATCH] dropbear: version bump 2014.63 - 2014.65

2014-08-20 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/dropbear.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dropbear.make b/rules/dropbear.make index 5cbd4aa..f03d0fc 100644 --- a/rules/dropbear.make +++ b/rules/dropbear.make @@ -18,8 +18,8 @@ PACKAGES

Re: [ptxdist] [RFC] u-boot-tools: emmc support in fw_printenv/fw_setenv

2014-08-20 Thread Bruno Thomsen
:29:12PM +0200, Markus Niebel wrote: Hello Bruno, Am 04.08.2014 10:29, wrote Bruno Thomsen: Provide read/write access to U-Boot environment stored in eMMC flash from Linux. Access to U-Boot environment can be very useful; dual kernel/rootfs images, production default values

Re: [ptxdist] ptxdist-2013.01.0 Cups support required but cups-config notlocated. Make sure cups-devel related files are installed.

2014-08-26 Thread Bruno Thomsen
: Cups support required but cups-config not located.  Make sure cups-devel related files are installed. Looks like you are missing Development files CUPS library on host machine. $ sudo apt-get install libcups2-dev Venlig hilsen / Best regards Bruno Thomsen Development engineer Technology

[ptxdist] [PATCH] bash: shellshock fix

2014-09-25 Thread Bruno Thomsen
Fixes CVE-2014-6271: remote code execution through bash. Applied missing patches between version 3.2 patch level 48 and 52. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- patches/bash-3.2.48/0001-bash-3.2-patch49.patch | 67 ++ patches/bash-3.2.48/0002-bash-3.2-patch50.patch

[ptxdist] [PATCH] php5: version bump 5.4.30 - 5.4.33

2014-09-26 Thread Bruno Thomsen
Multiple bugs were fixed including security vulnerabilities CVE-2014-3597, CVE-2014-3538, CVE-2014-3587, CVE-2014-2497, CVE-2014-5120, CVE-2014-4698 and CVE-2014-4670. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/php5.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[ptxdist] [PATCH] bash: shellshock part 2 fix

2014-09-29 Thread Bruno Thomsen
Fix CVE-2014-7169. Applied patches 53 and 54 from version 3.2. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- patches/bash-3.2.48/0005-bash-3.2-patch53.patch | 51 +++ patches/bash-3.2.48/0006-bash-3.2-patch54.patch | 185 patches/bash-3.2.48/series

Re: [ptxdist] BASH_FUNC_set_shell_label() not a valid identifier

2014-10-06 Thread Bruno Thomsen
://www.kamstrup.dk Bruno Thomsen Development engineer Technology Kamstrup A/S Industrivej 28 DK-8660 Skanderborg Tel: +45 89 93 10 00 Fax: +45 89 93 10 01 Dir: +45 89 93 13 94 E-mail: b...@kamstrup.dk Web: www.kamstrup.dk -- ptxdist mailing

[ptxdist] [PATCH] libcurl: version bump 7.26.0 - 7.38.0

2014-10-14 Thread Bruno Thomsen
See upstream changelog for details. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/libcurl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libcurl.make b/rules/libcurl.make index f8c77e4..5babcb0 100644 --- a/rules/libcurl.make +++ b/rules/libcurl.make

[ptxdist] [PATCH] strongswan: install curl plugin if selected

2014-10-28 Thread Bruno Thomsen
Curl plugin was not installed due to typo in ifdef. Runtime error message: plugin 'curl' failed to load: /usr/lib/plugins/libstrongswan-curl.so: cannot open shared object file: No such file or directory Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/strongswan.make | 2 +- 1 file

[ptxdist] [PATCH] php5: added openssl support option

2014-12-05 Thread Bruno Thomsen
This is useful when handling certificates in a web interface. Ex. Validate parameters on a PEM certificate. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/php5.in | 7 +++ rules/php5.make | 6 ++ 2 files changed, 13 insertions(+) diff --git a/rules/php5.in b/rules/php5

[ptxdist] [PATCH] php5: version bump 5.4.33 - 5.4.35

2014-12-05 Thread Bruno Thomsen
Multiple bugs were fixed including security vulnerabilities CVE-2014-3710, CVE-2014-3669, CVE-2014-3670, CVE-2014-3668. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/php5.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/php5.make b/rules/php5.make

[ptxdist] [PATCH] curl: install root CA certificates option

2014-12-10 Thread Bruno Thomsen
https://www.google.com Result: curl: (77) error setting certificate verify locations: CAfile: /usr/share/ca-certificates/curl/ca-bundle.crt CApath: none Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/libcurl.in | 57 ++ rules

[ptxdist] [PATCH 1/2] strongswan: added openssl plugin option

2014-12-12 Thread Bruno Thomsen
OpenSSL adds Elliptic Curve support in IKE Diffie-Hellman key exchange. Signed-off-by: Bruno Thomsen b...@kamstrup.dk --- rules/strongswan.in | 8 rules/strongswan.make | 5 - 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/rules/strongswan.in b/rules/strongswan.in

[ptxdist] [PATCH 1/2] host-certdata: root CA certificate bundle downloader

2015-01-16 Thread Bruno Thomsen
From: Bruno Thomsen b...@kamstrup.com Added a new host dummy package that download a specific firefox bundle of root CA certificates. This functionality is used by libcurl package. Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/host-certdata.in | 5 + rules/host-certdata.make

[ptxdist] [PATCH 2/2] curl: install root CA certificates option

2015-01-16 Thread Bruno Thomsen
From: Bruno Thomsen b...@kamstrup.com Install a bundle of X.509 certificates of public Certificate Authorities (CA) in PEM format. The bundle is extracted from Mozilla's release tree by a host package called certdata. Test case 1: openssl s_client -connect www.google.com:443 -CAfile /usr

Re: [ptxdist] [PATCH] curl: install root CA certificates option

2015-01-16 Thread Bruno Thomsen
Hi Michael Thanks for feedback. I have created 2 new patches that address the issues you have found. +$(STATEDIR)/libcurl.extract: + @$(call targetinfo) + @$(call clean, $(LIBCURL_DIR)) + @$(call extract, LIBCURL, $(BUILDDIR)) + @$(call patchin, LIBCURL, $(LIBCURL_DIR))

[ptxdist] [PATCH] dropbear: version bump 2014.65 - 2015.67

2015-02-16 Thread Bruno Thomsen
The new version contain options to enable/disable cipher modes. Keeping today's default cipher mode. In a secure solution one would disable CBC and enable CTR. Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/dropbear.in | 15 +++ rules/dropbear.make | 18

Re: [ptxdist] [PATCH] dropbear: version bump 2014.65 - 2015.67

2015-02-19 Thread Bruno Thomsen
+config DROPBEAR_CBC_CIPHERS + bool + prompt CBC mode ciphers + default y + help + Enable CBC mode for ciphers. This has security issues though + is the most compatible with older SSH implementations. In that case, shouldn't this be off by default? Those that still

[ptxdist] [PATCH] dropbear: stronger default MAC algorithms

2015-02-20 Thread Bruno Thomsen
=71049 Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/dropbear.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dropbear.in b/rules/dropbear.in index 1c1d813..db4a8ab 100644 --- a/rules/dropbear.in +++ b/rules/dropbear.in @@ -224,7 +224,6 @@ comment Integrity

[ptxdist] [PATCHv2] dropbear: version bump 2014.65 - 2015.67

2015-02-20 Thread Bruno Thomsen
The new version contain options to enable/disable cipher modes. Default security level increased by disabling CBC mode and enabling CTR mode. Tenable Network Security - Nessus: http://www.tenable.com/plugins/index.php?view=singleid=70658 Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules

Re: [ptxdist] nsupdate

2015-01-27 Thread Bruno Thomsen
Hi Tom, I am currently working on a kind of dyndns approach and plan to use nsupdate to make the ddns aware of the new IP. However, it seems that nsupdate is missing in ptxdist. Is this the case or do I miss something in the configuration to enable it? Yes, there are currently no rule to

[ptxdist] [PATCH] strongswan: version bump 5.1.3 - 5.2.2

2015-02-09 Thread Bruno Thomsen
enable-tools option has been replaced by enable-pki and enable-scepclient options. disable-kernel-klips option has been obsoleted. Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/strongswan.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules

Re: [ptxdist] [PATCH] version bump to 2.4.7

2015-02-10 Thread Bruno Thomsen
Subject: [ptxdist] [PATCH] version bump to 2.4.7 Add package name to subject. version bump to 2.4.7 What about patch set from ppp 2.4.5? Have they been merged/fixed upstream? /Bruno -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] php5: version bump 5.4.35 - 5.5.21

2015-02-12 Thread Bruno Thomsen
Disabled new OPcache feature (Zend Optimizer+) due to cross-compiling issue. https://bugs.php.net/bug.php?id=66103 Package format changed from tar.bz2 to tar.xz. Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/php5.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff

Re: [ptxdist] php accelerator/ upgrade to php 5.5

2015-02-12 Thread Bruno Thomsen
I am using lighttpd with php-cgi on Freescale i.mx28. Response time of Webgui could be faster. Has anyone made experience with php accelerators, or is anyone already using php5.5 which has Zend Optimizer+ integrated by default. Are there reasons not go to for php 5.5? There is currently

Re: [ptxdist] license info

2015-02-12 Thread Bruno Thomsen
-Original Message- From: ptxdist-boun...@pengutronix.de [mailto:ptxdist-boun...@pengutronix.de] On Behalf Of Guillermo Rodriguez Garcia Sent: 11. februar 2015 18:12 To: ptxdist@pengutronix.de Subject: Re: [ptxdist] license info OK. My view is that this (storing the license text

Re: [ptxdist] [PATCH 1/2] host-certdata: root CA certificate bundle downloader

2015-03-18 Thread Bruno Thomsen
Ping.. Are there any outstanding issues with this patch series? /Bruno -Original Message- From: Bruno Thomsen Sent: 16. januar 2015 12:59 To: m.olbr...@pengutronix.de Cc: ptxdist@pengutronix.de; Bruno Thomsen Subject: [PATCH 1/2] host-certdata: root CA certificate bundle downloader

Re: [ptxdist] Feature Request: Option to install man pages

2015-03-04 Thread Bruno Thomsen
However the smart phone boom of the last few years dramatically changed the definition of 'small' - the smallest flash devices for our embedded HW starts now around 2-4 *Giga*bytes. And as smallest does NOT mean cheapest, the standard flash device at work - right now - is 4 GB eMMC, which

Re: [ptxdist] [PATCH] bash: Updated bash to release 4.3.30

2015-03-03 Thread Bruno Thomsen
Not needed, as the whole block is enclosed in an if BASH...endif Otherwise looks good to me, however I'll let Michael look over this and pick it up after his holidays. Maybe Michael could also have a look on the old patches for bash 3.2. I don't know, if they are still needed or not.

[ptxdist] [PATCH] openssl: version bump 1.0.1k - 1.0.2

2015-02-24 Thread Bruno Thomsen
Used Debian patch series and ptxdist specific patch from 1.0.1k. Debian patches was generated using Michael Olbrich's openssl-apply-debian script using the following source: openssl_1.0.2-1.debian.tar.xz [MD5: 3df9826bec6f37f4d4d524291ed4f1f3] Signed-off-by: Bruno Thomsen b...@kamstrup.com

[ptxdist] [PATCH] prelink: first boot warning

2015-06-18 Thread Bruno Thomsen
Running prelink with rc.once.d causes a first boot stall of about 2 minutes on Freescale i.MX28 454MHz ARM9 processor. This can be expensive if first device boot is during product manufacturing (assembly, programming, configuration, test). Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules

Re: [ptxdist] automatic root-fs fsck at boottime with autorepair

2015-06-25 Thread Bruno Thomsen
Hi Marc, Just fyi in the syslog I found these lines: Apr 21 11:50:11 [..] [ 1.854104] EXT3-fs: barriers not enabled Apr 21 11:50:11 [..] [12.856129] kjournald starting. Commit interval 5 seconds Apr 21 11:50:11 [..] [12.856223] EXT3-fs (mmcblk0p1): warning: maximal mount count

Re: [ptxdist] [PATCH] prelink: first boot warning

2015-06-19 Thread Bruno Thomsen
Hi Juergen, Running prelink with rc.once.d causes a first boot stall of about 2 minutes on Freescale i.MX28 454MHz ARM9 processor. This can be expensive if first device boot is during product manufacturing (assembly, programming, configuration, test). With Using a recent linker the

[ptxdist] [PATCHv2 1/2] strongswan: version bump 5.2.2 - 5.3.2

2015-07-01 Thread Bruno Thomsen
typo in subject. Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/strongswan.make | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/rules/strongswan.make b/rules/strongswan.make index 5e4a76d..2cc0a69 100644 --- a/rules/strongswan.make +++ b/rules

[ptxdist] [PATCHv2 2/2] strongswan: removed md5 hash and des encryption support.

2015-07-01 Thread Bruno Thomsen
Removed legacy crypto support. Version 2: no changes. Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/strongswan.make | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rules/strongswan.make b/rules/strongswan.make index 2cc0a69..9a9dd40 100644 --- a/rules

[ptxdist] [PATCH 2/2] strongswan: removed md5 hash and des encryption support.

2015-06-29 Thread Bruno Thomsen
Removed legacy crypto support. Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/strongswan.make | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rules/strongswan.make b/rules/strongswan.make index 5005930..3c102a7 100644 --- a/rules/strongswan.make +++ b/rules

[ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 - 5.3.2

2015-06-29 Thread Bruno Thomsen
This fixes the EAP or PSK IKEv2 authentication vulnerability aka CVE-2015-4171. Added new configure options: aesni, connmark, forecast, ruby-gems and python-eggs. Removed obsolete unit-tester option. Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/strongswan.make | 11 +++ 1

Re: [ptxdist] OpenSSH patches

2015-07-07 Thread Bruno Thomsen
Hey Clemens, what do you think about my recent OpenSSH patches (not the version bumps) but enabling the sandbox per default (to use seccomp if available) and the switch from DSA to Ed25519. ArchLinux and current Debian both generate Ed25519 pubkeys by default and add them as HostKey to

Re: [ptxdist] [PATCH 1/2] strognswan: version bump 5.2.2 - 5.3.2

2015-06-30 Thread Bruno Thomsen
typo in comment subject: strognswan = strongswan Damn, so close :) /Bruno -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Replace MD5 with SHA256 hashes all at once

2015-08-03 Thread Bruno Thomsen
Hi Michael, Enable all Packages (and ALLYES) in a BSP and then run 'ptxdist get' to download them all. And the first step must be to support checking md5 or sha256, whichever is available. We still need md5 so we don't break BSPs with local packages during the transition. Sounds like a

Re: [ptxdist] OPENSWAN IPSEC Configuration

2015-07-30 Thread Bruno Thomsen
Hi, I am looking for strongswan.make file. You can find the newest upstream strongswan rule[1][2] in the pengutronix ptxdist git repository[3]. [1] http://git.pengutronix.de/?p=ptxdist.git;a=blob_plain;f=rules/strongswan.in;hb=HEAD [2]

Re: [ptxdist] FW: connman and ofono

2015-07-27 Thread Bruno Thomsen
Hi Thomas, does someone have some information about the use of ofone? I am wondering if no one else is using it? I appreciate your feedback! I am currently working on using ptxdist on a multi-interface hardware device (ethernet, wifi, gsm) and I setup connman to handle the ethernet and

Re: [ptxdist] OPENSWAN IPSEC Configuration

2015-07-22 Thread Bruno Thomsen
Hi Hardik, I trying to add OPENSWAN package into development. I have referred the following to configure ptxdist. Any reason you don't use Strongswan[1]? It's actively maintained in ptxdist, and has good cipher suite support[2]. /Bruno [1] https://strongswan.org/ [2]

[ptxdist] [PATCH 10/13] util-linux-ng: added sha256 secure hash of package

2015-07-17 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/util-linux-ng.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make index be5e528..9b48961 100644 --- a/rules/util-linux-ng.make +++ b/rules/util-linux-ng.make @@ -19,6 +19,7

[ptxdist] [PATCH 11/13] usbutils: added sha256 secure hash of package

2015-07-17 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/usbutils.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/usbutils.make b/rules/usbutils.make index c34176d..c369fa4 100644 --- a/rules/usbutils.make +++ b/rules/usbutils.make @@ -19,6 +19,7 @@ PACKAGES-$(PTXCONF_USBUTILS

[ptxdist] [PATCH 12/13] libcoap: added sha256 secure hash of package

2015-07-17 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/libcoap.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libcoap.make b/rules/libcoap.make index 9292ced..73d28de 100644 --- a/rules/libcoap.make +++ b/rules/libcoap.make @@ -18,6 +18,7 @@ PACKAGES-$(PTXCONF_LIBCOAP

[ptxdist] [PATCH 04/13] lighttpd: added sha256 secure hash of package

2015-07-17 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/lighttpd.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/lighttpd.make b/rules/lighttpd.make index 6fd6fff..5413b3b 100644 --- a/rules/lighttpd.make +++ b/rules/lighttpd.make @@ -19,6 +19,7 @@ PACKAGES-$(PTXCONF_LIGHTTPD

[ptxdist] [PATCH 07/13] iptables: added sha256 secure hash of package

2015-07-17 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/iptables.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/iptables.make b/rules/iptables.make index 67917bd..9fc2714 100644 --- a/rules/iptables.make +++ b/rules/iptables.make @@ -21,6 +21,7 @@ PACKAGES-$(PTXCONF_IPTABLES

[ptxdist] [PATCH 05/13] sqlite: added sha256 secure hash of package

2015-07-17 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/sqlite.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/sqlite.make b/rules/sqlite.make index bd2ada0..f0cf330 100644 --- a/rules/sqlite.make +++ b/rules/sqlite.make @@ -22,6 +22,7 @@ PACKAGES-$(PTXCONF_SQLITE) += sqlite

[ptxdist] [PATCH 03/13] strongswan: added sha256 secure hash of package

2015-07-17 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/strongswan.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/strongswan.make b/rules/strongswan.make index 033deeb..2eceab9 100644 --- a/rules/strongswan.make +++ b/rules/strongswan.make @@ -19,6 +19,7 @@ PACKAGES

[ptxdist] [PATCH 01/13] libcurl: added sha256 secure hash of package

2015-07-17 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/libcurl.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libcurl.make b/rules/libcurl.make index 2a2f7f9..4e044b5 100644 --- a/rules/libcurl.make +++ b/rules/libcurl.make @@ -19,6 +19,7 @@ PACKAGES-$(PTXCONF_LIBCURL

[ptxdist] [PATCH 02/13] openssl: added sha256 secure hash of package

2015-07-17 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/openssl.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/openssl.make b/rules/openssl.make index a50e64e..bf97a29 100644 --- a/rules/openssl.make +++ b/rules/openssl.make @@ -20,6 +20,7 @@ PACKAGES-$(PTXCONF_OPENSSL

[ptxdist] [PATCH 08/13] net-snmp: added sha256 secure hash of package

2015-07-17 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/net-snmp.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/net-snmp.make b/rules/net-snmp.make index 7c4cb75..5d22a4b 100644 --- a/rules/net-snmp.make +++ b/rules/net-snmp.make @@ -20,6 +20,7 @@ PACKAGES-$(PTXCONF_NET_SNMP

[ptxdist] [PATCH 09/13] ntp: added sha256 secure hash of package

2015-07-17 Thread Bruno Thomsen
Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/ntp.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/ntp.make b/rules/ntp.make index ba06543..9f48afe 100644 --- a/rules/ntp.make +++ b/rules/ntp.make @@ -19,6 +19,7 @@ PACKAGES-$(PTXCONF_NTP) += ntp # NTP_VERSION

[ptxdist] [PATCH] libcurl: version bump 7.38.0 - 7.43.0

2015-07-13 Thread Bruno Thomsen
but kconfig option should be added when required nghttp2 lib is added as package. Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/libcurl.make | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/rules/libcurl.make b/rules/libcurl.make index 822c584

[ptxdist] [PATCHv2] dropbear: add authorized key directory

2015-07-13 Thread Bruno Thomsen
cleanup. Wrongly included OpenSSH one-liner; changed ed25519 to ecdsa. Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/dropbear.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/dropbear.make b/rules/dropbear.make index a659114..9a510a4 100644 --- a/rules/dropbear.make +++ b

[ptxdist] [PATCH] php5: version bump 5.5.26 - 5.5.27

2015-07-17 Thread Bruno Thomsen
Several bugs were fixed in this release as well as CVE-2015-3152 (keep Nessus happy). Added SHA256 package hash in preparation for secure hash usage in ptxdist. Added myself to credit as this is my 9th upstream php5 patch in the last 15 months. Signed-off-by: Bruno Thomsen b...@kamstrup.com

Re: [ptxdist] Replace MD5 with SHA256 hashes all at once

2015-07-20 Thread Bruno Thomsen
what do you think about a script to replace all existing MD5 hashes with SHA256 instead of replacing all of them individually? Okay, so you want to create a script that take all rules; download the source; sha256sum; modify rule. Sounds like a good idea, but then I would prefer that 2-3 ppl

[ptxdist] Generation of additional xz rootfs archive

2015-11-11 Thread Bruno Thomsen
Hi, I am currently looking into the possibility of adding ptxdist generation of a xz rootfs archive, as I thought the feature might be useful for others as well. Should it be added as a new script like ptxd_make_image_archive_impl (image/archive) or implemented in C inside genimage

[ptxdist] OpenSSL 1.0.2d security release announced

2015-07-08 Thread Bruno Thomsen
Hi Michael, OpenSSL 1.0.2d security release due 9th July 2015[1]. [1] https://mta.openssl.org/pipermail/openssl-announce/2015-July/37.html Venlig hilsen / Best regards Kamstrup A/S http://kamstrup.com Bruno Thomsen Development engineer Technology Kamstrup A/S Industrivej 28 DK-8660

Re: [ptxdist] OpenSSL 1.0.2d security release announced

2015-07-10 Thread Bruno Thomsen
Hi, OpenSSL 1.0.2d security release due 9th July 2015[1]. PTXdist master has the new version. Thanks, we have pulled the update. /Bruno -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCHv2 1/2] strongswan: version bump 5.2.2 - 5.3.2

2015-07-07 Thread Bruno Thomsen
Hi Christoph, STRONGSWAN_URL := http://download.strongswan.org/$(STRONGSWAN).$(STRONGSWAN_SUFFIX) Changing here to https to get this security related package would be nice. Yes, I just tested https and it works flawlessly. I will send it as a new patch so it's highlighted in

[ptxdist] [PATCH] strongswan: secure download url (http - https)

2015-07-07 Thread Bruno Thomsen
Downloading the package source from an unsecure locations and using an insecure hash (md5) would allow a malicious proxy to inject vulnerabilities. The build system would be unable to detect it. Signed-off-by: Bruno Thomsen b...@kamstrup.com --- rules/strongswan.make | 2 +- 1 file changed, 1

Re: [ptxdist] Booting kernel crashes when using OSELAS.Toolchain-2014.12.1 for ARMv5TE

2015-08-26 Thread Bruno Thomsen
Hi I've applied both patches to my kernel source tree and now the kernel is starting! \o/ FYI.. I have just upgraded to OSELAS.Toolchain-2014.12.1 for an ARM926EJ-S (ARMv5TEJ) based system and Linux kernel 3.14 works. /Bruno -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] PTXdist variables

2015-08-25 Thread Bruno Thomsen
Hi Jan-Marc, Is there an deterministic way to obtain the list of existent variables for a project? ptxdist bash printenv /Bruno -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] php5: version bump 5.5.27 -> 5.5.30

2015-12-11 Thread Bruno Thomsen
Fixes multiple vulnerabilities: 5.5.28: CVE-2015-6833, CVE-2015-6832, CVE-2015-6831. 5.5.29: CVE-2015-6834, CVE-2015-6835, CVE-2015-6836, CVE-2015-6837, CVE-2015-6838. 5.5.30: CVE-2015-7803, CVE-2015-7804. Signed-off-by: Bruno Thomsen <b...@kamstrup.com> --- rules/php5.make | 4 +

Re: [ptxdist] [PATCHv7] linux-pam: this patch add Linux-PAM support to ptxdist

2015-12-10 Thread Bruno Thomsen
Hi Oliver > On 22/10/15, Oliver Graute wrote: > > this patch add Linux-PAM support to ptxdist > > some feedback to this patch? Good job, I had PAM support in my backlog and now I can just use your work :) /Bruno smime.p7s Description: S/MIME cryptographic signature

Re: [ptxdist] [PATCH] lighttpd: upgrade from 1.4.38 to 1.4.39

2016-01-12 Thread Bruno Thomsen
Hi, > According to http://www.lighttpd.net/2016/1/2/1.4.39/ this fixes crashes > introduced in 1.4.36. > > Signed-off-by: Alexander Dahl <p...@lespocky.de> No issues observed with lighttpd-1.4.39 when used in combination with php-5.5.30, sqlite-3.9.2.0 & openssl-1.0

[ptxdist] [PATCH] Busybox: fixed inverted BUSYBOX_DESKTOP for ps

2016-01-22 Thread Bruno Thomsen
Currently you have to choose between -o options and -l/-w options. This patch make it possible to enable all advanced ps features when the BUSYBOX_DESKTOP flag is enabled. Signed-off-by: Bruno Thomsen <b...@kamstrup.com> --- config/busybox/procps/Config.in | 4 ++-- 1 file changed, 2 inse

Re: [ptxdist] [PATCH 0/6] OSELAS.Toolchain host tool version bumps

2016-02-18 Thread Bruno Thomsen
> > The patches have already been backported and Michael is testing the toolchain > updates. Do you have an approx. ETA on the new toolchain? Are we talking weeks or months? Venlig hilsen / Best regards Kamstrup A/S Bruno Thomsen Development engineer Technology Kamstrup A/S Industri

[ptxdist] dtc: multiple dts causes sporadic missing separator error

2016-07-15 Thread Bruno Thomsen
Hi, I am having problems with sporadic missing separator error when configuring PTXdist (2015.10.0) with multiple device tree sources. When PTXdist ends up in this state it's unable to work on any packages (clean/targetinstall) except clean all. I added the extra device tree source after

Re: [ptxdist] dtc: multiple dts causes sporadic missing separator error

2016-07-15 Thread Bruno Thomsen
uot;ptxd_make_dts_dtb: fix > parallel building"). Thanks, I will apply that fix for now. Venlig hilsen / Best regards Bruno Thomsen Development engineer Technology Kamstrup A/S Industrivej 28 DK-8660 Skanderborg T: +45 89 93 10 00 D: +45 89 93 13

[ptxdist] [PATCHv2] php5: enable support for the phar extension.

2016-06-27 Thread Bruno Thomsen
Hi This updated patch was never send by Kalle before he completed his internship and was hired by another department in the company. He found that the Phar extension does not work in CLI mode so this combination is now disabled. In our use-case it's used in CGI mode for on-the-fly compression of

[ptxdist] [PATCH] php5: enable support for the phar extension.

2016-06-27 Thread Bruno Thomsen
v2: - use ptx/endis - phar extension is broken in cli. Signed-off-by: Bruno Thomsen <b...@kamstrup.com> Signed-off-by: Kalle Ladefoged Pedersen <k...@kamstrup.com> --- rules/php5.in | 11 +++ rules/php5.make | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff -

Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2016.06.0 released

2016-06-28 Thread Bruno Thomsen
Hi, I had the same compile issue on a Fedora 23 host but got Michaels patch working with a minor ")" tweak. Attached working patch just-in-case somebody stumble across the same issue. /Bruno diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make index 00da7a0..068447c 100644 ---

[ptxdist] host-ncurses on Fedora 26

2017-07-25 Thread Bruno Thomsen
Hi, Just a little FYI :) host-ncurses version 5.9 does not compile with GCC 7.1.1 that Fedora 26 ships. I don't have the time ATM to create a proper rule patch. ncurses-5.9 patch series is no longer needed and here is a rule diff. diff --git a/rules/ncurses.make

Re: [ptxdist] [PATCH 1/2] strongswan: fix configure flags from previous updates

2018-05-29 Thread Bruno Thomsen
Hi, We are using Strongswan 5.6.1 with OSELAS 2018.02.0 (gcc 7.3.1) and it builds just fine. I can prepare an upstream patch in a few days. Venlig hilsen / Best regards Bruno Thomsen Development engineer Technology Kamstrup A/S Industrivej 28 DK-8660 Skanderborg T: +45 89 93 10 00 D: +45 89

[ptxdist] [PATCH 0/2] Strongswan is alive

2018-05-29 Thread Bruno Thomsen
Hi, Strongswan is used in products that are shipping today with an expected lifetime of >10 years. We don't use systemd so I am unaware of issues relating to that area. This has been tested on an iMX28 processor running linux 4.14.39 and compiled with GCC 7.3.1. /Bruno Bruno Thomsen

[ptxdist] [PATCH 1/2] strongswan: version bump 5.3.5 -> 5.6.1

2018-05-29 Thread Bruno Thomsen
16 new configuration parameters all set as disabled. 1 configuration parameter has been removed. libhydra has been removed, all plugins and the kernel interface have been integrated into libcharon. Signed-off-by: Bruno Thomsen --- rules/strongswan.make | 22 ++ 1 file

  1   2   3   4   >