[ptxdist] (no subject)

2012-10-15 Thread Alexander Dahl
Hei hei, second version of those patches, incorporating suggested changes. Greets Alex -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH 1/2] gnuplot: upgrade to v4.6.1

2012-10-15 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- ...ld-documentation-generator-tools-with-CC_.patch | 99 ...DFLAGS-when-building-the-documentation-ge.patch | 30 -- patches/gnuplot-4.4.3/autogen.sh |1 - patches/gnuplot-4.4.3/series

[ptxdist] [PATCH 2/2] gnuplot: fix broken build options for new gnuplot version

2012-10-15 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/gnuplot.in | 49 - rules/gnuplot.make | 21 ++--- 2 files changed, 30 insertions(+), 40 deletions(-) diff --git a/rules/gnuplot.in b/rules/gnuplot.in index f25f2c1

Re: [ptxdist] (no subject)

2012-10-15 Thread Alexander Dahl
Am 2012-10-15 11:30, schrieb Alexander Dahl: second version of those patches, incorporating suggested changes. Sorry for leaving the subject empty, I blame my nose sneezing the whole day. ;-) A -- »With the first link, the chain is forged. The first speech censured, the first thought

Re: [ptxdist] [ANNOUNCE] PTXdist 2012.10.0 released

2012-10-15 Thread Alexander Dahl
Hei hei, Am 2012-10-12 11:45, schrieb Michael Olbrich: I'm happy to announce that I've just released ptxdist-2012.10.0. No really big changes this time. Mostly bugfixes, a few version bumps, new packages and various cleanups. Migrated one BSP today, without any obvious problems. Thanks to

[ptxdist] [PATCH] rootfs: change permissions of initial device nodes according to LFS 6.1.1

2012-10-16 Thread Alexander Dahl
-by: Alexander Dahl p...@lespocky.de --- rules/rootfs.make |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/rootfs.make b/rules/rootfs.make index 4ba33d1..1f9a0f0 100644 --- a/rules/rootfs.make +++ b/rules/rootfs.make @@ -38,9 +38,9 @@ ifdef PTXCONF_ROOTFS_DEV

[ptxdist] [PATCH] rootfs: change permissions of initial device nodes

2012-10-17 Thread Alexander Dahl
-by: Alexander Dahl p...@lespocky.de --- rules/rootfs.make |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/rootfs.make b/rules/rootfs.make index 4ba33d1..602391f 100644 --- a/rules/rootfs.make +++ b/rules/rootfs.make @@ -38,8 +38,8 @@ ifdef PTXCONF_ROOTFS_DEV

[ptxdist] regression linking against libcgi after fixing patches in a53b663

2012-10-24 Thread Alexander Dahl
Hei hei, in commit a53b663 a typo in Makefile of LibCGI was fixed, actually in the patches fixing various things in LibCGI. This sets the soname of the library to libcgi.so.0 in the options passed to the linker. However this libcgi.so.0 is never installed but libcgi.so instead. This does work at

Re: [ptxdist] regression linking against libcgi after fixing patches in a53b663

2012-11-01 Thread Alexander Dahl
Hei hei, Am 2012-10-28 18:09, schrieb Michael Olbrich: I'm not familiar with autotools to fix this myself. Expected behaviour would be some libcgi.so.x.y.z is installed and libcgi.so.x and libcgi.so are symlinks of which only libcgi.so.x is installed to the target. If I rename libcgi.so on

Re: [ptxdist] UBIFS generation question

2012-11-01 Thread Alexander Dahl
Hei Jeff, On 01.11.2012 19:22, Jeff Horn wrote: echo $(shell git rev-parse --verify HEAD) $(ROOTDIR)/etc/revision I personally use `git describe --tags` for this, but that's more a question of taste. That works fine for creating the file in the platform/root directory. When I started to

Re: [ptxdist] [ANNOUNCE] PTXdist 2012.11.0 released

2012-11-27 Thread Alexander Dahl
Hei hei, Am 2012-11-27 13:24, schrieb Michael Olbrich: What we changed was the handling of additional compiler and linker flags. In the past we've tried to pass these flags through the build-systems of the individual packages. This was always a lot of work and wasn't very reliable. Now the

Re: [ptxdist] [PATCH] lowpan-tools: new package

2013-02-05 Thread Alexander Dahl
Hei hei, Am 2013-01-30 22:00, schrieb Alexander Aring: Now I realize it. I found rules with ':=' and '='. Could you explain the different? This is syntax of Gnu Make, see https://www.gnu.org/software/make/manual/ and especially

Re: [ptxdist] [PATCH] Update host-cmake to 2.8.10

2013-02-05 Thread Alexander Dahl
Hei Bernhard, On Tue, Feb 05, 2013 at 09:45:37PM +0100, Bernhard Walle wrote: +HOST_CMAKE_VERSION := 2.8.10 Why not 2.8.10.2, the latest bugfix release of cmake? They usually don't do these point releases but there were some little changes fixing some annoying things:

