Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] uclibc: update uClibc-ng to latest version 1.0.11
@ 2016-01-10 17:58 Waldemar Brodkorb
  2016-01-12 21:48 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Waldemar Brodkorb @ 2016-01-10 17:58 UTC (permalink / raw)
  To: buildroot

Update to 1.0.11. Contains a lot of bugfixes
and some new features:
 * mips{32r6,64r6} enablement
 * argp support
 * support for very simple /etc/gai.conf
 * Xtensa nommu vfork fix
 * systemd portability fixes

Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>

---
 package/uclibc/Config.in   |    2 +-
 package/uclibc/uclibc.hash |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 9ebec70..1e4d892 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -57,7 +57,7 @@ config BR2_USE_UCLIBC_SNAPSHOT
 config BR2_UCLIBC_VERSION_STRING
 	string
 	default "0.9.33.2"	if BR2_UCLIBC_VERSION_0_9_33
-	default "1.0.9"		if BR2_UCLIBC_VERSION_NG
+	default "1.0.11"		if BR2_UCLIBC_VERSION_NG
 	default BR2_USE_UCLIBC_SNAPSHOT	if BR2_UCLIBC_VERSION_SNAPSHOT
 
 config BR2_UCLIBC_CONFIG
diff --git a/package/uclibc/uclibc.hash b/package/uclibc/uclibc.hash
index 00e3389..9acb82e 100644
--- a/package/uclibc/uclibc.hash
+++ b/package/uclibc/uclibc.hash
@@ -2,7 +2,7 @@
 sha256	62333167b79afb0b25a843513288c67b59547acf653e8fbe62ee64e71ebd1587	uClibc-0.9.33.2.tar.xz
 
 # From http://www.uclibc-ng.org/
-sha256  08be8dd22ac0c3806add88b813129fb3014437eddc9d78fc73eba7f33c4b4a9d        uClibc-ng-1.0.9.tar.xz
+sha256  2fdc6b9015f8049be0eb12a5e3e446de471fb80061115afd8d72ea582cb22b74        uClibc-ng-1.0.11.tar.xz
 
 # No hash for this git snapshot
 none  xxx  uClibc-7bf35c8b7d4a1f97174eb49f47f33946b282114c.tar.gz
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] uclibc: update uClibc-ng to latest version 1.0.11
  2016-01-10 17:58 [Buildroot] [PATCH] uclibc: update uClibc-ng to latest version 1.0.11 Waldemar Brodkorb
@ 2016-01-12 21:48 ` Peter Korsgaard
  2016-01-13 19:49   ` Waldemar Brodkorb
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2016-01-12 21:48 UTC (permalink / raw)
  To: buildroot

>>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:

 > Update to 1.0.11. Contains a lot of bugfixes
 > and some new features:
 >  * mips{32r6,64r6} enablement
 >  * argp support
 >  * support for very simple /etc/gai.conf
 >  * Xtensa nommu vfork fix
 >  * systemd portability fixes

Does this mean that systemd can be now used with uClibc-NG?

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] uclibc: update uClibc-ng to latest version 1.0.11
  2016-01-12 21:48 ` Peter Korsgaard
@ 2016-01-13 19:49   ` Waldemar Brodkorb
  2016-01-13 21:42     ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Waldemar Brodkorb @ 2016-01-13 19:49 UTC (permalink / raw)
  To: buildroot

Hi Peter,
Peter Korsgaard wrote,

> >>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:
> 
>  > Update to 1.0.11. Contains a lot of bugfixes
>  > and some new features:
>  >  * mips{32r6,64r6} enablement
>  >  * argp support
>  >  * support for very simple /etc/gai.conf
>  >  * Xtensa nommu vfork fix
>  >  * systemd portability fixes
> 
> Does this mean that systemd can be now used with uClibc-NG?

In theory yes. OpenEmbedded recently switched to uClibc-ng and
I got some bug reports regarding systemd. I debugged and tested
some issues with buildroot, but I am not very interested in systemd
myself. It needs some patching of systemd and some options disabled.

So if anybody cares, you could take a look at oe git.

But as with all new features and bugfixes for uClibc-ng, it will not
work for any external uClibc toolchain or any internal uClibc
0.9.33.2 users.

best regards
 Waldemar

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] uclibc: update uClibc-ng to latest version 1.0.11
  2016-01-13 19:49   ` Waldemar Brodkorb
@ 2016-01-13 21:42     ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2016-01-13 21:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:

Hi,

>> Does this mean that systemd can be now used with uClibc-NG?

 > In theory yes. OpenEmbedded recently switched to uClibc-ng and
 > I got some bug reports regarding systemd. I debugged and tested
 > some issues with buildroot, but I am not very interested in systemd
 > myself. It needs some patching of systemd and some options disabled.

 > So if anybody cares, you could take a look at oe git.

Ok, thanks. I'm myself also not a systemd user, but if somebody else is
interested, feel free to try it out!


 > But as with all new features and bugfixes for uClibc-ng, it will not
 > work for any external uClibc toolchain or any internal uClibc
 > 0.9.33.2 users.

Indeed :/

-- 
Venlig hilsen,
Peter Korsgaard 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-13 21:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-10 17:58 [Buildroot] [PATCH] uclibc: update uClibc-ng to latest version 1.0.11 Waldemar Brodkorb
2016-01-12 21:48 ` Peter Korsgaard
2016-01-13 19:49   ` Waldemar Brodkorb
2016-01-13 21:42     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox