Peter Korsgaard | 877928afb65 | tftpd: disallow on nios with pre-6.x toolchains
Fixes:
http://autobuild.buildroot.org/results/349/349bc8668614b0f2c9... | | |
Bernd Kuhls | b63c8d36f46 | package/openswan: not available on musl
After fixing the usual sys/cdefs.h and _P stuff the build still fails
becaus... | | |
Paul Cercueil | 53996bee433 | libiio: Disable IIOD on Blackfin
IIOD uses accept4, which is not yet available on Blackfin.
Fixes:
http://autobuil... | | |
Fabrice Fontaine | 07552de23b9 | tinydtls: fix issue on u_intXX_t being undefined when building with musl
Fixes:
http://autobuild.buildroot.net/res... | | |
Gustavo Zacarias | f7d7db2469d | linux-headers: bump 3.10.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Kor... | | |
Paul Cercueil | 53dd41dded4 | libserialport: Fix detection of OS when compiling for ucLinux
When compiling with a toolchain targetted at ucLinux, ... | | |
Yann E. MORIN | 9962fea8893 | package/neon: properly enable expat
Currently, we forcibly tell neon's configure where to look for libexpat.
This me... | | |
Yann E. MORIN | 70dbe298f42 | package/libfreeimage: fix C++11 compliance with gcc-6
Like in cbe01f6, 38249d5, 97fe953, fix C++11 compliance regard... | | |
Yann E. MORIN | a845798aa8a | package/sconeserver: needs shared libs
sconeserver wants to use dlopen(), unconditionally: it does not try to
detect... | | |
Yann E. MORIN | 822247827c8 | package/sconeserver: unconditionally needs host-pkgconf
sconeserver uses pkg-config macros and uses autoreconf, so i... | | |
Yann E. MORIN | e782cd5b1bc | Revert "Added local directory as source of kernel code"
This reverts commit 73da2ff6f718f2889e3c5024d899f8d58f502863... | | |
Thomas Petazzoni | a2e178d6b45 | android-tools: disable on some architecture with old kernel headers
The android-tools code is somewhat ugly, and def... | | |
Thomas Petazzoni | 471b1b0ef6e | libamcodec: fix build with musl
This commit adds a patch to the libamcodec in order to fix the build
with musl, whic... | | |
Thomas Petazzoni | 83ca53ba30b | libiio: do not install systemd service file, no longer available
Since the bump to libiio 0.7, the systemd service f... | | |
André Hentschel | 6fc7a761480 | wine: Bump to version 1.8.4
Bumping to stable version 1.8.4
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signe... | | |
Gustavo Zacarias | d50477b52bf | webkitgtk: security bump to version 2.12.4
Fixes:
CVE-2016-4590 - mishandles about: URLs, which allows remote attack... | | |
Bernd Kuhls | aa9fde1c459 | package/libxmlrpc: Fix build with gcc6
Fixes
http://autobuild.buildroot.net/results/c45/c45530f34bf2074bd204c4856151... | | |
Waldemar Brodkorb | e732bd1f221 | bfin: change default to bf532, internal toolchain !bf6xx
The default Blackfin processor in Buildroot isn't supported... | | |
Yann E. MORIN | fba75c8f9e5 | docs/manual: prepare-kconfig can be used as a dependency of documents
Signed-off-by: "Yann E. MORIN" <yann.morin.199... | | |
Yann E. MORIN | 3c695928f59 | doc/asciidoc: add possibility to define document dependencies
Currently, a document can not have dependencies, excep... | | |
Yann E. MORIN | 4802db3dad0 | core: introduce a generated kconfig snippet
Add the infrastructure for adding generated kconfig snippet in the
menuc... | | |
Yann E. MORIN | b1e079b68b7 | core: move rule to create basic directories
Some of those directories will be needed even during configuration, like... | | |
Yann E. MORIN | 9429e7b6986 | core: introduce an intermediate rule before the configurators
Currently, all configurators depend on generating the ... | | |
Yann E. MORIN | 666edc7aa0c | core: commonalise the bundled and br2-external %_defconfig rules
The code for both cases is exactly the same, and on... | | |
Yann E. MORIN | 242e0087e54 | core: move pkg-utils.mk to support/
pkg-utils.mk contains various definitions that are used in the package
infrastru... | | |
Rahul Bedarkar | 06ae84405d8 | jack2: fix build issue with glibc
With glibc 2.16, we get following build error when building jack2:
[193/247] cx... | | |
Noé Rubinstein | 37ad91db540 | trousers: fix build with musl
The trousers code uses getpwent_r, which is not available in musl.
Detect the availabi... | | |
Jörg Krause | a2825382a22 | package/protobuf: uses fork(), not available on no-MMU platforms
This was not noticed until now because:
1/ The ol... | | |
Arnout Vandecappelle | b129553068b | package/lshw: add patches for musl build
Fixing one issue exposed a second one.
Signed-off-by: Arnout Vandecappelle... | | |
Waldemar Brodkorb | d3af7772d07 | vlc: fix compile error with uClibc-ng Linuxthreads
The fallback code path didn't work correctly, so fix it.
Fixes:
... | | |
Arnout Vandecappelle | 40f5d4a176a | package/kmsxx: add patch to fix LTO support
The LTO support in the kmsxx package uses the host gcc-ar and gcc-ranlib... | | |
Arnout Vandecappelle | 97fe953bf61 | package/libraw: fix gcc-6 build
Grab the patch from Debian.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <a... | | |
Thomas Petazzoni | e74d4fc4932 | norm: add patch to fix musl build
Fixes:
http://autobuild.buildroot.net/results/9c7130d5b5aad218c5c576761d495a3f4... | | |
Thomas Petazzoni | 2ba72e02b08 | pixman: properly enable/disable ARM optimizations
The pixman ARM optimized code assumes that ARM instructions are
av... | | |
Bernd Kuhls | 2b141fcebd0 | package/unixodbc: bump version to 2.3.4
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas P... | | |
Bernd Kuhls | a3cf05758d8 | package/ffmpeg: bump version to 3.1.3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Pet... | | |
Gustavo Zacarias | 67db45a9fb5 | gawk: bump to version 4.1.4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzon... | | |
Bernd Kuhls | c9c611f9982 | package/vlc: add support for ffmpeg 3.0
Instead of bumping vlc to git master (no vlc 3.x release yet) we use a
patch... | | |
Bernd Kuhls | 87c436d8c5f | package/tvheadend: remove compat patch for ffmpeg < 3.x
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-... | | |
Bernd Kuhls | d9ea46425ba | package/ffmpeg: add optional support for opencv
ffmpeg only needs the imgproc module of opencv:
https://github.com/F... | | |
Bernd Kuhls | 02f749b5b2f | package/ffmpeg: re-enable for mips64r2 and mips64r6
ffmpeg 3 fixed support for mips64r2 and mips64r6, for details se... | | |
Vicente Olivert Riera | 30a87d33277 | package/ffmpeg: default to --cpu=generic for MIPS architecture
This option is needed to prevent this message from co... | | |
Vicente Olivert Riera | 2893d2f22c7 | package/ffmpeg: bump to version 3.1.2
- Remove non-existing configure options:
- --disable-mips32r2
- --disable-... | | |
Yegor Yefremov | ff9ca7096bf | python-crcmod: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzon... | | |
Thomas Petazzoni | 8972c398ff8 | blktrace: re-enable on uClibc
With a small patch, blktrace can work on uClibc: we simply need to link
with librt to ... | | |
Peter Korsgaard | 9c67af2c524 | system/skeleton: use uid/gid 65534 for nobody/nogroup
As recently discussed on lwn.net: https://lwn.net/Articles/695... | | |
Bernd Kuhls | bacff38e08a | package/freeswitch: bump version to 1.6.10
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thoma... | | |
Peter Korsgaard | 2567f6f2f34 | imagemagick: security bump to 7.0.2-9
Fixes a number of buffer overflows / use-after-free issues:
http://git.imagema... | | |
Peter Korsgaard | 720b9095a6a | board/raspberrypi/post-build.sh: only tweak /etc/inittab if available
As pointed out in bug #9161, we don't always h... | | |
Peter Korsgaard | 707465da72c | board/minnowboard/post-build.sh: only tweak /etc/inittab if available
As pointed out in bug #9161, we don't always h... | | |
Zakharov Vlad | 62d9a0fc06c | gcc: fix conditional move constraint on ARC
The patch solves one of the ARC internal compiler issues.
Fixes:
http... | | |
Peter Korsgaard | 0fc926dbd11 | iputils: fix typo in libintl comment
The sentence should end with a dot (.) and not a comma (,).
Signed-off-by: Pet... | | |
Peter Korsgaard | 5f708c1cd55 | boa: boa.conf: run under the nogroup group
The default boa.conf we install specifies that boa should run under the
n... | | |
Arnout Vandecappelle | 129fe1bf6e4 | package/iputils: link with -lintl
libgcrypt pulls in gpg-error which links with libintl if available.
Since iputils ... | | |
Arnout Vandecappelle | e2bd1ce7890 | package/libgpg-error: optionally depends on gettext
configure.ac has AM_GNU_GETTEXT(), which will enable i18n if a g... | | |
Thomas Petazzoni | 397962ce173 | domoticz: fix patch for uClibc compatibility
The source files in the domoticz tarballs have DOS line endings, which
... | | |
Christian Stewart | 360c56f4eeb | package/runc: bump version to cc29e3
Bump runc to cc29e3dded8e27ba8f65738f40d251c885030a28
This version is required... | | |
Christian Stewart | cd7db14272c | package/docker-engine: bump to v1.12.0
Bump docker-engine to the latest stable v1.12.0 from v1.12.0-rc3.
Signed-off... | | |
Rahul Bedarkar | 3f9c5fb096a | domoticz: fix build with uClibc
domoticz.cpp currently assumes that on GNU/Linux systems header
<execinfo.h> is avai... | | |
Yann E. MORIN | 791e35f222d | package/uboot-tols: fix dependency of comment about FIT support
When commit 031130a4 added the dependency on shared ... | | |
Yann E. MORIN | 1ac2cdd7d19 | core: move reproducible option to advanced sub-menu
The reproducible build is only in its infancy; it is far from be... | | |
Waldemar Brodkorb | 405fb22c5cb | elf2flt: fix threading apps on ARM noMMU systems
See this thread, which explains the problem in detail:
http://mailm... | | |
Yegor Yefremov | 162e7471a69 | python-meld3: fix setup type
meld3 relies on setuptools instead of distutils.
Fixes:
http://autobuild.buildroot.net... | | |
Chris Packham | da22fccffb3 | micropython-lib: bump version to v1.8.2
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Thomas... | | |
Chris Packham | 9280bcff708 | micropython: bump version to v1.8.3
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Thomas Pet... | | |
Yann E. MORIN | 38249d56b3b | package/sconeserver: fix build with gcc-6
We simply bump the version rather than backport the patch, as there has
be... | | |
Baruch Siach | a9cc30847ba | openipmi: bump to version 2.0.22
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <th... | | |
Yann E. MORIN | f5716ac7608 | package/lldpd: disable use of libbsd
libbsd installs at least one .pc file that contains a -isystem include
path (-i... | | |
Baruch Siach | 7f02e6b1e81 | nfacct: remove autoreconf
Since commit ae0e8950540f (nfacct: bump to version 1.0.2, 2016-08-23) we no
longer patch c... | | |
Baruch Siach | 15c0de8b354 | libnetfilter_acct: remove autoreconf
Since commit b8d446cd56dc (libnetfilter_acct: bump to version 1.0.3,
2016-08-23... | | |
Gustavo Zacarias | f04e0136d1a | memcached: bump to version 1.4.31
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Kor... | | |
Gustavo Zacarias | 40b6d22eabe | openvpn: bump to version 2.3.12
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsg... | | |
Thomas Petazzoni | 652d674e066 | package/amd-catalyst: fix circular Config.in dependency
The current amd-catalyst options related to the CCCLE tool c... | | |
Yann E. MORIN | 427fcaa5237 | package/libgtk3: needs OpenGL-EGL/wayland
Currently, libgtk3 depends on either a full OpenGL stack, or on a
OpenGL-E... | | |
Yann E. MORIN | aab7cab8220 | package/mesa3d: also implements the EGL wayland extensions
mesa3d implements the EGL extensions for wayland. State s... | | |
Yann E. MORIN | 1e3dfef19d8 | package/libegl: add option for wayland extensions
Wayland requires that an OpenGL/EGL implementation provides a few
... | | |
Romain Perier | ceb02c00ff8 | package/amd-catalyst: Add support for OpenCL
The AMD Catalyst Linux driver includes OpenCL libraries for GPGPU
compu... | | |
Romain Perier | 2f196d9cdc7 | package/amd-catalyst: Add support AMD CCCLE
The AMD Catalyst Linux driver includes a graphical controler center for ... | | |
Romain Perier | f0c3cfc2dac | package/amd-catalyst: Add command line tools
The AMD Catalyst driver includes some command line tools for displaying... | | |
Romain Perier | 689ae6e404c | package/amd-catalyst: Add AMD proprietary graphic stack support
This commits adds support for the AMD Catalyst Linux... | | |
Gustavo Zacarias | 1091f0978c6 | mosh: bump to version 1.2.6
Now supports nettle as crypto backend too.
Signed-off-by: Gustavo Zacarias <gustavo@zac... | | |
Gustavo Zacarias | ce55f82eda0 | diffutils: bump to version 3.5
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petaz... | | |
Gustavo Zacarias | 3a0a0b9af67 | libksba: bump to version 1.3.5
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petaz... | | |
Gustavo Zacarias | ae0e8950540 | nfacct: bump to version 1.0.2
Drop upstream patch.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed... | | |
Gustavo Zacarias | b8d446cd56d | libnetfilter_acct: bump to version 1.0.3
Drop upstream patch.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com... | | |
Gustavo Zacarias | 7b5fc8ab0f6 | conntrack-tools: bump to version 1.4.4
Drop usptream patch.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.a... | | |
Gustavo Zacarias | 03c3fcd5bcf | libnetfilter_conntrack: bump to version 1.0.6
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-b... | | |
Waldemar Brodkorb | f6fd59ebf01 | binutils: fix bfin build
See gcc bug for details:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77311
Fixes:
http... | | |
Gustavo Zacarias | caf3a7bdf5b | linux-headers: bump 3.18.x and 4.1.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by:... | | |
Manuel Vögele | 41c08629b1e | python-pyqt: Removed 'compileall' directive from INSTALL_TARGET_CMDS
Since all python modules are now byte-compiled ... | | |
Romain Perier | 03f12377178 | docs/manual: Document the variable $(PKG)_DL_OPTS
This adds a description of the optional variable $(PKG)_DL_OPTS. W... | | |
Romain Perier | 91b34e0abc9 | pkg-download: Allow packages to pass generic options to download methods
Introduce a new package variable $(PKG)_DL_... | | |
Romain Perier | ff559846fdc | support/download: Add support to pass options directly to downloaders
This adds support to pass options to the under... | | |
Waldemar Brodkorb | 446177237c9 | m68k: disable BR2_BINFMT_FLAT_SEP_DATA for coldfire
BR2_BINFMT_FLAT_SEP_DATA can be used to create XIP userland and ... | | |
Waldemar Brodkorb | f9aee4b5819 | m68k: flat one memory region works with small kernel patch
Greg Ungerer fixed recently a bug in the Linux kernel, wh... | | |
Erico Nunes | 51e35be7cb9 | configs/pc_x86_64_efi_defconfig: enable kernel EFI support
The pc_x86_64_efi reference defconfig is targeted towards... | | |
Waldemar Brodkorb | 721e1c1e9ca | musl: enable mips64 support
Add support for mips64, which is available since musl 1.1.15.
Only gcc 6.x has required... | | |
Thomas Petazzoni | 0b7bf72aa49 | glibc: remove unnecessary !BR2_sparc dependencies
The BR2_TOOLCHAIN_BUILDROOT_GLIBC option is already not selectable... | | |
Thomas Petazzoni | 887a1dc3470 | openblas: fix build with old binutils versions
Older toolchains that use binutils <= 2.23.2 are affected by binutils... | | |
Waldemar Brodkorb | 750233df505 | ffmpeg: fix bfin build
A gcc bug is triggered when Os/O2/O3 is used to compile the function.
Just force O1 for the p... | | |
guillaume william brs | 1adaf87c1c4 | board/beaglebone: add details on how to use the resulting sdcard.img
Signed-off-by: Guillaume W. Bres <guillaume.bre... | | |
Romain Naour | 996384df591 | package/trousers: fix musl build
The musl libc doesn't provide <bits/local_lim.h>, use <limits.h>
instead.
Fixes:
h... | | |
Romain Naour | fdb14fb9bb5 | package/trousers: needs host-pkgconf
Otherwise the build fail with this error:
configure.in:53: error: possibly unde... | | |
Baruch Siach | 516b521554c | lirc-tools: enable for musl
Upstream removed use of the GLOB_BRACE glob(3) GNU extension in release 0.9.4
(commits 4... | | |
Erico Nunes | 4249837f422 | board/pc/readme.txt: fix output image name
The instructions listed sdcard.img as output image name but
board/pc/geni... | | |
Baruch Siach | 11109fd36a8 | wireshark: fix typo
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzon... | | |
Baruch Siach | f130625dbf9 | quagga: fix static link with zlib
quagga links with zlib indirectly via netsnmp -> openssl -> zlib. quagga and
zlib ... | | |
Romain Naour | 25b248b7e6a | package/trace-cmd: fix build without ptrace
Backport upstream patch.
Fixes:
http://autobuild.buildroot.net/results/... | | |
Baruch Siach | 614710f4c3a | tstools: requires dynamic library support
tstools Makefile tries to build shared libtstools.so library unconditional... | | |
Baruch Siach | 02241bf0fc9 | wireshark: fix static build with libpcap+libusb
The wireshark autoconf acinclude.m4 source calls AC_PATH_TOOL() to f... | | |
Yann E. MORIN | c215ce50213 | package/ncurses: fix build on noMMU uclinux targets
The ncurses buildsystem does not recognise 'uclinux' as being a ... | | |
Thomas Petazzoni | 9694305ae0b | pinentry: fix build issue with gcc 5.x
pinentry currently fails to build with gcc 5.x, because it uses some
function... | | |
Thomas Petazzoni | 62504125f88 | gcc: fix gcc version dependencies for the PowerPC64/musl exclusion
In commit
5ab751ca44e9da6f406876ff582b3a813056b0d... | | |
Gustavo Zacarias | 06cc7bcb228 | opus: bump to version 1.1.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzon... | | |
Gustavo Zacarias | e834d3f65da | mpv: bump to version 0.19.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzon... | | |
Gustavo Zacarias | c061e39ca23 | glib-networking: specify ca-certificates pathspec
Otherwise the configure script will probe the distro directories f... | | |
Peter Seiderer | 435b6f5d4a2 | qt5base: remove libudev dependency from kms
Use upstream patch [1]
Fixes [2]:
KMS auto-detection... ()
Project... | | |
Gustavo Zacarias | a3a0e7651b9 | linux: bump defaut to version 4.7.2
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas ... | | |
Gustavo Zacarias | a55efa213b3 | linux-headers: bump 3.14.x and 4.{4, 7}.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-of... | | |
Vicente Olivert Riera | 6c69921eced | glibc: add version 2.24
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazz... | | |
Frank Hunleth | 87d04dd2ab8 | fwup: bump version to v0.8.2
This version brings in several bug fixes: one of which partially
addresses Buildroot au... | | |
Thomas Petazzoni | 112ec4a8f78 | lirc-tools: fix build issue related to clock_gettime()
In some older versions of glibc, clock_gettime() is in librt,... | | |
Bernd Kuhls | ebb3e9ba914 | package/x11r7/xdriver_xf86-video-intel: use -O2 build optimisation level
Reported by Gustavo:
http://lists.busybox.n... | | |
Romain Naour | bd89e0b1b61 | package/kismet: remove kernel header
dumpfile_tuntap.h mixes userspace and kernel headers.
Fixes:
http://autobuild.... | | |
Romain Naour | 6ad462aa0f6 | package/kismet: add hash file
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <... | | |
Thomas Petazzoni | 1670837ef3d | linknx: add additional upstream URL
While the SourceForge page still exists, it seems to be a bit outdated,
and ther... | | |
Thomas Petazzoni | 780a88bc972 | linknx: fix build with gcc 6.x
Add a patch to fix the build of linknx with gcc 6.x.
Fixes:
http://autobuild.buil... | | |
Waldemar Brodkorb | 0d8a05c38e5 | bfin: fix issues with internal toolchain, re-enable C++ support
The three patches allow to compile applications usin... | | |
Gustavo Zacarias | 9d4b6c1e97f | libmnl: bump to version 1.0.4
And drop upstream patch.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Si... | | |
Gustavo Zacarias | 5b3ea400a07 | pangomm: bump to version 2.40.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Peta... | | |
Gustavo Zacarias | c0805f3a4e1 | cantarell: bump to version 0.0.25
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Pe... | | |
Gustavo Zacarias | 2140e2d498a | gst1-validate: bump to version 1.8.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas... | | |
Gustavo Zacarias | 693af1610c9 | gst1-plugins-ugly: bump to version 1.8.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Th... | | |
Gustavo Zacarias | c815cf19e37 | gst1-plugins-bad: bump to version 1.8.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Tho... | | |
Gustavo Zacarias | 3b58f30bb37 | gst1-plugins-good: bump to version 1.8.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Th... | | |
Gustavo Zacarias | c30545b4c9c | gst1-plugins-base: bump to version 1.8.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Th... | | |
Gustavo Zacarias | 92d00f9ea1e | gstreamer1: bump to version 1.8.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Pe... | | |
Waldemar Brodkorb | 548657513d3 | libffi: fix m68k coldfire compile
Fix suggested upstream:
https://github.com/libffi/libffi/pull/273
Fixes:
http:/... | | |
Waldemar Brodkorb | d01c3991fb4 | musl: fix a regression for mips
Add upstream patch to fix a regression regarding tcsetattr.
Signed-off-by: Waldemar... | | |
Rahul Bedarkar | 3b730402268 | jack2: fix build with gcc 6
With gcc version 6, we get the following error when building jack2:
../tests/iodelay.... | | |
Thomas Petazzoni | 254da768654 | babeld: fix build with the musl C library
This commit adds a patch that removes a header inclusion causing
redefinit... | | |
Thomas Petazzoni | 4881394c3cd | ntfs-3g: add patch to fix musl build issue
This commit adds a simple patch that fixes the build with the musl C
libr... | | |
Rahul Bedarkar | a351f375973 | util-linux: bump version to 2.28.1
Drop upstream patch 0001-build-sys-fix-uClibc-ng-scanf-check.patch.
Release note... | | |
Thomas Petazzoni | b73fe4a68b4 | sane-backends: backport upstream commit to fix musl build
This commit adds a new patch to sane-backends, backported ... | | |
Romain Naour | 9c6b9a2bb0d | docs: libtool patches are not handled by legal-info infrastructure.
Signed-off-by: Romain Naour <romain.naour@gmail.... | | |
Vlad Zakharov | 561622e4ef5 | qt: build using old C++ standard
'std::auto_ptr' is deprecated with gcc-6 but is used in qt4 code.
So we have to bui... | | |
Vlad Zakharov | fc61da15f46 | binutils: disable warning flags to prevent build failures
binutils-arc-2016.09-eng008 build fails sometimes.
This h... | | |
Rahul Bedarkar | ec9825e38ed | logrotate: bump version to 3.10.0
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Rahul Be... | | |
Rahul Bedarkar | f827fada63c | logrotate: fix build with gcc 6
With gcc version 6, we get the following error when building logrotate:
logrotate... | | |
Thomas Petazzoni | 52307f7b429 | imx-uuc: uses fork(), needs MMU
The imx-uuc source code uses fork(), so it can only be compiled and used
on MMU-capa... | | |
Romain Naour | 426389688d8 | docs: update legal-notice.txt
Since 1273636fc686cd788b6de87be75dd0726cf8676c applied patches are also
saved.
Signed... | | |
Manuel Vögele | a9ca6963095 | python-sip: allow package to be built using Qt5
Signed-off-by: Manuel Vögele <develop@manuel-voegele.de>
Signed-off-... | | |
Luca Ceresoli | 61ed56090c5 | busybox: fix double free in top causing a SIGABRT storm after SIGPIPE
On some platforms the command 'top -n1 | head'... | | |
Manuel Vögele | e73a1db4646 | python-requests-toolbelt: new package
Signed-off-by: Manuel Vögele <develop@manuel-voegele.de>
Reviewed-by: Yegor Ye... | | |
Fabrice Fontaine | 19765d838f5 | tinycbor: exclude Blackfin ADI toolchain
As tinycbor uses fopencookie() which is not available with the Blackfin
ADI... | | |
Fabrice Fontaine | 803d21e4ad5 | tinycbor: fix issue on unnamed union
Fixes:
http://autobuild.buildroot.net/results/f4d/f4d15afb44f471878dbdee7c67c... | | |
Fabrice Fontaine | cbb12d336bd | tinycbor: bump to version 0.3.2
tinycbor 0.3.2 includes the buildroot patch that fixes the installation
with old Mak... | | |
Waldemar Brodkorb | 5ab751ca44e | toolchain-buildroot: allow to build ppc64(le) musl toolchains
Latest musl release supports ppc64 architecture (both ... | | |
Romain Naour | 9ebcc74da68 | package/connman: disable for musl toolchains
Connman doesn't build with musl toolchains due to several "classic"
mus... | | |
Fabrice Fontaine | 4c70361ac14 | igd2-for-linux: bump to version 1.2
This update contains a single upstream commit, intended at fixing the
static lin... | | |
Yann E. MORIN | 99067c1598c | package/ustr: don't run ldconfig
The ustr Makefile.in (as introduced by the Debian patch we apply), is
probably not ... | | |
Waldemar Brodkorb | 3ab6c65b4e2 | linux-pam: uses fork(), needs MMU
Fixes:
http://autobuild.buildroot.net/results/8c9a5fe52f762b4ff4444cf41efdf0d3cf... | | |
Thomas Petazzoni | 9cee55786aa | openmpi: disallow on sparc
openmpi's configure script refuses to build on Sparc v8 architecture, so
let's disable th... | | |
Thomas Petazzoni | 48d23dcb365 | hplip: needs dynamic library
hplip needs libdl functionality, so it should depend on
!BR2_STATIC_LIBS.
Fixes:
ht... | | |
Yann E. MORIN | 19bbe7f09d6 | package/qlibc: drop a musl-compatibility patch
We now always have a sys/cdefs.h, so we can drop this patch.
Signed-... | | |
Yann E. MORIN | 39812f5dfd0 | package/linknx: drop a musl-compatibility patch
We now always have a sys/cdefs.h, so we can drop this patch.
Signed... | | |
Yann E. MORIN | eef86594b7f | package/libsepol: drop a musl-compatibility patch
We now always have a sys/cdefs.h, so we can drop this patch.
Sign... | | |
Yann E. MORIN | 4aa357d9c6b | package/bcusdk: drop a musl-compatibility patch
We now always have a sys/cdefs.h, so we can drop this patch.
Renumb... | | |
Yann E. MORIN | 6e8617f2224 | package/android-tools: drop musl-compatibility cdefs patching out
We now always have a sys/cdefs.h, so we no longer ... | | |
Yann E. MORIN | 93120632f03 | package/aircrack-ng: drop a musl-compatibility patch
We now always have a sys/cdefs.h, so we can drop this patch.
S... | | |
Yann E. MORIN | 4cae57b4588 | package/rpcbind: fix musl build
rpcbind uses the __P() macro defined in sys/cdefs.h but does not
includes it explici... | | |
Yann E. MORIN | e31eb720408 | package/musl-compat-headers: provide compatibility headers not in musl
musl provides neither sys/queue.h nor sys/cde... | | |
Yann E. MORIN | f55adea4348 | linux: cpupower needs gettext
The cpupower linux tool needs gettext, always (even without locales).
We need to disa... | | |
Rodrigo Rebello | f6017708fcf | manual: fix typo
Signed-off-by: Rodrigo Rebello <rprebello@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazz... | | |
Paul Cercueil | 817938bb169 | libiio: Add a patch to fix compilation with old glibc
Cherry-picked from upstream.
Fixes:
http://autobuild.build... | | |
Romain Naour | a754ca85a1b | package/rt-tests: add syscall-number for sched_(gs)etattr() for SH4
The dependency on kernel headers >= 3.14 was add... | | |
Zakharov Vlad | 9914215d899 | uclibc: ARC: Support syscall ABI v4
When used with GCC 6 ABIv4 is used.
Missing this patch leads to numerous runtime... | | |
Marcin Nowakowski | 2970711de75 | package/elfutils: set program-prefix to default ("eu-")
Elfutils program names collide with binutils' binaries. By d... | | |
Gustavo Zacarias | 0652eb4d47f | libgtk3: bump to version 3.20.9
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Peta... | | |
Gustavo Zacarias | 7df128ce04e | libglib2: bump to version 2.48.2
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Pet... | | |
Romain Naour | ba4af1a06d8 | core/pkg-autotools: don't use APPLY_PATCHES for libtool patches
Since [1] <package>-reconfigure target is broken.
$... | | |
Waldemar Brodkorb | c1276aacd2b | squeezelite: needs NPTL
It uses PTHREAD_PRIO_INHERIT, which isn't available in Linuxthreads.
Fixes:
http://autobu... | | |
Rahul Bedarkar | 0d68771e549 | libconfuse: add optional dependency on gettext
When available, libconfuse will use the libintl provided by the gette... | | |
Gustavo Zacarias | 834ae8ce82f | nettle: add security patch
Fixes:
CVE-2016-6489 - RSA code is vulnerable to cache sharing related attacks.
Signed-o... | | |
Yann E. MORIN | 4d17611eab9 | package/lldpd: explicit optional dependencies
check and valgrind are optional depenencies of lldpd, so we must depen... | | |
Samuel Martin | e8c37556761 | pkg-cmake.mk: set CMAKE_SYSROOT variable in toolchainfile.cmake
This change enforces the CMAKE_SYSROOT value set in ... | | |
Rahul Bedarkar | b0f0367d3a3 | ulogd: fix build with musl
Add upstream patches to fix build issue with musl.
Fixes:
http://autobuild.buildroot.... | | |
Baruch Siach | 4debfc914b6 | gnupg: security bump to version 1.4.21
Fixes CVE-2016-6313: An attacker who obtains 580 bytes from the standard RNG
... | | |
Next → |