<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package, branch 2017.08</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2017.08</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2017.08'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-09-01T22:41:32+00:00</updated>
<entry>
<title>transmission: correct gtk dependencies after NLS rework</title>
<updated>2017-09-01T22:41:32+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2017-09-01T22:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=9f3f664b04f8e0ec216bd39a54af9af7b44d7dc5'/>
<id>urn:sha1:9f3f664b04f8e0ec216bd39a54af9af7b44d7dc5</id>
<content type='text'>
With the recent NLS rework, BR2_ENABLE_NLS doesn't imply the absense of --disable-nls, so
configure may fail with:

configure: error: "The gtk client cannot be built without nls support.  Try adding either --enable-nls or --without-gtk"

So adjust the dependencies to use BR2_SYSTEM_ENABLE_NLS instead.

As mentioned by Arnout, an alternative solution could be to explicitly pass
--enable-nls as the stub functions are now available everywhere - But I went
with the dependency for consistency reasons.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>transmission: gtk option needs libgtk3</title>
<updated>2017-09-01T22:37:48+00:00</updated>
<author>
<name>Peter Korsgaard</name>
<email>peter@korsgaard.com</email>
</author>
<published>2017-09-01T22:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=a2935ee28886b5198093c824c4ee4892d02d10c6'/>
<id>urn:sha1:a2935ee28886b5198093c824c4ee4892d02d10c6</id>
<content type='text'>
Fixes the following configure issue:

checking for GTK... no
configure: error: Package requirements (gtk+-3.0 &gt;= 3.4.0
                              glib-2.0 &gt;= 2.32.0
                              gio-2.0 &gt;= 2.26.0,
                              gmodule-2.0 &gt;= 2.32.0
                              gthread-2.0 &gt;= 2.32.0) were not met:

libgtk2 support was dropped in commit cdd71c642724 ((trunk gtk) #4970 remove
deprecated GTK+ API calls, raise GTK+ dependency to 3.2) which was part of
transmission-2.61.

Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/transmission: fix gtk support</title>
<updated>2017-09-01T21:58:40+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-07-10T17:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=e67fbcfa94e58a4d04e081be5e318953233492c8'/>
<id>urn:sha1:e67fbcfa94e58a4d04e081be5e318953233492c8</id>
<content type='text'>
Gtk support is controlled by ARG_WITH since
https://github.com/transmission/transmission/commit/2ccc2bbbfe2e4a26dfeaa13b56c412ea0af4ebe4

Fixes a build error if libgtk2/3 was built before transmission:
http://autobuild.buildroot.net/results/6b6/6b6ce352a9edfe3aaba82be143092a878e7715ed/

Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>package/simicsfs: remove package</title>
<updated>2017-08-30T20:16:37+00:00</updated>
<author>
<name>Bin Meng</name>
<email>bmeng.cn@gmail.com</email>
</author>
<published>2017-08-30T15:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=20db09895d84ce20b66432614084fd6a54d6a9bc'/>
<id>urn:sha1:20db09895d84ce20b66432614084fd6a54d6a9bc</id>
<content type='text'>
Buildroot currently packages version 1.18 of simics, which is quite
out of date, and does not compile with Linux 4.12+. The latest package
v1.22 supports recent kernels, however that is not publicly available
anymore like the older versions.

In fact Simics is now moving away from the simicsfs kernel module, as
the kernel module has required too much maintenance work. Users should
move to the new user mode Simics agent instead. Therefore, we drop the
corresponding package from Buildroot.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/linux-tools: gpio does not build in parallel</title>
<updated>2017-08-30T20:08:49+00:00</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@free.fr</email>
</author>
<published>2017-08-30T19:25:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=4a03d1ac29fbd5d67145a7ee4631fd38163939ae'/>
<id>urn:sha1:4a03d1ac29fbd5d67145a7ee4631fd38163939ae</id>
<content type='text'>
Partially fixes #10276.

Reported-by: Ciro Santilli &lt;ciro.santilli@gmail.com&gt;
Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@free.fr&gt;
Cc: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Cc: Ciro Santilli &lt;ciro.santilli@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>libgcrypt: security bump to version 1.7.9</title>
<updated>2017-08-30T20:08:21+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2017-08-30T16:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=cd4514109a6bd248d6ca7713d97e3b257ae91c6f'/>
<id>urn:sha1:cd4514109a6bd248d6ca7713d97e3b257ae91c6f</id>
<content type='text'>
Fixes CVE-2017-0379: Mitigate a local side-channel attack on Curve25519
dubbed "May the Fourth be With You".

As we are close to release, don't update to the latest 1.8.1 version,
but to a maintenance release from the 1.7 branch.

Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>gnupg: security bump to version 1.4.22</title>
<updated>2017-08-30T20:07:45+00:00</updated>
<author>
<name>Baruch Siach</name>
<email>baruch@tkos.co.il</email>
</author>
<published>2017-08-30T12:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=453ca1d6ad6aa3d55f44734ed8479ac5fa909d8a'/>
<id>urn:sha1:453ca1d6ad6aa3d55f44734ed8479ac5fa909d8a</id>
<content type='text'>
Mitigate a flush+reload side-channel attack on RSA secret keys
dubbed "Sliding right into disaster".  For details see
&lt;https://eprint.iacr.org/2017/627&gt;.  [CVE-2017-7526]

Switch to https site for better firewall compatibility and security.

Signed-off-by: Baruch Siach &lt;baruch@tkos.co.il&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>linux-headers: bump 4.{4, 9, 12}.x series</title>
<updated>2017-08-30T20:07:02+00:00</updated>
<author>
<name>Fabio Estevam</name>
<email>fabio.estevam@nxp.com</email>
</author>
<published>2017-08-30T15:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=10b1273264ea6a61fe29a8767f2721144f23117f'/>
<id>urn:sha1:10b1273264ea6a61fe29a8767f2721144f23117f</id>
<content type='text'>
Signed-off-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>bcusdk: eibd: drop local clock_gettime in USB backends</title>
<updated>2017-08-29T21:27:58+00:00</updated>
<author>
<name>Kurt Van Dijck</name>
<email>dev.kurt@vandijck-laurijssen.be</email>
</author>
<published>2017-08-25T21:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=bc4f5598dccc191a1e2c6268fdcef1935e2fa212'/>
<id>urn:sha1:bc4f5598dccc191a1e2c6268fdcef1935e2fa212</id>
<content type='text'>
clock_gettime is defined locally, and calls pth_int_time, which
in turn calls clock_gettime.
The USB backend shouldn't overrule clock_gettime in the first place.
This patch fixes this endless recursion by removing the local defition.

Signed-off-by: Kurt Van Dijck &lt;dev.kurt@vandijck-laurijssen.be&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>linux-headers: bump 3.{2, 10}.x series</title>
<updated>2017-08-29T21:26:26+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2017-08-27T15:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=fec74492eefbf077cfaaefd8d78b6582313dddd8'/>
<id>urn:sha1:fec74492eefbf077cfaaefd8d78b6582313dddd8</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
