summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* netsniff-ng: bump version to v0.6.0Joris Lijssens2015-12-172-2/+2
| | | | | Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng: add optional dependencies on geoip, ncurses and zlibJoris Lijssens2015-12-171-0/+12
| | | | | | | [Thomas: rework commit title.] Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* whetstone: add a hash fileVicente Olivert Riera2015-12-171-0/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* torsmo: add a hash fileVicente Olivert Riera2015-12-171-0/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* dhrystone: add a hash fileVicente Olivert Riera2015-12-171-0/+2
| | | | | Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* qemu: bump version to 2.5.0Vicente Olivert Riera2015-12-173-62/+2
| | | | | | | | | | | | | | | | | | | | | - Bump version to 2.5.0. - Update hash file. - Remove upstreamed patch: http://git.qemu.org/?p=qemu.git;a=commit;h=fccd35a04640a728f979e6d72b2c7d02c05549f0 - Remove non-existent configure options: ERROR: unknown option --disable-guest-base Try './configure --help' for more information ERROR: unknown option --disable-smartcard-nss Try './configure --help' for more information Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* netsniff-ng:Prevent finding host installed naclJoris Lijssens2015-12-171-0/+5
| | | | | | Signed-off-by: Joris Lijssens <joris.lijssens@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* samba4: security bump to version 4.3.3Gustavo Zacarias2015-12-172-2/+2
| | | | | | | | | | | | | | | | Fixes: CVE-2015-7540 - Remote DoS in Samba (AD) LDAP server CVE-2015-3223 - Denial of service in Samba Active Directory server CVE-2015-5252 - Insufficient symlink verification in smbd) CVE-2015-5299 - Missing access control check in shadow copy code CVE-2015-5296 - Samba client requesting encryption vulnerable to downgrade attack CVE-2015-8467 - Denial of service attack against Windows Active Directory server CVE-2015-5330 - Remote memory read in Samba LDAP server Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* ruby: security bump to version 2.2.4Gustavo Zacarias2015-12-172-3/+3
| | | | | | | | Fixes: CVE-2015-7551 - Unsafe tainted string usage in Fiddle and DL Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openvpn: bump to version 2.3.9Gustavo Zacarias2015-12-172-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bcache-tools: fix build with gcc-5Vicente Olivert Riera2015-12-171-0/+35
| | | | | | | | | | | | | | | | | | Backport a Debian patch to fix a build failure with gcc-5: bcache.c:125:9: warning: 'crc_table' is static but used in inline function 'crc64' which is not static ... make-bcache.c:277: undefined reference to `crc64' This issue has been reported upstream but is not yet fixed. Fixes: http://autobuild.buildroot.net/results/410/410954d33206475d70b8e5ba55a2c955a229af9b/ Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* bcache-tools: bump version to 1.0.8Vicente Olivert Riera2015-12-172-1/+3
| | | | | | | And also add a hash file. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/gauche: fix musl build issueJörg Krause2015-12-172-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a patch from upstream to fix a musl build issue: In file included from os_dep.c:44:0: /home/peko/autobuild/instance-0/output/host/usr/arm-buildroot-linux-musleabihf/sysroot/usr/include/asm/sigcontext.h:9:8: error: redefinition of 'struct sigcontext' struct sigcontext { ^ In file included from /home/peko/autobuild/instance-0/output/host/usr/arm-buildroot-linux-musleabihf/sysroot/usr/include/signal.h:243:0, from ./include/private/../gc_pthread_redirects.h:42, from ./include/private/../gc.h:1443, from ./include/private/gc_priv.h:46, from os_dep.c:17: /home/peko/autobuild/instance-0/output/host/usr/arm-buildroot-linux-musleabihf/sysroot/usr/include/bits/signal.h:11:16: note: originally defined here typedef struct sigcontext The Linux headers sigcontext and asm/sigcontext are no longer used and were replaced with ucontext_t in GC 7.0alpha1 (gauche uses a private copy of bdwgc). Fixes: http://autobuild.buildroot.net/results/411/4111ea586143410649b78c8dfc737f0f83d78441/ http://autobuild.buildroot.net/results/b19/b19dbcc7ddf0f24472afcecf4c684915045550bf/ http://autobuild.buildroot.net/results/9eb/9ebf7ad0d721433dcc8523a55d08ca074d037e58/ http://autobuild.buildroot.net/results/223/22328dbe8ea86c59ceff3ba40da1d9ef39e10533/ and many more. Fetch from: https://github.com/shirok/Gauche/commit/13a196557848f22a1607a300643131345e9f32b3 Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsecret: bump to version 0.18.3Gustavo Zacarias2015-12-172-5/+11
| | | | | | | Also forcibly disable GIR (default=auto) to avoid issues. Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-headers: bump 3.18.x series to 3.18.25Gustavo Zacarias2015-12-171-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pkg-generic: remove unused NAMEVERArnout Vandecappelle2015-12-171-1/+0
| | | | | | | | Commit 5538e476 (from 2013!) removed the use of the NAMEVER variable in .stamp_patched, but it was still defined. So remove the definition now. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wireshark: add optional sbc supportGustavo Zacarias2015-12-161-0/+7
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* manual: clarify policy when updating a package patchArnout Vandecappelle2015-12-161-0/+4
| | | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Cc: Renaud AUBIN <root@renaud.io> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/gnupg2: really do not run tests in cross-compilationYann E. MORIN2015-12-164-16/+82
| | | | | | | | | | | | | | | | | | | | gnupg2 still tries to run test even if it tries to avoid it in cross-compilation. Really disable running the tests. Since that requires a complete autoreconf, the existing patch against configure is turned into a patch against the m4 macro. since we autoreconf, we slightly patch configure.ac to not emit git errors on stderr because it is not in a git tree. [Thomas: rename patch 0000 to 0004, as suggested by Arnout.] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/gnupg2: fix build with muslYann E. MORIN2015-12-161-0/+15
| | | | | | | | | | | | | Add a missing include to get select(). Fixes: http://autobuild.buildroot.org/results/8b2/8b282f546dc36f4bf9c25721cdf922c7a7ba340b/ http://autobuild.buildroot.org/results/dc1/dc192255b1fcae18db8b98e65309e5c1493bdbc1/ http://autobuild.buildroot.org/results/4c0/4c0ab2b28500a28945da3f4df742d8c2e2f21cd0/ ... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libass: allow compilation without a system font providerVicente Olivert Riera2015-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | If no system font provider is provided, then libass will fail to build because it requires one by default. The error looks like this: configure: error: Either DirectWrite (on Windows), CoreText (on OSX), or Fontconfig(Linux, other) is required. If you really want to compile withouta system font provider, add --disable-require-system-font-provider (typo is from the actual message) But, as the error messages says, we can allow the compilation without a system font provider if we use the above configure option, so let's do it. Fixes: http://autobuild.buildroot.net/results/3a4/3a4c07a0a54d5497fa8a4be2191856e286729637/ http://autobuild.buildroot.org/results/d5a/d5a93b5a870de748259b097ec0b98b207cfaa303/ and many others... Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> [yann.morin.1998@free.fr: move the --disable option in the !fontconfig case] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gtkmm3: new packageJames Knight2015-12-164-0/+54
| | | | | | | | | [Thomas: - rename from libgtkmm30 to gtkmm3. - add libsigc dependency.] Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pangomm: fix typo in Config.in following package renameThomas Petazzoni2015-12-161-1/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* atkmm: new packageJames Knight2015-12-164-0/+39
| | | | | | | | | | [Thomas: - rename to atkmm - move next to atk in menuconfig - add dependency to libsigc] Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* pangomm: new packageJames Knight2015-12-164-0/+41
| | | | | | | | | | [Thomas: - rename to pangomm. - move next to pango in menuconfig. - add dependency to libsigc.] Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cairomm: new packageJames Knight2015-12-164-0/+40
| | | | | | | | | | | | | [Thomas: - rename package from libcairomm to cairomm in order to match upstream name. - put the package next to cairo in menuconfig - add missing dependency on libsigc - add missing depends on BR2_INSTALL_LIBSTDCPP - fix license: it's LGPLv2+, not LGPLv2.] Signed-off-by: James Knight <james.knight@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libhdhomerun: new packageBernd Kuhls2015-12-165-0/+64
| | | | | | | | | Needed for new kodi-pvr-hdhomerun package. [Thomas: use TARGET_MAKE_ENV, other minor tweaks.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libfreeglut: new packageBernd Kuhls2015-12-164-0/+56
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* openal: needs NPTL threadsGustavo Zacarias2015-12-161-3/+4
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/ef2/ef22efa0f8a73458852b529a32a7f21e9c72caa8/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* librsvg: needs host-gdk-pixbufGustavo Zacarias2015-12-161-1/+1
| | | | | | | | | It's required for the gdk-pixbuf-query-loaders tool, to build the svg gdk-pixbuf module. Fixes: http://autobuild.buildroot.net/results/603/6031dbb937dadd04b6b9d1d77fc6106728502152/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* xfsprogs: add cross-compile fix patchGustavo Zacarias2015-12-161-0/+40
| | | | | | | | Don't use CFLAGS (target) with BUILD_CC (host), fixes: http://autobuild.buildroot.net/results/c94/c945bdb1427b55e03901027fa674b577e45963a1/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gnutls: fix --disable-crywrapGustavo Zacarias2015-12-162-0/+43
| | | | | | | | | Add a patch to really enable the --disable-crywrap option in gnutls. Fixes: http://autobuild.buildroot.org/results/d86/d8604fe448bb11395e8443726d09b041eb34c6d5/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsodium: bump to version 1.0.6Gustavo Zacarias2015-12-152-4/+4
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* zeromq: bump to version 4.1.3Gustavo Zacarias2015-12-153-4/+77
| | | | | | | | | Add upstream patch to fix build failure of zeromq with latest libsodium, since sodium_init() has a retval and is now declared to warn on unused result, with zeromq treating warnings as errors. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d-demos: remove copy-and-paste artifact from ↵Bernd Kuhls2015-12-151-3/+0
| | | | | | | 0001-demos-optional-gl.patch Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mesa3d-demos: Disable glesv1 supportBernd Kuhls2015-12-151-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | The only files enabled by glesv1 support are in src/egl/opengles1/ Quoting src/egl/opengles1/Makefile.am: "# These programs aren't intended to be included with the normal distro." "# They're not too interesting but they're good for testing." Most of the files present in this directory contain "#include <X11/Xlib.h>" which breaks a wayland-only build because the build system does not take care of the x11 dependency here. Since these files are "not too interesting" anyway we just disable glesv1 support. Fixes http://autobuild.buildroot.net/results/b3e/b3ed3ee174a3ddce84bf64039eac39d4e6e75b71/ [Thomas: adapt on top of master.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* wine: Add OpenAL dependencyAndré Hentschel2015-12-151-1/+7
| | | | | Signed-off-by: André Hentschel <nerv@dawncrow.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-idna: new packageYegor Yefremov2015-12-154-0/+28
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* librsvg: bump to version 2.40.12Gustavo Zacarias2015-12-153-17/+15
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libcroco: new packageGustavo Zacarias2015-12-154-0/+43
| | | | | | | It's required for the librsvg upgrade (ditto host variant). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* gptfdisk: Add host packageTrent Piepho2015-12-153-0/+23
| | | | | | | | | | | | | | | | | This tool which is useful for scripts that create flash images with multiple partitions. The host-parted package can do this too, but is missing a number of features that the gptfdisk program has for dealing with GPT. The interactive gdisk and curses based sgdisk aren't built. Just the scriptable tool sgdisk. The target package allows configuring which tools are built, but this seem unnecessarily complex for the host tool. [Thomas: minor reformatting tweaks.] Signed-off-by: Trent Piepho <tpiepho@kymetacorp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sbc: new packageGustavo Zacarias2015-12-154-0/+26
| | | | | | | Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* glibmm: bump to version 2.46.3Gustavo Zacarias2015-12-152-3/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lttng-tools: comma separate licensesGustavo Zacarias2015-12-151-1/+1
| | | | | | | | [Thomas: put between parenthesis the description of what is covered by each license.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lttng-modules: comma separate licensesGustavo Zacarias2015-12-151-1/+1
| | | | | | | | [Thomas: put between parenthesis the description of what is covered by each license.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lttng-libust: comma separate licensesGustavo Zacarias2015-12-151-1/+1
| | | | | | | | [Thomas: put between parenthesis the description of what is covered by each license.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* lttng-babeltrace: comma separate licensesGustavo Zacarias2015-12-151-1/+1
| | | | | | | | [Thomas: put between parenthesis the description of what is covered by each license.] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* audiofile: comma separate licensesGustavo Zacarias2015-12-151-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* swig: comma separate licensesGustavo Zacarias2015-12-151-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* setools: comma separate licensesGustavo Zacarias2015-12-151-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud