Will Wagner | b5fcf958276 | qt5base: add option for custom qconfig file
Add in support for a custom qconfig file in the same way it is
already p... | | |
Thomas Petazzoni | 6a9095a39a7 | Revert "rsyslog: fix config file comment style"
This reverts commit d42f0f96aa13bc160bdfeb40ca75f53adb7af64e, which
... | | |
Thomas Petazzoni | c60766a3727 | flite: fix <pkg>_LICENSE_FILES
Following commit dd4bcebd7c43212650cccc2494527dc3d69024d9 ("flite: use
FLITE_STRIP_CO... | | |
Maxim Mikityanskiy | b746088a609 | package/systemd: add missing dependencies
Systemd depends on mount and nologin from util-linux. Mount from busybox
i... | | |
Guillaume GARDET | ea443e624cc | c-icap-modules: new package
[Thomas:
- Do not pass custom CFLAGS and remove the hacks on the Makefile:
since t... | | |
Maxime Hadjinlian | 76d1c729f09 | package: Remove shell completion at finalize stage
Instead of doing a removal of the completion file package per pac... | | |
Eric Le Bihan | 470cd0dcada | Fix selection of bootloaders from $(BR2_EXTERNAL)
If a package is based on "generic-package", pkg-generic.mk will co... | | |
Yann E. MORIN | 34ee471f2a9 | package/rpi-userland: drop -Werror
Fixes:
http://autobuild.buildroot.org/results/501/5012affec6c85fe7749ac86d18d... | | |
Thomas Petazzoni | f410de41407 | arch: aarch64 always has a MMU
Following the addition of AArch64 big endian, the AArch64 little
endian option had lo... | | |
Bamvor Jian Zhang | 827ba46556b | aarch64: add big endian(aarch64_be) support
Add aarch64_be support. Note that CONFIG_CPU_BIG_ENDIAN should be
define... | | |
Maxime Hadjinlian | 44c48b1274f | pkg-autotools: Remove useless space
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Th... | | |
Luca Ceresoli | dd4bcebd7c4 | flite: use FLITE_STRIP_COMPONENTS and FLITE_SUBDIR
So far, to overcome the buggy way the flite tarball is made, we h... | | |
Gustavo Zacarias | 2ae93873e3d | icu: update icudata generator URL
It was pointing to version 51.x which wouldn't work well with 55.x.
Point it to t... | | |
Thomas Petazzoni | e0dee07e9bd | keyutils: add patch to fix musl build failure
Fixes:
http://autobuild.buildroot.org/results/253/2536b59735f33709f... | | |
Thomas Petazzoni | 2af75321d25 | kismet: mark as not available for static builds
This reverts commit a3365ebf72fc34c71e28191f107280b9d7c825a1, and
ma... | | |
Maxime Hadjinlian | b5c763c490d | systemd: fix some coding style issues
[Thomas: adjust commit title, some additioanl coding style fixes.]
Signed-off... | | |
Luca Ceresoli | 36b2d9ab0c8 | qpid-proton: new package
[Thomas:
- Do not define QPID_PROTON_VERSION_MAJOR, and use proto-* instead,
as sug... | | |
Thomas Petazzoni | 22ed697d11e | packages: do not use TAR_STRIP_COMPONENTS, but directly --strip-components
Signed-off-by: Thomas Petazzoni <thomas.p... | | |
Yann E. MORIN | 5e0ccea25fb | package/firmware-imx: fix legal-info
Part of fimrware-imx were dropped in the new version, so we have less
legal-inf... | | |
Thomas Petazzoni | ef7cc99c7a4 | pkg-generic: fix fallout of <pkg>_STRIP_COMPONENTS introduction
The introduction of <pkg>_STRIP_COMPONENTS broke the... | | |
Thomas Petazzoni | 5ec154fa413 | c-icap: disable Perl support
The Perl support in c-icap does not build properly, because it queries
the system-insta... | | |
Thomas Petazzoni | 58f6b79334e | c-icap: needs MMU support
Fixes:
http://autobuild.buildroot.org/results/8c3/8c3e397eeecb2a6a39fbae1d8665bff92ef3e... | | |
Jörg Krause | d082f1390c0 | package/nodejs: version bump to 0.12.7
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Reviewed-by: "Yann E... | | |
Yann E. MORIN | 6391bfd76b3 | package/sysdig: use kernel-module helper
sysdig's Makefile was already calling the Linux buildsystem to build its
mo... | | |
Yann E. MORIN | e5f4122c56d | package/simicsfs: use kernel-module helper
We were already using the Linux buildsystem to build simicsfs' modules,
s... | | |
Yann E. MORIN | 7b5c2e658f3 | package/owl-linux: use kernel-module helper
The owl-linux' Makefile is only calling the Linux buildsystem, so switch... | | |
Yann E. MORIN | 731c71d23f4 | package/on2-8170-modules: use kernel-module helper
We were already using the Linux buildsystem to build on2-8170-mod... | | |
Yann E. MORIN | 54a42de9667 | package/ocf-linux: use kernel-module helper
We have a patch that makes ocf-linux' Makefile basically only call to
th... | | |
Yann E. MORIN | be2b20be6e9 | package/cryptodev-linux: use the kernel-module helper
The kernel module needs the version.h headers at build-time, b... | | |
Yann E. MORIN | 84d97e6200f | package/ktap: use kernel-module helper
Passing the KERNEL_SRC variable is no longer needed, since it was only
used t... | | |
Yann E. MORIN | 95f52a7b7ea | package/igh-ethercat: use kernel-module helper
igh-ethercat's Makefile just contains calls to the Linux buildsystem,... | | |
Yann E. MORIN | 57f86ba3410 | package/lttng-modules: use kernel-module helper
lttng-modules' Makefile already uses the Linux buildsystem to build ... | | |
Yann E. MORIN | 9e8857d05ae | docs/manual: add kernel-module
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas... | | |
Yann E. MORIN | 8b525dc934f | package-infra: add helper to build kernel modules
The Linux kernel offers a nice and easy-to-use infra to build
out-... | | |
Bernd Kuhls | 628de86c996 | package/x11r7/xdriver_xf86-video-geode: bump version to 2.11.17
Removed patch applied upstream.
Signed-off-by: Bern... | | |
Bernd Kuhls | 98573709465 | package/x11r7/xdriver_xf86-input-libinput: bump version to 0.11.0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.d... | | |
Luca Ceresoli | 10a2b798a45 | zic: use <PKG>_STRIP_COMPONENTS
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Arnout Vandecappelle ... | | |
Luca Ceresoli | 8fe6ee1631c | tzdata: use <PKG>_STRIP_COMPONENTS
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Acked-by: Arnout Vandecappel... | | |
Luca Ceresoli | 6c0188d7a57 | nanocom: use <PKG>_STRIP_COMPONENTS
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Arnout Vandeca... | | |
Luca Ceresoli | 570566ddc5c | intel-microcode: use <PKG>_STRIP_COMPONENTS
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Arnout... | | |
Luca Ceresoli | 62803be844b | docs/manual: document <PKG>_STRIP_COMPONENTS
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Arnout Vandeca... | | |
Luca Ceresoli | 73b9a5ee023 | Add <PKG>_STRIP_COMPONENTS for packages with non-standard tarballs
Usually package tarballs contain only a directory... | | |
Clayton Shotwell | 4837354fff8 | pkg-generic: Fix host _DL_VERSION corner case
In the case when a package has a host version, the package is dependen... | | |
Maxime Hadjinlian | e1baac68bcb | busybox: Install udhcpc script only if enabled
It doesn't make sense to install such a scripts if UDHCPC was not
sel... | | |
Peter Seiderer | 6c395a22e76 | racehound: new package
[Thomas:
- indicate in the Config.in help text that CONFIG_KPROBES
- add missing final do... | | |
Peter Bouda | 6874f5bac94 | python-pygame: remove python dependency
With the dependency on BR2_PACKAGE_PYTHON it was only possible to
build the ... | | |
Bernd Kuhls | 10619dddcb2 | package/ffmpeg: bump version to 2.6.3
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Pet... | | |
Bernd Kuhls | d8247868759 | package/x11r7/xlib_libXrandr: bump version to 1.5.0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-... | | |
Bernd Kuhls | bcb1ae9765c | package/x11r7/xproto_randrproto: bump version to 1.5.0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-o... | | |
Bernd Kuhls | c413cb9480b | package/dovecot-pigeonhole: bump version to 0.4.8
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by... | | |
Bernd Kuhls | a89263f7f06 | package/dovecot: bump version to 2.2.18
Removed patch applied upstream:
http://hg.dovecot.org/dovecot-2.2/rev/e4ad83... | | |
Bernd Kuhls | f512b4efdba | package/lame: Fix compile on 32bit Intel
In file included from xmm_quantize_sub.c:37:0:
/home/br/br5/output/host/usr... | | |
Bernd Kuhls | 861600b15f1 | package/lame: Fix autoreconf
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <t... | | |
Colleen | 33f09a63ea0 | 1/1] package/linux-firmware: add iwlwifi 6000g2a firmware
Signed-off-by: Colleen Twitty <colleen@skycatch.com>
Teste... | | |
Jörg Krause | 4dd4b9ace58 | boot/uboot: add support for i.MX28 NAND format
Allow to generate 'u-boot.nand', Freescale i.MX28 BootStream format (... | | |
Gary Bisson | 49f9efc4a6b | qmx6_defconfig: bump version to 3.10.53_1.1.0
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-of... | | |
Gary Bisson | 7b67d3714b4 | freescale_imx6*_defconfig: bump version to 3.10.53-1.1.0 GA
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.... | | |
Gary Bisson | 5140658c1a1 | board/boundarydevices: rework and update u-boot scripts
Those scripts are executed by u-boot in order to detect the ... | | |
Gary Bisson | 82c76fbfe64 | nitrogen6x_defconfig: bump version to 3.10.53_1.1.1_ga
Also update the dtb files to be generated.
Signed-off-by: Ga... | | |
Gary Bisson | 73930a6bb02 | xdriver_xf86-video-imx-viv: bump to version 3.10.53-1.1.0 GA
Previous patch for the LoadExtension call isn't needed ... | | |
Gary Bisson | 4c0613e7de0 | gpu-viv-bin-mx6q: rename package to imx-gpu-viv
In order to be in line with new Freescale naming convention:
https:... | | |
Antoine Tenart | 15cd6fe2222 | gpu-viv-bin-mx6q: bump to 5.0.11.p4.1
Bump the Vivante drivers to 5.0.11.p4.1. The version scheme has changed
and 5.... | | |
Gary Bisson | 3b9327f2645 | freescale-imx: bump to 3.10.53-1.1.0 GA release
This version now only applies to imx-lib and firmware-imx. All other... | | |
Gary Bisson | f2af493fd9b | imx-vpu: bump version to 5.4.27
- imx-vpu version changed to internal version
- VPU share memory file open fixes
- U... | | |
Gary Bisson | cf448c4fe50 | gst-fsl-plugins: bump version to 4.0.2
This patch is based on the Yocto equivalent:
https://github.com/Freescale/met... | | |
Gary Bisson | 91883109285 | libfslparser: bump version to 4.0.2
New feature for 4.0.2 version:
* Enhanced Metadata supporting in MP4, MKV, AVI, ... | | |
Gary Bisson | 0036781f595 | libfslcodec: bump version to 4.0.2
This patch is based on the Yocto equivalent:
https://github.com/Freescale/meta-fs... | | |
Gary Bisson | 109458d0788 | libfslvpuwrap: bump version to 1.0.57
New feature for 1.0.57 version:
* Add workaround for rmvb decode timeout issue... | | |
Max Filippov | c7e1c58fac8 | binutils: fix xtensa gas segfault with --text-section-literals
Building libgcc with TARGET_ABI flags results in asse... | | |
Johan Oudinet | dcf54ea83a1 | erlang-p1-yaml: bump to version e1f081e
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas... | | |
Johan Oudinet | 5158eaa8665 | erlang-p1-sip: bump to version fd3e461
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas ... | | |
Johan Oudinet | 3789597275f | erlang-p1-stun: bump to version a3dce07
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas... | | |
Johan Oudinet | 4ac92ba69d3 | erlang-p1-xml: bump to version 2c61083
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas ... | | |
Johan Oudinet | c7b5a9cbfe1 | erlang-p1-stringprep: bump to version 3c64023
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: ... | | |
Johan Oudinet | c0ca053e509 | erlang-p1-tls: bump to version b070004
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas ... | | |
Johan Oudinet | 7926943ae56 | erlang-p1-cache-tab: bump to version f7ea12b
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: T... | | |
Johan Oudinet | 226f7794943 | erlang-p1-utils: bump to version 1bf99f9
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thoma... | | |
Johan Oudinet | 2eaf98df383 | ejabberd: fix package version
The configure tries to guess the version from the last git tag, which
is incorrect her... | | |
Johan Oudinet | 23f4cf81bbe | ejabberd: bump to version 15.06
Adapt patches accordingly and add a dependency to getent.
Signed-off-by: Johan Oudi... | | |
Jörg Krause | 77fbc684c56 | package/mtd: add patch to fix host build error with gcc 5.1
host-mtd build fails with gcc 5.1:
error: redefinition... | | |
Baruch Siach | 22501805ed4 | libxmlrpc: fix static build
Fixes:
http://autobuild.buildroot.net/results/16d/16de14ace7b4e089f56b9cb173542e487cae3a... | | |
Marc-André Chénier | 685449372ac | package/linux-firmware: add missing nvs file for the wl18xx firmware
The wl18xx shares the same wlcore as the wl1271... | | |
Clayton Shotwell | a409d76e837 | squashfs: Add xattr support
Adding extended attribute support for the squashfs tools when the attr
package is select... | | |
Matt Weber | d42f0f96aa1 | rsyslog: fix config file comment style
The upstream versions of rsyslog (v8 and higher) have this commit to fix
the ... | | |
Floris Bos | e7d515d00e5 | postgresql: init script: wait till server has started
Adds "-w" option to init script to wait till the database serv... | | |
Pascal de Bruijn | bc16d5444fb | nano: work around broken syntax highlighting regexes
[Thomas: use --with-wordbounds instead of fiddling with CFLAGS.... | | |
Bernd Kuhls | df8bfa3f8c0 | package/mplayer: Add additional X11 dependencies
Proposed fix for https://bugs.busybox.net/show_bug.cgi?id=8206
Sig... | | |
Gustavo Zacarias | 3ddda416acc | php: security bump to version 5.6.11
Fixes:
CVE-2015-3152 - mysqlnd is vulnerable to BACKRONYM
And other security b... | | |
Sylvain Raybaud | aa1362f220e | busybox: adjust configuration to add fancy options to the sleep applet
Set CONFIGURE_FEATURE_FANCY_SLEEP and CONFIG_... | | |
Baruch Siach | 55dd510bcb2 | bootutils: update website URL
The original homepage seems to be down. Use the sourceforge intro page
instead.
Signe... | | |
Alexey Brodkin | 474d39991bf | qt: fix execution on ARC
Even though Qt4 could be built for ARC cores during execution
of Qt4 applications on target... | | |
Gustavo Zacarias | ed1d98daa11 | btrfs-progs: bump to version 4.1.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas P... | | |
Bernd Kuhls | 1bd494f0a8f | package/mesa3d: Remove libGL headers/pkgconfig when OpenGL is disabled
mesa3d defaults to --enable-opengl due to its... | | |
Thomas Claveirole | 5ba276de2a8 | fcgiwrap: new package
Add package fcgiwrap from https://nginx.localdomain.pl/wiki/FcgiWrap
fcgiwrap is a simple ser... | | |
Thomas Claveirole | 51c9ee06553 | libfcgi: link with libm when needed
libfcgi uses frexp() and thus should link with libm, but fails to do
so. Thus l... | | |
Frank Hunleth | 6272583956e | zeromq: depend on libsodium if available
ZeroMQ doesn't require libsodium, but will enable CURVE security if it's
av... | | |
Frank Hunleth | 03b5b63c248 | libsodium: new package
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
Reviewed-by: Romain Naour <romai... | | |
Waldemar Brodkorb | 0b056944f58 | enlightment: xtensa workaround no longer required
With the update to uClibc-ng 1.0.3, this is no longer needed,
as t... | | |
Gustavo Zacarias | e97938286f7 | linux: bump default to version 4.1.2
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas... | | |
Gustavo Zacarias | e2a27499207 | linux-headers: bump 3.{10, 14, 18}.x and 4.{0, 1}.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>... | | |
Gustavo Zacarias | ec1f146c0d8 | gettext: bump to version 0.19.5
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Peta... | | |
Gustavo Zacarias | 4a35ee875f9 | file: bump to version 5.24
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni... | | |
Gustavo Zacarias | 72688a00d50 | libunistring: bump to version 0.9.6
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas ... | | |
Gustavo Zacarias | 43860b868c4 | libidn: bump to version 1.31
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzo... | | |
Gustavo Zacarias | 08138dd1306 | ruby: enable parallel build
Re-enable parallel builds, it doesn't seem to be affected by the issue
worked around in ... | | |
Maxim Mikityanskiy | a93fc3455a4 | package/e2fsprogs: make /sbin/fsck available
systemd looks for fsck in /sbin, so make symlink:
/sbin/fsck -> /usr/sb... | | |
Thomas Petazzoni | 821f30c82c4 | docs/manual/beyond-buildroot: additional minor fixes
Those issues were noticed by Thomas De Schampheleire during the... | | |
Noé Rubinstein | 618346836ed | docs/manual/beyond-buildroot: building and testing live-CDs
[Thomas: reworked a bit the phrasing, plus mention that ... | | |
Guillaume GARDET | 97b494b0d33 | c-icap: new package
[Thomas:
- Remove trailing whitespace everywhere
- Rewrap the Config.in help text
- Fix Confi... | | |
Gustavo Zacarias | 9c9598e023b | popt: add hash file
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thoma... | | |
Gustavo Zacarias | bd9aaf23042 | transmission: add hash file
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzon... | | |
Gustavo Zacarias | 2cc15322e72 | rp-pppoe: add hash file
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <t... | | |
Gustavo Zacarias | d755e542fda | netstat-nat: add hash file
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni... | | |
Fabio Porcedda | f7859f892e5 | expect: bump to version 5.45.3
Download it from the cvs repository because it is not availabe as a
downloadable file... | | |
Fabio Porcedda | 21036a58a20 | manual: cvs: document that a branch or a date can be used
Also instead of using the generic word "timestamp" use the... | | |
Fabio Porcedda | 6c0d6592f40 | support/download/cvs: add support to use a date instead of a tag
This is useful when a tag is not avaiable.
Also fi... | | |
Gustavo Zacarias | 68152fea9b3 | qemu/configs: enable DRM+QXL for x86 and x86_64
Allows for nicer framebuffer emulation under Qemu with the QXL xorg
... | | |
Gustavo Zacarias | 3d1316d87d8 | xdriver_xf86-video-qxl: new package
Add the QEMU paravirt QXL video driver.
Signed-off-by: Gustavo Zacarias <gustav... | | |
Alexey Brodkin | a3b44fa70cb | quagga: disable PIE on ARC
Even though ARC gcc understands "-pie" option and attempts to generate
PIE binaries as of... | | |
Alexey Brodkin | 701e75bf3d4 | pure-ftpd: add patch that fixes build if HAVE_EXPLICIT_BZERO is defined
This patch was already merged upstream and o... | | |
Alexey Brodkin | 29bccd08385 | pure-ftpd: disable PIE on ARC
Even though ARC gcc understands "-pie" option and attempts to generate
PIE binaries as... | | |
Gustavo Zacarias | d4e547438cf | openssl: security bump to version 1.0.2d
Fixes CVE-2015-1793 - Alternative chains certificate forgery.
Signed-off-b... | | |
Peter Korsgaard | ecd8e9b238f | openssl: drop !static dependency from OPENSSL_BIN option
The dependency doesn't make sense now that the option only ... | | |
Benoît Thébaudeau | ca58207df09 | openssl: fix static build
If configured with no-dso, the openssl binary still gets linked with
-ldl, while libdl is ... | | |
Peter Korsgaard | 2b47c7f095f | system/device_table.txt: /etc/random-seed is no more
So don't try to set the permissions of it.
Signed-off-by: Pete... | | |
Danomi Manchego | 5eb23c9b880 | pkg-autotools: fix whitespace regex in libtool patch hook
The first sed line for ltmain_version attempts to match wh... | | |
Baruch Siach | f33f766860a | system/skeleton: don't use random-seed from a read-only fs
A random-seed from a read-only filesystem is useless.
Al... | | |
Baruch Siach | ed0b44fdcec | system/skeleton: remove random-seed
Seeding the entropy pool with a known seed makes more harm than good. This is
es... | | |
Gustavo Zacarias | ba67b27350c | usb_modeswitch_data: bump to version 20150627
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-b... | | |
Gustavo Zacarias | b4ec5baec7a | usb_modeswitch: bump to version 2.2.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter... | | |
Luca Ceresoli | d503a13a7c4 | stm32flash: new package
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Tested-by: Frank Hunleth <fhunleth@troo... | | |
Vicente Olivert Riera | f64f1893887 | lvm2: bump to version 2.02.125
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter ... | | |
Gustavo Zacarias | f70f45a43c4 | bind: security bump to version 9.9.7-P1
Fixes:
CVE-2015-4620 - On servers configured to perform DNSSEC validation an... | | |
Luca Ceresoli | 3bb40c7d860 | snmppp: autoreconf is not needed anymore
Tarballs of recent versions ship a configure script.
Signed-off-by: Luca C... | | |
Vanya Sergeev | 4f73fba92cb | c-periphery: bump version to 1.0.3
Signed-off-by: Vanya Sergeev <vsergeev@gmail.com>
Signed-off-by: Thomas Petazzoni... | | |
Vanya Sergeev | 5fe3e0c8c49 | lua-periphery: add hash file
Signed-off-by: Vanya Sergeev <vsergeev@gmail.com>
Signed-off-by: Thomas Petazzoni <thom... | | |
Vanya Sergeev | bdebcd39025 | lua-periphery: bump version to 1.0.5, remove dependency on c-periphery
The new version of the lua-periphery LuaRocks... | | |
Jörg Krause | aee57627b09 | package/libtirpc: remove host-pkgconf dependency
configure.ac does not contain PKG_CHECK_MODULES anymore.
Signed-of... | | |
Gustavo Zacarias | 85945aad913 | iproute2: bump to version 4.1.1
Now with local header for tipc support on older kernels.
Signed-off-by: Gustavo Zac... | | |
Bernd Kuhls | f5fbb12da0f | package/mesa3d: If udev is not present, sysfs is used as a replacement
Support for sysfs as a replacement for udev w... | | |
Peter Seiderer | 34c416d5b5b | libevdev: bump version to 1.4.3
>From [1]:
- tools: widen frequency resolution to µs in the DPI tool
- tools: compla... | | |
Gustavo Zacarias | eaa872edca2 | xtables-addons: bump to version 2.7
Fixes build issues with kernels 4.1+
Signed-off-by: Gustavo Zacarias <gustavo@z... | | |
Nathaniel Roach | 0b067e27378 | package/bind: Enable filter-aaaa-on-v4 option
This allows usage of the filter-aaaa-on-v4 configuration option.
This ... | | |
Danomi Manchego | 9917e48d7eb | pkg-autotools: fix patching libtool for version 2.4
If the libtool used by the package is 2.4 (i.e. with no patchlev... | | |
Vicente Olivert Riera | 057dad9c5ff | squid: explicitly disable openssl support when BR2_PACKAGE_OPENSSL != y
Signed-off-by: Vicente Olivert Riera <Vincen... | | |
Bernd Kuhls | a865c6bd598 | package/vlc: Fix SSE support with gcc5
Compile fails
make[4]: Entering directory `/home/fli4l/br6_freeswitch/output... | | |
Vicente Olivert Riera | 07f484e13c7 | squid: add gnutls support
A new --without-gnutls option has been added to configure, so let's use
it in order to ena... | | |
Vicente Olivert Riera | d43343c86f8 | squid: bump to version 3.5.6
- Bump to version 3.5.6
- Update hash file
- Change configure options according to rele... | | |
Vicente Olivert Riera | e9b7ccb8de8 | nano: bump to version 2.4.2
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Pe... | | |
Vicente Olivert Riera | a2bef06197a | lvm2: bump to version 2.02.124
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas... | | |
Alexey Brodkin | 145e0d9f57f | berkeleydb: accommodate threads presence/absence
In BerkeleyDB the most convenient implementation of mutexes on Linu... | | |
Benoît Thébaudeau | a7bc0b96233 | openssl: always build apps
Now that building the openssl binary without MMU is supported, the only
reason left for n... | | |
Gustavo Zacarias | a562d2968ac | collectd: fix parallel build issues
For version 5.5.x a reorganization was made and some common funtionality
was mov... | | |
Angelo Compagnucci | d3ec8172152 | package:sysdig: bump to version 0.1.100
This patch bumps to version 0.1.100, removes the no more
neded upstream incl... | | |
Peter Korsgaard | 1f2bb5504fd | ntp: drop unused POST_PATCH_HOOKS handling
Now that NTP_PATCH_FIXUPS is gone.
Reported-by: Danomi Manchego <danomim... | | |
Christophe Vu-Brugier | 16339adfcc1 | btrfs-progs: drop dependency on acl and attr
btrfs-progs does not depend on libacl since version v4.0.1:
ab5984f ... | | |
Clayton Shotwell | b09f8f01c7d | mtd: Add xattr support
Adding extended attribute support for the mtd tools when the attr
package is selected. This i... | | |
Simon Marchi | 33d99de597d | ola: Bump to version 0.9.6
We can delete the patch, as it was integrated upstream.
Signed-off-by: Simon Marchi <sim... | | |
Samuel Martin | e5cbe66571e | package/opencv: add opengl support
In OpenCV, OpenGL is only used by highgui module.
OpenGL support is done using e... | | |
Samuel Martin | 70c7d468937 | package/opencv: add gtk3 support
OpenCV now also supports gtk3 as a GUI toolkit, in addition to gtk2,
but only one m... | | |
Samuel Martin | a2afd565947 | package/opencv: add qt5 support
Starting with the 2.4.6 release, OpenCV supports either Qt4 or Qt5 as GUI
toolkit, s... | | |
Samuel Martin | e6a24e24462 | package/opencv: depends on GUI toolkits, rather than select them
Currently, we only support either Qt4 or gtk2, but ... | | |
Samuel Martin | 5117b977637 | package/opencv: add a choice for selecting the gui toolkit
In OpenCV, only one GUI toolkit may be used at any one ti... | | |
Yann E. MORIN | 781529b1593 | package/nodejs: security bump
Critical security flaw:
https://medium.com/@iojs/important-security-upgrades-for-n... | | |
Yann E. MORIN | eb6254a5aa2 | package/nodejs: drop minor version in Config.in
Drop the minor version from the Kconfig symbol, so we can seamlessly... | | |
Jerzy Grzegorek | 82da9aa8308 | imagemagick: bump to version 6.9.1-7
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: P... | | |
Peter Korsgaard | 0cbe4bc52d5 | ntpd: drop unneeded uClibc workaround for refclock_pcf.c
refclock_pcf.c contains code using the tm_gmtoff member of ... | | |
Danomi Manchego | 7917152f135 | ntp: drop uselss patch fixup which sometimes breaks rebuild
Drop sed line which no longer changes anything as upstre... | | |
Thomas Petazzoni | ff89e1eb0cd | wine: fix sane related build failure
If sane is installed system-wide on the build machine, then the
sane-config bin... | | |
Alex Suykov | ae0d54ab77a | samba4: install systemd files
The package comes with usable .service files for smbd, nmbd and
winbind, but does not ... | | |
Thomas Petazzoni | 63b1fec2795 | upmpdcli: use relative path for systemd service symlink
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-elect... | | |
Alex Suykov | b8aa3d51667 | squid: systemd support
squid comes with a .service file, but does not install it.
[Thomas: use relative path for sy... | | |
Alex Suykov | 2154063a38c | upmpdcli: systemd support
Usable .service file is provided in the package.
Signed-off-by: Alex Suykov <alex.suykov@... | | |
Samuel Martin | dbe9c5e2049 | package/vlc: add opencv support
This change adds 2 patches (backported from upstream) to vlc fixing the
build agains... | | |
Samuel Martin | fc71d52724e | package/opencv: add gstreamer-1.x support
Starting with the 2.4.10 release, OpenCV supports both Gstreamer-0.10
and ... | | |
Samuel Martin | 97daf3a08a7 | package/opencv: add a choice for selecting gstreamer support
OpenCV 3.0 support both gstreamer-0.10 and gstreamer-1.... | | |
Bernd Kuhls | bfb8df2ad9b | package/ffmpeg: Fix i586 compilation with gcc5
In file included from libavcodec/cabac_functions.h:46:0,
... | | |
Fabio Porcedda | 7314eaa0170 | barebox: bump to version 2015.07.0
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Pe... | | |
Gustavo Zacarias | 26ff90e41c2 | coreutils: bump to version 8.24
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsg... | | |
Gustavo Zacarias | 680ddc6539b | linux-headers: bump 3.{10,14}.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thom... | | |
Gustavo Zacarias | 447916b26ef | kvmtool: new package
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Reviewed-by: Arnout Vande... | | |
Thomas Petazzoni | 98e1848db11 | busybox: PAM support needs thread support
In commit f21b2558a097d07b53b6f20a47770468e9e4f7ed ("busybox: added
linux-... | | |
Thomas Petazzoni | bfe2ba7453e | tor: needs NPTL threads
Fixes:
http://autobuild.buildroot.org/results/f09/f09af8dd0d85bc6137a0c2f26cbe62686767b95... | | |
Yann E. MORIN | ee435eb3f36 | core/pkg-generic: sanitise FOO_OVERRIDE_SRCDIR
In case FOO_OVERRIDE_SRCDIR has trailing spaces, like so:
FOO_OVE... | | |
Fabio Porcedda | 22b327fc743 | pkg-luarocks: fix top-level parallel makefile support
In the *-install-target phase the manifest file is being updat... | | |
Fabio Porcedda | 1668e1da390 | packages: fix and improve support for top-level parallel make
The boost and jack2 packages fail to build when PARALL... | | |
Arthur LAMBERT | 2c6e667caa8 | board: add support for WarPboard
This is a set of patch to add support for warpboard
(Freescale board based on imx6s... | | |
Gustavo Zacarias | 2e52be79827 | configs/acmesystems_aria_g25: new configs
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: T... | | |
Next → |