[ptxdist] [PATCH 1/2] sdl2: version bump 2.0.12 -> 2.0.16

2021-10-27 Thread Alexander Dahl
From: Ladislav Michl Signed-off-by: Ladislav Michl --- rules/sdl2.in | 7 --- rules/sdl2.make | 13 ++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/rules/sdl2.in b/rules/sdl2.in index b9c797c27..94aa97294 100644 --- a/rules/sdl2.in +++ b/rules/sdl2.in @@ -1

[ptxdist] [PATCH 2/2] kmscube: package should be tristate

2021-10-27 Thread Alexander Dahl
From: Ladislav Michl Signed-off-by: Ladislav Michl --- rules/kmscube.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/kmscube.in b/rules/kmscube.in index 1f8884576..b1f939807 100644 --- a/rules/kmscube.in +++ b/rules/kmscube.in @@ -1,7 +1,7 @@ ## SECTION=multimedia_

[ptxdist] [PATCH 0/2] sdl2: version bump

2021-10-27 Thread Alexander Dahl
Hello, series on behalf of Ladislav Michl, his mail setup is still broken. See quote from IRC: Mi|12:35:15 -!- ladis (Ladislav Michl) <~la...@pix.vop025.cz> has joined #ptxdist Mi|12:40:48 < ladis> https://paste.centos.org/view/79271380 Mi|12:41:49 < ladis> https://paste.centos.org/view/86e4814

Re: [ptxdist] [PATCH 1/2] host-tz-database: Version bump 2020d -> 2021e

2021-11-01 Thread Alexander Dahl
_DATABASE_VERSION) > -TZDATA_MD5 := 2f58d72e31cf073f5076c2cbf182cba3 > +TZDATA_MD5 := 4fdfad906ebc85fef30221c10964cce9 > TZDATA := tzdata$(TZDATA_VERSION) > TZDATA_SUFFIX:= tar.gz > TZDATA_URL := \ Reviewed-by: Alex

[ptxdist] [PATCH v3 1/8] dropbear: Remove host/public key DSS support

2021-11-05 Thread Alexander Dahl
DSS option was removed already from ptxdist, it is not recommended for new keys. In dropbear however, it was still default enabled, this is disabled through localoptions.h now. Fixes: 01ac7cc409b5 ("dropbear: Remove deprecated options") Signed-off-by: Alexander Dahl --- Notes:

[ptxdist] [PATCH v3 0/8] rc-once: Improve re-generation of keys

2021-11-05 Thread Alexander Dahl
to feedback - all other patches adapted to patch 1 or not changed Alexander Dahl (8): dropbear: Remove host/public key DSS support dropbear: Move targetinstall of rc-once script dropbear: Move shell variables to new common shell lib dropbear: Move KEYTYPES to shell lib and set based on m

[ptxdist] [PATCH v3 4/8] dropbear: Move KEYTYPES to shell lib and set based on menu

2021-11-05 Thread Alexander Dahl
The variable is currently not used, but it will be useful later for key generation and daemon startup based on actually selected host key types. Signed-off-by: Alexander Dahl --- Notes: v2 -> v3 - adapted to DSS key support removal projectroot/etc/init.d/dropbear

[ptxdist] [PATCH v3 2/8] dropbear: Move targetinstall of rc-once script

2021-11-05 Thread Alexander Dahl
Key generation is still needed if someone decides not to install the init script or uses a different init system. Fixes: 0e0f5d31e0e0 ("[dropbear] use rc-once to create server keys") Signed-off-by: Alexander Dahl --- rules/dropbear.make | 7 --- 1 file changed, 4 insertions(+), 3

[ptxdist] [PATCH v3 3/8] dropbear: Move shell variables to new common shell lib

2021-11-05 Thread Alexander Dahl
Debian, which seems was the base for developing this script at least 15 years ago. The lib will be extended with more variables later. Signed-off-by: Alexander Dahl --- Notes: v2 -> v3 - adapted to DSS key support removal projectroot/etc/init.d/dropbear

[ptxdist] [PATCH v3 6/8] dropbear: Support ecdsa keys in rc-once and init

2021-11-05 Thread Alexander Dahl
With 54afea33423c ("dropbear: Added Elliptic Curve Cryptography options.") an option was added to built with ecdsa host key support, but scripts where not adapted back then. Signed-off-by: Alexander Dahl --- Notes: v2 -> v3 - adapted to DSS key support remova

[ptxdist] [PATCH v3 8/8] openssh: rc-once: Do not overwrite existing keys

2021-11-05 Thread Alexander Dahl
annoying, but may be interpreted as an attack as well. Note: if an empty or invalid key is found, the key is still regenerated. Signed-off-by: Alexander Dahl --- Notes: v1 (RFC) --> v2 --- - Improve check and look at size and if it's a valid key (Michael

[ptxdist] [PATCH v3 5/8] dropbear: Refactor rc-once and init to use KEYTYPES

2021-11-05 Thread Alexander Dahl
t KEYTYPES list for 'rsa' for now. Signed-off-by: Alexander Dahl --- Notes: v2 -> v3 - adapted to DSS key support removal - put variable containing path in quotes projectroot/etc/init.d/dropbear| 13 +++-- projectroot/etc/

[ptxdist] [PATCH v3 7/8] dropbear: rc-once: Regenerate key if invalid key is found

