[ptxdist] [PATCH v2 1/2] file: upgrade to 5.19

2014-09-12 Thread Alexander Dahl
Numerous fixes including mem leaks, regressions, CVEs, coredumps, endianess problems, and some other fixes and improvements. See upstream changelog for details. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/file.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[ptxdist] [PATCH v2 2/2] file: add patch with upstream commit 0641e56 to fix CVE-2014-3587

2014-09-12 Thread Alexander Dahl
Signed-off-by: Alexander Dahl p...@lespocky.de --- ...p-around-Remi-Collet-at-redhat-cherry-pic.patch | 26 patches/file-5.19/series |5 2 files changed, 31 insertions(+) create mode 100644 patches/file-5.19/0001-Prevent-wrap-around

[ptxdist] [PATCH] file: upgrade to 5.19

2014-09-04 Thread Alexander Dahl
Numerous fixes including mem leaks, regressions, CVEs, coredumps, endianess problems, and some other fixes and improvements. See upstream changelog for details. Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/file.make |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Re: [ptxdist] How to enable cmake tool in ptxdist?

2014-08-31 Thread Alexander Dahl
Hei hei, On 31.08.2014 21:37, Arpit Jain wrote: How can I enable/install cmake with ptxdist --- I already tried finding it in ptxdist menuconfig but there is no such option. There's also no option for autotools. This a hidden host tools package. If it can not be done then how can I install

Re: [ptxdist] Selecting one of many packages only

2014-08-25 Thread Alexander Dahl
Hei hei, Am 2014-08-25 11:54, schrieb Dirk Schnitzler: Is there a way to exclude the rest of a list of packages if one of them was selected (like e.g. radiobuttons)? In general: yes. In Kconfig this could look like this (copied from one of our custom .in files): choice

Re: [ptxdist] [ANNOUNCE] PTXdist 2014.07.0 released

2014-07-04 Thread Alexander Dahl
Hei hei, Am 2014-07-03 18:09, schrieb Michael Olbrich: - With the new option '--auto-version' PTXdist will execute the correct PTXdist version as defined by the ptxconfig. prefix/bin/ptxdist is now a wrapper script that adds this option. This is useful when working with multiple

Re: [ptxdist] [ANNOUNCE] PTXdist 2014.07.0 released

2014-07-04 Thread Alexander Dahl
Hei hei, Am 2014-07-03 18:09, schrieb Michael Olbrich: - With the new option '--auto-version' PTXdist will execute the correct PTXdist version as defined by the ptxconfig. prefix/bin/ptxdist is now a wrapper script that adds this option. This is useful when working with multiple

Re: [ptxdist] mkfs.vfat is not available

2014-07-03 Thread Alexander Dahl
Hei hei, Am 2014-07-03 12:49, schrieb Alexander Aring: You see the location or simple type '5' to jump to the section, because the (5). Didn't know this, thanks for that. :-) btw. you know that fat is a really old filesystem and fat 32 have constrains like max 40 gb partition and max 4 GB

Re: [ptxdist] Which versionS should i use?

2014-07-02 Thread Alexander Dahl
Hei hei, Am 2014-07-01 18:10, schrieb Norbert Roos: I downloaded the project phyCORE-OMAP4-2013.01.0, which uses ptxdist 2013.01.0. Ok so far. Is this a board support package? Does it contain a toolchain? Where did you get it? Now i want to build a toolchain, but there is no OSELAS

Re: [ptxdist] [PATCH v4 4/4] collectd: Initial commit

2014-06-26 Thread Alexander Dahl
Hei Markus, I had a look on building collectd myself earlier this week and it aside after reading the section Crosscompiling in the README of collectd's source. I've got a few remarks/questions. Am 2014-06-26 15:24, schrieb Markus Pargmann: generic/lib/systemd/system/collectd.service | 10

[ptxdist] [PATCH] json-c: remove no longer needed patch series

2014-06-25 Thread Alexander Dahl
After upgrade in changeset 6e7abee162b2a808249fafc1e8933764800ef702 this series is not needed anymore. The only patch was for an issue fixed upstream shortly after the 0.10 release in 2012. Signed-off-by: Alexander Dahl p...@lespocky.de --- .../0001-install_json_object_iterator-h.patch