[ptxdist] [PATCH] readd _SERIES option for u-boot and add it for at91bootstrap (partially reverts dac31c4)

2013-02-06 Thread Alexander Dahl
. This can be used to have different series file in one patches directory for a given package. Removing U_BOOT_SERIES broke our BSP using this mechanism. Signed-off-by: Alexander Dahl p...@lespocky.de --- platforms/at91bootstrap.in |9 + platforms/u-boot.in|9 + 2 files

Re: [ptxdist] [PATCH] iniparser: Add package

2013-02-18 Thread Alexander Dahl
Hei hei, we use this as well but with my patches on top to build with cmake. See: https://github.com/LeSpocky/iniparser Nicolas refused to merge this into the main tree, but maybe someone else finds it useful. I have working rules/iniparser.(in|make) here for build with cmake. Contact me if

[ptxdist] [PATCH] libmodbus3: add patch for fixing alignment problem on arm

2013-03-14 Thread Alexander Dahl
We use -Wcast-align on ARMv5 platform and libmodbus3 sets -Werror which leads to a failing build in one case. This patch fixes the alignment problem. Upstream pull requested. Signed-off-by: Alexander Dahl p...@lespocky.de --- ...nt-problem-build-fails-with-Werror-and-Wc.patch | 33

Re: [ptxdist] [PATCH] libmodbus3: add patch for fixing alignment problem on arm

2013-03-19 Thread Alexander Dahl
Hei Michael, Am 2013-03-19 16:32, schrieb Michael Olbrich: On Thu, Mar 14, 2013 at 01:16:36PM +0100, Alexander Dahl wrote: We use -Wcast-align on ARMv5 platform and libmodbus3 sets -Werror which leads to a failing build in one case. This patch fixes the alignment problem. Upstream pull

Re: [ptxdist] [PATCH] gnuplot: bump to 4.6.2

2013-03-23 Thread Alexander Dahl
Hei hei, I didn't have a look in this yet, but did you have a look at my patch for gnuplot 4.6.x I posted last year? Michael wanted me to add some more stuff but I didn't have time to make myself familiar with autotools yet. :-/ Greets Alex On Sat, Mar 23, 2013 at 06:58:16PM +0100, Bernhard

Re: [ptxdist] [PATCH] gnuplot: bump to 4.6.2

2013-03-24 Thread Alexander Dahl
Hello Bernhard, On Sat, Mar 23, 2013 at 10:24:23PM +0100, Bernhard Walle wrote: Do you have some link for me? This was http://article.gmane.org/gmane.comp.embedded.ptxdist.devel/9646 from October 2012. Greets Alex -- »With the first link, the chain is forged. The first speech censured, the

Re: [ptxdist] [PATCH] libmodbus3: add patch for fixing alignment problem on arm

2013-03-26 Thread Alexander Dahl
Hei hei, Am 2013-03-19 17:27, schrieb Michael Olbrich: LIBMODBUS3_MAKE_OPT:= -C src LIBMODBUS3_INSTALL_OPT := -C src install My colleague removed 'tests' from Makefile.am, I don't know which one would be the best choice. I prefer to avoid patches when possible. Meanwhile

[ptxdist] dropbear: fixing some stuff, version bump, new hashes

2013-03-26 Thread Alexander Dahl
This patch series addresses some problems I came across when updating dropbear to the newest upstream release. First removes some options I could not even find in the upstream version control anymore (changed from anything to mercurial some time ago). Second fixes some macros which were renamed in

[ptxdist] [PATCH 1/4] remove long gone options

2013-03-26 Thread Alexander Dahl
In current versions dropbear is always linked against libutil. The option --disable-nls is also long gone upstream. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/dropbear.in |7 --- rules/dropbear.make |7 +-- 2 files changed, 1 insertions(+), 13 deletions(-) diff

[ptxdist] [PATCH 2/4] fix renamed macros

2013-03-26 Thread Alexander Dahl
-by: Alexander Dahl p...@lespocky.de --- rules/dropbear.make | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/rules/dropbear.make b/rules/dropbear.make index efa00c2..57dfe0b 100644 --- a/rules/dropbear.make +++ b/rules/dropbear.make @@ -106,10 +106,12

[ptxdist] [PATCH 3/4] bump upstream version and recreate patch series

2013-03-26 Thread Alexander Dahl
Upgrade to upstream version 2013.56 fixing some minor issues and adding support for SHA-2 hashes. See https://matt.ucc.asn.au/dropbear/CHANGES for a complete list of changes. Signed-off-by: Alexander Dahl p...@lespocky.de --- .../0001-Fix-build-on-Darwin.patch |1

[ptxdist] [PATCH 4/4] add options for recently added SHA256 and SHA512 hashes

