Re: [ptxdist] [RFC] Do not select INITMETHOD

2023-01-04 Thread Michael Olbrich
On Wed, Jan 04, 2023 at 03:47:43PM +0100, Ladislav Michl wrote: > Do not force INITMETHOD to allow BSPs to use alternative inits > on their own (minit for example) > > Now that initmethod.in part of patch is questionable, but it breaks > various ways without it, for example: > WARNING: unmet direc

Re: [ptxdist] [PATCH v2] busybox: Version bump. 1.35.0 -> 1.36.0

2023-01-04 Thread Ladislav Michl
On Wed, Jan 04, 2023 at 10:23:41AM +0100, Ladislav Michl wrote: > On Wed, Jan 04, 2023 at 10:14:33AM +0100, Christian Melki wrote: > > +config BUSYBOX_UDHCPC6_DEFAULT_SCRIPT > > + string "Absolute path to config script for IPv6" > > + default "/usr/share/udhcpc/default6.script" > > + depends

[ptxdist] [RFC] Do not select INITMETHOD

2023-01-04 Thread Ladislav Michl
Do not force INITMETHOD to allow BSPs to use alternative inits on their own (minit for example) Now that initmethod.in part of patch is questionable, but it breaks various ways without it, for example: WARNING: unmet direct dependencies detected for RC_ONCE Depends on [n]: INITMETHOD [=n] Sele

[ptxdist] [PATCH] sdl2: Version bump. 2.26.1 -> 2.26.2

2023-01-04 Thread Christian Melki
Very minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.26.2 Signed-off-by: Christian Melki --- rules/sdl2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdl2.make b/rules/sdl2.make index d04fe1b79..b1b9995ae 100644 --- a/rules/sdl2

[ptxdist] [PATCH v2] tpm2-tss: Version bump. 3.2.1 -> 4.0.0

2023-01-04 Thread Christian Melki
Looks scarier than it is. https://github.com/tpm2-software/tpm2-tss/releases/tag/4.0.0 Mostly fixes and the additions shouldn't be overwhelming. Note that library so-names (version) have chaged though. * Add libuuid to the dependency list. Signed-off-by: Christian Melki --- rules/tpm2-tss.in

[ptxdist] [PATCH] tpm2-tss: Version bump. 3.2.1 -> 4.0.0

2023-01-04 Thread Christian Melki
Looks scarier than it is. https://github.com/tpm2-software/tpm2-tss/releases/tag/4.0.0 Mostly fixes and the additions shouldn't be overwhelming. Note that library so-names (version) have chaged though. Signed-off-by: Christian Melki --- rules/tpm2-tss.make | 4 ++-- 1 file changed, 2 insertions(

[ptxdist] [PATCH] libxkbcommon: Version bump. 1.4.1 -> 1.5.0

2023-01-04 Thread Christian Melki
Minor changes. https://github.com/xkbcommon/libxkbcommon/blob/c6ff79d5c148c5e3f3e4735b683c330fc4546f67/NEWS Requires meson 0.51+ Signed-off-by: Christian Melki --- rules/libxkbcommon.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libxkbcommon.make b/rules/libx

[ptxdist] [PATCH] coreutils: Version bump. 8.32 -> 9.1

2023-01-04 Thread Christian Melki
https://github.com/coreutils/coreutils/blob/ca22b9eba09feae9ad5c8105c37e2ae5fb9abbb2/NEWS A bunch of bugfixes, some new shiny features, but no new programs afaics. * Remove patch, as that behavior is included in 9.1 * Remove prepare text, not sure what copying parts of configure was useful for? *

[ptxdist] [PATCH] tree: Version bump. 1.6.0 -> 2.1.0

2023-01-04 Thread Christian Melki
So, 10+ years since last update. A few releases has been made. https://mama.indstate.edu/users/ice/tree/changes.html * Add patch to try to cleanup the variable handling in makefile. * Fix prefix. * Add busybox tree collision handling. Signed-off-by: Christian Melki --- ...ect-prefix-handling-an

Re: [ptxdist] [PATCH v2] busybox: Version bump. 1.35.0 -> 1.36.0

2023-01-04 Thread Ladislav Michl
Hi Christian, On Wed, Jan 04, 2023 at 10:14:33AM +0100, Christian Melki wrote: > After a year of low activity and questionmarks, > we finally have a new release of busybox. > Release changelog @ https://busybox.net/ > > Not that many new features, mostly fixes. > One notable addition is seedrng.

[ptxdist] [PATCH v2] busybox: Version bump. 1.35.0 -> 1.36.0

2023-01-04 Thread Christian Melki
After a year of low activity and questionmarks, we finally have a new release of busybox. Release changelog @ https://busybox.net/ Not that many new features, mostly fixes. One notable addition is seedrng. But it marks a new release that includes security fixes. Plugs CVEs: CVE-2022-28391, CVE-20

Re: [ptxdist] [PATCH] busybox: Version bump. 1.35.0 -> 1.36.0

2023-01-04 Thread Ladislav Michl
Hi Christian, On Tue, Jan 03, 2023 at 11:29:22PM +0100, Christian Melki wrote: > After a year of low activity and questionmarks, > we finally have a new release of busybox. > Release changelog @ https://busybox.net/ > > Not that many new features, mostly fixes. > One notable addition is seedrng.