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

[ptxdist] [PATCH] Fix some packages in regard to PTXdist's pre-build archive feature

2014-01-23 Thread Juergen Beisert
Attached some patches to make the use of pre-build archives to speed up builds possible again. I'm sure I do not catch all broken packages yet. If someone founds a package where the targetinstall stage grabs files from the source tree instead of the install tree, please drop me a note or send a

[ptxdist] [PATCH 4/4] PTXdist: be more helpful using the pre-build archive feature

2014-01-23 Thread Juergen Beisert
To make use of this helpful PTXdist feature, help a new user to understand how to configure her/his project. Signed-off-by: Juergen Beisert j...@pengutronix.de --- rules/project-name.in | 18 +++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/rules/project-name.in

[ptxdist] [PATCH 1/4] QT4/pre-build: installing the examples needs the source tree

2014-01-23 Thread Juergen Beisert
When installing the examples, this package cannot be used in its pre-build archive form. But else it can. So disable this feature only on demand. Signed-off-by: Juergen Beisert j...@pengutronix.de --- rules/qt4.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/qt4.make

[ptxdist] [PATCH 3/4] bluez/pre-build: installing the test scripts needs the source tree

2014-01-23 Thread Juergen Beisert
When installing the test scripts, this package cannot be used in its pre-build archive form. But else it can. So disable this feature only on demand. Signed-off-by: Juergen Beisert j...@pengutronix.de --- rules/bluez.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/bluez.make

[ptxdist] [PATCH 2/4] Mono/pre-build: targetinstall needs access to the source tree

2014-01-23 Thread Juergen Beisert
Installing the mscorlib.dll needs the access to the source tree, so this package cannot be used in its pre-build archive form. Signed-off-by: Juergen Beisert j...@pengutronix.de --- rules/mono.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/mono.make b/rules/mono.make index

Re: [ptxdist] [PATCH 1/4] QT4/pre-build: installing the examples needs the source tree

2014-01-23 Thread Marc Kleine-Budde
On 01/23/2014 10:52 AM, Juergen Beisert wrote: When installing the examples, this package cannot be used in its pre-build archive form. But else it can. So disable this feature only on demand. Signed-off-by: Juergen Beisert j...@pengutronix.de --- rules/qt4.make | 3 +++ 1 file changed, 3

[ptxdist] [PATCH] We have 2014 (yes, I'm sure)

2014-01-23 Thread Juergen Beisert
Should we reflect this in various default values? If yes, here are some changes to do so. :) Juergen -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH 2/2] Toolchain/gdb: we have the year 2014, reflect this in the default values

2014-01-23 Thread Juergen Beisert
The defaults are now pointing to the last year toolchain (2013.12) release. This includes gdb which is used in this toolchain release. Signed-off-by: Juergen Beisert j...@pengutronix.de --- platforms/toolchain.in | 8 rules/gdb-menu.in | 4 ++-- 2 files changed, 6 insertions(+), 6

[ptxdist] [PATCH 1/2] Barebox: we have the year 2014, reflect this in the default value

2014-01-23 Thread Juergen Beisert
Seems long time ago this menu entry was created :) Signed-off-by: Juergen Beisert j...@pengutronix.de --- platforms/barebox.in | 2 +- platforms/barebox_mlo.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/barebox.in b/platforms/barebox.in index

Re: [ptxdist] [PATCH 1/4] QT4/pre-build: installing the examples needs the source tree

2014-01-23 Thread Juergen Beisert
Hi Marc, On Thursday 23 January 2014 11:57:16 Marc Kleine-Budde wrote: On 01/23/2014 10:52 AM, Juergen Beisert wrote: When installing the examples, this package cannot be used in its pre-build archive form. But else it can. So disable this feature only on demand. Signed-off-by: Juergen

Re: [ptxdist] [PATCH] ptxdist getdev: Download dev packages from ${PTXCONF_SETUP_DEVMIRROR}

2014-01-23 Thread Michael Olbrich
On Mon, Jan 20, 2014 at 09:11:54PM -0500, j...@ringle.org wrote: From: Jon Ringle jrin...@gridpoint.com Version 2 This patch allows you to setup a dev package mirror to hold *-dev.tar.gz packages. Upload your *-dev.tar.gz packages to your mirror, then you can avoid rebuilding all your

Re: [ptxdist] Add patch series to ${PTXDIST_TEMPDIR}/pkghash-*

2014-01-23 Thread Michael Olbrich
On Tue, Jan 21, 2014 at 09:02:49AM -0500, Jon Ringle wrote: On Tue, Jan 21, 2014 at 4:56 AM, Michael Olbrich m.olbr...@pengutronix.de wrote: Hi, On Mon, Jan 20, 2014 at 08:32:29PM -0500, Jon Ringle wrote: When generating the ${PTXDIST_TEMPDIR}/pkghash-* in ptxd_lib_dgen.awk, have you

Re: [ptxdist] [PATCH] pv: version bump 1.1.4 - 1.4.12

2014-01-23 Thread Michael Olbrich
On Mon, Jan 20, 2014 at 10:15:33PM -0500, j...@ringle.org wrote: From: Jon Ringle jrin...@gridpoint.com also fixed URL I see two new configure options: --disable-splice --disable-ipc Can you provide a usefull default? Also, can you add --$(call ptx/endis, PTXCONF_GLOBAL_LARGE_FILE)-lfs

Re: [ptxdist] [PATCH] ptxdist getdev: Download dev packages from ${PTXCONF_SETUP_DEVMIRROR}