2021-11-05 Thread Alexander Dahl
: Alexander Dahl --- projectroot/etc/rc.once.d/dropbear | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projectroot/etc/rc.once.d/dropbear b/projectroot/etc/rc.once.d/dropbear index b1c40fdbb..8a0440624 100644 --- a/projectroot/etc/rc.once.d/dropbear +++ b/projectroot/etc

Re: [ptxdist] [PATCH] U-Boot: Add TF-A dependency option.

2021-11-29 Thread Alexander Dahl
Hello Christian, On Mon, Nov 29, 2021 at 03:27:20PM +0100, Christian Melki wrote: > Let U-Boot depend on TF-A firmwares for inclusion. > TF-A firmwares are a common thing on various machines. > Also add an option to let U-Boot build without the > "Out Of Tree" option. This option sometimes breaks

Re: [ptxdist] [PATCH v2] U-Boot: Add option to disable OOT builds.

2021-11-29 Thread Alexander Dahl
Hello Christian, Am Mon, Nov 29, 2021 at 08:49:03PM +0100 schrieb Christian Melki: > This option sometimes breaks builds with various external dependencies. > Especially vendor trees that have sourcedir path references. > > Signed-off-by: Christian Melki > --- > platforms/u-boot.in | 10 +++

Re: [ptxdist] [PATCH v2] U-Boot: Add option to disable OOT builds.

2021-11-30 Thread Alexander Dahl
Hello Christian, for the record, we just discussed this on IRC … Am Mon, Nov 29, 2021 at 08:49:03PM +0100 schrieb Christian Melki: > This option sometimes breaks builds with various external dependencies. > Especially vendor trees that have sourcedir path references. > > Signed-off-by: Christian

Re: [ptxdist] [PATCH v3] U-Boot: Add option to disable OOT builds

2021-11-30 Thread Alexander Dahl
+59,13 @@ U_BOOT_WRAPPER_BLACKLIST := \ > > U_BOOT_CONF_OPT := \ > -C $(U_BOOT_DIR) \ > - O=$(U_BOOT_BUILD_DIR) \ > V=$(PTXDIST_VERBOSE) \ > $(call remove_quotes,$(PTXCONF_U_BOOT_CUSTOM_MAKE_OPTS)) > > +ifdef PTXCONF_U_BOOT_BUILD_OOT &g

[ptxdist] [PATCH] u-boot: Add option to depend on host-openssl

2021-11-30 Thread Alexander Dahl
ff-by: Alexander Dahl --- platforms/u-boot.in | 13 + 1 file changed, 13 insertions(+) diff --git a/platforms/u-boot.in b/platforms/u-boot.in index 4ddf3b3fb..d5410e4a1 100644 --- a/platforms/u-boot.in +++ b/platforms/u-boot.in @@ -2,6 +2,7 @@ menuconfig U_BOOT select BOOTL

[ptxdist] [PATCH] setup: Replace unreliable GNU mirror

2021-12-03 Thread Alexander Dahl
/lib/ptxdist-2018.05.0/rules/post/ptxd_make_world_get.make:18: /home/adahl/mnt/bagend-src_archive/libmicrohttpd-0.9.73.tar.gz] Error 1 GNU has an automatic mirror selector now, we can use that in addition to the unchanged main archive. Link: https://www.gnu.org/prep/ftp.html Signed-off-by: Alexander

[ptxdist] [PATCH] lighttpd: version bump 1.4.61 -> 1.4.62

2021-12-03 Thread Alexander Dahl
Bugfixes. Link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_62/ Link: https://www.lighttpd.net/2021/12/1/1.4.62/ Signed-off-by: Alexander Dahl --- rules/lighttpd.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/lighttpd.make b/rules

[ptxdist] [PATCH v1 0/3] libmicrohttpd: version bump

2021-12-03 Thread Alexander Dahl
Hei hei, you might have some questions or remarks on this. Greets Alex Alexander Dahl (3): libmicrohttpd: Pin down more configure options libmicrohttpd: Update license handling libmicrohttpd: version bump 0.9.66 -> 0.9.73 rules/libmicrohttpd.make |

[ptxdist] [PATCH v1 1/3] libmicrohttpd: Pin down more configure options

2021-12-03 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/libmicrohttpd.make | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make index e79b29ce4..2a4700ead 100644 --- a/rules/libmicrohttpd.make +++ b/rules/libmicrohttpd.make

[ptxdist] [PATCH v1 3/3] libmicrohttpd: version bump 0.9.66 -> 0.9.73

2021-12-03 Thread Alexander Dahl
/view.php?id=5868 Signed-off-by: Alexander Dahl --- rules/libmicrohttpd.make | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make index 313a52c9b..6955449a7 100644 --- a/rules/libmicrohttpd.make +++ b/rules

[ptxdist] [PATCH v1 2/3] libmicrohttpd: Update license handling

2021-12-03 Thread Alexander Dahl
License options depend on whether gnutls is linked or not. Signed-off-by: Alexander Dahl --- rules/libmicrohttpd.make | 10 ++ 1 file changed, 10 insertions(+) diff --git a/rules/libmicrohttpd.make b/rules/libmicrohttpd.make index 2a4700ead..313a52c9b 100644 --- a/rules

Re: [ptxdist] [PATCH] redis: new package

2021-12-03 Thread Alexander Dahl
Hello Clemens, Am Fri, Dec 03, 2021 at 04:28:39PM +0100 schrieb Clemens Gruber: > On Fri, Dec 03, 2021 at 04:17:06PM +0100, Roland Hieber wrote: > > On Thu, Dec 02, 2021 at 04:09:55PM +0100, Clemens Gruber wrote: > > > Adds a new package for redis, an open source (BSD licensed), in-memory > > > da

