- Aug 08, 2014
-
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Peter Korsgaard authored
Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Gustavo Zacarias authored
Fixes some regressions introduced by 2014.64 Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Gustavo Zacarias authored
Fixes: WNPA-SEC-2014-08 / CVE-2014-5161 / CVE-2014-5162 The Catapult DCT2000 and IrDA dissectors could underrun a buffer. WNPA-SEC-2014-09 / CVE-2014-5163 The GSM Management dissector could crash. WNPA-SEC-2014-10 / CVE-2014-5164 The RLC dissector could crash. WNPA-SEC-2014-11 / CVE-2014-5165 The ASN.1 BER dissector could crash. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
- Aug 07, 2014
-
-
Peter Korsgaard authored
The description of important changes still needs to be added. Signed-off-by:
Peter Korsgaard <peter@korsgaard.com>
-
Benoît Thébaudeau authored
Use the official _BSD_SOURCE feature test macro instead of the meaningless HAVE_STRSEP macro in order to detect the availability of strsep(). This allows toolchains supporting strsep() to use it instead of the custom implementation from dhcpdump, which also avoids the following error with some toolchains: In file included from dhcpdump.c:30:0: dhcpdump.c: At top level: strsep.c:65:23: error: register name not specified for ‘delim’ register const char *delim; ^ Signed-off-by:
Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Benoît Thébaudeau authored
Use the naming convention for patches, which is: <packagename>-<number>-<description>.patch Signed-off-by:
Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Jean-Baptiste Theou authored
Signed-off-by:
Jean-Baptiste Theou <jtheou@adeneo-embedded.us> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Fixes: CVE-2014-3508 - Information leak in pretty printing functions CVE-2014-5139 - Crash with SRP ciphersuite in Server Hello message CVE-2014-3509 - Race condition in ssl_parse_serverhello_tlsext CVE-2014-3505 - Double Free when processing DTLS packets CVE-2014-3506 - DTLS memory exhaustion CVE-2014-3507 - DTLS memory leak from zero-length fragments CVE-2014-3510 - OpenSSL DTLS anonymous EC(DH) denial of service CVE-2014-3511 - OpenSSL TLS protocol downgrade attack CVE-2014-3512 - SRP buffer overrun Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
mongoose.h looks missing because we're not building locally, so add the appropriate -I flag. Fixes: http://autobuild.buildroot.net/results/701/701711626548bd166cd5bc5669e4761ffed074d1/ [Thomas: change the solution to use -I$(@D) instead of switching to the build directory.] Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
- Aug 06, 2014
-
-
Gustavo Zacarias authored
Fix d'oh typo from 911516f1 that prevents custom version string 3.16 headers from working properly. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Bernd Kuhls authored
Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Now that we use an internal toolchain as default care should be taken to avoid breaking things. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Davide Viti authored
Signed-off-by:
Davide Viti <zinosat@tiscali.it> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Davide Viti authored
Avoid compilation of the server via the upstream Makefile which unconditionally uses -lssl The -lssl flag is appended to MONGOOSE_CFLAGS whenever BR2_PACKAGE_OPENSSL=y gets set. Signed-off-by:
Davide Viti <zinosat@tiscali.it> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Baruch Siach authored
Advance the serial number of a patch from 015 to 016 to avoid collision and confusion. Signed-off-by:
Baruch Siach <baruch@tkos.co.il> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Baruch Siach authored
Forward port the patch from c821210b (python: fix termios build for xtensa) to python3. Fixes: http://autobuild.buildroot.net/results/e7f/e7f71fbcb0796f315052947382fa39d85c5dc8fe/ Signed-off-by:
Baruch Siach <baruch@tkos.co.il> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Jordi Llonch authored
Signed-off-by:
Jordi Llonch <jordi.llonch@rochsystems.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Bernd Kuhls authored
The rpi-3.12.y branch has now been merged with the 3.12.26 upstream. Bump kernel headers used for the toolchain at the same time. Fixes http://jenkins.free-electrons.com/job/buildroot/config=raspberrypi_defconfig/320/console Signed-off-by:
Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Thomas De Schampheleire authored
The configure step of the busybox package performs 'make oldconfig', which causes the .config file to be updated. Thus, the .config file is more recent than our stamp file .stamp_kconfig_fixup_done. On a subsequent build, our dependency rules would kick in, and run the config fixup again, thus kicking in the package's configure, build and install steps yet once more, that, ad infinitum. One solution is to modify kconfig-package to introduce an explicit touch of the .kconfig_fixup_config_done stamp file, as post-configure hook. Another solution, implemented by this patch, is to move the oldconfig call from the package's .mk file to the kconfig-package infrastructure and make sure it is done as part of the fixup commands. This way, the stamp file will only be touched once, after the full fixup (including oldconfig) and no endless rebuilds will occur. Reported-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Suggested-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Tested-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Yann E. MORIN authored
The current layout of comments wrt. to the related code-blocks is a bit hard to handle visually. Remove empty lines between the comments and their respective related code-blocks. Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by:
Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
It's increasingly used by scripts like some in the btrfs-progs package. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Fixes ICE for SPE ABI, see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60102 And re-enable gcc 4.9.1 for SPE. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Danomi Manchego authored
The SOURCE references "LIBFOO_VERSION", should be "PYTHON_FOO_VERSION". Signed-off-by:
Danomi Manchego <danomimanchego123@gmail.com> Acked-by:
Thomas De Schampheleire < <thomas.de.schampheleire@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Arnaud Aujon authored
* Bump to latest upstream version 1.48.04 * Remove patch as applied upstream Signed-off-by:
Arnaud Aujon <arnaud@intelibre.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Arnaud Aujon authored
Fixes autobuild failure : http://autobuild.buildroot.org/results/f39/f3903d2b4a16226df2d460dcd2e26c7fb87613ab Signed-off-by:
Arnaud Aujon <arnaud@intelibre.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
alex.bennee@linaro.org authored
gdb has had AArch64 support since 7.6 which is now the default minimum version of GDB in the tree. Older versions are now legacy. Signed-off-by:
Alex Bennée <alex.bennee@linaro.org> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by:
Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Benoît Thébaudeau authored
Signed-off-by:
Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Acked-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Benoît Thébaudeau authored
Bump version to f9e6f9f3def8dc18dc0092cd695ccf53b8ba3efe and revert local commit f22830e4 'rpi-userland: add patch fix missing libvcilcs install rules' in order to replace the local patch from this commit by the upstream commit 1ecc49c97b7be3d524cb4cfc97401f16b485a4ee 'vmcs_host: Fix missing install of libvcilcs.so'. Signed-off-by:
Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Reviewed-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Pieter De Gendt authored
jack2 installs some headers and libraries that can be used by other applications, so it makes sense to install it to the staging directory. Signed-off-by:
Pieter De Gendt <pieter.degendt@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Yann E. MORIN authored
The git helper uses gzip to compress the intermediate tarball. But gzip removes the source file, and create a new file named by appending .gz to the original file name. Thus, we end up with output.gz, while the download wrapper expects jsut output, and thus believes the downlaod failed. Fix that by storing the tar from git to a temporary file, then pipe this file to gzip's stdin, and redirect gzip's stdout to the output file. Reported-by:
Graham Newton <gnewton@peavey-eu.com> Signed-off-by:
"Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Peter Seiderer <ps.report@gmx.net> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Peter Seiderer authored
Re-add the git_done variable (lost in commit [1]). Fixes download problem reported by Rohit Kumar [2]. [1] http://git.buildroot.net/buildroot/commit/?id=7e40a1103a919a8177f00ddca2b46b4439953511 [2] http://lists.busybox.net/pipermail/buildroot/2014-August/103733.html 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>
-
- Aug 04, 2014
-
-
Arnaud Aujon authored
[Thomas: minor formatting tweaks to the Config.in and .mk file.] Signed-off-by:
Arnaud Aujon <arnaud@intelibre.fr> Tested-by:
Marcelo Gutierrez <kuyurix@gmail.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Gustavo Zacarias authored
Fixes CVE-2014-2972 - prevent double expansion in math comparison functions (can expand unsanitized data). Also rename patches according to patch naming policy. Signed-off-by:
Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
Benoît Thébaudeau authored
Use IPv6 file locations consistent with those set for IPv4 instead of keeping the defaults, which use different locations. Signed-off-by:
Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Signed-off-by:
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-