2014-01-23 Thread Michael Olbrich
On Mon, Jan 20, 2014 at 09:11:54PM -0500, j...@ringle.org wrote: From: Jon Ringle jrin...@gridpoint.com Version 2 This patch allows you to setup a dev package mirror to hold *-dev.tar.gz packages. Upload your *-dev.tar.gz packages to your mirror, then you can avoid rebuilding all your

Re: [ptxdist] [PATCH 4/4] bzip2: version bump 1.0.5 - 1.0.6

2014-01-23 Thread Michael Olbrich
On Mon, Jan 13, 2014 at 07:38:31PM +0100, Robert Schwebel wrote: This new version fixes a security issue: CVE-2010-0405. Thanks, all applied. Michael Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- patches/bzip2-1.0.5/0001-fixup-Makefile.patch | 207

Re: [ptxdist] [PATCH 4/4] chrony: remove duplicate targetinstall for chrony_command

2014-01-23 Thread Michael Olbrich
On Tue, Jan 14, 2014 at 08:19:49AM +0100, Robert Schwebel wrote: Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de Thanks, all applied. Michael --- rules/chrony.make | 5 - 1 file changed, 5 deletions(-) diff --git a/rules/chrony.make b/rules/chrony.make index

Re: [ptxdist] [PATCH] inetutils: version bump 1.6 - 1.9.2

2014-01-23 Thread Michael Olbrich
On Fri, Jan 17, 2014 at 08:56:15AM +0100, Robert Schwebel wrote: The option --with-PATH-CP fails during configure now. I fixed that when applying and added some more configure options. Michael Signed-off-by: Robert Schwebel r.schwe...@pengutronix.de --- rules/inetutils.make | 6 +++--- 1

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

2014-01-23 Thread Michael Olbrich
On Thu, Jan 16, 2014 at 04:54:04PM +0100, Bruno Thomsen wrote: 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/ Thanks, applied. Michael Signed-off-by: Bruno Thomsen

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

2014-01-23 Thread Michael Olbrich
On Mon, Jan 20, 2014 at 11:45:20AM +0100, Michael Olbrich wrote: Hi, On Fri, Jan 17, 2014 at 03:18:43PM +, Bruno Thomsen wrote: PTXdist comes with various patches for openssl-1.0.0k. Did you check if they are obsolete when updating to release 1.0.1e? If yes, you should remove

Re: [ptxdist] [PATCH 2/2] opkg: do not grab files from the build directory

2014-01-23 Thread Michael Olbrich
On Tue, Jan 21, 2014 at 04:27:02PM +0100, Juergen Beisert wrote: To just rename a file while installing, we also can grab this file from the install directory. This change enables the opkg package to be used as a pre-build archive. Thanks, both applied. Michael Signed-off-by: Juergen

Re: [ptxdist] [PATCH] rules/dtc: Add include of KERNEL_DIR/include

2014-01-23 Thread Michael Olbrich
On Thu, Jan 23, 2014 at 11:36:28AM +0100, Markus Pargmann wrote: include/dt-bindings may be used by dts files. This directory is missing in the dtc rule. Thanks, applied. Michael Signed-off-by: Markus Pargmann m...@pengutronix.de --- rules/dtc.make | 1 + 1 file changed, 1 insertion(+)

Re: [ptxdist] [PATCH 2/2] Toolchain/gdb: we have the year 2014, reflect this in the default values

2014-01-23 Thread Michael Olbrich
On Thu, Jan 23, 2014 at 12:32:51PM +0100, Juergen Beisert wrote: The defaults are now pointing to the last year toolchain (2013.12) release. This includes gdb which is used in this toolchain release. Thnaks, both applied. Michael Signed-off-by: Juergen Beisert j...@pengutronix.de ---

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

2014-01-23 Thread Michael Olbrich
On Thu, Jan 23, 2014 at 10:45:59AM +0100, Alexander Dahl wrote: Thanks, applied with small changes. Michael Signed-off-by: Alexander Dahl p...@lespocky.de --- rules/host-system-perl.in |7 +++ rules/host-system-perl.make | 16 2 files changed, 23

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

2014-01-23 Thread Michael Olbrich
On Mon, Dec 16, 2013 at 01:44:57PM +0100, Alexander Dahl wrote: Hei hei, what about this one? Did anyone had time to review this? Yes now :-). Try not to forget the patches next time... Applied. Michael Greets Alex Am 2013-10-18 13:21, schrieb Alexander Dahl: Several security

Re: [ptxdist] [PATCH] Bridge-utils requires a kernel version to build

2014-01-23 Thread Michael Olbrich
On Mon, Jan 13, 2014 at 08:56:05AM +0100, Jürgen Beisert wrote: Until a kernel version is defined the bridge-utils' prepare stage fails. As this failure is due to an incomplete project configuration, add a more helpful error message how to resolve it. I think this check should go to

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] Add patch series to ${PTXDIST_TEMPDIR}/pkghash-*

2014-01-23 Thread Jon Ringle
On Thu, Jan 23, 2014 at 11:10 AM, Michael Olbrich m.olbr...@pengutronix.de wrote: On Tue, Jan 21, 2014 at 09:02:49AM -0500, Jon Ringle wrote: On Tue, Jan 21, 2014 at 4:56 AM, Michael Olbrich m.olbr...@pengutronix.de wrote: Hi, On Mon, Jan 20, 2014 at 08:32:29PM -0500, Jon Ringle wrote:

Re: [ptxdist] [PATCH] We have 2014 (yes, I'm sure)

2014-01-23 Thread Uwe Kleine-König
On Thu, Jan 23, 2014 at 12:32:49PM +0100, Juergen Beisert wrote: Should we reflect this in various default values? If yes, here are some changes to do so. :) Yeah, we have 2014, so you could do: git config --global user.name Jürgen Beisert echo 'set realname = Jürgen Beisert'