Re: [ptxdist] [PATCH] lighttpd: version bump 1.4.61 -> 1.4.62

2021-12-04 Thread Alexander Dahl
Hello, On Fri, Dec 03, 2021 at 10:35:38AM +0100, Alexander Dahl wrote: > Bugfixes. Meanwhile there are more bugfixes and a hotfix release: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_63/ I might send a new patch early next week. Greets Alex > Link:

[ptxdist] [PATCH v2] lighttpd: version bump 1.4.61 -> 1.4.63

2021-12-07 Thread Alexander Dahl
Bugfixes. Link: https://www.lighttpd.net/2021/12/1/1.4.62/ Link: https://www.lighttpd.net/2021/12/4/1.4.63/ Signed-off-by: Alexander Dahl --- Notes: v2: - bump to 1.4.63 instead of 1.4.62 (hot fix) rules/lighttpd.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff

Re: [ptxdist] [PATCH v3] U-Boot: Add option to disable OOT builds

2021-12-07 Thread Alexander Dahl
Hello Michael, Am Wed, Dec 08, 2021 at 08:24:06AM +0100 schrieb Michael Olbrich: > On Tue, Nov 30, 2021 at 11:39:26AM +0100, Christian Melki wrote: > > This option sometimes breaks builds with various external dependencies. > > Especially vendor trees that have sourcedir path references. > > Hmmm

[ptxdist] [PATCH] dropbear: rc-once: Fix error handling

2021-12-09 Thread Alexander Dahl
ned-off-by: Alexander Dahl --- projectroot/etc/rc.once.d/dropbear | 16 +--- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/projectroot/etc/rc.once.d/dropbear b/projectroot/etc/rc.once.d/dropbear index 8a0440624..a8725616a 100644 --- a/projectroot/etc/rc.once.d/drop

Re: [ptxdist] [PATCH 1/2] dropbear: license review

2021-12-10 Thread Alexander Dahl
Hello Roland, Am Sonntag, 5. Dezember 2021, 23:11:05 CET schrieb Roland Hieber: > Commit 80326bc43e7 (2020-11-16, Alexander Dahl: "dropbear: version bump > 2019.78 -> 2020.79") mentioned: > > The curve25519 implementation was replaced with the one by TweetNaCl, >

Re: [ptxdist] [PATCH 1/2] host-tz-database: Version bump 2020d -> 2021e

2021-12-17 Thread Alexander Dahl
Hello, Am Mon, Nov 01, 2021 at 01:46:58PM +0100 schrieb Alexander Dahl: > Hello Gavin, > > Am Montag, 1. November 2021, 12:38:47 CET schrieb Gavin Schenk: > > Signed-off-by: Gavin Schenk > > --- > > rules/host-tz-database.make | 6 +++--- > > 1 file chan

[ptxdist] [PATCH] nftables: version bump 0.8.3 -> 1.0.1

2022-01-09 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/nftables.make | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/rules/nftables.make b/rules/nftables.make index 542071d2c..aaf170e37 100644 --- a/rules/nftables.make +++ b/rules/nftables.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH 2/2] mtd-utils: Add option to install new tool 'ubiscan'

2022-01-10 Thread Alexander Dahl
The ubiscan utility was introduced with mtd-utils 2.1.4 and gives an overview over actual PEB erase counts. Signed-off-by: Alexander Dahl --- rules/mtd-utils.in | 8 rules/mtd-utils.make | 4 2 files changed, 12 insertions(+) diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in

[ptxdist] [PATCH 1/2] mtd-utils: version bump 2.1.3 -> 2.1.4

2022-01-10 Thread Alexander Dahl
Link: http://lists.infradead.org/pipermail/linux-mtd/2022-January/090742.html Signed-off-by: Alexander Dahl --- .../0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch | 0 patches/{mtd-utils-2.1.3 => mtd-utils-2.1.4}/autogen.sh | 0 patches/{mtd-utils-2.1.3 => mtd-utils

[ptxdist] [PATCH 0/2] mtd-utils: Bump version and add ubiscan

2022-01-10 Thread Alexander Dahl
Hei hei, the recently announced new version 2.1.4 of mtd-utils comes with a new tool 'ubiscan'. This is useful to get a quick picture of PEB erase counters on a NAND flash. Greets Alex Alexander Dahl (2): mtd-utils: version bump 2.1.3 -> 2.1.4 mtd-utils: Add option to ins

[ptxdist] [PATCH v2] nftables: version bump 0.8.3 -> 1.0.1

2022-01-14 Thread Alexander Dahl
Patch is part of upstream since 0.8.4 and can be removed here. Signed-off-by: Alexander Dahl --- Notes: v2: - Also remove old patch (M. Olbrich) ...enable-xtables-when-without-xtables-.patch | 32 --- patches/nftables-0.8.3/autogen.sh | 1 - patches

[ptxdist] [PATCH] libmicrohttpd: version bump 0.9.73 -> 0.9.75

2022-01-21 Thread Alexander Dahl
- improved test coverage Link: https://lists.gnu.org/archive/html/info-gnu/2021-12/msg6.html Link: https://lists.gnu.org/archive/html/info-gnu/2021-12/msg00010.html Signed-off-by: Alexander Dahl --- rules/libmicrohttpd.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [ptxdist] [PATCH v5] U-Boot: Add option to disable OOT builds

