Jörg Krause | 84f1a90e1e3 | boot/uboot/uboot.mk: Strip quotes from BR2_TARGET_UBOOT_SPL_NAME
Remove the quotes from the BR2_TARGET_UBOOT_SPL_NAM... | | |
Jörg Krause | b819a5fcc05 | boot/uboot/Config.in: Fix BR2_TARGET_UBOOT_SPL_NAME
Point out that the SPL name is an image name.
Signed-off-by: Jö... | | |
Jörg Krause | 59128638907 | boot/uboot/Config.in: Fix BR2_TARGET_UBOOT_SPL
Building an SPL image depends on the board configuration. This option... | | |
Samuel Martin | dd1f5ad97c6 | package/guile: rename patch to new convention
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Tho... | | |
Benoît Thébaudeau | 775129abe7a | samba: Swap libnss_win*.so* files and symlinks
The libnss_wins and libnss_winbind libraries were installed in this w... | | |
Romain Naour | 0f3a8f561d4 | liblinear: new package
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Cc: "Yann E. MORIN" <yann.morin.1998@f... | | |
Samuel Martin | 45ed9844bed | package/pkg-cmake.mk: add ccache support for host packages
This ccache support for host-cmake-package uses the same ... | | |
Yann E. MORIN | 0ec5167d0cc | package/pinentry: allow building without Qt accessibility
Backport a patch applied upstream to allow building withou... | | |
Yann E. MORIN | 4d58a27da45 | package/pinentry: fix include paths
The pinentry tarball contains generated .moc files that contains
incorrect inclu... | | |
Paul Cercueil | 8cc32673849 | libiio: new package
Libiio is a library to ease the development of software interfacing
Linux Industrial I/O (IIO) d... | | |
Romain Naour | 485ae682c41 | package/gdb: fix shared-only build
The shared build only of gdb is actually not supported.
When --disable-static is... | | |
Yann E. MORIN | 01c34b38a41 | toolchain: get rid of -pipe from optimisations
-pipe is causing some build failures in Linux kernel >= 3.17.
Also, ... | | |
Yann E. MORIN | c56dc003c1e | package/ncurses: fix builds with both shared and static libs
When both shared and static libs are enabled, we have t... | | |
Gwenhael Goavec-Merou | 9ef15fd63ef | python-cheetah: new package
[Thomas:
- Remove dependency on host-python-markdown, apparently not needed
(it buil... | | |
Gwenhael Goavec-Merou | c1b0554172d | python-markdown: new package
[Thomas:
- Remove host variant of python-markdown, as it is not needed.
- Add runtime... | | |
Gustavo Zacarias | 6cf9c2b8309 | iperf3: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thoma... | | |
Bernd Kuhls | ac5052da0d0 | package/iucode-tool: bump version
- updated upstream location
http://metadata.ftp-master.debian.org/changelogs/con... | | |
Bernd Kuhls | 1b031515569 | package/intel-microcode: bump version
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Pet... | | |
Gustavo Zacarias | 9d39d6601d3 | libtool: fix help2man related failure
Libtool sometimes requires help2man to build manpages, but since we
don't use/... | | |
Zoltan Gyarmati | 50440196aeb | tinc: new package
[Thomas:
- fix license from GPLv2 to 'GPLv2+ with OpenSSL exception'
- add -std=c99 to CFLAGS, o... | | |
Gustavo Zacarias | 66cfe52fe4f | sudo: adjust libtool comment
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzo... | | |
Gustavo Zacarias | 8f0aa9e441d | libfribidi: adjust libtool comment
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas P... | | |
Gustavo Zacarias | 056e558fef5 | lzo: adjust libtool comment
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzon... | | |
Gustavo Zacarias | d80f5c99fda | subversion: security bump to version 1.7.19
Fixes:
CVE-2014-3580: mod_dav_svn DoS from invalid REPORT requests.
CVE-... | | |
Gustavo Zacarias | cf7c8328530 | libtool: bump to version 2.4.4
Patch is upstream so remove it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.co... | | |
Gustavo Zacarias | 4a28e3523d6 | support/libtool: add patch for newer versions
Add patch to support newer (>2.4.2) versions.
Adjust patch logic to ch... | | |
Romain Naour | c7007963882 | package/perl-gd: rename patches to follow the new name convention
Signed-off-by: Romain Naour <romain.naour@openwide... | | |
Peter Korsgaard | 857cba81104 | python-enum: new package
This is an alternative to python-enum34 with a somewhat different API.
Signed-off-by: Pete... | | |
Yann E. MORIN | bef6d517fb0 | package/zlib: allow shared-only builds
Currently, we can build a static-only zlib, but not a shared-only one.
This ... | | |
Ilya Lipnitskiy | 7f7dc71cc85 | package/oprofile: Bump version to 1.0.0
Remove opcontrol and oprofiled from the install list, they are no longer
pre... | | |
Jerzy Grzegorek | 2f2c799697e | package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Reviewed-by: Thomas Peta... | | |
Yann E. MORIN | d80ae656f5b | package/weston: do not select rpi-userland
rpi-userland is a provider for some virtual packages, so we can not
selec... | | |
Romain Naour | a434dac30da | xfsprogs: fix shared-only build
The shared-only build is not supported by xfsprogs because without
--enable-static, ... | | |
Romain Naour | e787c333e46 | package/hostapd: use correct include path for libnl-3.0
Add a dependancy on host-pkgconf.
Signed-off-by: Romain Nao... | | |
Romain Naour | 98316942e27 | package/wpa_supplicant: use correct include path for libnl-3.0
Fixes:
ERROR: unsafe header/library path used in cros... | | |
Sagaert Johan | 3abcdc5cd31 | json-c: change upstream location to Github
json-c website and download locations have changed, the project is now
ho... | | |
Bernd Kuhls | 4399468d6e9 | package/ffmpeg: bump version to 2.5.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Pet... | | |
Jerzy Grzegorek | 3b1df656097 | manual: remove the extra whitespaces
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: T... | | |
Bernd Kuhls | c83604316aa | xserver_xorg-server: security bump to 1.16.3
- for a list of fixed CVE´s check
http://lists.x.org/archives/xorg-an... | | |
Bernd Kuhls | 4f9de740fe7 | package/vlc: Update SITE url
old SITE is now password-protected
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de... | | |
Bernd Kuhls | 2f1bcdb74a9 | package/libdvbcsa: Update SITE url
old SITE is now password-protected
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-onl... | | |
Peter Korsgaard | 46152abcf26 | orc: bump version
And add hash file.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | | |
Jerzy Grzegorek | 6af6eecd9db | ympd: fix license typo
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Peter Korsgaard... | | |
Bernd Kuhls | 6878126afaa | package/libbluray: bump version to 0.6.2
- old SITE is now password-protected
- add hash
Signed-off-by: Bernd Kuhls... | | |
Gustavo Zacarias | 7e8fc282f83 | gcc: bump 4.8.x series to version 4.8.4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Pet... | | |
Gustavo Zacarias | b6e4e9de41c | jasper: add patches to fix CVE-2014-8137 and CVE-2014-8138
Fixes:
CVE-2014-8137 - double-free in jas_iccattrval_dest... | | |
Gustavo Zacarias | 59b3b3edd6d | git: security bump to version 2.2.1
Fixes:
CVE-2014-9390 - arbitrary command execution vulnerability on
case-insensi... | | |
Frank Hunleth | e3254d06c53 | erlang: fix typo in dependencies
If libatomic_ops was enabled, then the host-erlang dependency was lost.
Signed-off... | | |
Steve James | 3a56d1b4a9f | package/snappy: add dependency on host-pkgconf
Snappy doesn't configure without host pkg-config, causing this totall... | | |
Jerzy Grzegorek | 8314ddf5841 | package: cleanup whitespace of assignments
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off... | | |
Gustavo Zacarias | 6f712df4f07 | icu: bump to version 54.1
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-... | | |
Gustavo Zacarias | 6483d26b49f | boost: bump to version 1.57.0
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-... | | |
Gustavo Zacarias | cc90a3d09c1 | mpd: bump to version 0.19.7
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard... | | |
Gustavo Zacarias | 27dde92fa8d | tcpreplay: bump to version 4.1.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Kors... | | |
Gustavo Zacarias | c165b0e580b | linux-pam: add security patches
To fix:
CVE-2013-7041 - use case sensitive comparison in pam_userdb
CVE-2014-2583 - ... | | |
Gustavo Zacarias | d64599ccb71 | php: security bump to version 5.5.20
Fixes:
CVE-2014-8142 - Use after free vulnerability in unserialize()
Signed-of... | | |
Gustavo Zacarias | 927f8d26908 | jquery: bump to version 1.11.2
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed... | | |
Gustavo Zacarias | 4ba60786fa4 | nftables: bump to version 0.4
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-... | | |
Gustavo Zacarias | d081d439c95 | libnftnl: bump to version 1.0.3
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signe... | | |
Gustavo Zacarias | 6efc256a776 | libnss: security bump to version 3.17.3
Fixes CVE-2014-1569 - The definite_length_decoder function in
lib/util/quick... | | |
Gustavo Zacarias | 267899db398 | apr-util: add hash file
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <pe... | | |
Gustavo Zacarias | d59f421512e | apr: add hash file
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@k... | | |
Gustavo Zacarias | 863867ed3d9 | linux: bump default to version 3.18.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter... | | |
Gustavo Zacarias | aa3ef502c92 | linux-headers: bump 3.{18, 17, 14, 10}.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off... | | |
Jerzy Grzegorek | 3ce7d767bcb | package/Config.in: fix alphabetical order
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Acked-by: "... | | |
Jerzy Grzegorek | b90f1934c09 | package/Config.in: fix menu alphabetical order
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Acked-... | | |
Peter Korsgaard | f66ea18d98f | dbus: bump version
Regression fix for CVE-2014-3636, see release announcement:
http://lists.freedesktop.org/archives... | | |
Gustavo Zacarias | 312990555c4 | configs/qemu: update infos for latest qemu version
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-... | | |
Gustavo Zacarias | d98be88165d | stunnel: adjust initscript
Use proper status messages, make spacing standard instead of a mix of
spacing/tabbing, dr... | | |
Gustavo Zacarias | 48a9e431d88 | stunnel: bump to version 5.08
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaa... | | |
Gustavo Zacarias | 6583725d182 | ncurses: add hash file
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <pet... | | |
Gustavo Zacarias | 9ab0c37e41e | ncurses: fix gpm support
The CF_LIB_SONAME macro doesn't work when cross compiling so we need to
specify the lib nam... | | |
Yann E. MORIN | d4b2b032a00 | linux: fix recursively defined variable
When running 'make printvars', the output stops at the time we dump the
Linu... | | |
Frank Hunleth | 4a5b819c0f9 | erlang: use libatomic_ops if available
Erlang can either provide its own atomic_ops implementation or use the
one in... | | |
Yann E. MORIN | fb58f40c532 | pckage/ncurses: fix pkg-config files for ncursesw
Currently, ncurses creates symlinks from the non-'w' variants to t... | | |
Yann E. MORIN | 19569281dd7 | package/ncurses: trim leading 'lib' from definition of libs to install
Currently, ncurses creates symlinks from the ... | | |
Yann E. MORIN | 43fa88ae90f | package/ncurses: slight code re-arrangement
Move the definition of libraries to install before it is actually used.
... | | |
Yann E. MORIN | f44080e13cf | package/ncurses: fix shared-only libs
For a shared-only build, do not create the symlinks to the static
libraries, s... | | |
Yann E. MORIN | d213b3bc0dd | package/gpsd: remove duplicate dependency
No need to duplicate the host-pkgconf dependency on the Qt case, we
alread... | | |
Gustavo Zacarias | e91d3ca42c0 | libyaml: add security patch for CVE-2014-9130
Fixes: assert failure when processing wrapped strings (CVE-2014-9130).... | | |
Yann E. MORIN | 72695bbfc44 | package/collectd: fix build without libgcrypt
In case the libgcrypt development files are present on the host system... | | |
Gustavo Zacarias | b2fb69cbe8a | linux-headers: bump 3.{12, 2}.x series
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Pete... | | |
Gustavo Zacarias | 9efa1f583b9 | libgpgme: bump to version 1.5.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsg... | | |
Gustavo Zacarias | b3dca20570b | ethtool: bump to version 3.18
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaa... | | |
Peter Korsgaard | 6b706679b57 | blktrace: really fix parallel build issue
Fixes:
http://autobuild.buildroot.net/results/dd4/dd47b3ca17bdb597d6b12de6... | | |
Bernd Kuhls | 0b9bf380b32 | package/tvheadend: rename patches to new convention
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-... | | |
Bernd Kuhls | 98c0764f09d | package/tvheadend: Bump version
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard ... | | |
Bernd Kuhls | b7a7b4cb064 | package/tvheadend: Fix inclusion of DVB frequency tables in bundled build
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-... | | |
Bernd Kuhls | dd02aceb565 | package/mesa3d: Bump version to 10.4.0
- removed mesa3d-0002-execinfo_h.patch, applied upstream
- renamed remaining ... | | |
Samuel Martin | 4c6eace6f75 | package/librtlsdr: fix build failure
Disable run test for pthread detection.
In case of build with only static libr... | | |
Romain Naour | ab6170ce67d | iprutils: bump to version 2.4.5
Rebase patch 0003 on top of 2.4.5 release.
Signed-off-by: Romain Naour <romain.naou... | | |
Peter Korsgaard | 02f7dd34938 | iprutils: use correct include path for ncurses
The Makefile is hardcoded for /usr/include/ncurses, so override it.
... | | |
Romain Naour | 336a8458154 | iprutils: rename patches to follow the new name convention
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Si... | | |
Yann E. MORIN | 4ca3ad0edba | package/w_scan: needs headers >= 3.7
w_scan uses FEC_2_5, introduced in Linux 3.7.
Also fix the comment, that was s... | | |
Yann E. MORIN | 8314e3e6ad0 | package/faad2: add hash
Upstream do not host the files, they are hosted on SourceForge; SF has
both sha1 and md5, so... | | |
Yann E. MORIN | 9e0ad7209c9 | package/nmap: fix shared-only build
Changeset f1d3e09 (Build shared libraries only as the default) broke the
nmap pa... | | |
Bernd Kuhls | 9e64b0c333b | package/mesa3d: bump version to 10.3.5
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Kor... | | |
Samuel Martin | a44b1c14055 | legacy: update the BR2_PREFER_STATIC_LIB option
Since the refactoring of the type of libraries in the target filesys... | | |
Yann E. MORIN | a21163aed99 | package/blktrace: do not build in parallel
The Makefile is not parallel safe.
Fixes numerous build failures:
ht... | | |
Angelo Compagnucci | 00129608c3f | package/mono: fixing shared/static handling
Mono should always be compiled with --enable-static, this patch forces
-... | | |
Peter Korsgaard | 11fcf9986ea | prboom: Use lowercase for kconfig option text
Like elsewhere in Buildroot.
Signed-off-by: Peter Korsgaard <peter@ko... | | |
Peter Korsgaard | f80033bbe71 | prboom: fix static linking
Fixes:
http://autobuild.buildroot.net/results/97b/97bb50add010e44aca8fcb079d8df9270d3cae4... | | |
Vicente Olivert Riera | 768a0eb7910 | boa: add a hash file
It will clarify errors like this one:
http://autobuild.buildroot.net/results/b71/b71084d67d33... | | |
Yann E. MORIN | d27d4406716 | package/libtirpc: add hash file
Should fix autobuild failures due to SourceForce sending garbage from
time to time:
... | | |
Yann E. MORIN | fd498f6221f | package/opkg: disable tests and manpages
Changeset f1d3e09 (Build shared libraries only as the default) broke the
op... | | |
Peter Korsgaard | b08c503b244 | liblo: add hash file
Fixes:
http://autobuild.buildroot.net/results/579/579df46b1fdb46fa5ec0fd28324cf28b7c06b5bb/
htt... | | |
Baruch Siach | 843a70d11a6 | ebtables: add hash file
Should clean up download failures like:
http://autobuild.buildroot.net/results/3c6/3c6b15a3d... | | |
Baruch Siach | 753a2937f66 | pcre: add a patch fixing CVE-2014-8964
Patch taken from the Debian package.
Signed-off-by: Baruch Siach <baruch@tko... | | |
Baruch Siach | 6fd86d80e2d | pcre: rename patches to new convention
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaar... | | |
Yann E. MORIN | 8c3f1d51021 | package/berkeleydb: fix shared-only build
Changeset f1d3e09 (Build shared libraries only as the default) broke the
b... | | |
Frank Hunleth | 41d987dcc18 | erlang: bump to version 17.4
Erlang/OTP 17.4 is a service release on the 17 track with mostly bug
fixes, but it does... | | |
Yann E. MORIN | 4d6e2902f14 | package/nettle: fix shared-only build
Changeset f1d3e09 (Build shared libraries only as the default) broke the
nettl... | | |
Peter Korsgaard | 4e561eda373 | upmpdcli: use start() / stop() in init script like elsewhere
Other init scripts in Buildroot use start()/stop() inst... | | |
Peter Korsgaard | 20b4a4e8d18 | transmission: use start() / stop() in init script like elsewhere
Other init scripts in Buildroot use start()/stop() ... | | |
Peter Korsgaard | c9345dee4fb | rpi-userland: use start() / stop() in init script like elsewhere
Other init scripts in Buildroot use start()/stop() ... | | |
Thomas Petazzoni | f1d3e09895b | Build shared libraries only as the default
Now that we have more options in terms of static/shared libraries,
switch... | | |
Thomas Petazzoni | 41a18724021 | ncurses: better handling for shared/static library
Now that we have clear options for the three cases of shared only... | | |
Thomas Petazzoni | 158001f57b4 | Turn the static lib option into a choice with more options
This commit turns the single static option into a choice,... | | |
Peter Korsgaard | 6e2b80968f5 | triggerhappy: new package
[Thomas:
- add BR2_USE_MMU dependency, since fork() is used
- rename do_start() and do... | | |
Yann E. MORIN | 9bb7d10eead | pkg-download: check hashes for locally cached files
In some cases, upstream just update their releases in-place, wit... | | |
Yann E. MORIN | 9b88c604843 | pkg-download: verify the hashes from the download wrapper
Instead of repeating the check in our download rules, dele... | | |
Yann E. MORIN | 2685937e06d | pkg-download: check for already downloaded file in the download wrapper
Instead of repeating the same test again and... | | |
Yann E. MORIN | 78b92e50554 | support/download: add option parsing to the download wrapper
Instead of relying on argument ordering, use actual opt... | | |
Thomas Petazzoni | f8639c79d8f | ncurses: speed up host build by disabling static library building
For the host variant of packages, we normally only... | | |
Thomas Petazzoni | 375c77ad4e5 | arch: remove superfluous arch dependencies on BR2_BINFMT_FLAT_*
As noted by Yann E. Morin, those dependencies are un... | | |
Thomas Petazzoni | b85837e5d6d | arch: introduce BR2_BINFMT_SUPPORTS_SHARED
In preparation for the refactoring of the static/shared library
support, ... | | |
Thomas Petazzoni | c1a38829e75 | arch: ensure BR2_BINFMT_ELF is really used
Currently, the binary format choice is only shown for the Blackfin and
m6... | | |
Thomas Petazzoni | c149083f933 | arch: FDPIC is not supported on m68k
The current binfmt selection in arch/Config.in allows to select FDPIC
on m68k, ... | | |
Thomas Petazzoni | 665e13c85e1 | Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
Since a while, the semantic of BR2_PREFER_STATIC_LIB has been change... | | |
Jörg Krause | 2d23d40279b | package/ffmpeg: bump to version 2.5
Bump version and update hash file.
Signed-off-by: Jörg Krause <jkrause@posteo.d... | | |
Vicente Olivert Riera | fa3d2a11e93 | kismet: bump version to Kismet-2014-02-R1
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off... | | |
Vicente Olivert Riera | 297c8661594 | kismet: rename patches to follow the new name convention
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.... | | |
Vicente Olivert Riera | e428d1e0772 | libsvgtiny: add a patch to remove -Werror from Makefile
glibc-2.20 includes some changes to the include/features.h f... | | |
Vicente Olivert Riera | 0a54105160c | libsvgtiny: rename patches to follow the new name convention
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@img... | | |
Vicente Olivert Riera | adeddeab2c7 | systemd: bump version to v218
Trivial changes:
- Bump version to v218
- Update the hash file
Non-trivial changes:
-... | | |
Gustavo Zacarias | f9fa4ffc67b | file: bump to version 5.21
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni... | | |
Gustavo Zacarias | 733700cff7d | gnutls: bump to version 3.2.21
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petaz... | | |
Jörg Krause | 7da5c80e50b | package/fdk-aac: bump to version 0.1.3
Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Thomas Petazzon... | | |
Gustavo Zacarias | 5afa3b55e8f | ipset: bump to version 6.24
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzon... | | |
Jörg Krause | cebe3d25a0c | package/libuv: bump to version 1.0.2
libuv has moved to github.com/libuv/libuv
[Thomas: fix Config.in help text, as... | | |
Thomas Petazzoni | 4ac8f78d377 | Add option for paranoid unsafe path checking
This commit adds a Config.in option to the "Build options" submenu to
e... | | |
Thomas Petazzoni | 2621ff3bed6 | binutils: enable poison system directories option
This commit enables the poison system directories option, which is... | | |
Thomas Petazzoni | 3e0900c04c6 | gcc: enable poison system directories option
This commit enables the poison system directories option, which is now
... | | |
Thomas Petazzoni | 5b7a4ffd500 | gcc/4.7: add patch to warn about unsafe header paths
This commit adds a patch to gcc borrowed from CodeSourcery/Yoct... | | |
Thomas Petazzoni | 4d5f4de50e2 | gcc/arc-2014.08: add patch to warn about unsafe header paths
This commit adds a patch to gcc borrowed from CodeSourc... | | |
Thomas Petazzoni | 2097bb4c71d | gcc/4.8: add patch to warn about unsafe header paths
This commit adds a patch to gcc borrowed from CodeSourcery/Yoct... | | |
Thomas Petazzoni | fc3fa082e03 | gcc/4.9: add patch to warn about unsafe header paths
This commit adds a patch to gcc borrowed from CodeSourcery/Yoct... | | |
Thomas Petazzoni | 43609b30e99 | binutils/arc-2014.08: add patch to warn about unsafe library paths
This commit adds a patch to binutils borrowed fro... | | |
Thomas Petazzoni | df8dcbcd81f | binutils/2.22: add patch to warn about unsafe library paths
This commit adds a patch to binutils borrowed from CodeS... | | |
Thomas Petazzoni | b5997f852e7 | binutils/2.23: add patch to warn about unsafe library paths
This commit adds a patch to binutils borrowed from CodeS... | | |
Thomas Petazzoni | 48bc113e3f1 | binutils/2.24: add patch to warn about unsafe library paths
This commit adds a patch to binutils borrowed from CodeS... | | |
Thomas Petazzoni | 5aa205eba40 | toolchain-external: instrument wrapper to warn about unsafe paths
The CodeSourcery toolchains have a very interestin... | | |
Romain Naour | b39a4bd486f | package/openpowerlink: enable dynamic build
Also remove the install hook, all static libraries are
removed from TARG... | | |
Romain Naour | 6554801512f | package/openpowerlink: do not override CMAKE_SYSTEM_PROCESSOR
Signed-off-by: Romain Naour <romain.naour@openwide.fr>... | | |
Romain Naour | 316d2ba0846 | package/openpowerlink: bump to version 1.8.5
Remove upstream commit
Signed-off-by: Romain Naour <romain.naour@openw... | | |
Thierry Bultel | 2b18d093cd8 | util-linux: add an option to build host programs
Signed-off-by: Thierry Bultel <tbultel@free.fr>
Signed-off-by: Thom... | | |
Gustavo Zacarias | c5f14b7ef62 | blktrace: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <tho... | | |
Jerzy Grzegorek | 5d4734084d2 | package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Pe... | | |
Gustavo Zacarias | 24157f9308e | netsnmp: bump to version 5.7.3
Security patch now upstream so remove.
Add hash file.
Signed-off-by: Gustavo Zacaria... | | |
Ivan Sergeev | f1e016d7da3 | mtr: bump to version 0.86 and use github call
[Thomas: remove useless --without-glib option, as noticed by Vincent.]... | | |
Gustavo Zacarias | 3afd8263cae | usbutils: drop double needs from comment
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Th... | | |
Gustavo Zacarias | ca0a1844aed | wget: add host-pkgconf dependency
Uses pkgconfig since 1.16.1+ to find libraries.
Signed-off-by: Gustavo Zacarias <... | | |
Baruch Siach | 421b4d0dde7 | jasper: add a patch fixing CVE-2014-9029
See http://www.ocert.org/advisories/ocert-2014-009.html for the details.
S... | | |
Gustavo Zacarias | 4d980cd6a73 | util-linux: add security patch for CVE-2014-9114
Fixes CVE-2014-9114 - command injection flaw in blkid.
See https://... | | |
Vicente Olivert Riera | 83b0d8f821a | bwm-ng: add a hash file
It will clarify errors like this one:
http://autobuild.buildroot.net/results/f22/f22888d87... | | |
Gustavo Zacarias | fa0d0f94a9f | dhcpcd; bump to version 6.6.5
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert... | | |
Gustavo Zacarias | 7ee21d3e804 | squid: bump to version 3.4.10
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert... | | |
Fabio Porcedda | 4ca4fd59212 | barebox: bump to version 2014.12.0
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Reviewed-by: Vicente Oli... | | |
Alan Ott | ed592d6e022 | poppler: Install files into staging
Install poppler's header files and libraries into staging, since it
provides a l... | | |
Alan Ott | fb798434537 | poppler: Add option for Qt support
Add an option to build the libpoppler-qt4 library.
[Thomas: slightly adjust the ... | | |
Alexey Brodkin | 826f315d5fb | uclibc: enable UCLIBC_HAS_STRING_GENERIC_OPT in all configs
Description in uClibc for this optoin is:
--->---
bool "... | | |
Volker Krause | c1e41153e66 | pkg-cmake.mk: Set CMAKE_SYSTEM_PROCESSOR.
This is rarely needed by packages, but convenient to have when it is.
[Th... | | |
Francois Perrad | 315d29e1599 | support/script/scancpan: remove duplicated dependency
Dependencies from metacpan comes as a list of modules which is... | | |
Maxime Hadjinlian | de6d6b94540 | website: Javascript code cleanup
By inversing the "if (!result.error)" we gain one level of indent.
Also moving vari... | | |
Maxime Hadjinlian | 4438ccafcbf | website: Fix indentation
[Thomas: fix commit title.]
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>... | | |
Maxime Hadjinlian | 36c12e82038 | website: Remove debug message
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas P... | | |
Gustavo Zacarias | 0085a19c8c3 | sqlite: bump to version 3.8.7.4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Peta... | | |
Gustavo Zacarias | 7d925ffcbfd | usbutils: bump to version 008
Now uses hwdb from libudev for usb information.
Drop all redundant/obsolete dependenci... | | |
Vicente Olivert Riera | 301102e136c | slang: use specific build and install commands for static builds
Doing this we ensure that only the static library a... | | |
Vicente Olivert Riera | 41d6f177d22 | slang: add adapted upstream patches for static builds
These are adapted upstream patches to make them apply on the v... | | |
Vicente Olivert Riera | d91cb668bb9 | slang: rename patches to follow the new name convention
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.c... | | |
Gustavo Zacarias | e50e0a0096f | thrift: disable tutorial(s)
The tutorials don't pass pedantic mode hence causing failures.
And we don't care about t... | | |
Jörg Krause | 25c083b4475 | package/mpd: add option to enable or disable OSS support
By default, the OSS support is enabled, which may not neces... | | |
Jörg Krause | 761ca24c3bc | package/mpd: enable neighbor discovery support
Enable support for neighbor discovery useful in Samba and UPnP networ... | | |
Jörg Krause | 7c1c333ff60 | package/mpd: fix line length for help text
Make help text lines not longer as 80 characters (one tab weights
eight c... | | |
Jörg Krause | dc8fa8205d1 | package/mpd: make all package names in help text uppercase
Make the package name uppercase to be consistent in all t... | | |
Jörg Krause | d40147d9950 | package/mpd: fix typo
Fix little type: it's UPnP, not UPnp.
Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-o... | | |
Jörg Krause | 4ff68999edc | package/mpd: bump to version 0.19.6
Also update hash file.
Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-of... | | |
Next → |