aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* php7: fix build of php7-mod-intlMichael Heimpold2017-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following build error (shortened paths for readability): -snip- In file included from .../php-7.1.4/ext/intl/intl_convertcpp.h:26:0, from .../php-7.1.4/ext/intl/intl_convertcpp.cpp:21: .../staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/unicode/unistr.h:56:16: error: 'UChar' does not name a type u_strlen(const UChar *s); ^ .../staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/unicode/unistr.h:80:19: error: 'char16_t' has not been declared char16_t *dest, int32_t destCapacity, ^ .../staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/unicode/unistr.h:81:25: error: 'char16_t' does not name a type const char16_t *src, int32_t srcLength, ^ In file included from .../php-7.1.4/ext/intl/intl_convertcpp.h:26:0, from .../php-7.1.4/ext/intl/intl_convertcpp.cpp:21: .../staging_dir/target-arm_arm926ej-s_musl_eabi/usr/include/unicode/unistr.h:462:16: error: 'char16_t' does not name a type const char16_t *srcChars) const; ^ [...] -snap- This build error was introduced by update of icu to 59.1. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: fix php build issues with musl headers (fixes #4263)Philip Prindeville2017-04-17
| | | | | | | | | | | MUSL is complaining about <sys/poll.h> instead of <poll.h>. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> [ Replaced the *-t1lib filtering stuff by simply removing the left-over configure option ] Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #4266 from diizzyy/patch-45Hannu Nyman2017-04-17
|\ | | | | libs/libpng: Add more symlinks
| * libs/libpng: Add more symlinksDaniel Engberg2017-04-17
| | | | | | | | | | | | Sprinkle more symlinks for compatibility Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #4268 from lucize/doveupHannu Nyman2017-04-17
|\ \ | | | | | | Dovecot: update to 2.2.29.1
| * | Dovecot: update to 2.2.29.1Lucian Cristian2017-04-16
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #4262 from tsl0922/ttyd-1.3.2Hannu Nyman2017-04-17
|\ \ \ | | | | | | | | ttyd: update to 1.3.2
| * | | ttyd: update to 1.3.2Shuanglei Tao2017-04-16
| | | | | | | | | | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | | Merge pull request #4267 from dibdot/package-adblockHannu Nyman2017-04-17
|\ \ \ \ | | | | | | | | | | adblock: update 2.6.0-2
| * | | | adblock: update 2.6.0-2Dirk Brenken2017-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change start priority to get all interface trigger events, even on fast hardware * made default trigger delay more conservative to fix possible start up issues Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #4270 from nxhack/update_to_59_1Hannu Nyman2017-04-17
|\ \ \ \ \ | | | | | | | | | | | | icu: bump to 59.1
| * | | | | icu: bump to 59.1Hirokazu MORIKAWA2017-04-17
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Compile tested: ar71xx brcm2708, LEDE trunk r3972-aefa195 Run tested: NONE Description: upstream update to 59.1 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* / | | | libsoxr: Explicitly disable support for OpenMPFlorian Fainelli2017-04-16
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case a toolchain supports OpenMP (e.g: external toolchains), just disable support for it in libsoxr since cmake would detect that and later we would fail to create the package because there is no libgomp package being created. In case OpenMP is desireable and this is supported by the toolchain, we should introduce a specific option for that. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | Merge pull request #4264 from pprindeville/lcdproc-disable-nlsMichael Heimpold2017-04-15
|\ \ \ \ | | | | | | | | | | lcdproc: simplify dropping --disable-nls fron CONFIGURE_ARGS
| * | | | lcdproc: simplify dropping --disable-nls fron CONFIGURE_ARGSPhilip Prindeville2017-04-14
| | |/ / | |/| | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* / | | ser2net: add some upstream patches (fixes #4249)Michael Heimpold2017-04-15
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | As reported by @thornley-touchstar, there are some issues in the showshortport and showport commands on the monitoring channel. After short dicussion with upstream, the following patches were merged upstream to fix the issue(s). Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #4177 from pprindeville/shadow-add-appletsDaniel Golle2017-04-14
|\ \ \ | | | | | | | | shadow: add chpasswd, et al to list of applets
| * | | shadow: add chpasswd, et al to list of appletsPhilip Prindeville2017-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you have a firstboot script which seeds a passwd based on run-time information (like MAC addresses, hostname, etc) then you need to be able to pass in a cleartext string via chpasswd. Other applets are similarly potentially useful in other corner cases. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #4045 from pprindeville/lcdprocDaniel Golle2017-04-14
|\ \ \ \ | |/ / / |/| | | lcdproc: alternative package to drive LCD displays
| * | | lcdproc: alternative package to drive LCD displaysPhilip Prindeville2017-04-13
|/ / / | | | | | | | | | | | | | | | | | | As lcd4linux is all kinds of BROKEN lately, and of unknown status. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Reviewed-by: Harald Geyer <harald@ccbib.org>
* | | php7: enable filter support by default (fixes #3831)Michael Heimpold2017-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | Filter support brings several useful features which many PHP applications rely on. To make it easier for users who don't want to build own packages enable this by default. This slightly increases the binary SAPI packages, but since PHP is a huge monster anyway, I doubt this hurts anybody. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | php7: update to 7.1.4Michael Heimpold2017-04-13
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | darkstat: Depend on libbsd for glibc-based toolchainsFlorian Fainelli2017-04-12
| | | | | | | | | | | | | | | | | | | | | darkstat's configure script searches for libbsd for different routines, so if it manages to pick it up, make sure the dependency is reflected. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | ap51-flash: Define IPPORT_TFTP where it is usedFlorian Fainelli2017-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Defining IPPORT_TFTP on the pre-processor command line leads to the following error for glibc-based toolchains: mipsel-linux-gnu-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -mips16 -minterlink-mips16 -I/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/include -I/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/include -I/opt/toolchains/stbgcc-4.8-1.5/usr/include -I/opt/toolchains/stbgcc-4.8-1.5/include -Wall -Werror -W -g3 -std=gnu99 -Os -fno-strict-aliasing -DLINUX -DREVISION_VERSION=\"2016-10-16\" -DFLASH_FROM_FILE -DNO_LIBPCAP -D_GNU_SOURCE -UIPPORT_TFTP -DIPPORT_TFTP=69 -MD -c flash.c -o flash.o <command-line>:0:13: error: expected identifier before numeric constant Instead, move this where this gets used, in proto.c Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | acme: Fix for curl linked against mbed TLS. (#4254)Daniel H2017-04-12
| | | | | | | | | | | | | | | | | | | | | Use newest acme.sh release (2.6.8). Remove dependency on ca-certificates and add dependency on ca-bundle. Update environment variable. Signed-off-by: Daniel Halmschlager <da@halms.at>
* | | Merge pull request #4219 from diizzyy/patch-43Hannu Nyman2017-04-12
|\ \ \ | | | | | | | | libs/libpng: Update to 1.6.29
| * | | libs/libpng: Update to 1.6.29Daniel Engberg2017-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update libpng to 1.6.29 Add patch to allow older versions of libtool Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | Merge pull request #4253 from dibdot/package-adblockHannu Nyman2017-04-12
|\ \ \ \ | | |/ / | |/| | adblock: update 2.6.0
| * | | adblock: update 2.6.0Dirk Brenken2017-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * no longer misuse ubus/procd service object for adblock runtime information, now save all required information directly in a JSON file/format (/tmp/adb_runtime.json) * new 'status' init command to print runtime information * add a configurable interface trigger timeout for nested or slow modem/router setups, set 'adb_triggerdelay' accordingly (default 1 second) * add support for pure http download utilities like wget-nossl or uclient-fetch without libustream-ssl (http donwloads only!) * fix stop action * fix enabled/disabled action * fix country code in regional list for china * LuCI update to reflect all changes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #4245 from TDT-GmbH/mwan3-add-ubusHannu Nyman2017-04-12
|\ \ \ \ | | | | | | | | | | net/mwan3: add ubus interface
| * | | | net/mwan3: update Makefile versionFlorian Eckert2017-04-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: mwan3track interrupt sleep on signal (trap) eventFlorian Eckert2017-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sleep will be aborted if a signal is send to this process. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: registrate SIGUSR1 trap on interface down eventFlorian Eckert2017-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If interface is getting down by netifd (unplug ethernet cable) mwan3track will not recognize this change. It will also generate an additional down event when he notice does his tracking interface is offline. Mwan3track will now be informed by a signal (trap) USR1 during down event that the interface is already down. An additional down event will not be generated. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: add status track ubus interfaceFlorian Eckert2017-04-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | bcp38: iptables 1.6.1 compatibility (#4248)Kevin Darbyshire-Bryant2017-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | -m state has been removed, now use -m conntrack --ctstate Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* | | | | php7: fix bind_textdomain_codeset detection (refs #4250)Michael Heimpold2017-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The gettext extension is only useful when linked against libintl-full package, however, the detection did not work sucessfully. This patch by @Dimazhan fixes this. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #4247 from pprindeville/perl-cgi-4.36Hannu Nyman2017-04-10
|\ \ \ \ \ | |/ / / / |/| | | | perl-cgi: Update to 4.36
| * | | | perl-cgi: Update to 4.36Philip Prindeville2017-04-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #4244 from Wedmer/masterHannu Nyman2017-04-10
|\ \ \ \ \ | | | | | | | | | | | | [net/siit] Added compability for Linux >= 4.7.0
| * | | | | [net/siit] Added compability for Linux >= 4.7.0Vladimir Ulrich2017-04-10
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4242 Signed-off-by: Vladimir Ulrich <admin@evl.su>
* / / / / znc: update to 1.6.5Jonas Gorski2017-04-10
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: * Fixed a regression of 1.6.4 which caused a crash in modperl/modpython (not packaged) * Fixed the behavior of verbose command in the sasl module. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | | | Merge pull request #4243 from zx2c4/patch-4Hannu Nyman2017-04-09
|\ \ \ \ | | | | | | | | | | net/wireguard: version bump
| * | | | net/wireguard: version bumpJason A. Donenfeld2017-04-09
|/ / / / | | | | | | | | | | | | | | | | Simple version bump to 20170409. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | Merge pull request #4233 from ygalblum/masterMatthias Schiffer2017-04-06
|\ \ \ \ | | | | | | | | | | node: Move NPM into a separated pacakge
| * | | | node: Move NPM into a separated pacakgeYgal Blum2017-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to reduce flash requirements and also to disallow running NPM on the target move NPM out of the default NodeJS package. In order to allow adding NPM via opkg install, move it to a separated directory Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
* | | | | Merge pull request #4235 from TDT-GmbH/mwan3track-refactoringHannu Nyman2017-04-06
|\ \ \ \ \ | | | | | | | | | | | | Mwan3track refactoring
| * | | | | net/mwan3: update Makefile versionFlorian Eckert2017-04-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/mwan3: decrease parameter invocation of mwan3trackFlorian Eckert2017-04-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/mwan3: add clean_up trap function for SIGINT SIGTERMFlorian Eckert2017-04-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/mwan3: unify logging in mwan3trackFlorian Eckert2017-04-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>