2022-01-26 Thread Alexander Dahl
> @@ -54,7 +54,7 @@ U_BOOT_WRAPPER_BLACKLIST := \ > > U_BOOT_CONF_OPT := \ > -C $(U_BOOT_DIR) \ > - O=$(U_BOOT_BUILD_DIR) \ > + $(call ptx/ifdef, PTXCONF_U_BOOT_BUILD_OOT,O=$(U_BOOT_BUILD_DIR)) \ > V=$(PTXDIST_VERBOSE) \ > $(call remove_quotes,$

[ptxdist] [PATCH] lighttpd: version bump 1.4.63 -> 1.4.64

2022-01-27 Thread Alexander Dahl
stays the same, moved only. Link: https://redmine.lighttpd.net/projects/lighttpd/wiki/Release-1_4_64 Link: https://www.lighttpd.net/2022/1/19/1.4.64/ Signed-off-by: Alexander Dahl --- rules/lighttpd.in | 28 ++-- rules/lighttpd.make | 17 - 2 files c

Re: [ptxdist] Docker rules

2022-01-27 Thread Alexander Dahl
Hello Mircea, On Thu, Jan 27, 2022 at 05:37:01PM +0100, Mircea Ciocan wrote: > are there any official or unofficial rules to have docker container support > build with PTXDist on aarch64 platforms Do you mean running Docker containers on the target? Or buildung a ptxdist based BSP in a Docker c

Re: [ptxdist] [PATCH 1/3] hiredis: new package

2022-02-07 Thread Alexander Dahl
Hei hei, On Mon, Feb 07, 2022 at 10:03:21AM +0100, Clemens Gruber wrote: > On Mon, Feb 07, 2022 at 08:39:36AM +0100, Michael Olbrich wrote: > > On Fri, Feb 04, 2022 at 05:28:07PM +0100, Clemens Gruber wrote: > > > Adds a new package for hiredis, a minimalistic C client library for > > > Redis. > >

Re: [ptxdist] [PATCH 1/3] hiredis: new package

2022-02-07 Thread Alexander Dahl
Hello Clemens, Am Mon, Feb 07, 2022 at 01:54:04PM +0100 schrieb Clemens Gruber: > Hi, > > On Mon, Feb 07, 2022 at 11:39:10AM +0100, Alexander Dahl wrote: > > Hei hei, > > > > On Mon, Feb 07, 2022 at 10:03:21AM +0100, Clemens Gruber wrote: > > > On Mon, Feb 0

Re: [ptxdist] [PATCH 1/3] hiredis: new package

2022-02-07 Thread Alexander Dahl
Hei hei, this tends to go offtopic, so I dropped most of the context … O:-) Am Mon, Feb 07, 2022 at 02:33:29PM +0100 schrieb Clemens Gruber: > > Maybe libhiredis makes something different than usual. Haven't looked > > into it. O:-) > > It seems the libhiredis cmake config only sets VERSION but

Re: [ptxdist] [PATCH] lighttpd: Version bump, 1.4.74 -> 1.4.76

2024-06-25 Thread Alexander Dahl
Hello Andreas, Am Mon, Jun 24, 2024 at 06:36:05PM +0200 schrieb Andreas Helmcke: > Important changes > - detect VU#421644 HTTP/2 CONTINUATION Flood > - avoid CVE-2024-3094 xz supply chain attack > - incrementally stronger TLS cipher defaults > > bugfixes > > Link: https://www.lighttpd.net/2024/4

[ptxdist] util-linux build error with meson and older glibc

2024-09-10 Thread Alexander Dahl
Hello everyone, building util-linux with ptxdist [1] here. After switching to meson build [2], compiling util-linux fails with OSELAS.Toolchain-2020.08.0 which contains gcc-10.2.1 and glibc-2.32. Building for architecture arm-v5te-linux-gnueabi here, console output below. Autotools build was fi

Re: [ptxdist] [PATCH] host-tz-database: Version bump. 2024a -> 2024b