[ptxdist] [PATCH] net-snmp: add security patch from upstream 5.7.2.1

2014-06-19 Thread Alexander Dahl
Upstream 5.7.2.1 was released fixing one security issue (possible denial of service with ICMP-MIB on linux). However the tarball is broken, so we just add this one patch on top of the working 5.7.2 tarball. Signed-off-by: Alexander Dahl p...@lespocky.de --- ...m-fenner-fix-ICMP-mib-table

Re: [ptxdist] BeagleBone Black Support

2014-06-02 Thread Alexander Dahl
Hei hei, Am 2014-06-02 12:44, schrieb Bilal TAŞ: Is Ptxdist support BeagleBone Black ? In general: it should be possible to create a BSP for the Beaglebone Black with ptxdist. I heard of DistroKit which seems to be a prepared BSP for some platforms and it contains a config for the Beaglebone.

Re: [ptxdist] [PATCH v3] image_tgz: Make label optional

2014-05-26 Thread Alexander Dahl
Hello, Am 2014-05-21 17:03, schrieb Alexander Dahl: I'm not sure how to fix this, no time anymore today, so I let you know this way. Though I'm not entirely certain about some things in Makefiles I have a solution which works for me: % colordiff -bus ~/src/ptxdist/rules/post/image_tgz.make

Re: [ptxdist] [ANNOUNCE] PTXdist 2014.05.0 released

2014-05-21 Thread Alexander Dahl
Hei hei, Am 2014-05-12 12:56, schrieb Michael Olbrich: With image rules for UBI and Disk images the 'new' image rules should now cover most basic use-cases. What's the difference between the old and the new image rules and why should one use the one or the other? Greets Alex -- »With the

Re: [ptxdist] [PATCH v3] image_tgz: Make label optional

2014-05-21 Thread Alexander Dahl
Hei hei, Am 2014-04-23 08:52, schrieb Michael Olbrich: On Tue, Apr 22, 2014 at 12:21:59PM -0400, j...@ringle.org wrote: From: Jon Ringle jrin...@gridpoint.com Signed-off-by: Jon Ringle jrin...@gridpoint.com Thanks, applied with a followup patch. It still looks good here. Can you check

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

2014-05-07 Thread Alexander Dahl
Moin, Am 2014-05-07 10:07, schrieb Michael Olbrich: - All generated toolchain archives are now XZ comressed. Who generates this? Can I do this when building the toolchain? Up to now I do this manually. Greets Alex -- »With the first link, the chain is forged. The first speech censured, the

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

2014-05-07 Thread Alexander Dahl
Hei hei, Am 2014-05-07 12:23, schrieb Michael Olbrich: On Wed, May 07, 2014 at 10:41:33AM +0200, Alexander Dahl wrote: Am 2014-05-07 10:07, schrieb Michael Olbrich: - All generated toolchain archives are now XZ comressed. Who generates this? Can I do this when building the toolchain? Up

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

2014-05-07 Thread Alexander Dahl
Hei hei, Am 2014-05-07 14:15, schrieb Michael Olbrich: On Wed, May 07, 2014 at 01:16:10PM +0200, Alexander Dahl wrote: I like the idea, however it does not work out of the box because of line 36 in build_all_v2.mk … ;-) But handy anyway, thanks for the hint. Well, I don't think I have

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

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

2014-03-19 Thread Alexander Dahl
Hei Michael, Am 2014-03-19 10:49, schrieb Michael Olbrich: On Wed, Mar 19, 2014 at 10:19:09AM +0100, Alexander Dahl wrote: Upstream migrated the old code base to github in 2011: https://github.com/rafaelsteil/libcgi – I got the old ptxdist patches merged in 2012 and two fixes for mem leakes

[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] 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

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] 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

[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] 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] #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] 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

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:

[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

[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.

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] 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] 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

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] [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

[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

[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

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

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

[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

[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

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

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/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] [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] [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

[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] 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] 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] 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

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] [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] 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] 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] [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

[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] 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: --

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] [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] [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

<    4   5   6   7   8   9   10   11   >