aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* motion: fix segmentation fault under musl libcJo-Philipp Wich2015-10-08
| | | | | | | | | | | | | | | | | | | During startup, motion calls pthread_getspecific() through motion_log() before pthread_key_create() has been called yet. This works on glibc and uclibc but segfaults on musl because motion is relying on undefined behaviour here. Move the pthread initialization before motion_startup() so that tls_key_threadnr is initialized when motion_log() is called. Also enforce the use of strerror_r() on musl by defining XSI_STRERROR_R on all non-glibc systems because the supposed replacement code is broken and crashes on musl. References: http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2015x09x30x203633 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* collectd: disable perl bindings from dev hostTim Harvey2015-10-01
| | | | | | | if a user's env has PERL_MM_OPT defined collect will fail to build. Adding --with-perl-bindings="" will override this env var. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
* Merge pull request #1796 from kdarbyshirebryant/collectdnetlinkJo-Philipp Wich2015-10-01
|\ | | | | collectd: netlink module re-enabled
| * collectd: netlink module remove ip package dependencyKevin Darbyshire-Bryant2015-09-21
| | | | | | | | Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
| * collectd: netlink module re-enabledKevin Darbyshire-Bryant2015-09-21
| | | | | | | | | | | | | | | | | | | | | | Collectd netlink module re-enabled and libnl library dependency satisfied with mini libmnl. $(eval $(call BuildPlugin,netlink,netlink input,netlink,+PACKAGE_collectd-mod-netlink:ip +PACKAGE_collectd-mod-netlink:libmnl)) Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* | libcoap: Add new packageAnton Glukhov2015-10-01
| | | | | | | | Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
* | 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
|/ /