2024-09-10 Thread Alexander Dahl
:= $(HOST_TZ_DATABASE_DIR) > TZCODE_STRIP_LEVEL := 0 > > TZDATA_VERSION := $(HOST_TZ_DATABASE_VERSION) > -TZDATA_MD5 := 2349edd8335245525cc082f2755d5bf4 > +TZDATA_MD5 := e1d010b46844502f12dcff298c1b7154 > TZDATA := tzdata$(TZDATA_VERSION

[ptxdist] [PATCH] util-linux: Enable libutil for pre glibc 2.34 toolchains

2024-09-10 Thread Alexander Dahl
nux: switch to meson") Link: https://lore.ptxdist.org/ptxdist/zuayutgovwik5...@pengutronix.de/T/#u Signed-off-by: Alexander Dahl --- rules/util-linux.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/util-linux.make b/rules/util-linux.make index 62cd995a0..8cf82bd83

Re: [ptxdist] util-linux build error with meson and older glibc

2024-09-10 Thread Alexander Dahl
Hello, Am Tue, Sep 10, 2024 at 12:00:26PM +0200 schrieb Michael Olbrich: > On Tue, Sep 10, 2024 at 09:07:01AM +0200, Alexander Dahl wrote: > > Hello everyone, > > > > building util-linux with ptxdist [1] here. After switching to meson > > build [2], comp

Re: [ptxdist] [PATCH] haveged: add entropy daemon

2017-07-06 Thread Alexander Dahl
Hello, On Fri, Jun 30, 2017 at 02:16:07PM +0200, Michael Olbrich wrote: > On Fri, Jun 30, 2017 at 09:19:18AM +0200, Alexander Dahl wrote: > > Besides: is there any way to have this random generator stuff > > certainly ready before generating dropbear keys (rc-once)? > > I

[ptxdist] [PATCH 0/2] haveged: bbinit startup and more download URLs

2017-07-06 Thread Alexander Dahl
Hei hei, I made the bbinit startup script for haveged as stated in the discussion before. This mini series also contains the remainings from my last year tries on this daemon, everything else was already covered by Robert. Greets Alex ___ ptxdist mail

[ptxdist] [PATCH 1/2] haveged: Add URL for upstream tarball archive

2017-07-06 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/haveged.make | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rules/haveged.make b/rules/haveged.make index 6530126..b05b0f6 100644 --- a/rules/haveged.make +++ b/rules/haveged.make @@ -20,7 +20,9 @@ HAVEGED_VERSION := 1.9.1

[ptxdist] [PATCH 2/2] haveged: Introduce bbinit startup

2017-07-06 Thread Alexander Dahl
Added a startup script inspired by upstream, debian, buildroot and the lldpd startup script already present in ptxdist. Also added the usual ptxdist menu stuff for daemons started with bbinit method. Signed-off-by: Alexander Dahl --- projectroot/etc/init.d/haveged | 114

Re: [ptxdist] Ptxdist / DistroKit Questions

2017-07-09 Thread Alexander Dahl
Hei hei, On Sun, Jul 09, 2017 at 03:09:21PM +0200, Vlastimil Setka wrote: > # Is it possible to built some packages into .ipk files, but do not include > them by default in the image? I thought that the [M] option available in > menuconfig could be intended for this, but seems it does not work thi

Re: [ptxdist] changing fakeroot-1.14.4/configure file for ptxdist-2015.05.0

2017-07-13 Thread Alexander Dahl
Hei hei, On Thu, Jul 13, 2017 at 05:24:57PM +0530, Amar kumar Nandan wrote: > I want to change configure file for fakeroot-1.14.4. > I am using ptxdist (ptxdist-2015.05.0) to manage fakeroot-1.14.4. You may want to migrate your BSP to ptxdist-2017.06.0 … > How/where can I change ptxdist to modi

[ptxdist] rc kernel from tarball

2017-07-21 Thread Alexander Dahl
Hei hei, I tried to use the current v4.13-rc1 kernel today, but apparently this does not work out of the box just setting PTXCONF_KERNEL_VERSION to 4.13-rc1. On https://www.kernel.org/ you can get a gz packed tarball from the URL https://git.kernel.org/torvalds/t/linux-4.13-rc1.tar.gz or if you go

[ptxdist] [PATCH] util-linux-ng: Add dependency for 'column' tool

2017-08-10 Thread Alexander Dahl
When selecting only tools which do not require libsmartcols, but column, targetinstall fails. 'column' seems to require libsmartcols now and is not build if libsmartcols is disabled. When enabling it, everything works fine. Signed-off-by: Alexander Dahl --- rules/util-linux-ng.in | 1

[ptxdist] [PATCH 0/4] lighttpd: Update and suggestions from last year

2017-08-11 Thread Alexander Dahl
look and test, as you can read in the News section on https://www.lighttpd.net/ quite some things changed, although I suppose almost every config out there should still run. Greets Alex Alexander Dahl (4): lighttpd: Ugprade from 1.4.39 to 1.4.45 lighttpd: Rename memcache option to memcached

[ptxdist] [PATCH 4/4] lighttpd: Install mime.conf and remove hardcoded values

2017-08-11 Thread Alexander Dahl
Suggested-by: Michael Olbrich Signed-off-by: Alexander Dahl --- projectroot/etc/lighttpd/lighttpd.conf | 54 -- rules/lighttpd.make| 14 + 2 files changed, 14 insertions(+), 54 deletions(-) diff --git a/projectroot/etc/lighttpd

[ptxdist] [PATCH 3/4] lighttpd: Simplify additional config include

2017-08-11 Thread Alexander Dahl
Since version 1.4.40 lighttpd supports file globs for includes. See announcement: https://www.lighttpd.net/2016/7/16/1.4.40/ Signed-off-by: Alexander Dahl --- projectroot/etc/lighttpd/lighttpd.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projectroot/etc/lighttpd

[ptxdist] [PATCH 1/4] lighttpd: Ugprade from 1.4.39 to 1.4.45

2017-08-11 Thread Alexander Dahl
active and another module has to be loaded for it For removal of the runstatedir configure option see the discussion on the proposed patch 1.4.39 -> 1.4.42 from October 2016. Signed-off-by: Alexander Dahl --- rules/lighttpd.make | 15 ++- 1 file changed, 10 insertions(+), 5 deleti

[ptxdist] [PATCH 2/4] lighttpd: Rename memcache option to memcached

2017-08-11 Thread Alexander Dahl
suggested by Michael Olbrich. Suggested-by: Andreas Geisenhainer Signed-off-by: Alexander Dahl --- rules/lighttpd.in | 6 +++--- rules/lighttpd.make | 2 +- scripts/migrate/migrate_ptx | 8 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/rules/lighttpd.in b

Re: [ptxdist] [PATCH 4/4] lighttpd: Install mime.conf and remove hardcoded values

2017-08-11 Thread Alexander Dahl
Hi, Am Freitag, 11. August 2017, 10:04:02 schrieb Alexander Dahl: > + @$(call targetinfo) > + @cd $(LIGHTTPD_DIR) && \ > + $(LIGHTTPD_PATH) $(LIGHTTPD_MAKE_ENV) \ > + $(MAKE) $(LIGHTTPD_INSTALL_OPT) > + install -D -m 644 "$(LIG

[ptxdist] [PATCH v2 3/4] lighttpd: Simplify additional config include

2017-08-23 Thread Alexander Dahl
Since version 1.4.40 lighttpd supports file globs for includes. See announcement: https://www.lighttpd.net/2016/7/16/1.4.40/ Signed-off-by: Alexander Dahl --- projectroot/etc/lighttpd/lighttpd.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projectroot/etc/lighttpd

[ptxdist] [PATCH v2 0/4] lighttpd: Update and suggestions from last year

2017-08-23 Thread Alexander Dahl
://redmine.lighttpd.net/boards/2/topics/7520 Greets Alex Changelog: v1 -> v2: * fix non default install stage for extra mime.conf installation Alexander Dahl (4): lighttpd: Ugprade from 1.4.39 to 1.4.45 lighttpd: Rename memcache option to memcached lighttpd: Simplify additional con

[ptxdist] [PATCH v2 4/4] lighttpd: Install mime.conf and remove hardcoded values

2017-08-23 Thread Alexander Dahl
Suggested-by: Michael Olbrich Signed-off-by: Alexander Dahl --- v1 -> v2: * use world/install instead of what the outdated documentation says --- projectroot/etc/lighttpd/lighttpd.conf | 54 -- rules/lighttpd.make| 12 2 files chan

[ptxdist] [PATCH v2 1/4] lighttpd: Ugprade from 1.4.39 to 1.4.45

2017-08-23 Thread Alexander Dahl
active and another module has to be loaded for it For removal of the runstatedir configure option see the discussion on the proposed patch 1.4.39 -> 1.4.42 from October 2016. Signed-off-by: Alexander Dahl --- rules/lighttpd.make | 15 ++- 1 file changed, 10 insertions(+), 5 deleti

[ptxdist] [PATCH v2 2/4] lighttpd: Rename memcache option to memcached

2017-08-23 Thread Alexander Dahl
suggested by Michael Olbrich. Suggested-by: Andreas Geisenhainer Signed-off-by: Alexander Dahl --- rules/lighttpd.in | 6 +++--- rules/lighttpd.make | 2 +- scripts/migrate/migrate_ptx | 8 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/rules/lighttpd.in b

Re: [ptxdist] [PATCH] README: update documentation URL

2017-08-24 Thread Alexander Dahl
Hei hei, Am Donnerstag, 24. August 2017, 12:07:08 schrieb Roland Hieber: > -http://www.pengutronix.de/software/ptxdist/documentation_en.html > +http://testbed.ptxdist.org/doc Looks like a preliminary address? Will there be an official new ptxdist site, and wouldn't it be better to put the real a

Re: [ptxdist] [PATCH v2 1/4] lighttpd: Ugprade from 1.4.39 to 1.4.45

2017-08-25 Thread Alexander Dahl
Hei hei, Am Freitag, 25. August 2017, 09:38:44 schrieb Michael Olbrich: > On Wed, Aug 23, 2017 at 12:36:39PM +0200, Alexander Dahl wrote: > > - --$(call ptx/wwo, PTXCONF_LIGHTTPD_MEMCACHE)-memcache \ > > + --without-geoip \ > > + --$(call ptx/wwo, PTXCONF_LIGHTTP

Re: [ptxdist] [PATCH v2 1/4] lighttpd: Ugprade from 1.4.39 to 1.4.45

2017-08-26 Thread Alexander Dahl
Hello, On Fri, Aug 25, 2017 at 10:05:13AM +0200, Alexander Dahl wrote: > Marking LIGHTTPD_MEMCACHE(D) as broken would be the easiest for now I > guess. Should this go into a separate patch, together with this one > upgrading from 1.4.39 to 1.4.45, or in the second one which re

[ptxdist] [PATCH v3 0/4] lighttpd: Update and suggestions from last year

2017-08-28 Thread Alexander Dahl
://redmine.lighttpd.net/boards/2/topics/7520 Greets Alex Changelog: v1 -> v2: * fix non default install stage for extra mime.conf installation v2 -> v3: * changed dependency from libmemcache to libmemcached * libmemcached: added dependency to BROKEN Alexander Dahl (4): lighttpd: U

[ptxdist] [PATCH v3 1/4] lighttpd: Ugprade from 1.4.39 to 1.4.45

2017-08-28 Thread Alexander Dahl
From: Alexander Dahl * webdav support was improved in 1.4.40, we switch on the additional webdav related configure options, if webdav is selected * auth framework was rewritten in 1.4.42, while all other auth backends (krb5, ldap, mysql) are disabled in ptxdist by configure, the basic

[ptxdist] [PATCH v3 2/4] lighttpd: Rename memcache option to memcached

2017-08-28 Thread Alexander Dahl
From: Alexander Dahl The memcached ./configure option for lighttpd changed, see the changeset for upgrading lighttpd package from 1.4.39 to 1.4.45. For making the configure option consistent with the menu entry, the menu variable is renamed here. It seems lighttpd has switched from libmemcache

[ptxdist] [PATCH v3 3/4] lighttpd: Simplify additional config include

2017-08-28 Thread Alexander Dahl
From: Alexander Dahl Since version 1.4.40 lighttpd supports file globs for includes. See announcement: https://www.lighttpd.net/2016/7/16/1.4.40/ Signed-off-by: Alexander Dahl --- projectroot/etc/lighttpd/lighttpd.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a

[ptxdist] [PATCH v3 4/4] lighttpd: Install mime.conf and remove hardcoded values

2017-08-28 Thread Alexander Dahl
From: Alexander Dahl As suggested on the mailing list back in late 2016 this removes the hardcoded mimetype values from lighttpd.conf and installs mime.conf provided by upstream instead. You can still have your own mime.conf by putting it in projectroot/etc/lighttpd/conf.d of course. Suggested

[ptxdist] [PATCH 0/2] mtd-utils: Upgrade and new tool nandmarkbad

2017-08-30 Thread Alexander Dahl
27; which is not yet upstream and still discussed on linux-mtd. I did not test any tools on the target yet, but would strongly recommend it! Also I'd like to hear some feedback on how I set the ./configure options, this approach is inspired by the util-linux-ng package. Greets Alex Alexan

[ptxdist] [PATCH 2/2] mtd-utils: Add patch for new tool 'nandmarkbad'

2017-08-30 Thread Alexander Dahl
taken from https://patchwork.ozlabs.org/patch/807596/ Suggested-by: Uwe Kleine-König Signed-off-by: Alexander Dahl --- ...andmarkbad-new-util-to-mark-blocks-as-bad.patch | 158 + patches/mtd-utils-2.0.1/autogen.sh | 1 + patches/mtd-utils-2.0.1/series

[ptxdist] [PATCH 1/2] mtd-utils: Upgrade from 1.5.2 to 2.0.1

2017-08-30 Thread Alexander Dahl
options now. All other patches were applied upstream. Signed-off-by: Alexander Dahl --- .../mtd-utils-1.5.2/0001-make-ubifs-optional.patch | 23 -- ...0002-Make-liblzo-optional-for-ubifs-tools.patch | 68 ...change-add_directory-argument-to-existing.patch | 97 -- ...use-xmalloc-xzalloc-for

Re: [ptxdist] man/ptxdist.1.gz corrupt in ptxdist-2017.07.0

2017-08-31 Thread Alexander Dahl
Hei hei, On Thu, Aug 31, 2017 at 04:14:24PM +0100, Ian Abbott wrote: > I don't think anyone has mentioned this yet on the mailing list, but I'm > sure a few people other than myself will have noticed that the ptxdist man > page distributed with ptxdist-2017.07.0 is just a gzip-compressed, empty >

Re: [ptxdist] [PATCH 01/19] busybox: version bump 1.26.2 -> 1.27.2

2017-09-01 Thread Alexander Dahl
Hei hei, On Fri, Sep 01, 2017 at 06:39:11PM +0200, Clemens Gruber wrote: > Signed-off-by: Clemens Gruber > --- I miss at least some words on noteworthy changes, or potential issues when migrating. Otherwise it's just 3500 lines of kconfig diff. :-/ Greets Alex -- »With the first link, the cha

Re: [ptxdist] [PATCH 01/19] busybox: version bump 1.26.2 -> 1.27.2

2017-09-02 Thread Alexander Dahl
Hei Clemens, On Sat, Sep 02, 2017 at 12:51:07PM +0200, Clemens Gruber wrote: > The Kconfig changes result from ptxdist make busybox_import and we did > not describe these changes in commit messages before. See git log > config/busybox Well okay, doesn't hurt to write this. > There's nothing real

[ptxdist] policy for shared or static libs in ptxdist?

2017-09-12 Thread Alexander Dahl
Hei everyone, for a C library project built with CMake, which I'm currently the maintainer for, I got some patches from the buildroot folks to support static linking of the library. AFAIK buildroot supports building the whole BSP statically linked. For CMake based projects it sets the global C

Re: [ptxdist] [Patch 3/3] lm_sensors: fix url

2017-09-12 Thread Alexander Dahl
rrent upstream. Acked-by: Alexander Dahl Greets Alex [1] https://github.com/groeck/lm-sensors/issues/3 ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Yocto

2017-09-12 Thread Alexander Dahl
Hei hei, Am Montag, 11. September 2017, 07:14:00 schrieb Schenk, Gavin: > * No Tab-completition as PTXDIST offers it. 5 > Stages, ~130packages and 100.000 commands. I think a very usefull > feature in PTXDIST! How does this work? I use zsh and have no tab completion for ptxdist, but miss it ever

Re: [ptxdist] Yocto

2017-09-12 Thread Alexander Dahl
Hei hei, Am Montag, 11. September 2017, 11:25:53 schrieb Guillermo Rodriguez Garcia: > The main good thing about Yocto is that it is becoming hugely popular > and has a > very strong and active community. It would be great if the same would > happen with > ptxdist :-) FWIW: somewhere in between

Re: [ptxdist] policy for shared or static libs in ptxdist?

2017-09-13 Thread Alexander Dahl
Hello, Am Mittwoch, 13. September 2017, 07:54:51 schrieb Robert Schwebel: > > So what I want to know is how this is handled or should be handled > > in > > ptxdist? Depending on that I maybe will send a patch for building > > CMake based (library) packages. > > Make static library handling possib

Re: [ptxdist] [PATCH] sudo: version bump 1.8.9p5 -> 1.8.21p2

2017-09-15 Thread Alexander Dahl
Hello Denis, Am Freitag, 15. September 2017, 08:07:15 CEST schrieb Denis OSTERLAND: > Signed-off-by: Denis Osterland > --- > .../0001-install-sh-disable-stripping.patch| 25 > ++ patches/sudo-1.8.21p2/series | > 4 > .../0001-install-sh-disa

Re: [ptxdist] Build speed ups

2017-09-18 Thread Alexander Dahl
Hei hei, On Mon, Sep 18, 2017 at 02:33:50PM +0200, Erwin Rol wrote: > Distributed CC (distcc/icecc) seem a possibly to scale up things in > smaller steps (ad cheap compile server one by one) Sadly I don't have > any experience with it, but it is something I want to look into. We use icecc here. B

[ptxdist] [PATCH] tcpdump: Upgrade from 4.9.1 to 4.9.2

2017-09-18 Thread Alexander Dahl
This is a security update including a long list of CVE. See the changelog for details: http://www.tcpdump.org/tcpdump-changes.txt Signed-off-by: Alexander Dahl --- rules/tcpdump.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/tcpdump.make b/rules/tcpdump.make

[ptxdist] Handling build time only dependencies

2017-09-22 Thread Alexander Dahl
Hello, I'm a little stuck with a problem I consider a maybe common one. I have an ordinary C library. For some projects I compile and link against it the usual way, so in my applications .in rule I just do 'SELECT LIBFOO' and the library package will be copied to the target including .so file, loa

Re: [ptxdist] Handling build time only dependencies

2017-09-22 Thread Alexander Dahl
Hello, On Fri, Sep 22, 2017 at 04:06:19PM +0200, Michael Olbrich wrote: > On Fri, Sep 22, 2017 at 03:24:08PM +0200, Alexander Dahl wrote: > > Can I express this somehow in ptxdist and how? > > "select LIBFOO if BUILDTIME" This is it, thank you. :-) Greets Alex --