2013-03-26 Thread Alexander Dahl
Make new hash functions available through ptxdist config menu. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/dropbear.in | 26 ++ rules/dropbear.make | 16 2 files changed, 42 insertions(+), 0 deletions(-) diff --git a/rules/dropbear.in

Re: [ptxdist] [PATCH] libmodbus3: add patch for fixing alignment problem on arm

2013-03-28 Thread Alexander Dahl
Hei hei, Am 2013-03-27 18:57, schrieb Michael Olbrich: When does this issue happen anyways? I've never seen it. The problem is in one of the test programs, code was like this before: uint16_t *tab_rp_registers; /* load some data to this poiner */ *((uint32_t *)tab_rp_registers) =

Re: [ptxdist] [ANNOUNCE] PTXdist 2013.04.0 released

2013-04-08 Thread Alexander Dahl
Am 2013-04-08 10:54, schrieb Michael Olbrich: Alexander Dahl (4): remove long gone options fix renamed macros bump upstream version and recreate patch series add options for recently added SHA256 and SHA512 hashes This is all related to dropbear, I just forgot

Re: [ptxdist] PTXdist: New cmake package (webtoolkit wt)

2013-05-04 Thread Alexander Dahl
Hei hei, Am 2013-04-22 16:33, schrieb Stranz Jan-Marc: I created new rules for that package with ptxdist newpackage target But these rules a based on autotools rather than on cmake. Go like this but just change the stuff in the .in and .make rule. What should I do? Is there an application

[ptxdist] log4cplus fails some early stage

2013-05-04 Thread Alexander Dahl
Hei hei, after adding log4cplus to one of my projects I have problems building it with ptxdist. I activated it in menuconfig, even did a `ptxdist clean` to be sure having no old stuff around after the last migrate to ptxdist 2013.04.0 and it fails like this: --

[ptxdist] [PATCH] lm_sensors: bump to v3.3.3

2013-05-07 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/lm_sensors.make |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/lm_sensors.make b/rules/lm_sensors.make index 3bde4e5..d56fbbe 100644 --- a/rules/lm_sensors.make +++ b/rules/lm_sensors.make @@ -17,14

Re: [ptxdist] [ANNOUNCE] PTXdist 2013.06.0 released

2013-06-11 Thread Alexander Dahl
Hei hei, On Mon, Jun 10, 2013 at 05:06:20PM +0200, Michael Olbrich wrote: Worth noting are the new host-system-* packages. This is now the preferred way to say 'I need something installed on the build host. I saw this in get and find it very useful, directly inspired me to write my own

Re: [ptxdist] BSP verschoben

2013-07-11 Thread Alexander Dahl
Moin, Am 2013-07-11 12:01, schrieb henrik.kr...@heidolph.de: -usplash_05.49 -mkelfImage-2.7 mkelfImage konnte erst nicht gefunden werden, konnte es aber manuel finden. Danach usplash. Das war in dieser Version aber nicht zu bekommen, sondern nur usplash_05.51. Bei diesemm

Re: [ptxdist] rc.d script

2013-07-22 Thread Alexander Dahl
Am 2013-07-22 12:19, schrieb henrik.kr...@heidolph.de: as I have created scripts in /etc/rc.d for automatic start of programms (and settings) these are not executed on startup. I can't use systemd mechanism because if I use it our GUI application has no input from the touch panel. With

Re: [ptxdist] [ANNOUNCE] PTXdist 2013.08.0 released

2013-08-13 Thread Alexander Dahl
Hei hei, Am 2013-08-12 19:52, schrieb Marc Kleine-Budde: Marc Kleine-Budde (6): platforms: generate menu for hosttools on the fly I guess this is commit 51c5786c16a9a3508af9b6cc69947a2f3b8bc7cf and it causes the *.in files in my platforms folder to be ignored. So I have two files in my

