<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot/package/Config.in, branch 2017.02</title>
<subtitle>OpenPOWER buildroot sources</subtitle>
<id>https://git.raptorcs.com/git/buildroot/atom?h=2017.02</id>
<link rel='self' href='https://git.raptorcs.com/git/buildroot/atom?h=2017.02'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/'/>
<updated>2017-02-09T18:41:15+00:00</updated>
<entry>
<title>ddrescue: new package</title>
<updated>2017-02-09T18:41:15+00:00</updated>
<author>
<name>Peter Seiderer</name>
<email>ps.report@gmx.net</email>
</author>
<published>2017-02-09T17:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=0602617d0e9306dd88cfeb4b3e971356fe237898'/>
<id>urn:sha1:0602617d0e9306dd88cfeb4b3e971356fe237898</id>
<content type='text'>
Signed-off-by: Peter Seiderer &lt;ps.report@gmx.net&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>python-bitstring: new package</title>
<updated>2017-02-06T16:17:35+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2017-02-06T15:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c9129558b960de1264319e8518d74674a877d5b5'/>
<id>urn:sha1:c9129558b960de1264319e8518d74674a877d5b5</id>
<content type='text'>
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>python-attrs: new package</title>
<updated>2017-02-06T16:15:35+00:00</updated>
<author>
<name>Yegor Yefremov</name>
<email>yegorslists@googlemail.com</email>
</author>
<published>2017-02-06T15:56:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=9ebf0a963f86889bb6d71feb79b1ef83fa7232be'/>
<id>urn:sha1:9ebf0a963f86889bb6d71feb79b1ef83fa7232be</id>
<content type='text'>
Signed-off-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>python-gunicorn: new package</title>
<updated>2017-02-05T21:51:45+00:00</updated>
<author>
<name>Lionel Flandrin</name>
<email>lionel@svkt.org</email>
</author>
<published>2017-01-30T14:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c0ccf24082a7c9133366184412f96284a7dd35c5'/>
<id>urn:sha1:c0ccf24082a7c9133366184412f96284a7dd35c5</id>
<content type='text'>
Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s a
pre-fork worker model ported from Ruby’s Unicorn project. The Gunicorn
server is broadly compatible with various web frameworks, simply
implemented, light on server resource usage, and fairly speedy.

Signed-off-by: Lionel Flandrin &lt;lionel@svkt.org&gt;
Reviewed-by: Yegor Yefremov &lt;yegorslists@googlemail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>hiredis: new package</title>
<updated>2017-01-30T20:09:57+00:00</updated>
<author>
<name>Fabrice Fontaine</name>
<email>fontaine.fabrice@gmail.com</email>
</author>
<published>2017-01-28T20:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c487d0671d444a024707f8c5fa5d7571090b629f'/>
<id>urn:sha1:c487d0671d444a024707f8c5fa5d7571090b629f</id>
<content type='text'>
Minimalistic C client for Redis &gt;= 1.2

It is minimalistic because it just adds minimal support for
the protocol, but at the same time it uses a high level
printf-alike API in order to make it much higher level than
otherwise suggested by its minimal code base and the lack of
explicit bindings for every Redis command.

https://github.com/redis/hiredis

[Peter: use install -t / -D, fix arguments]
Signed-off-by: Fabrice Fontaine &lt;fabrice.fontaine@orange.com&gt;
Reviewed-by: Romain Naour &lt;romain.naour@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>git-crypt: new package</title>
<updated>2017-01-30T14:38:04+00:00</updated>
<author>
<name>Francesco Negri</name>
<email>francesconegri@gmail.com</email>
</author>
<published>2017-01-30T13:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=8c43f5fd37e2cb4298c042b07b1ba017ebcd9256'/>
<id>urn:sha1:8c43f5fd37e2cb4298c042b07b1ba017ebcd9256</id>
<content type='text'>
[Peter: git is a runtime dependency, use pkg-config for openssl
	dependencies, use make install]
Signed-off-by: Francesco Negri &lt;francesconegri@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;peter@korsgaard.com&gt;
</content>
</entry>
<entry>
<title>rtl8723bs: new package</title>
<updated>2017-01-29T15:19:58+00:00</updated>
<author>
<name>Ezequiel Garcia</name>
<email>ezequiel@vanguardiasur.com.ar</email>
</author>
<published>2016-12-30T14:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=eeecbe16e295c3e9a93f1e3d0341cbca3e5c56cc'/>
<id>urn:sha1:eeecbe16e295c3e9a93f1e3d0341cbca3e5c56cc</id>
<content type='text'>
Signed-off-by: Ezequiel Garcia &lt;ezequiel@vanguardiasur.com.ar&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/cbootimage: enable target variant</title>
<updated>2017-01-28T10:21:30+00:00</updated>
<author>
<name>Misha Komarovskiy</name>
<email>zombah@gmail.com</email>
</author>
<published>2016-12-19T21:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=f9edac7ec45958ebd22f156f7ca859e1dbf0673a'/>
<id>urn:sha1:f9edac7ec45958ebd22f156f7ca859e1dbf0673a</id>
<content type='text'>
This allow bootloader modification online on Tegra-targets

Signed-off-by: Misha Komarovskiy &lt;zombah@gmail.com&gt;
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>jsmn: new package</title>
<updated>2017-01-28T10:03:31+00:00</updated>
<author>
<name>David Bachelart</name>
<email>david.bachelart@bbright.com</email>
</author>
<published>2017-01-03T11:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=c8bd91bf8958b9644b9fe1965dd81b19507f0a7f'/>
<id>urn:sha1:c8bd91bf8958b9644b9fe1965dd81b19507f0a7f</id>
<content type='text'>
Signed-off-by: David Bachelart &lt;david.bachelart@bbright.com&gt;
[Thomas:
 - fix license, it's MIT, not BSD
 - use TARGET_CONFIGURE_OPTS instead of manually passing CC and AR
 - use full destination path
 - keep only sha256 hash
 - rewrap Config.in help text]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>package/libgsm: new package</title>
<updated>2017-01-27T19:34:28+00:00</updated>
<author>
<name>Bernd Kuhls</name>
<email>bernd.kuhls@t-online.de</email>
</author>
<published>2016-12-30T10:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/buildroot/commit/?id=ed8c4077cc26c245cef3f2762dc31b4321b9f1f5'/>
<id>urn:sha1:ed8c4077cc26c245cef3f2762dc31b4321b9f1f5</id>
<content type='text'>
Signed-off-by: Bernd Kuhls &lt;bernd.kuhls@t-online.de&gt;
[yann.morin.1998@free.fr:
  - manually install things, it's easier than using the flawed install
    rules of the package
]
Signed-off-by: Yann E. MORIN &lt;yann.morin.1998@free.fr&gt;
[Thomas: minor tweaks.]
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