Re: [ptxdist] [PATCH v2] iptables: fix large file support

2017-10-04 Thread Alexander Dahl
Hello, Am Mittwoch, 4. Oktober 2017, 11:02:21 CEST schrieb Juergen Borleis: > diff --git a/rules/iptables.make b/rules/iptables.make > index 721030aac..e8aa9f498 100644 > --- a/rules/iptables.make > +++ b/rules/iptables.make > @@ -21,8 +21,8 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables > # > # Pa

Re: [ptxdist] [PATCH] beep: new package

2017-10-09 Thread Alexander Dahl
Hei hei, On Mon, Oct 09, 2017 at 07:02:36PM +0200, Bastian Stender wrote: > diff --git a/rules/beep.make b/rules/beep.make > new file mode 100644 > index 0..74931ca4c > --- /dev/null > +++ b/rules/beep.make > @@ -0,0 +1,56 @@ > +# -*-makefile-*- > +# > +# Copyright (C) 2017 by Johnathan Ni

[ptxdist] kernel prepare stage creates extra series file

2017-10-13 Thread Alexander Dahl
Hei hei, I'm currently investigating a minor annoying issue. For our BSP we set PTXCONF_PLATFORM to something like 'at91foo'. Recently we added some kernel patches (we didn't have those before when using a pure vanilla kernel, this is no option anymore) and we put those to $ (PTXDIST_WORKSPACE

Re: [ptxdist] kernel prepare stage creates extra series file

2017-10-16 Thread Alexander Dahl
Hi, (What I didn't mention before: the BSP is on ptxdist 2017.09.0.) Am Montag, 16. Oktober 2017, 14:40:51 CEST schrieb Michael Olbrich: > The only place ptxdist creates a series file, is, when it cannot find one > (This is in scripts/lib/ptxd_make_world_patchin.sh line 282). In that case, > you

Re: [ptxdist] kernel prepare stage creates extra series file

2017-10-16 Thread Alexander Dahl
Hi, Am Montag, 16. Oktober 2017, 15:42:37 CEST schrieb Michael Olbrich: > In your case I can see two solutions: > 1. Move the patches to configs/platform-XXX/patches/linux-4.9.47/ and just >use 'series'. Yes, I already knew that one. > 2. Use a slightly different version for the kernel-heade

[ptxdist] [PATCH] libnet: upgrade from 1.1.4 to 1.1.6

2017-10-19 Thread Alexander Dahl
From: Alexander Dahl New upstream version includes general improvements, and bugfixes. The old patch series can be dropped, a similar check was included upstream. configure options were reviewed, set two of them to fix values. Signed-off-by: Alexander Dahl --- patches/libnet-1.1.4/autogen.sh

Re: [ptxdist] Building perf from ptxdist

2017-10-25 Thread Alexander Dahl
Hello Jon, Am Mittwoch, 25. Oktober 2017, 09:16:29 CEST schrieb jon.b...@gd-ms.uk: > Can anyone give me some guidelines as to how you could go about building > perf (held with the kernel sources) under ptxdist. In particular, I need it > to pick up libelf for enabling userspace tracing on target.

Re: [ptxdist] Building perf from ptxdist

2017-10-25 Thread Alexander Dahl
Hei hei, Am Mittwoch, 25. Oktober 2017, 09:51:05 CEST schrieb jon.b...@gd-ms.uk: > > Go to menuconfig --> Core (libc, locales) --> kernel tools --> perf > > > > It should just work activating and using it on target, if you set the > > right kernel config options. > > > > I don't have that optio

[ptxdist] [PATCH] tz: Upgrade from 2017b to 2017c

2017-10-27 Thread Alexander Dahl
t was only rewording to clarify which licenses apply to which parts, no changes in licensing itself. Signed-off-by: Alexander Dahl --- rules/host-tz-database.make | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rules/host-tz-database.make b/rules/host-tz-database.

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