aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #4550 from pprindeville/php-multiline-syslog-fixMichael Heimpold2017-08-19
|\ \ \ \ | | | | | | | | | | php7: error_log shouldn't squirt multi-line messages into syslog()
| * | | | php7: backport upstream fix for multiline loggingPhilip Prindeville2017-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See: https://github.com/php/php-src/pull/2674 Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #4707 from pprindeville/openwisp-config-retire-polarsslPhilip Prindeville2017-08-19
|\ \ \ \ \ | | | | | | | | | | | | openwisp-config: polarssl has been removed
| * | | | | openwisp-config: polarssl has been removedPhilip Prindeville2017-08-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | shadowsocks-libev: rewrite ss-rulesYousong Zhou2017-08-20
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - New UCI options ifnames, dst_default - UCI options src_ips_xxx now accept cidr as their values - Export ipset names as part of the interface so that it can be depended on and used by other programs - Bypass only remote servers used ss-redir instances, so that it's possible to let other servers to go through existing re-redir instances Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #4697 from antonlacon/ffmpeg-nextTed Hess2017-08-19
|\ \ \ \ \ | | | | | | | | | | | | ffmpeg: update to 3.2.7
| * | | | | ffmpeg: enable lto build for arm and x86_64Ian Leonard2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This toggles on Link-Time Optimization for arm and x86-64. Compile tested on arm/bcm47xx, arm/mvebu, arm/imx6 and x86-64/generic (Also compile tested on mips/ar71xx where it failed so this change is currently for specific arches.) Size savings for libffmpeg were 2-3% when measured with libffmpeg-full and libffmpeg-mini. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | | ffmpeg: let ffmpeg choose necessary parsers for audio-dec and customIan Leonard2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change allows ffmpeg's configure script to determine the necessary parsers based on selected decoders & encoders. For libffmpeg-audio-dec, this changes from our selecting: aac, ac3, flac, mpegaudio, opus and aac_latm to ffmpeg's configure script selecting: aac_latm, ac3, flac, mpegaudio for minor space savings and a simpler Makefile to manage on our end. In libffmpeg-custom, don't select any parsers when choosing decoders/encoders. I'm undecided on removing the parser selection in its entirety here. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | | ffmpeg: update to 3.2.7Ian Leonard2017-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes the x86 optimization disables from the SOFT_FLOAT portion. There are no i386 profiles that do not use hard float, so these options accomplish nothing. Target-os=linux rules out dxva2 and vda, so disable statements are unnecessary. For x86-64 users of libffmpeg-full, optimize around performance instead of size. Remove patented flag requirement from mp2 and mp3 audio files in libffmpeg-custom per expiration. Tidies up some of the configure steps where only one option is being changed or cosmetic consistency. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | shadowsocks-libev: Update AEAD cipher names.Leong Hui Wong2017-08-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Leong Hui Wong <wong.leonghui@gmail.com>
* | | | | | cgi-io: fix stray semicolonJo-Philipp Wich2017-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove an improperly placed semicolon in order to solve the following compiler error: .../main.c:144:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation] if (execl("/bin/busybox", "/bin/busybox", "md5sum", file, NULL)); ^~ .../main.c:145:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return NULL; ^~~~~~ cc1: all warnings being treated as errors Fixes #4723. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | tiff: update package to version 4.0.8Jiri Slachta2017-08-18
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Jiri Slachta <jiri@slachta.eu>
* | | | | build,travis: really fail Travis job when build test failEtienne Champetier2017-08-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | Merge pull request #4683 from pprindeville/bind-build-deprecatedNoah Meyerhans2017-08-17
|\ \ \ \ \ | | | | | | | | | | | | bind: patch unneeded if openssl is build w/ deprecated
| * | | | | bind: patch unneeded if openssl is build w/ deprecatedPhilip Prindeville2017-08-08
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | build,travis: fail Travis test when compilation failEtienne Champetier2017-08-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | build,travis: print all logs files and packages sizesEtienne Champetier2017-08-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | build,travis: remove "Terminated" messageEtienne Champetier2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More precisely, remove this message ./.travis_do.sh: line 16: 13736 Terminated while :; do sleep 590; echo "still running (please don't kill me Travis)"; done Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | Merge pull request #3751 from ianchi/nodeJo-Philipp Wich2017-08-17
|\ \ \ \ \ | | | | | | | | | | | | Node: update error & fix compile error
| * | | | | node: fix path patchAdrian Panella2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
| * | | | | node: bump version and add maintainerAdrian Panella2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com>
| * | | | | node: bump version and tweak configAdrian Panella2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump version to 6.11.0 Add ICU dependency when using i18n Tweak fpu configs Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | | | | | Merge pull request #4713 from philjohn/patch-1Hannu Nyman2017-08-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | ddns-scripts: add support for dynu.com IPv6 update
| * | | | | | ddns-scripts: update PKG_RELEASE in MakefilePhil John2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As requested, bumping the PKG_RELEASE Signed-off-by: Phil John <philjohn@gmail.com>
| * | | | | | ddns-scripts: add support for dynu.com IPv6 updatePhil John2017-08-14
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Dynu.com already support IPV6 updates using the parameter myipv6, adding to services_ipv6 to enable support in OpenWRT/LEDE Signed-off-by: Phil John <philjohn@gmail.com>
* | | | | | Merge pull request #4721 from marcin1j/pr/20170817-mwan3-fix-815e83Hannu Nyman2017-08-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | / mwan3: fix bugs introduced in 815e83d4
| * | | | | | mwan3: fix bugs introduced in 815e83d4Marcin Jurkowski2017-08-17
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following bugs introduced in commit 815e83d4: - hotplug: invalid parameter order when initial interface state is "online", mwan3track expects initial state to be the third argument - hotplug: missing source ip address when initial interface state is "offline" - mwan3track: source ip address should be the fourth argument Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
* | | | | | lang/penlight: Update maintainer emailKarl Palsson2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karl Palsson <karlp@remake.is> Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | lang/penlight: Update to 1.5.4Karl Palsson2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major release from old 1.3.2. See https://github.com/stevedonovan/Penlight/blob/master/CHANGES.md Changes, fixes and features. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | libcares: c-ares bump to 1.13.0Lucian Cristian2017-08-17
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | memcached: bump to version 1.5.0Thomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | pcre: upgrade to version 8.41Thomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes security issues Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | apr: bump to version 1.6.2Thomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | apr-util: bump to 1.6.0Thomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | apache: update to 2.4.47Thomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes security issues CVE-2017-7679, CVE-2017-7668, CVE-2017-7659, CVE-2017-3169 CVE-2017-3167, CVE-2017-9788, CVE-2017-9789 Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | haproxy: update to 1.7.8 and pending patchesThomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes reload issue with hanging process Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | nginx: update lua-nginx to cdd2ae921f67bf396c743406493127be496e57ceThomas Heil2017-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes lua compilation issue Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
* | | | | Merge pull request #4706 from donvipre/nginx_1.12.1Thomas Heil2017-08-16
|\ \ \ \ \ | | | | | | | | | | | | nginx: update to 1.12.1
| * | | | | nginx: update to 1.12.1Uwe Arnold2017-08-13
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2017-7529 remove PKG_MD5SUM as it is deprecated Signed-off-by: Uwe Arnold <donvipre@gmail.com>
* | | | | Merge pull request #4719 from TDT-GmbH/mwan3-add-mmx-configHannu Nyman2017-08-16
|\ \ \ \ \ | | | | | | | | | | | | net/mwan3: add mmx config option over uci
| * | | | | net/mwan3: update versionFlorian Eckert2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | net/mwan3: make mwan3 mask configurable over uciFlorian Eckert2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new global config option mmx_mask. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | mosquitto: properly use localhost instead of ipv4Karl Palsson2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some environments, connecting to localhost was resolving to ::1, which didn't match the bind to the explicit 127.0.0.1. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | mosquitto: support more config options in UCIKarl Palsson2017-08-16
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added many more UCI config options, particularly for bridge connections The recently introduced username/password options for bridges are kept, even though they have been deprecated upstream for a while. In keeping with this, while support is kept in UCI, the generated mosquitto.conf file will always generate the "modern" remote_username/remote_password options preferred by mosquitto instead. Likewise for bridge clientid and remote_clientid options. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | Merge pull request #4714 from neheb/mastertripolar2017-08-16
|\ \ \ \ \ | | | | | | | | | | | | ssh: Add umdns entry to the init script.
| * | | | | ssh: Add umdns entry to the init script.Rosen Penev2017-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is usefull for hosts to discover the ssh server, especially on macOS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #4709 from kdarbyshirebryant/nlbwmontweakJo-Philipp Wich2017-08-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | nlbwmon: preserve protocols mapping across sysupgrade
| * | | | | | nlbwmon: preserve protocols mapping across sysupgradeKevin Darbyshire-Bryant2017-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Define package config files to preserve /usr/share/nlbwmon/protocols across sysupgrade Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
* | | | | | | pulseaudio: don't link against libspeexdspPeter Wagner2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | ntpd: move ntpq to ntp-utilsPeter Wagner2017-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>