Thomas Petazzoni
7025021950
boost: add link giving the list of architectures supported by context
...
To help understanding the list of architectures supported by
Boost.Context, add a link to the appropriate documentation page.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 21:18:00 +01:00
Edson Siqueira
e9bd806311
boost: add option to build boost_coroutine
...
It was disabled by default by commit
611dfe6cb5 because it caused some build
failures on AArch64 and SuperH. However, the coroutine module needs
the context module, which is only available on certain architectures.
We can therefore allow enabling the coroutine module, but only if the
context module is available.
[Thomas: extend commit log with more details.]
Signed-off-by: Edson Siqueira <edson.siqueira@datacom.ind.br >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 21:16:26 +01:00
Waldemar Brodkorb
ae675912b8
libpcap: fix sparc64 build, -fPIC required
...
Should fix following autobuilder issues:
http://autobuild.buildroot.net/results/e79353496aa91848c76f15c561efdd84476c20ac/
http://autobuild.buildroot.net/results/a859ecb153838837e9a73b47ed7e1105d6be55ac/
http://autobuild.buildroot.net/results/f2ce1899a1144bec23fb25f4ce36dc78d768f8a8/
[Thomas: s/needs/need/ as suggested by Baruch.]
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 20:51:28 +01:00
Francois Perrad
0708c41ec1
perl-cross: bump to version 1.0.1
...
all patches merged
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 20:49:43 +01:00
Rodrigo Rebello
77ec184d99
irssi: add missing dependency on host-pkgconf
...
The irssi configure script uses pkg-config to detect the availability of
libglib2 and openssl.
Signed-off-by: Rodrigo Rebello <rprebello@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 20:49:09 +01:00
Thomas Petazzoni
b8527eb3c0
poco: add patches to fix pcre link issue and library installation
...
This commit adds two patches for poco to fix two issues:
- A link issue caused by the fact that Buildroot uses the "unbundled"
mode for pcre, which is broken due to Poco poking into internal
pcre symbols. A Gentoo patch is adapted to work around this
problem.
- A link and runtime issue caused by the fact that the shared
libraries are simply not installed due to a bug in the Makefile. An
upstream Poco commit is backported to solve this problem.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Reported-by: Benno Schweikert <b.schweikert@prosystems.de >
2015-11-03 17:18:33 +01:00
Thomas Petazzoni
52717eac86
uclibc: add patch to fix <unistd.h> header
...
The bump to uClibc-ng 1.0.8 added some changes in <unistd.h> related
to syncfs() that broke the build for packages including this header
file, such as lighttpd. This commit adds a uClibc-ng patch (submitted
upstream) which fixes the issue.
Fixes:
http://autobuild.buildroot.org/results/6be/6be17a91373708900082958a59df8b7575df69c0/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Reported-by: Xi-Sheng Luo <lxsjason@gmail.com >
2015-11-03 15:58:12 +01:00
Gustavo Zacarias
3546986f55
mpd: security bump to version 0.19.11
...
Fixes an ape tag parsing buffer overflow.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 15:49:13 +01:00
Gustavo Zacarias
465bb83c93
util-linux: bump to version 2.27.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 15:48:56 +01:00
Gustavo Zacarias
65ff7365b9
sqlite: bump to version 3.9.2
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 15:48:40 +01:00
Gustavo Zacarias
9c7deda00a
stunnel: bump to version 5.25
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 15:48:24 +01:00
Gustavo Zacarias
920d75d0c0
grep: bump to version 2.22
...
Drop security patch since it's upstream.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 15:48:07 +01:00
Gustavo Zacarias
a82e00199e
libmicrohttpd: bump to version 0.9.45
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 15:45:37 +01:00
Gustavo Zacarias
010bac1ba8
squid: bump to version 3.5.11
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 15:45:19 +01:00
Baruch Siach
5a55506210
imagemagick: use download location as hash source
...
Since commit 12a6c5b12c (imagemagick: use official download site,
2015-02-17) we use the official ImageMagic size. Use it also as hash source.
That's the conversion we use in all other packages when upstream provides
hashes.
Cc: Fabio Porcedda <Fabio.Porcedda@gmail.com >
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-03 15:44:35 +01:00
Martin Bark
1325da4a28
package/nodejs: Fixed npm global install
...
Set npm_config_prefix to $(TARGET_DIR)/usr so that npm -g will correctly
install global modules to $(TARGET_DIR)/usr/lib/node_modules.
By using npm -g to install global modules npm will now automatically create
the symlinks to executables under $(TARGET_DIR)/usr/bin.
See https://docs.npmjs.com/misc/config#global and
https://docs.npmjs.com/files/folders for information on how the prefix
setting is used by global installs.
Signed-off-by: Martin Bark <martin@barkynet.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 23:12:02 +01:00
Jerzy Grzegorek
c2dd6cd257
luv: remove the default value of the $(PKG)_SOURCE variable
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Acked-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 22:45:09 +01:00
Jerzy Grzegorek
a61afb85df
luv: fix license typo
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Acked-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 22:45:06 +01:00
Cyril Bur
60016a6818
package/dropbear: Respect user specific configurations
...
systemd .service file should respect /etc/default/dropbear
Signed-off-by: Cyril Bur <cyrilbur@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 22:43:06 +01:00
Rodrigo Rebello
26856b81e9
irssi: new package
...
Irssi is a terminal based IRC client for UNIX systems.
http://irssi.org/
[Thomas: use alternate site since the official site is currently
down.]
Signed-off-by: Rodrigo Rebello <rprebello@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 22:08:34 +01:00
Peter Seiderer
eddbcee8a0
wireshark: fix inet_pton detection
...
Patch configure.ac to not assume broken inet_pton in case of cross
compiling (avoids double definition), similare patch is used
for OpenEmbedded (see [1]).
Fixes [2]:
host/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libc.a(ntop.os): In function `inet_pton':
ntop.c:(.text+0x4b4): multiple definition of `inet_pton'
wsutil/.libs/libwsutil.a(inet_pton.o):inet_pton.c:(.text+0xe0): first defined here
collect2: error: ld returned 1 exit status
[1] http://cgit.openembedded.org/openembedded/tree/recipes/wireshark/files/fix-configure.patch
[2] http://autobuild.buildroot.net/results/b35/b354ba668ca9476c143f5f7ef1b727b0b5672b04
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 21:44:57 +01:00
Gabe Evans
3e7f636c2c
mosquitto: systemd support
...
Signed-off-by: Gabe Evans <gabe@hashrabbit.co >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 21:34:22 +01:00
Yann E. MORIN
774c599fc5
package/openvmtools: does not build with uClibc
...
On glibc 2.4+, openvmtools uses euidaccess(), which is not implemented
on uClibc.
But since uClibc fakes being a glibc-2.10, openvmtools believes it can
use euidaccess(), and thus we get a linking error.
Fixes:
http://autobuild.buildroot.org/results/779/779bed269982f0b2e04baecae2e720d602319552/
http://autobuild.buildroot.org/results/860/8609823e35115f07b0f16f0a1831201aa1cf9e3c/
http://autobuild.buildroot.org/results/f57/f572573c5f7f9206e0a8309b535a7c633a2d6b16/
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 21:28:33 +01:00
Peter Seiderer
5968d99b99
x265: needs threads
...
Fixes [1]:
build/x265-1.8/source/common/threading.h:34:21: fatal error: pthread.h: No such file or directory
[1] http://autobuild.buildroot.net/results/261/26134a234be5a67914cde0fb81601f6860d943d2
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 20:59:08 +01:00
Gustavo Zacarias
157cc80ba6
vorbis-tools: add fix for CVE-2015-6749
...
Fixes:
CVE-2015-6749 - invalid AIFF file causes alloca() buffer overflow.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 20:58:45 +01:00
Petr Vorel
2f4eb2e2a2
python-networkmanager: bump to version 1.0.1
...
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 20:58:19 +01:00
Petr Vorel
968c333c31
modem-manager: bump to version 1.4.12
...
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 20:58:04 +01:00
Petr Vorel
ad2afe5699
network-manager: bump to version 1.0.6
...
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 20:57:47 +01:00
Vicente Olivert Riera
bb0454bf7d
linux: bump default version to 4.3
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Reviewed-by: "James Knight" <james.knight@rockwellcollins.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 20:56:43 +01:00
Vicente Olivert Riera
6872f21f58
linux-headers: add 4.3.x series
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Reviewed-by: "James Knight" <james.knight@rockwellcollins.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 20:56:38 +01:00
Vicente Olivert Riera
aef2df82e1
toolchain: add 4.3.x choice for headers
...
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Reviewed-by: "James Knight" <james.knight@rockwellcollins.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 20:56:22 +01:00
Jérôme Pouiller
ccc52c8183
skeleton: optionally wait for network interfaces to appear
...
This patch has same purpose than 49964858f4 :
On some machines, the network interface is slow to appear. For example,
on the Raspberry Pi, the network interface eth0 is an ethernet-over-USB,
and our standard boot process is too fast, so our network startup script
is called before the USB bus is compeltely enumerated, thus it can't
configure eth0.
Closes #8116 .
However, wait-delay hook is enabled only if wait-delay property appears
in /etc/network/interfaces. This patch enable it automaticaly when
interface is configured through DHCP at bootup. But, if user choose
to write /etc/network/interface himself, he have to explicitly
set wait-delay.
Signed-off-by: Jérôme Pouiller <jezz@sysmic.org >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 16:51:47 +01:00
Jérôme Pouiller
81ece45c3a
Revert "package/initscripts: S40network: wait for network interfaces to appear"
...
This reverts commit 49964858f4 . It is
going to be replaced with an ifup hook in next patch.
Signed-off-by: Jérôme Pouiller <jezz@sysmic.org >
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 16:51:41 +01:00
Bernd Kuhls
0338272f69
package/Config.in: move libvpx to Libraries/Multimedia
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 16:15:49 +01:00
Bernd Kuhls
d6a69587a9
package/ffmpeg: Add support for x265
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 16:15:08 +01:00
Jörg Krause
9eca4b9f84
package/swupdate: fix build issue with some toolchains
...
Add patch from upstream to fix build issue with some toolchains.
For some toolchains used in Buildroot (x86_64 and mips64) partial linking using
'ld' directly doesn't work well, as the 'ld' default emulation may not
necessarily be the correct one. Note, that the default emulation depends upon
how the linker was configured at build time. The leads to different kind of
build errors, like:
* /usr/bin/i686-pc-linux-gnu-ld: Relocatable linking with relocations from
format elf64-x86-64 (core/swupdate.o) to format elf32-i386 (core/built-in.o)
is not supported.
* /usr/bin/mips-linux-gnu-ld: handlers/raw_handler.o: endianness incompatible
with that of the selected emulation
* /usr/bin/mips64el-linux-ld: core/swupdate.o: ABI is incompatible with that
of the selected
Linking with gcc will pass all the appropriate linker flags to the linker.
'-nostdlib' has to be added to ldflags-y to link properly without pulling in GCC
libs during partial linking. Note, for Kbuild ldflags-y is prefered over the
deprecated EXTRA_LDFLAGS.
Build config for x86_64:
BR2_x86_64=y
BR2_x86_corei7=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86_201209=y
Runtime test:
$ output/build/swupdate-2015.07/swupdate -v
Swupdate v2015.07.0
Licensed under GPLv2. See source distribution for detailed copyright notices.
Registered handlers:
rawfile
raw
Note, that a previous patch [1] had to be reverted [2] because ld does not take
gcc's constructor functions into account and so none of the handlers have been
registered at runtime.
Fixes:
http://autobuild.buildroot.net/results/de9/de920298075d32f3de83a0cfb7417846eb833425/
http://autobuild.buildroot.net/results/975/975915aa33005806e78260bae385cd4b3e359ca8/
http://autobuild.buildroot.net/results/c54/c54e7a2ea353d95d41a1e966de0dffa7b6ac432e/
http://autobuild.buildroot.net/results/019/0198596ebfed05ab86552b628da2274d55bf42ae/
and many more.
[1] https://patchwork.ozlabs.org/patch/532542/
[2] https://patchwork.ozlabs.org/patch/535408/
Cc: Bjørn Forsman <bjorn.forsman@gmail.com >
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Cc: Yann E. MORIN <yann.morin.1998@free.fr >
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 15:44:25 +01:00
Jerzy Grzegorek
4369e9a5c4
imagemagick: bump to version 6.9.2-5
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 15:41:51 +01:00
Vicente Olivert Riera
2bb372c118
sudo: bump to version 1.8.15
...
Unneeded patches removed. Highlights from ChangeLog:
* Fixed a build problem on systems that don't implicitly include
sys/types.h from other header files. Bug #711 .
* Fixed the compiler stack protector test in configure for compilers
that support -fstack-protector but don't actually have the ssp
library available.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 15:40:53 +01:00
Peter Seiderer
31a3f4bd54
valgrind: enable tls support
...
Tested with example program from [1] with qemu_x86_64.
[1] http://valgrind.10908.n7.nabble.com/Thread-local-storage-TLS-support-td40815.html
Signed-off-by: Peter Seiderer <ps.report@gmx.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-11-02 15:24:57 +01:00
Jeremy Kerr
dc3935ea1d
linux: Add zImage.epapr target
...
Signed-off-by: Jeremy Kerr <jk@ozlabs.org >
Signed-off-by: Joel Stanley <joel@jms.id.au >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-10-31 19:01:21 +01:00
Jörg Krause
6b462ac8bd
package/jsoncpp: add patch to fix musl build issue on x86
...
This patch is replaces two previous sumbissions, the first by Bernd Kuhls [1],
the second by me [2].
The posix_memalign declaration is incompatible with musl for C++ on x86, because
of the exception specification [2]. Note, the referenced patch is part of a
patch series to "Add musl support to GCC".
However, this build issue only happens if compilation is done with the GCC
compiler option '-pedantic' [3] which is done so in jsoncpp.
Fortunately, upstream accepted a patch to opt-out '-pedantic' [4]. We backport
this patch to fix autobuild errors.
Fixes:
http://autobuild.buildroot.net/results/588/5885d33b8d9f17878f565f3ae5371017dc89aede/
http://autobuild.buildroot.net/results/0d9/0d90c7c13ae1640b07709c4c686e0237ada1324d/
http://autobuild.buildroot.net/results/30b/30b98ac7362c27254218a6e521d29971070f8c3c/
http://autobuild.buildroot.net/results/292/29289c125166630aeaf884ccc006bcf12c8aa0f6/
and many more.
[1] https://patchwork.ozlabs.org/patch/505425/
[2] https://patchwork.ozlabs.org/patch/533169/
[3] https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01425.html
[4] 48bfe91062
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-10-31 18:56:08 +01:00
Yann E. MORIN
922b67d89c
package/dvblast: fix musl build
...
In order to make dvblast build with the musl C library, use the
standard uintXX_t integer types instead of u_intXX_t.
Fixes:
http://autobuild.buildroot.org/results/a43/a434372d84544116e7bb4a88c0ee437ae0578007/
http://autobuild.buildroot.org/results/167/167efb284be47ae3e90fe7a8e6316e757b59cd3e/
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Julian Scheel <julian@jusst.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-10-31 16:02:24 +01:00
Yann E. MORIN
ce9e577306
package/dvblast: needs threads
...
Fixes;
http://autobuild.buildroot.org/results/c25/c25143fd1363d162de6733bc55a84289543f4da3/
http://autobuild.buildroot.org/results/09d/09d9a962b20295d09d7777f873f7bb1c8130dbf1/
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Julian Scheel <julian@jusst.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-10-31 16:01:35 +01:00
Yann E. MORIN
bbb66c1044
package/dvblast: fix static linking
...
dvblast links to -lev, which calls functions from -lm, like floor().
dvblast does not use libtool, so it does not pull in the libev
dependencies when doing a static link.
Fix that by always pulling in -lm after -lev. We can not do it from the
.mk, because libraries passed from the .mk end up at the beginning of
the list.
Fixes:
http://autobuild.buildroot.org/results/1f0/1f02f84fb926839a1adbe3af457bb909fdc44433/
http://autobuild.buildroot.org/results/6af/6af3abcdced1cc689a59fe11483f5cdcae0cfd38/
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Julian Scheel <julian@jusst.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-10-31 15:59:53 +01:00
Yann E. MORIN
bdd72afa17
package/dvblast: always needs iconv
...
dvblast wants iconv functions even without locales.
Fixes:
http://autobuild.buildroot.org/results/03f/03fe6dc17d7f36d9b8c7ced402850def95d8feb3/
http://autobuild.buildroot.org/results/064/0647b0180ac9a6bf6172742e388df9a9e584d91b/
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Julian Scheel <julian@jusst.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-10-31 15:58:17 +01:00
Yann E. MORIN
301c18e123
fs/ext2: add options for extra space and extra inodes
...
Add two options to the ext2 filesystem, one to add extra free space, one
to add extra free inodes.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar >
Tested-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Cc: Martin Bark <martin@barkynet.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-10-31 15:56:56 +01:00
Petr Vorel
7057555d00
ofono: bump to version 1.17
...
Updated patch with uClibc support - merge with upstream support
for musl.
Signed-off-by: Petr Vorel <petr.vorel@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-10-31 15:54:36 +01:00
Francois Perrad
088e8a7746
moarvm: bump to version 2015.10
...
Signed-off-by: Francois Perrad <francois.perrad@gadz.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-10-31 15:49:33 +01:00
Gustavo Zacarias
0db605a25c
gst1-libav: bump to version 1.6.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-10-31 15:48:34 +01:00
Gustavo Zacarias
e1bba3ce05
gst1-plugins-ugly: bump to version 1.6.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2015-10-31 15:48:31 +01:00