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

[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 --- 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 PHP5_AUTOCONF += --w

[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 --- ...make-it-possible-to-force-cross-compiling.patch | 35 patches/php-5.3.1

[ptxdist] [PATCH 1/2] opkg: clean up rule file

2014-01-21 Thread Juergen Beisert
While working on the opkg package its time to do the dishes. Signed-off-by: Juergen Beisert --- rules/opkg.make | 40 +--- 1 file changed, 9 insertions(+), 31 deletions(-) diff --git a/rules/opkg.make b/rules/opkg.make index a433054..8fc464f 100644 --- a/rule

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

2014-01-21 Thread Juergen Beisert
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. Signed-off-by: Juergen Beisert --- rules/opkg.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/opkg

[ptxdist] [PATCH] opkg: beautifying and fixing

2014-01-21 Thread Juergen Beisert
While working on the "use pre-build archives" feature of PTXdist I stumbled about opkg. And while already there also some beautifying of the rule file. jbe -- ptxdist mailing list ptxdist@pengutronix.de

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

2014-01-21 Thread Jon Ringle
On Tue, Jan 21, 2014 at 4:56 AM, Michael Olbrich 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 considered adding to that the contents of the first >> ${PTXDIST_PATH_PATCHES}/this_PK

Re: [ptxdist] [PATCH] Kernel: never provide a development prebuild package

2014-01-21 Thread Juergen Beisert
On Tuesday 21 January 2014 13:00:44 Robert Schwebel wrote: > [...] > The idea of the devpkg mechanism is to build everything beforehand. A > standard usecase is that one team prepares a system and another one does > already care about the application. So it would be helpful to have also > the kerne

Re: [ptxdist] [PATCH] Kernel: never provide a development prebuild package

2014-01-21 Thread Michael Olbrich
On Tue, Jan 21, 2014 at 01:00:44PM +0100, Robert Schwebel wrote: > On Tue, Jan 21, 2014 at 12:59:55PM +0100, Juergen Beisert wrote: > > Even if the developer enables the usage of prebuild packages, the Linux > > kernel > > should not be part of it. The kernel is a too sensitive part and its build

Re: [ptxdist] [PATCH] Kernel: never provide a development prebuild package

2014-01-21 Thread Robert Schwebel
On Tue, Jan 21, 2014 at 12:59:55PM +0100, Juergen Beisert wrote: > Even if the developer enables the usage of prebuild packages, the Linux kernel > should not be part of it. The kernel is a too sensitive part and its build > must > always be forced. > > Signed-off-by: Juergen Beisert > --- >

[ptxdist] [PATCH] Kernel: never provide a development prebuild package

2014-01-21 Thread Juergen Beisert
Even if the developer enables the usage of prebuild packages, the Linux kernel should not be part of it. The kernel is a too sensitive part and its build must always be forced. Signed-off-by: Juergen Beisert --- diff --git a/rules/kernel.make b/rules/kernel.make index 8301b83..f4b3990 100644

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

2014-01-21 Thread Michael Olbrich
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 considered adding to that the contents of the first > ${PTXDIST_PATH_PATCHES}/this_PKG/series file found if one exists? This > would make the *_CFGHAS

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

2014-01-21 Thread Michael Olbrich
On Tue, Jan 21, 2014 at 09:51:01AM +0100, Alexander Dahl wrote: > 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'. > > > >

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 > --- > rules/monit.in | 20 >