Re: [ptxdist] [PATCH] Fix problem with finding platforms/*.in

2013-08-20 Thread Alexander Dahl
Hei hei, Am 2013-08-16 17:25, schrieb Bernhard Walle: The problem was introduced with 51c5786c16a9a3508af9b6cc69947a2f3b8bc7cf on 20th June 2013. So I think it was also in 2013.07 although I didn't test.( No it's not in the 2013.07.x branch. I reported the problem after the 2013.08.0 release

Re: [ptxdist] different ptxdist versions

2013-08-29 Thread Alexander Dahl
Hei hei, Am 2013-08-29 11:53, schrieb Ruben Louw: I installed the ptxdist version 2012.12.0 and I installed another (for mini6410 to play around with) which was ptxdist 2011.03.0. is there a way to switch between the two versions? In the documentation it states that you have to build certain

[ptxdist] problem compiling gdbserver and gdb with -Wcast-align

2013-09-04 Thread Alexander Dahl
Hei hei, at the moment we are using ptxdist 2013.07.1 with OSELAS toolchain 2012.12.1 for arm-v5te. We usually have set -Wcast-align in the extra toolchain options (TARGET_EXTRA_CFLAGS and the two for C++) to spot alignment problems in our code. Most software packages throw alignment warnings.

Re: [ptxdist] problem compiling gdbserver and gdb with -Wcast-align

2013-09-05 Thread Alexander Dahl
Hei hei, Am 2013-09-04 20:38, schrieb Uwe Kleine-König: Drop the flag from the global options and use it for your code is the obvious alternative. This way you generate the warnings exactly in the parts of the build that you seem to care about. The not so obvious for you: we talk about a

[ptxdist] [PATCH] [lldpd] add package

2013-09-05 Thread Alexander Dahl
and cat from busybox so maybe those should be added as dependency. Signed-off-by: Alexander Dahl p...@lespocky.de --- generic/etc/init.d/lldpd | 139 ++ rules/lldpd-bbinit.in|9 +++ rules/lldpd.in | 97

[ptxdist] [PATCH] json-c: update to v0.10

2013-09-05 Thread Alexander Dahl
Version bump for json-c library. v0.11 is current but has built errors on ARMv5 so I decided to go with v0.10 for now. One patch is added to install a missing header file. Signed-off-by: Alexander Dahl p...@lespocky.de --- .../0001-install_json_object_iterator-h.patch | 21

[ptxdist] [PATCH 1/3] net-snmp: fix installed MIB files (one typo, one missing)

2013-09-05 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/net-snmp.make |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/net-snmp.make b/rules/net-snmp.make index 24efa72..4151d2b 100644 --- a/rules/net-snmp.make +++ b/rules/net-snmp.make @@ -240,14 +240,15

[ptxdist] [PATCH 3/3] net-snmp: fix vim mode lines

2013-09-05 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/net-snmp.in |2 ++ rules/net-snmp.make |2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rules/net-snmp.in b/rules/net-snmp.in index 10dbab0..649fb98 100644 --- a/rules/net-snmp.in +++ b/rules/net-snmp.in

Re: [ptxdist] [PATCH 2/3] net-snmp: version bump to 5.7.x LTS branch

2013-09-05 Thread Alexander Dahl
Hei hei, On Thu, Sep 05, 2013 at 09:09:01PM +0200, Uwe Kleine-König wrote: I guess adding -M to format-patch would be nice here. You're right. I assumed this to be default, would at least make sense for me. So I should do this one again, huh? ;-) Did you see my net-snmp patches on the list?

[ptxdist] [PATCH 2/3] net-snmp: version bump to 5.7.x LTS branch

2013-09-06 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- patches/net-snmp-5.6.1/series |1 - .../0001-net-snmp-config-add-SYSROOT-support.patch | 28 +++- patches/net-snmp-5.7.2/series |4 +++ rules/net-snmp.in

Re: [ptxdist] 2 earlier requests

2013-09-06 Thread Alexander Dahl
Hei Henrik, Am 2013-09-06 09:19, schrieb henrik.kr...@heidolph.de: sorry not to inform you but I have tried allong what pascal suggested yesterday and it seems to work so the qjson problem seems to be solved. Even I could'nd verify in depth. I had tried to use install_lib instead which did

Re: [ptxdist] [PATCH] [lldpd] add package

2013-09-09 Thread Alexander Dahl
Hei hei, Am 2013-09-09 11:49, schrieb Michael Olbrich: This fail to compile here: [...] checking for snmp_register_callback in -lnetsnmp... yes checking for netsnmp_enable_subagent... no configure: error: *** no subagent support in net-snmp make: *** [/state/lldpd.prepare] Error 1

Re: [ptxdist] [PATCH] lldpd: add package

2013-09-09 Thread Alexander Dahl
Hei Michael, Am 2013-09-09 16:45, schrieb Michael Olbrich: please change the subject to lldpd: ... I'll do it in the next patch, I noticed this right after sending it. :-/ Yes. This is tricky and didn't have a good idea how to check it. There's the parameter NET_SNMP_MIB_MODULES which is

Re: [ptxdist] [PATCH 1/3] net-snmp: fix installed MIB files (one typo, one missing)

2013-09-09 Thread Alexander Dahl
Hei hei, Am 2013-09-09 12:03, schrieb Michael Olbrich: On Thu, Sep 05, 2013 at 04:06:44PM +0200, Alexander Dahl wrote: Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/net-snmp.make |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/net-snmp.make b

Re: [ptxdist] [PATCH 1/3] net-snmp: fix installed MIB files (one typo, one missing)

2013-09-10 Thread Alexander Dahl
Hei hei, Am 2013-09-09 17:49, schrieb Michael Olbrich: In platform/packages/net-snmp-5.7.2/usr/share/snmp/mibs/ there are 4 files that are not listed in $(NET_SNMP_MIBS). I don't know if this is intentional because I don't know that this stuff is for. I had a look in this and first tried to

Re: [ptxdist] [PATCH 1/2] net-snmp: drop usage of undefined Kconfig variables

2013-09-10 Thread Alexander Dahl
Hei hei, although this is already in master, I had a look in this (after wondering why I could not get some values from IF-MIB). Am 2013-09-03 22:29, schrieb Uwe Kleine-König: Some variables that are used in the .make file with ifdef are not defined in the .in file. So all ifdefs evaluate to

Re: [ptxdist] [PATCH 1/2] net-snmp: drop usage of undefined Kconfig variables

2013-09-11 Thread Alexander Dahl
Hei hei, Am 2013-09-10 21:25, schrieb Uwe Kleine-König: You seem to assume this was configurable before but that is wrong. There was something like if PTXCONF_... --enable-reentrant else --disable-reentrant endif but the variable in the

[ptxdist] [PATCH 1/2] net-snmp: improve help texts and defaults

2013-09-11 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/net-snmp.in | 12 +--- rules/net-snmp.make |4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/rules/net-snmp.in b/rules/net-snmp.in index aed84a8..95b7d43 100644 --- a/rules/net-snmp.in +++ b/rules/net

[ptxdist] [PATCH 2/2] net-snmp: added extra menu entries for mib modules

2013-09-11 Thread Alexander Dahl
time. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/net-snmp.in | 48 rules/net-snmp.make |9 - 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/rules/net-snmp.in b/rules/net-snmp.in index 95b7d43..a36a915

Re: [ptxdist] [PATCH] [lldpd] add package

2013-09-11 Thread Alexander Dahl
Hei hei, before making a new patch, there's one open question. Am 2013-09-05 15:48, schrieb Alexander Dahl: The init script is inspired by the one in Debian Wheezy and adapted for busybox. It uses mkdir, seq, sleep, echo, rm and cat from busybox so maybe those should be added as dependency

Re: [ptxdist] [PATCH 1/2] net-snmp: improve help texts and defaults

2013-09-11 Thread Alexander Dahl
Hei hei, Am 2013-09-11 15:09, schrieb Uwe Kleine-König: ---disable-mib-config-checking \ ---disable-mfd-rewrites \ +--enable-mib-config-checking \ +--enable-mfd-rewrites \ Is this change intended? This is neither a change of help texts nor of defaults. So it's not

Re: [ptxdist] gpsd library

2013-09-13 Thread Alexander Dahl
Hei Thomas, Am 2013-09-13 11:29, schrieb Thomas Walter: ich habe eine Frage bzgl. GPSD bzw. libgps.a. This mailing list is in english, if you don't mind, I answer like this. Unter Ubuntu setzte ich sowohl auf dem PC als auch auf einem non-ptxdist embedded System (ebenfalls Ubuntu) die

Re: [ptxdist] gpsd library

2013-09-13 Thread Alexander Dahl
Hei Thomas, please quote correctly. You're using Microsoft Outlook 14.0, maybe http://learn.to/quote helps you (don't mind the usenet in the header, it applies for mailing lists as well). I don't want to be rude, but people are around here using text based mailers. If you can not or do not want

Re: [ptxdist] [PATCH 1/3] net-snmp: fix installed MIB files (one typo, one missing)

2013-09-16 Thread Alexander Dahl
Hei hei, Am 2013-09-16 10:25, schrieb Michael Olbrich: You misunderstood. The files are installed with make install during the install stage but _not_ installed in the targetinstall stage. I'm wondering if the should be installed in the targetinstall stage. If it's the files I listed, I

[ptxdist] net-snmp: patch series again

2013-09-20 Thread Alexander Dahl
Hei hei, I reworked my net-snmp patches and repost the whole series, because the discussions were spread over several threads lately. I tried to incorporate all suggested changes. Greets Alex -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH 2/8] net-snmp: check mib config by default

2013-09-20 Thread Alexander Dahl
this the build fails and the user can correct the chosen MIB modules. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/net-snmp.make |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/net-snmp.make b/rules/net-snmp.make index 7a25043..658273c 100644 --- a/rules/net

[ptxdist] [PATCH 3/8] net-snmp: enable rewritten mib modules by default

2013-09-20 Thread Alexander Dahl
-by: Alexander Dahl p...@lespocky.de --- rules/net-snmp.make |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/net-snmp.make b/rules/net-snmp.make index 658273c..894946b 100644 --- a/rules/net-snmp.make +++ b/rules/net-snmp.make @@ -55,7 +55,7 @@ NET_SNMP_AUTOCONF

[ptxdist] [PATCH 4/8] net-snmp: added extra menu entries for mib modules

2013-09-20 Thread Alexander Dahl
time. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/net-snmp.in | 48 rules/net-snmp.make |9 - 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/rules/net-snmp.in b/rules/net-snmp.in index 95b7d43..a36a915

[ptxdist] [PATCH 1/8] net-snmp: improve menu help texts

2013-09-20 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/net-snmp.in | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/rules/net-snmp.in b/rules/net-snmp.in index aed84a8..95b7d43 100644 --- a/rules/net-snmp.in +++ b/rules/net-snmp.in @@ -109,7 +109,11 @@ config

[ptxdist] [PATCH 8/8] net-snmp: fix vim mode lines

2013-09-20 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/net-snmp.in |2 ++ rules/net-snmp.make |2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rules/net-snmp.in b/rules/net-snmp.in index d3d1524..9821328 100644 --- a/rules/net-snmp.in +++ b/rules/net-snmp.in

[ptxdist] [PATCH 5/8] net-snmp: remove no longer used/needed stuff

2013-09-20 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/net-snmp.make |8 1 file changed, 8 deletions(-) diff --git a/rules/net-snmp.make b/rules/net-snmp.make index fca6417..e0415e8 100644 --- a/rules/net-snmp.make +++ b/rules/net-snmp.make @@ -31,7 +31,6 @@ NET_SNMP_DIR

[ptxdist] [PATCH 6/8] net-snmp: let user choose MIB files to install

2013-09-20 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/net-snmp.in | 85 +-- rules/net-snmp.make | 80 2 files changed, 137 insertions(+), 28 deletions(-) diff --git a/rules/net-snmp.in b

[ptxdist] [PATCH] log4cplus: update to v1.1.1

2013-09-23 Thread Alexander Dahl
unintrusive improvements and bug fixes Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/log4cplus.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/log4cplus.make b/rules/log4cplus.make index b91ea67..b389dd0 100644 --- a/rules/log4cplus.make +++ b

Re: [ptxdist] newer package version

2013-09-27 Thread Alexander Dahl
Hei hei, Am 2013-09-27 11:40, schrieb Kraft, Henrik: diff rules/sqlite3.in rules.save/sqlite3.in (no output because they don't differ) In case of a requested diff, please use `diff -u` for a unified diff to not interfere with e-mail quoting characters. However, your diff looks okay, the

[ptxdist] [PATCH] lldpd: add package

2013-09-27 Thread Alexander Dahl
This adds lldpd from http://vincentbernat.github.io/lldpd/ to the list of packages. Quote: »lldpd is a 802.1ab implementation (LLDP) to help you locate neighbors of all your equipments.« Signed-off-by: Alexander Dahl p...@lespocky.de --- generic/etc/init.d/lldpd | 139

Re: [ptxdist] rpi-userland cmake problems

2013-10-14 Thread Alexander Dahl
Hei hei, Am 2013-10-12 23:48, schrieb Tim Sander: The files are appended but the main lines are: RPI_USERLAND_CONF_TOOL := cmake RPI_USERLAND_CONF_OPT := $(CROSS_CMAKE_USR) -DVMCS_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_PREFIX=/usr Maybe the problem is double defining CMAKE_INSTALL_PREFIX

[ptxdist] [PATCH] dropbear: upgrade to 2013.60

2013-10-18 Thread Alexander Dahl
Several security issues were fixed between 2013.56 and 2013.59, 2013.60 fixed build on ptxdist (and other platforms). Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/dropbear.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dropbear.make b/rules

[ptxdist] [PATCH] log4cplus: update to v1.1.2

2013-10-28 Thread Alexander Dahl
bug fixes and one security fix Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/log4cplus.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/log4cplus.make b/rules/log4cplus.make index b91ea67..929f051 100644 --- a/rules/log4cplus.make +++ b/rules

Re: [ptxdist] [PATCH] dropbear: upgrade to 2013.60

2013-12-16 Thread Alexander Dahl
Hei hei, what about this one? Did anyone had time to review this? Greets Alex Am 2013-10-18 13:21, schrieb Alexander Dahl: Several security issues were fixed between 2013.56 and 2013.59, 2013.60 fixed build on ptxdist (and other platforms). Signed-off-by: Alexander Dahl p...@lespocky.de

Re: [ptxdist] git ptxdist best practices

2014-01-07 Thread Alexander Dahl
Hei hei, On 08.01.2014 03:32, Jon Ringle wrote: My initial thought is to create a git repo that holds the ptxconfig files and local rules/, and then configure the rules to somehow get the git repos by tag for building (as it seems that there is some sort of support for this in

Re: [ptxdist] git ptxdist best practices

2014-01-08 Thread Alexander Dahl
Hei hei, Am 2014-01-08 07:12, schrieb Jon Ringle: On Wed, Jan 8, 2014 at 12:56 AM, Alexander Dahl p...@lespocky.de wrote: This is exactly what we do, alas we do not use any ptxdist magic but two self written shell scripts residing in another git repository scripts included as submodule. Our

Re: [ptxdist] git ptxdist best practices

2014-01-08 Thread Alexander Dahl
Am 2014-01-08 10:21, schrieb Alexander Dahl: Okay I edited them a little and attached it. Note: the scripts itself are put in a subfolder of the BSP here named scripts. Guess what I forgot to attach?! Alex -- »With the first link, the chain is forged. The first speech censured, the first

Re: [ptxdist] git ptxdist best practices

2014-01-08 Thread Alexander Dahl
Hei Jon, On Wed, Jan 08, 2014 at 12:56:37PM -0500, Jon Ringle wrote: How do you deal with creating a rule/kernel.make file that does this if I build Linux using my own tag? It seems that kernel may need some special handling We use a vanilla kernel and just compile some additional modules for

[ptxdist] determining compiler/libc/target capabilities for monit

2014-01-20 Thread Alexander Dahl
Hei hei, I'm working on a package for monit [1]. While building fine in a usual environment things are a little different with cross-compiling it with ptxdist. I'm using ptxdist 2014.01.0 and OSELAS Toolchain 2012.12.1 building for armv5te. In the prepare stage aka when ./configure is called for

Re: [ptxdist] [PATCH] monit: add new package

2014-01-21 Thread Alexander Dahl
Hei hei, because I did almost exactly the same yesterday, I just comment on this instead of sending my own patch. Am 2014-01-20 20:30, schrieb Robert Schwebel: This adds the system monitoring daemon 'monit'. Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- rules/monit.in |

[ptxdist] [PATCH] host-perl: add modules JSON and Locale::PO

2014-01-23 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/host-system-perl.in |7 +++ rules/host-system-perl.make | 16 2 files changed, 23 insertions(+) diff --git a/rules/host-system-perl.in b/rules/host-system-perl.in index fc487ce..c02eb08 100644 --- a/rules/host

Re: [ptxdist] [PATCH] host-perl: add modules JSON and Locale::PO

2014-01-23 Thread Alexander Dahl
Hei hei, Am 2014-01-23 17:57, schrieb Michael Olbrich: Thanks, applied with small changes. I remember thinking I should order it alphabetically, don't know how it had gone wrong then. Maybe too late yesterday. :-/ Thanks anyway. :-) Greets Alex -- »With the first link, the chain is forged.

[ptxdist] [PATCH] monit: add new package

2014-01-27 Thread Alexander Dahl
This adds the system monitoring daemon 'monit'. An init script for busybox init method is included and a generic config file to start with. Signed-off-by: Alexander Dahl p...@lespocky.de --- generic/etc/init.d/monit | 167 ++ generic/etc/monitrc

[ptxdist] [PATCH] libmodbus3: upgrade to v3.0.5 and adapt download URL

2014-01-27 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/libmodbus3.make |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/libmodbus3.make b/rules/libmodbus3.make index d47cc16..ad1ed08 100644 --- a/rules/libmodbus3.make +++ b/rules/libmodbus3.make @@ -16,11

Re: [ptxdist] [PATCH] monit: add new package

2014-01-27 Thread Alexander Dahl
Hei hei, I forgot to include the target install rule for the config file. I'll fix this and resubmit the patch. Greets Alex Am 2014-01-27 11:27, schrieb Alexander Dahl: +# +# Target-Install

[ptxdist] [PATCHv2] monit: add new package

2014-01-27 Thread Alexander Dahl
This adds the system monitoring daemon 'monit'. An init script for busybox init method is included and a generic config file to start with. Signed-off-by: Alexander Dahl p...@lespocky.de --- generic/etc/init.d/monit | 167 ++ generic/etc/monitrc

Re: [ptxdist] [PATCH] ptxd_make_get.sh: handle ssh://*.git

2014-02-02 Thread Alexander Dahl
Hei hei, case ${url} in - git://*|http://*.git|https://*.git) + git://*|http://*.git|https://*.git|ssh://*.git) ptxd_make_get_download_permitted ptxd_make_get_git return ;; Does this

Re: [ptxdist] [PATCH] ptxd_make_get.sh: handle ssh://*.git

2014-02-02 Thread Alexander Dahl
Hei hei, Am 2014-02-03 08:04, schrieb Uwe Kleine-König: the more standard git-URL is: hostname:/path/to/repo.git It's more an alternative than the standard. ;-) maybe add that(, too| instead)? Maybe one could check the full list of supported URL syntax:

Re: [ptxdist] unsuscribe

2014-02-04 Thread Alexander Dahl
Am 2014-02-04 13:26, schrieb Estela Gallardo: Please do not send HTML-Messages and see what this header says: List-Unsubscribe: http://metis.pengutronix.de/cgi-bin/mailman/options/ptxdist, mailto:ptxdist-requ...@pengutronix.de?subject=unsubscribe Direct your unsubscribe mail to

[ptxdist] #ilovefs

2014-02-14 Thread Alexander Dahl
Hei hei, today is I Love Free Software Day [1], and I like to take this as a reason for thanking all the ptxdist developers and contributors for creating such a great community and an awesome piece of software. It's a pleasure to use ptxdist and to help improving it. :-) Greets Alex [1]

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

2014-02-21 Thread Alexander Dahl
Hei Bruno, Am 2014-02-21 11:06, schrieb Bruno Thomsen: Tested SNMPv3 with USM (User-based Security Model) SHA auth + AES priv, minimal agent option disabled. I couldn't find this option disabled in your patch. --$(call ptx/endis, PTXCONF_NET_SNMP_DOM_SOCK_ONLY)-agentx-dom-sock-only

[ptxdist] [PATCH] libtar: add as new package

2014-02-23 Thread Alexander Dahl
the ptxdist mechanism for creating a tarball from a git clone in get stage. Signed-off-by: Alexander Dahl p...@lespocky.de --- ...d-using-a-static-buffer-in-th_get_pathnam.patch | 92 patches/libtar-1.2.20/0002-no_maxpathlen.patch | 487 patches/libtar-1.2.20/0003-CVE-2013

Re: [ptxdist] [PATCH] libtar: add as new package

2014-02-26 Thread Alexander Dahl
Hei hei, I had some problems with the get stage and git urls we already discussed in IRC last week. This still occurs with the current ptxdist 2014.02.0 release, so I describe what I found. Am 2014-02-23 14:01, schrieb Alexander Dahl: Git only I used the ptxdist mechanism for creating

Re: [ptxdist] [PATCH 1/7] ptxdist: Add list-packages command

2014-02-26 Thread Alexander Dahl
Hei hei, would be nice to add another column with the license of the package. O:-) Greets Alex Am 26.02.2014 15:13, schrieb Sascha Hauer: This adds a command to list all packages currently selected. ptxdist gurus can use 'ptxdist print PACKAGES' for the same purpose, this command is for the

Re: [ptxdist] [PATCH] boost: version bump 1.51.0 - 1.55.0

2014-03-07 Thread Alexander Dahl
Hei hei, Am 2014-03-07 10:54, schrieb Michael Olbrich: On Fri, Mar 07, 2014 at 09:54:37AM +0100, Alexander Dahl wrote: Sorry for digging in old mails. We came across a dependency problem with the new boost libraries. We have selected chrono, filesystem, serialization, system, thread

Re: [ptxdist] [PATCH] file: upgrade to 5.17

2014-03-12 Thread Alexander Dahl
What about this one? Greets Alex On Mon, Feb 17, 2014 at 09:09:05AM +0100, Alexander Dahl wrote: Version 5.17 fixes CVE-2014-1943. See: https://security-tracker.debian.org/tracker/CVE-2014-1943 Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/file.make |4 ++-- 1 file

Re: [ptxdist] [PATCH] file: upgrade to 5.17

2014-03-12 Thread Alexander Dahl
Hei hei, On Wed, Mar 12, 2014 at 08:22:37AM +0100, Alexander Dahl wrote: What about this one? Only minutes later a new debian package appeared fixing CVE-2014-2270. I'll have a look into this, stay tuned. Alex -- »With the first link, the chain is forged. The first speech censured

[ptxdist] [PATCH 2/2] file: add security patches cherry-picked from upstream

2014-03-12 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- .../0001-Fix-memory-leak-Anatol-Belski.patch | 34 ...-in-out-of-bounds-calculations-Jan-Kaluza.patch | 23 + patches/file-5.17/series |5 +++ 3 files changed, 62

[ptxdist] [PATCH 1/2] file: upgrade to 5.17

2014-03-12 Thread Alexander Dahl
Version 5.17 fixes CVE-2014-1943. See: https://security-tracker.debian.org/tracker/CVE-2014-1943 Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/file.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/file.make b/rules/file.make index 172037d..000fd13

[ptxdist] [PATCH] lighttpd: upgrade to 1.4.35

2014-03-13 Thread Alexander Dahl
Version 1.4.35 was released 2014-03-12 containing a security fix and several other bug fixes. See http://www.lighttpd.net/2014/3/12/1.4.35/ for details. Tarball format was changed from .tar.bz2 to .tar.xz in the package rule. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/lighttpd.make

Re: [ptxdist] [PATCH] add some patches with fixes, partly queued upstream

2014-03-19 Thread Alexander Dahl
Sorry, I forgot to prepend the topic with libcgi: … :-/ Should I resend the patch? Greets Alex -- »With the first link, the chain is forged. The first speech censured, the first thought forbidden, the first freedom denied, chains us all irrevocably.« (Jean-Luc Picard, quoting Judge Aaron

<    1   2   3   4   5   6   7   8   9   10   >