* [Buildroot] [PATCH next] systemd: bump version to 230
@ 2016-05-23 12:56 Vicente Olivert Riera
2016-05-23 14:28 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Vicente Olivert Riera @ 2016-05-23 12:56 UTC (permalink / raw)
To: buildroot
We pass "--with-default-dnssec=no" to "configure" as it might create
incompatibilities with a few DNS servers and networks.
Announcement URL:
https://lists.freedesktop.org/archives/systemd-devel/2016-May/036583.html
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/systemd/systemd.hash | 2 +-
package/systemd/systemd.mk | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/systemd/systemd.hash b/package/systemd/systemd.hash
index 7295986..141eadf 100644
--- a/package/systemd/systemd.hash
+++ b/package/systemd/systemd.hash
@@ -1,2 +1,2 @@
# sha256 locally computed
-sha256 b51b0a48d1beb388d95bd6a98d62be05490335d4bb388aefecdcb576e91e0741 systemd-229.tar.gz
+sha256 46b07568142adcd017c62e6230d39eb10d219ed3b2f13ffc12d9a3a6b1c840cd systemd-230.tar.gz
diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index 8a6aa44..b525397 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SYSTEMD_VERSION = 229
+SYSTEMD_VERSION = 230
SYSTEMD_SITE = $(call github,systemd,systemd,v$(SYSTEMD_VERSION))
SYSTEMD_LICENSE = LGPLv2.1+, GPLv2+ (udev), Public Domain (few source files, see README)
SYSTEMD_LICENSE_FILES = LICENSE.GPL2 LICENSE.LGPL2.1 README
@@ -36,6 +36,7 @@ SYSTEMD_CONF_OPTS += \
--disable-gnuefi \
--disable-ldconfig \
--disable-tests \
+ --with-default-dnssec=no \
--without-python
SYSTEMD_CFLAGS = $(TARGET_CFLAGS) -fno-lto
--
2.7.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH next] systemd: bump version to 230
2016-05-23 12:56 [Buildroot] [PATCH next] systemd: bump version to 230 Vicente Olivert Riera
@ 2016-05-23 14:28 ` Thomas Petazzoni
2016-05-23 14:42 ` Vicente Olivert Riera
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2016-05-23 14:28 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 23 May 2016 13:56:27 +0100, Vicente Olivert Riera wrote:
> We pass "--with-default-dnssec=no" to "configure" as it might create
> incompatibilities with a few DNS servers and networks.
>
> Announcement URL:
>
> https://lists.freedesktop.org/archives/systemd-devel/2016-May/036583.html
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/systemd/systemd.hash | 2 +-
> package/systemd/systemd.mk | 3 ++-
> 2 files changed, 3 insertions(+), 2 deletions(-)
Applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH next] systemd: bump version to 230
2016-05-23 14:28 ` Thomas Petazzoni
@ 2016-05-23 14:42 ` Vicente Olivert Riera
2016-05-23 14:54 ` Thomas Petazzoni
2016-05-23 16:28 ` Maxime Hadjinlian
0 siblings, 2 replies; 5+ messages in thread
From: Vicente Olivert Riera @ 2016-05-23 14:42 UTC (permalink / raw)
To: buildroot
Hello Thomas,
I just read this:
http://www.phoronix.com/scan.php?page=news_item&px=Systemd-230-FBDEV-Woe
I don't know how important is this for Buildroot.
Should we revert this commit?
Regards,
Vincent.
On 23/05/16 15:28, Thomas Petazzoni wrote:
> Hello,
>
> On Mon, 23 May 2016 13:56:27 +0100, Vicente Olivert Riera wrote:
>> We pass "--with-default-dnssec=no" to "configure" as it might create
>> incompatibilities with a few DNS servers and networks.
>>
>> Announcement URL:
>>
>> https://lists.freedesktop.org/archives/systemd-devel/2016-May/036583.html
>>
>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>> ---
>> package/systemd/systemd.hash | 2 +-
>> package/systemd/systemd.mk | 3 ++-
>> 2 files changed, 3 insertions(+), 2 deletions(-)
>
> Applied to next, thanks.
>
> Thomas
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH next] systemd: bump version to 230
2016-05-23 14:42 ` Vicente Olivert Riera
@ 2016-05-23 14:54 ` Thomas Petazzoni
2016-05-23 16:28 ` Maxime Hadjinlian
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-05-23 14:54 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 23 May 2016 15:42:26 +0100, Vicente Olivert Riera wrote:
> I just read this:
>
> http://www.phoronix.com/scan.php?page=news_item&px=Systemd-230-FBDEV-Woe
>
> I don't know how important is this for Buildroot.
>
> Should we revert this commit?
I am not sure how well the Phoronix article summarizes the problem, but
assuming it is a good summary, my understanding is that they don't
consider this as a bug, and they don't intend to fix it, other than by
having people stop using framebuffer drivers.
So I'd classify this as a "it's upstream decision" rather than as a
bug, but maybe I understand it incorrectly.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH next] systemd: bump version to 230
2016-05-23 14:42 ` Vicente Olivert Riera
2016-05-23 14:54 ` Thomas Petazzoni
@ 2016-05-23 16:28 ` Maxime Hadjinlian
1 sibling, 0 replies; 5+ messages in thread
From: Maxime Hadjinlian @ 2016-05-23 16:28 UTC (permalink / raw)
To: buildroot
Hi all,
Vicente, systemd doesn't include bootchart anymore, it's now a separate package.
I have started a branch about that on my github:
https://github.com/maximeh/buildroot/tree/systemd_bump
I'm in holiday, so I won't have time to look at that before I came
back, so feel free to take any of theses patches, I have already told
that to Yann E. Morin on IRC.
On Mon, May 23, 2016 at 4:42 PM, Vicente Olivert Riera
<Vincent.Riera@imgtec.com> wrote:
> Hello Thomas,
>
> I just read this:
>
> http://www.phoronix.com/scan.php?page=news_item&px=Systemd-230-FBDEV-Woe
>
> I don't know how important is this for Buildroot.
>
> Should we revert this commit?
>
> Regards,
>
> Vincent.
>
> On 23/05/16 15:28, Thomas Petazzoni wrote:
>> Hello,
>>
>> On Mon, 23 May 2016 13:56:27 +0100, Vicente Olivert Riera wrote:
>>> We pass "--with-default-dnssec=no" to "configure" as it might create
>>> incompatibilities with a few DNS servers and networks.
>>>
>>> Announcement URL:
>>>
>>> https://lists.freedesktop.org/archives/systemd-devel/2016-May/036583.html
>>>
>>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
>>> ---
>>> package/systemd/systemd.hash | 2 +-
>>> package/systemd/systemd.mk | 3 ++-
>>> 2 files changed, 3 insertions(+), 2 deletions(-)
>>
>> Applied to next, thanks.
>>
>> Thomas
>>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-05-23 16:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-23 12:56 [Buildroot] [PATCH next] systemd: bump version to 230 Vicente Olivert Riera
2016-05-23 14:28 ` Thomas Petazzoni
2016-05-23 14:42 ` Vicente Olivert Riera
2016-05-23 14:54 ` Thomas Petazzoni
2016-05-23 16:28 ` Maxime Hadjinlian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox