Romain Naour | 8e8bb3000c3 | package/x11r7/xserver_xorg-server: rename patch directory after the last version bump
The last bump [1] forgot to re... | | |
Baruch Siach | a2294d6eb06 | libressl: fix musl build with older kernel headers
musl provides its own SYS_getrandom definition, but not GRND_NONB... | | |
Bernd Kuhls | 8cefd3c6987 | package/x11r7/xserver_xorg-server: security bump to version 1.19.4
Fixes CVE-2017-13721 & CVE-2017-13723:
https://li... | | |
Peter Korsgaard | 2753d080973 | libcurl: security bump to version 7.56.0
Drop upstreamed patch.
Fixes CVE-2017-1000254 - FTP PWD response parser ou... | | |
Peter Korsgaard | 6dc83619c86 | qemu: change to .tar.xz format
And use the official download location.
Suggested-by: Baruch Siach <baruch@tkos.co.i... | | |
Peter Korsgaard | 5201a8a0145 | qemu: security bump to version 2.8.1.1
Fixes the following security issues and adds a number of other bigfixes:
2.8... | | |
Carlos Santos | 3879f737c73 | qemu: drop obsolete "--disable-uuid" configuration parameter
./configure: --disable-uuid is obsolete, UUID support i... | | |
Alex Suykov | 3066e68a772 | vboot-utils: disable static futility
Possibly fixes
http://autobuild.buildroot.net/results/fbe/fbe7892539cc1bf18f89d... | | |
Bernd Kuhls | e574e742902 | package/tor: fix openssl detection for static builds
Fixes
http://autobuild.buildroot.net/results/8e6/8e639ab8912e7d... | | |
Matt Weber | afbb937e08e | HOST_DIR/lib: symlink respectively to lib32/64
Discovered the issue on a RHEL7.4 machine where
the cmake build dynam... | | |
Bernd Kuhls | e07d2e7f7b8 | linux-headers: bump 4.{4, 9, 13}.x series
[Peter: drop 4.13.x bump]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online... | | |
Evgeniy Didin | 8f287cf686d | qt: Allow enabling of QtWebKit with GCC 6+
Building Qt with QtWebKit on configuration step there is
a check which di... | | |
Baruch Siach | 090f8c24dc2 | dnsmasq: security bump to version 2.78
Supported Lua version is now 5.2.
Add licenses hash.
Fixes a number of secu... | | |
Yann E. MORIN | bd9760be5ad | package/urg: fix extraction commands
Currently, the extraction commands entirely remove the urg directory,
which mea... | | |
Bernd Kuhls | eb5d0b08813 | package/supertuxkart: needs freetype
https://github.com/supertuxkart/stk-code/blob/master/CMakeLists.txt#L231
Build... | | |
Baruch Siach | 00f9c8df7bf | zsh: disable NIS support
The configure test for NIS and NIS+ looks for the ypcat and nisls host
utilities, respectiv... | | |
Johan Oudinet | 88a9a611d2d | ejabberd: Replace $(HOST_DIR) to /usr in ERL path
Previously, it was working by luck. Buildroot has fixed its defini... | | |
Bernd Kuhls | 81898124e65 | package/git: security bump to version 2.13.6
Release notes:
https://public-inbox.org/git/xmqqy3p29ekj.fsf@gitster.mt... | | |
Bernd Kuhls | 0d942150612 | package/openvpn: security bump to version 2.4.4
Fixes CVE-2017-12166:
https://community.openvpn.net/openvpn/wiki/CVE... | | |
Bernd Kuhls | 9a4217d0b6d | package/librsync: fix build without C++ support
Fixes:
http://autobuild.buildroot.net/results/3cacb87e39a0ebb9d22... | | |
Bernd Kuhls | 90680bcb7ba | linux-headers: bump 4.{4, 9, 13}.x series
[Peter: drop 4.13.x bump]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online... | | |
Yann E. MORIN | 0e6fb50dc08 | support/check-rpath: recognise PIE
We sanity-check the host executables that they have a correct RPATH
pointing to t... | | |
Thomas Claveirole | 4bb2bd9ae1d | nginx (S50nginx): Fix stop, reload, restart. Add force-reload.
Fix package/nginx/S50nginx:
* On stop, use start-sto... | | |
Baruch Siach | d7f3d438176 | ipset: fix musl build
Add upstream patch removing use of non-standard u_int8_t type.
Fixes:
http://autobuild.buildr... | | |
Bernd Kuhls | 5186f1e5cbe | package/automake: bump version to 1.15.1
Removed patch applied upstream.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-... | | |
Fabio Estevam | 058fdbed776 | wandboard: genimage: Pass an offset for the rootfs
Pass an offset of 1MB for the start of the rootfs.
Otherwise we ... | | |
Bernd Kuhls | dfe742badca | package/x11r7/xserver_xorg-server: glamor support needs egl
Glamor support in xserver_xorg-server depends on gbm:
ht... | | |
Bernd Kuhls | 3a55745150b | package/tor: security bump to version 0.3.1.7
Quoted from release notes:
https://blog.torproject.org/tor-0317-now-re... | | |
Bernd Kuhls | 13197a1be4e | package/tor: bump version to 0.3.0.10
Release notes: https://blog.torproject.org/blog/tor-03010-released
Signed-off... | | |
Baruch Siach | 1bda47bc352 | libidn: fix build without makeinfo
Build fails when the makeinfo utility is not installed on the host.
Fixes:
http:... | | |
Petr Kulhavy | c33fc1521f5 | package/rsyslog: fix wrong symlink for systemd service
The symlink to /etc/systemd/system/syslog.service was pointin... | | |
Alexander Mukhin | 79ef34072eb | docs: clarify <packagename>_PATCH behaviour
Reiterate once more that <packagename>_PATCH variable can point
to an ar... | | |
Bernd Kuhls | d0baef85d9b | package/librsync: not available in static builds
Upstream only supports shared builds:
https://github.com/librsync/l... | | |
Peter Korsgaard | 4c5e16bcd3a | bind: use http:// instead of ftp:// for site
To avoid issues with firewalls blocking ftp.
Signed-off-by: Peter Kors... | | |
Peter Korsgaard | 1b5b1d0bd40 | bind: bump to version 9.11.2
Adds support for the new ICANN DNSSEC root key for the upcoming KSK rollover
(Oct 11):
... | | |
Baruch Siach | 42e709e1289 | libidn: add fix for CVE-2017-14062
Add upstream patch fixing CVE-2017-14062:
Integer overflow in the decode_digit f... | | |
Peter Korsgaard | 5663f78cf50 | gdk-pixbuf: security bump to version 2.36.10
Fixes the following security issues:
CVE-2017-2862 - An exploitable he... | | |
Baruch Siach | 2df17139d16 | flashrom: fix static build with uClibc
Define HAVE_STRNLEN to avoid local strnlen() definition.
Fixes:
http://autob... | | |
Bernd Kuhls | 7c34468dff3 | package/samba4: security bump to version 4.6.8
Release notes:
https://www.samba.org/samba/history/samba-4.6.8.html
... | | |
Bernd Kuhls | 4800dc86a5e | package/samba4: bump version to 4.6.7
Release notes: https://www.samba.org/samba/history/samba-4.6.7.html
Signed-of... | | |
Jörg Krause | 53aab40be96 | augeas: security bump to version 1.8.1
Fixes CVE-2017-7555 - Augeas versions up to and including 1.8.0 are
vulnerabl... | | |
Bernd Kuhls | 8733a2ac713 | linux-headers: bump 3.2.x and 4.{4, 9, 12, 13}.x series
[Peter: drop 4.13.x bump]
Signed-off-by: Bernd Kuhls <bernd.... | | |
Bernd Kuhls | 4121d7b4efb | package/softether: update patch to remove renames
Since
https://git.buildroot.net/buildroot/commit/?id=85f11d08c387c... | | |
Bernd Kuhls | bdf4afc114f | package/softether: fix hash
The tarball downloaded today from github does not match the checksum
which once was vali... | | |
Cam Hutchison | 2b9d5abc949 | toolchain: detect external glibc in merged /usr
When using an external toolchain that was built with Buildroot and a... | | |
Bernd Kuhls | 1278e036206 | package/poppler: fix libcurl support
BR2_PACKAGE_POPPLER_LIBCURL is not defined in poppler/Config.in.
Signed-off-by... | | |
Peter Korsgaard | b24914b371a | xen: add upstream post-4.9.0 security fixes
Fixes the following security issues:
XSA-226: multiple problems with tr... | | |
Peter Korsgaard | b7fa7941736 | pkgconf: update upstream URL in Config.in
The download location got changed two years ago when the version was bumpe... | | |
Bernd Kuhls | f4eb35d1980 | package/apache: add patch to fix CVE-2017-9798
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: A... | | |
Bernd Kuhls | 338fb0012c6 | package/proxychains-ng: security bump to version 4.11
Version 4.9 fixes CVE-2015-3887:
https://github.com/rofl0r/pro... | | |
Luca Ceresoli | ee7a128086f | docs/manual: fix typo
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <peter@kor... | | |
Peter Korsgaard | a1174f922f6 | cmake: explicitly disable openssl support for host-cmake
host-cmake will optionally link with openssl for the embedd... | | |
Bernd Kuhls | 058cba0807b | package/bluez5_utils: security bump version to 5.47
Fixes CVE-2017-1000250 - All versions of the SDP server in BlueZ... | | |
Bernd Kuhls | dba6819841a | package/imagemagick: security bump to version 7.0.7-1
Quoting CVE-related issues from
https://github.com/ImageMagick... | | |
Baruch Siach | cfbe2b048eb | libcurl: fix build without threads
When c-ares is not enabled libcurl enables the threaded DNS resolver by
default. ... | | |
Petr Kulhavy | 3d16ec83c11 | download/git: force gzip compression level 6
Force gzip compression level 6 when calculating hash of a downloaded GI... | | |
Max Filippov | 711ed9b58d1 | package/gcc: fix ICE on xtensa, PR target/82181
Memory references to DI mode objects could incorrectly be created at... | | |
Bernd Kuhls | e3c76b3ead1 | package/ffmpeg: security bump to version 3.3.4
Fixes a number of integer overflows and DoS issues.
[Peter: explain ... | | |
Bernd Kuhls | 2cb531562a6 | package/librsync: security bump to version 2.0.0
Removed patch applied upstream, switched to cmake-package following... | | |
Bernd Kuhls | f0f51c907d3 | linux-headers: bump 4.{9, 12, 13}.x series
[Peter: drop 4.13.x bump]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-onlin... | | |
Peter Korsgaard | 82dd8fdc048 | supervisor: security bump to version 3.1.4
Fixes CVE-2017-11610 - The XML-RPC server in supervisor before 3.0.1, 3.1... | | |
Peter Korsgaard | a9cd436711d | ruby: add upstream security patches bumping rubygems to 2.6.13
We unfortunately cannot use the upstream patches dire... | | |
Baruch Siach | eebfc0f3241 | libcurl: bump to version 7.55.1
Drop upstream patch.
Add license hash.
Signed-off-by: Baruch Siach <baruch@tkos.co... | | |
Peter Korsgaard | 352228a0d1d | tcpdump: security bump to version 4.9.2
Fixes the following security issues (descriptions not public yet):
Fix ... | | |
Baruch Siach | b9cd531d40c | libarchive: security bump to version 3.3.2
CVE-2016-8687: Stack-based buffer overflow in the safe_fprintf function
i... | | |
Thomas Petazzoni | 4fec52af6bc | qt: add patch fixing build failure on ARMv8 in 32-bit mode
The Qt package currently fails to build on ARMv8 cores in... | | |
Peter Korsgaard | 71a290c6edc | libzip: security bump to version 1.3.0
Fixes the following security issues:
CVE-2017-12858: Double free vulnerabili... | | |
Peter Korsgaard | deb560509e2 | unrar: security bump to version 5.5.8
Fixes the following security issues:
CVE-2017-12938 - UnRAR before 5.5.7 allo... | | |
Peter Korsgaard | 11374c87972 | strongswan: add upstream security patch
Fixes CVE-2017-11185: The gmp plugin in strongSwan before 5.6.0 allows
remot... | | |
Peter Korsgaard | 7d44982dcbd | libsoup: security bump to version 2.56.1
Fixes CVE-2017-2885: stack based buffer overflow with HTTP Chunked Encoding... | | |
Peter Korsgaard | 8a96666eff7 | gd: security bump to version 2.2.5
Fixes the following security issues:
CVE-2017-6362: Double-free in gdImagePngPtr... | | |
Bernd Kuhls | 950a76eddb9 | linux-headers: bump 4.{4, 9, 12}.x series
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter ... | | |
Baruch Siach | b41eed4d83d | mbedtls: security bump to version 2.6.0
Fixes CVE-2017-14032: authentication bypass.
https://tls.mbed.org/tech-upda... | | |
Aleksander Morgado | 3a4c7b4da27 | libmbim: inherit BR2_USE_MMU dependency from libglib2
The USE_MMU dependency was missing from the chain of dependenc... | | |
Peter Korsgaard | d05093dbe1d | file: security bump to version 5.32
Fixes CVE-2017-1000249 - Stack buffer overflow with a specially crafted
.notes s... | | |
Peter Korsgaard | 4338ab51a79 | subversion: security bump to version 1.9.7
Fixes CVE-2017-9800: Arbitrary code execution on clients through maliciou... | | |
Nicholas Sielicki | 5f8018c7984 | configs/minnowboard_max-graphical: wchar/grub2 fix
minnowboard_max-graphical_defconfig has the line "BR_TARGET_GRUB2... | | |
Nicholas Sielicki | 452a1079e9f | configs/galileo: grub2 needs wchar toolchain
The galileo_defconfig has the line "BR_TARGET_GRUB2=y", but this
curren... | | |
Nicholas Sielicki | f8228de09f4 | configs/galileo: update kernel version to fix build with gcc 6.x
The kernel used so far for the galileo boards would... | | |
Julien Corjon | 99c4e5a281a | package/netplug: init script create needed lock directory
Init script use /var/lock/subsys/netplugd but directory
/v... | | |
Adam Duskett | 49e16e5813d | libxml2: security bump to version 2.9.5
Fixes CVE-2017-9049, CVE-2017-9050, CVE-2017-9047, CVE-2017-9048,
CVE-2017-5... | | |
Thomas Petazzoni | 094a1d118e6 | support/scripts/check-bin-arch: fix symbolic link check
Commit c96b8675ea03a5d3194d439f740c725dd239ed1a
("support/sc... | | |
Thomas Petazzoni | e8e8f43abda | support/scripts/check-bin-arch: ignore symbolic links
Since commit da32b49f0091ee9dfb613e0f00973bf6893bfa84
("instru... | | |
Baruch Siach | 0cb0c0f4c12 | gnupg2: switch optional dependency to libusb
gnupg2 migrated to libusb-1.0 in version 2.1.12.
Cc: Vicente Olivert R... | | |
Romain Naour | a756ab6ddfe | package/xmlstarlet: fix host build
Provide the path to HOST_DIR for libxml, libxslt and libiconv like for
the target... | | |
Angelo Compagnucci | 28b1b800fa7 | linux: bump cip version to v4.4.83-cip8
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-... | | |
Bernd Kuhls | 5436af0fe05 | linux-headers: bump 4.{4, 9}.x series
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Pet... | | |
Nicholas Sielicki | c5f756df496 | configs/galileo: add CONFIG_LBDAF=y in the kernel configuration
Kernel help-text states, "The ext4 filesystem requir... | | |
Bernd Kuhls | f69f2dba624 | linux-headers: bump 4.13.x series
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaar... | | |
Bernd Kuhls | e716315ce0f | linux: bump default to version 4.13.7
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Kors... | | |
Romain Naour | 842dbd20f04 | toolchain-external: bump version of Linaro AArch64 toolchain to 2017.08
GDB has been updated to 8.0 version in the r... | | |
Romain Naour | ef2798d8b0e | toolchain-external: bump version of Linaro ARMeb toolchain to 2017.08
GDB has been updated to 8.0 version in the rel... | | |
Romain Naour | dbf660aea8d | toolchain-external: bump version of Linaro ARM toolchain to 2017.08
GDB has been updated to 8.0 version in the relea... | | |
Romain Naour | 7f7c6ea1142 | toolchain-external: bump Linaro AArch64 toolchain to 2017.02
Tested with qemu-2.7.1-2.fc25 and the qemu_aarch64_virt... | | |
Romain Naour | a3b94261946 | toolchain-external: bump Linaro ARMeb toolchain to 2017.02
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Sign... | | |
Romain Naour | 6d3669070ae | toolchain-external: bump Linaro ARM toolchain to 2017.02
Tested with qemu-2.7.1-2.fc25 and the qemu_arm_vexpress_def... | | |
Luca Ceresoli | 33156ba957f | bzip2: fix passing of TARGET_MAKE_ENV to make
TARGET_MAKE_ENV is not passed to make because it is on a different
lin... | | |
Fabio Estevam | 334401cc8d2 | linux-headers: bump 3.2.x and 4.{4, 9, 13}.x series
[Peter: drop 4.13.x bump]
Signed-off-by: Fabio Estevam <festevam... | | |
Peter Korsgaard | fd49d225a39 | libnss: security bump to version 3.33
Fixes CVE-2017-7805 - Martin Thomson discovered that nss, the Mozilla
Network ... | | |
Baruch Siach | ff4d2c18b65 | libnss: bump to version 3.31
Fixes build with gcc 7.
https://hg.mozilla.org/projects/nss/rev/0dca14409fef
Fixes:
h... | | |
Peter Korsgaard | 4720122d2c3 | libnspr: bump version to 4.17
libnss 3.33 needs libnspr >= 4.17.
Also add a hash for the license file while we're a... | | |
Baruch Siach | 59af8829ae0 | libnspr: bump to version 4.15
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@... | | |
Bernd Kuhls | 5ec89c79ee7 | package/x11r7/xserver_xorg-server: security bump version to 1.19.5
Fixes
xfixes: unvalidated lengths (CVE-2017-1218... | | |
Cam Hutchison | e42b881a591 | docs/manual: fix BR2_EXTERNAL path typo
Signed-off-by: Cam Hutchison <camh@xdna.net>
Signed-off-by: Thomas Petazzoni... | | |
Alexander Mukhin | 4d63e4332df | hostapd: fix upstream URL
hostapd project URL has been changed to w1.fi/hostapd.
The old domain epitest.fi has expir... | | |
Thomas De Schampheleire | 79da53917e9 | support/kconfig: fix usage typo and align verb tenses
Fix typo 'selectes' -> 'selects'.
Additionally, change 'will e... | | |
Luca Ceresoli | 7690bc03358 | bzip2: fix passing of TARGET_MAKE_ENV to make
TARGET_MAKE_ENV is not passed to make because it is on a different
lin... | | |
Fabio Estevam | 2cd4c845865 | linux-headers: bump 3.2.x and 4.{4, 9, 13}.x series
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by:... | | |
Fabio Estevam | 866944d7011 | linux: bump default to version 4.13.6
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazz... | | |
Peter Korsgaard | 746502418fb | libnss: security bump to version 3.33
Fixes CVE-2017-7805 - Martin Thomson discovered that nss, the Mozilla
Network ... | | |
Peter Korsgaard | b1363093248 | libnspr: bump version to 4.17
libnss 3.33 needs libnspr >= 4.17.
Also add a hash for the license file while we're a... | | |
Adam Duskett | 0f6dacb37a4 | libpjsip: bump to 2.7
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.... | | |
Bernd Kuhls | e7713abf89f | package/x11r7/xserver_xorg-server: security bump version to 1.19.5
Fixes
xfixes: unvalidated lengths (CVE-2017-1218... | | |
Bernd Kuhls | d2569e3f6f1 | package/libdrm: bump version to 2.4.84
Changed _SITE to https.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>... | | |
Bernd Kuhls | 9112e584bdb | package/x11r7/xlib_libXres: bump version to 1.2.0
Added all hashes provided by upstream.
Signed-off-by: Bernd Kuhls... | | |
Bernd Kuhls | eb8222ab0bd | package/x11r7/xlib_libXfont2: bump version to 2.0.2
Removed patches applied upstream, added all upstream hashes.
Si... | | |
Fabio Estevam | 7bc38e794bc | configs/mx6udoo: Bump kernel and U-Boot versions
Bump the kernel to version 4.13.5 and U-Boot to 2017.09.
While at ... | | |
Peter Korsgaard | b5781dd96a0 | wireguard: bump to version 0.0.20171011
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas P... | | |
Bernd Kuhls | 1842244c6d6 | package/python: bump version to 2.7.14
Rebased patch 0016, changed _SITE to https.
Release notes:
https://raw.githu... | | |
Bernd Kuhls | e877fb4fe2b | package/python3: bump version to 3.6.3
Changed _SITE to https.
Release notes:
https://docs.python.org/3.6/whatsnew/... | | |
Bernd Kuhls | 53d9c465154 | package/zstd: bump version to 1.3.2
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petaz... | | |
Bernd Kuhls | 098d5367b24 | package/libhdhomerun: bump version to 20170930
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: T... | | |
Cam Hutchison | 0c76d89e547 | docs/manual: fix BR2_EXTERNAL path typo
Signed-off-by: Cam Hutchison <camh@xdna.net>
Signed-off-by: Thomas Petazzoni... | | |
Cam Hutchison | 58b74e0dbf9 | ifupdown-scripts: do not install .empty files
ifupdown-scripts has some .empty files to maintain empty directories
i... | | |
Peter Korsgaard | cd12cca54c2 | xlib_libXfont{, 2}: add upstream security fixes
Fixes the following security issues:
CVE-2017-13720 - Check for end... | | |
Bernd Kuhls | dad64de9078 | package/iucode-tool: security bump to version 2.2
Version 2.1.1 fixed CVE-2017-0357:
https://gitlab.com/iucode-tool/... | | |
Romain Naour | a8c1ce21725 | package/x11r7/xserver_xorg-server: rename patch directory after the last version bump
The last bump [1] forgot to re... | | |
Bernd Kuhls | 2b5fe1c29e1 | package/x11r7/xserver_xorg-server: security bump to version 1.19.4
Fixes CVE-2017-13721 & CVE-2017-13723:
https://li... | | |
Bernd Kuhls | 0ccdc2c0891 | package/x11r7/xserver_xorg-server: glamor support needs egl
Glamor support in xserver_xorg-server depends on gbm:
ht... | | |
Romain Naour | 521b95c13a8 | package/x11r7/xserver_xorg-server: bump to version 1.19.3
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: B... | | |
Bernd Kuhls | a67eba5404d | package/x11r7/xserver_xorg-server: bump version to 1.19.2
Changed _SITE according to URL mentioned in upstream relea... | | |
Peter Korsgaard | 42f38b057c0 | libcurl: security bump to version 7.56.0
Drop upstreamed patch.
Fixes CVE-2017-1000254 - FTP PWD response parser ou... | | |
Baruch Siach | b2609e56d6a | libcurl: fix build without threads
When c-ares is not enabled libcurl enables the threaded DNS resolver by
default. ... | | |
Baruch Siach | 65883534171 | libcurl: bump to version 7.55.1
Drop upstream patch.
Add license hash.
Signed-off-by: Baruch Siach <baruch@tkos.co... | | |
Peter Korsgaard | b7fb34cc889 | qemu: change to .tar.xz format
And use the official download location.
Suggested-by: Baruch Siach <baruch@tkos.co.i... | | |
Peter Korsgaard | 37fa007ab6e | qemu: security bump to version 2.8.1.1
Fixes the following security issues and adds a number of other bigfixes:
2.8... | | |
Thomas Petazzoni | 12ff4e23485 | qemu: fix user mode emulation build on ARM
This commit adds a patch that adjusts how the mcontext structure is used
... | | |
Andrey Yurovsky | 6dee0734aa2 | package: qemu: bump version to 2.8.0
This adds a CPU definition for the Cortex A7 along with improvements described
... | | |
Bernd Kuhls | b1cb4d9ea9a | linux-headers: bump 4.{4, 9, 13}.x series
[Peter: drop 4.13.x bump]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online... | | |
Evgeniy Didin | 5648030f9ac | qt: Allow enabling of QtWebKit with GCC 6+
Building Qt with QtWebKit on configuration step there is
a check which di... | | |
Peter Korsgaard | 9f3bcb4f5a9 | luksmeta: new package
[Peter: add DEVELOPERS entry]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Dushara Jayasinghe | 0584635a4e6 | package/prosody: new package
As stated by the upstream developers, Prosody only supports
lua-5.1 or luajit (which is... | | |
bradford barr | 60a7dd9f874 | opencv3: enable pthreads parallel for loops
The WITH_PTHREADS_PF option was errantly categorized as a Windows only o... | | |
Peter Korsgaard | c74a484fd1a | configs/qemu_aarch64_virt_defconfig: build and use ext4 rootfs
The "virt" machine supports disk emulation, so use a ... | | |
Peter Korsgaard | 8eeb0564f8e | configs/qemu_aarch64_virt_defconfig: bump kernel to 4.13.6
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Sign... | | |
Francois Perrad | a4b8299df3c | lua: refactor with a common template lua.pc.in
lua.pc is generated from a common template in the build step.
install... | | |
Peter Korsgaard | 08aa81768ed | arm-trusted-firmware: bump to version 1.4
The license file got reformatted as reStructuredText, but the license itse... | | |
Peter Korsgaard | 6d245fee1e2 | arm-trusted-firmware: fix comment typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Pe... | | |
Thomas Petazzoni | 131995ff5ab | flex: rework patches to avoid host/target difference
Currently, the target and host flex packages do not behave the ... | | |
Francois Perrad | 4db3e5e94ba | lua-http: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <tho... | | |
Francois Perrad | a2b7ed122ab | lua-lpeg-patterns: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petaz... | | |
Peter Seiderer | 6fdc039a011 | wiringpi: bump version to 96344ff7125182989f98d3be8d111952a8f74e15
Upstream wiringpi apparently has some issues with... | | |
Peter Seiderer | ce94b9a9c62 | evemu: fix PATH_MAX related compile failure
Fixes [1] when building with musl:
find_event_devices.c: In function ... | | |
Francois Perrad | 123f2e60769 | libtomcrypt: bump to version 1.18.0
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas ... | | |
Olivier Schonken | e31b62c117c | mesa3d: allow the VC4 driver to be selected on AArch64
Neon is compulsory on AArch64, and BR2_ARM_CPU_HAS_NEON is fa... | | |
Olivier Schonken | 95108c58958 | libdrm: VC4 change dependency to arm OR aarch64
Enable selection of VC4 driver when compiling for Rpi3 using aarch64... | | |
Petr Kulhavy | 2f5dea383e7 | linuxptp: bump to the latest version
Update Linuxptp to the latest version from 1. September 2017
This update brings... | | |
Alexander Mukhin | 8a2396b90ae | hostapd: fix upstream URL
hostapd project URL has been changed to w1.fi/hostapd.
The old domain epitest.fi has expir... | | |
Yann E. MORIN | 33f3cb8a878 | support/run-tests: export download dir
Currently, the download directory, when specified with the -d option, is
only... | | |
Evgeniy Didin | 0633eb58a29 | toolchain: add glibc support for ARCv2
Finally there's working ARC port of glibc thanks to Vineet and Cuper!
This po... | | |
Fabio Estevam | 444afad615a | configs/imx6-sabresd: Add VPU decoding support
Mainline kernel is able to decode video via the coda driver.
Add sup... | | |
Thomas De Schampheleire | 787f4fee718 | support/kconfig: fix usage typo and align verb tenses
Fix typo 'selectes' -> 'selects'.
Additionally, change 'will e... | | |
Adam Duskett | 471b1409d71 | gst-omx: bump to 1.12.3
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thoma... | | |
Adam Duskett | a1e25939aef | gst1-vaapi: bump to 1.12.3
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <th... | | |
Adam Duskett | ef3212bf04c | gst1-libav: bump to 1.12.3
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <th... | | |
Adam Duskett | 9670402b7c4 | gst1-validate: bump to 1.12.3
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni ... | | |
Adam Duskett | 80bb007aaba | gst1-rtsp-server: bump to 1.12.3
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzo... | | |
Adam Duskett | 69d3839746f | gst1-plugins-ugly: bump to 1.12.3
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazz... | | |
Adam Duskett | 517f250333b | gst1-plugins-bad: bump to 1.12.3
Also remove openjpeg-Fix-build-against-openjpeg-2.2.patch, merged
upstreamm as comm... | | |
Adam Duskett | b3b08f2c810 | gst1-plugins-good: bump to 1.12.3
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazz... | | |
Adam Duskett | 003bcd4c611 | gst1-plugins-base: bump to 1.12.3
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazz... | | |
Adam Duskett | accbadd59f5 | gstreamer1: bump to 1.12.3
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <th... | | |
Peter Korsgaard | 46a54b6464d | xlib_libXfont{, 2}: add upstream security fixes
Fixes the following security issues:
CVE-2017-13720 - Check for end... | | |
Baruch Siach | 11683002c69 | lvm2: optionally depend on libselinux
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard... | | |
Baruch Siach | 549908bf5f8 | lvm2: disable selinux for host
There is no need for selinux support in the host lvm2 package.
Should fix:
http://au... | | |
Baruch Siach | da1f6992c84 | ipset: bump to version 6.34
Add license hash.
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Baruch ... | | |
Baruch Siach | 99c92324512 | audit: bump to version 2.7.8
Commit d1011f89a18 (audit: update legal info) set the libraries license
to "unclear" be... | | |
Baruch Siach | aab816d0d2e | dbus: bump to version 1.10.24
Drop upstream patch.
Add license hash.
Signed-off-by: Baruch Siach <baruch@tkos.co.i... | | |
Peter Korsgaard | 14aff36717f | cryptsetup: fix host package option text
Host packages are called 'host foo', not 'host-foo'.
Signed-off-by: Peter ... | | |
Thomas Claveirole | 99b8044a671 | package/nginx/S50nginx: Do not assume start-stop-daemon knows -R.
start-stop-daemon fails on -R when not compiled wi... | | |
Baruch Siach | a46bb7d9af2 | pdbg: needs host dtc
Fixes:
http://autobuild.buildroot.net/results/722/722e043ef7503abe5fd6517c82b0f12627f4b0f4/
htt... | | |
bradford barr | 30c3eb419e7 | python-msgpack: bump to version 0.4.8, drop dependency on msgpack
This package doesn't actually rely on the msgpack ... | | |
bradford barr | 4f526687d62 | msgpack: bump version to 2.1.5
Modern versions of msgpack are hosted on Github. Msgpack switched
their build systems... | | |
Bernd Kuhls | 8f46658d045 | package/freeswitch: Use mod_g729 only when freeswitch-mod-bcg729 is disabled
mod_g729 contained in freeswitch source... | | |
Bernd Kuhls | c81810de50e | package/freeswitch-mod-bcg729: new package
This package is based on the bcg729 library from Belledonne Communica-
ti... | | |
Bernd Kuhls | a98e1bdd746 | package/bcg729: new package
Quoting http://www.linphone.org/technical-corner/bcg729/downloads
regarding patent infor... | | |
Thomas Petazzoni | c472b7dc793 | Revert "parted: properly link with libiconv"
This reverts commit 2a56de2dec3afdca15a58ec13cb5fc244682cab6, which
cau... | | |
Evgeniy Didin | 5bd21f991f3 | toolchain: Bump ARC tools to arc-2017.09-rc1
This commit bumps ARC toolchain to arc-2017.09-rc1.
The arc-2017.09 se... | | |
Next → |