aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dump1090: remove librtldr dependency for view1090 and clean up MakefileÁlvaro Fernández Rojas2015-09-30
| | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* Merge pull request #1797 from mhei/fix-open-plc-utilsFlorian Fainelli2015-09-30
|\ | | | | open-plc-utils: upgrade to latest git revision and fix compilation
| * open-plc-utils: upgrade to latest git revision and fix compilationMichael Heimpold2015-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Buildbots are reporting the following error: ../mme/ARPCPrint.c: In function 'ARPCPrint': ../mme/ARPCPrint.c:123:2: error: incompatible type for argument 3 of 'vfprintf' vfprintf (fp, (char *)(&data->LIST [LE16TOH (data->STROFFSET)]), (void *)(&data->LIST [LE16TOH (data->ARGOFFSET)])); ^ In file included from /store/buildbot/slave/mxs/build/staging_dir/toolchain-arm_arm926ej-s_gcc-4.8-linaro_musl-1.1.11_eabi/include/fortify/stdio.h:20:0, from ../mme/ARPCPrint.c:68: /store/buildbot/slave/mxs/build/staging_dir/toolchain-arm_arm926ej-s_gcc-4.8-linaro_musl-1.1.11_eabi/include/stdio.h:108:5: note: expected '__isoc_va_list' but argument is of type 'void *' Fix this by definition __UCLIBC__ to enable a workaround for this issue. While at, switch to HTTPS URL for cloning the git repo. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | shairplay: update to latest versionÁlvaro Fernández Rojas2015-09-29
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | dump1090: switch to mutability repo, make view1090 a separate packageÁlvaro Fernández Rojas2015-09-29
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | pciutils: update to v3.4.0Álvaro Fernández Rojas2015-09-28
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | python: fix cross-compiling C++ modules.Attila Lendvai2015-09-28
| | | | | | | | Signed-off-by: Attila Lendvai <attila@lendvai.name>
* | squid: bump version to 3.5.9Marko Ratkaj2015-09-27
| | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | lxc: bump version to 1.1.3Marko Ratkaj2015-09-27
| | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | file: bump version to 5.25Marko Ratkaj2015-09-27
| | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | e2guardian: bump version to 3.2.0Marko Ratkaj2015-09-27
| | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | Merge pull request #1810 from toxxin/add-canfestival-libraryMichael Heimpold2015-09-26
|\ \ | | | | | | libcanfestival: add new package
| * | Canfestival library: add new packageAnton Glukhov2015-09-26
|/ / | | | | | | Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
* | perl: Bump PKG_RELEASEMarcel Denia2015-09-25
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Reorganize patchesMarcel Denia2015-09-25
| | | | | | | | | | | | The old scheme didn't make any sense...not that there was a scheme really. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Remove microperl caretx dependency patchMarcel Denia2015-09-25
| | | | | | | | | | | | | | This will make microperl unable to build. That's okay, since we haven't been building it for quite a while now. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Invert perlbase-essential/perlbase-config circular dependency solutionMarcel Denia2015-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perlbase-essential and perlbase-config depend on functionality from each other. Previously, this was solved by just making perlbase-config depend on perlbase-essential. However, since a simple "use lib" is enough to trigger pulling in Config, this approach doesn't seem to make much sense. So let's just make perlbase-essential depend on perlbase-config instead. This pulls in perlbase-config as a dependency to pretty much every Perl package, so in the future we might want to just merge Config into perlbase-essential. Thanks to Robert Högberg for spotting this. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | libtasn1: updated to 4.7Nikos Mavrogiannopoulos2015-09-24
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | gnutls: updated to 3.4.5Nikos Mavrogiannopoulos2015-09-24
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | radcli: updated to 1.2.3Nikos Mavrogiannopoulos2015-09-24
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | mosquitto: upgrade to version 1.4.4Karl Palsson2015-09-23
| | | | | | | | | | | | | | | | Drop patch now included upstream. More information: http://mosquitto.org/2015/09/version-1-4-4-released/ Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | Merge pull request #1770 from robho/perlbase-data_needs_more_dependenciesNaoir2015-09-23
|\ \ | | | | | | perlbase-data: Add dependency on perlbase-bytes
| * | perlbase-data: Add dependency on perlbase-bytesRobert Högberg2015-09-22
| | | | | | | | | | | | | | | | | | | | | Dumper.pm, included in perlbase-data, uses module bytes, so add dependency on openwrt package perlbase-bytes. Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* | | Merge pull request #1788 from Dismounted/patch-1Steven Barth2015-09-22
|\ \ \ | | | | | | | | nut: Fix required dependencies.
| * | | nut: Fix required dependencies.Hanson Wong2015-09-20
| | | |
* | | | Merge pull request #1789 from MikePetullo/scapyMichael Heimpold2015-09-21
|\ \ \ \ | | | | | | | | | | scapy: add new package
| * | | | scapy: add new packageW. Michael Petullo2015-09-20
| |/ / / | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #1792 from MikePetullo/krb5Michael Heimpold2015-09-21
|\ \ \ \ | | | | | | | | | | krb5: update to 1.13.2
| * | | | krb5: update to 1.13.2W. Michael Petullo2015-09-20
| |/ / / | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | / canutils: add new package (fixes #1785)Anton Glukhov2015-09-21
| |_|/ |/| | | | | | | | | | | | | | | | | Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com> [Minor fixes] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #1795 from MikePetullo/lighttpdThomas Heil2015-09-21
|\ \ \ | |/ / |/| | lighttpd: update to 1.4.37
| * | lighttpd: update to 1.4.37W. Michael Petullo2015-09-20
|/ / | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | mbtools: fix build with libintl-fullDaniel Golle2015-09-19
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | gnunet: update version, fix gettext version after autoreconfDaniel Golle2015-09-19
| | | | | | | | | | | | | | Use gettext-version PKG_FIXUP to install up-to-date gettext infrastructure. autoreconf is still run implicitely as well. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #1779 from tisj/masterSteven Barth2015-09-19
|\ \ | | | | | | htpdate: add htpdate package based on AA feed
| * | htpdate: add htpdate package based on AA feedTijs Van Buggenhout2015-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source homepage has changed, and sources are updated to version 1.1.1 released 25 August 2015. Patch adjtimex still applies. Changes in version 1.1.1: - Fixed out of bound issue and a missing null-terminated string (thanks to Tobias Stöckmann) Signed-off-by: Tijs Van Buggenhout <tvbuggen@netzerk.be>
* | | Merge pull request #1782 from commodo/python-upgrade-3.5.0Steven Barth2015-09-19
|\ \ \ | | | | | | | | python3: upgrade to version 3.5.0
| * | | python3: upgrade to version 3.5.0Alexandru Ardelean2015-09-16
| | |/ | |/| | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | perl-http-server-simple: Update to 0.51Marcel Denia2015-09-19
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | perl-http-message: Update to 6.11Marcel Denia2015-09-19
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | | libcap: fix build on non-linux systemsFelix Fietkau2015-09-18
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* | | tracertools: update source URLDaniel Golle2015-09-16
| |/ |/| | | | | | | | | rip gitorious.org Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #1778 from openwrt/revert-1724-saneLuiz Angelo Daros de Luca2015-09-15
|\ \ | | | | | | Revert "sane-backends: import from oldpackages"
| * | Revert "sane-backends: import from oldpackages"Luiz Angelo Daros de Luca2015-09-15
|/ /
* | Merge pull request #1776 from aTanW/masterSteven Barth2015-09-15
|\ \ | | | | | | joe: bump to upstream v4.1
| * | joe: bump to upstream v4.1aTanW2015-09-15
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-)
* | | Merge pull request #1724 from luizluca/saneSteven Barth2015-09-15
|\ \ \ | | | | | | | | sane-backends: import from oldpackages
| * | | sane-backends: import from oldpackagesLuiz Angelo Daros de Luca2015-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since oldpackages: - cups dependency was completely removed * This also happened in sane trunk version - small musl patch - added detection of inb,outb (link error with musl) * this also removes hack 020-non-i386-qcam.patch - fix for segfault when using sane-test backend - removed link to extra libraries in libsane (used only for preload backends) - added format-security fix - sane-libs and sane-backends merged and exploded into individual packages for each backend: * libsane for sane library (which backends should dep on) * sane-daemon for saned daemon * sane-xxx for sane backend for xxx ** each backend has its own custom dep libraries * sane-backends-all (with no files) that deps on all backends * sane-qcam is only available for x86/x86_64 ** other archs does not implement inb/outb (at least in musl) Now it is possible to use SANE with much less FS space (KB instead of MB). Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | Merge pull request #1696 from plntyk/fix_opencvSteven Barth2015-09-15
|\ \ \ \ | | | | | | | | | | opencv: disable precompiled headers
| * | | | openvc: disable precompiled headersDirk Neukirchen2015-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this commit fixes musl build precompiled headers are not strictly necessary according to https://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html precompiled headers will probably be broken anyway in cross-compile cases Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>