aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | aria2: Enable Bittorrent support by defaultHsing-Wang Liao2017-08-25
| | | | | | | | | | | | | | | | | | Most user need this Bittorrent download support, and this fature can only depends on libssl. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | aria2: Add some build config optionsHsing-Wang Liao2017-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ======================== ======================================== features dependency ======================== ======================================== HTTPS OSX or GnuTLS or OpenSSL or Windows SFTP libssh2 BitTorrent None. Optional: libnettle+libgmp or libgcrypt or OpenSSL Metalink libxml2 or Expat. Checksum None. Optional: OSX or libnettle or libgcrypt or OpenSSL or Windows gzip, deflate in HTTP zlib Async DNS C-Ares Firefox3/Chromium cookie libsqlite3 XML-RPC libxml2 or Expat. JSON-RPC over WebSocket libnettle or libgcrypt or OpenSSL ======================== ======================================== Add 'CONFIG_' to 'PKG_CONFIG_DEPENDS'. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | aria2: Rewrite init scriptHsing-Wang Liao2017-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add aria2 user and group. * Use procd to start service. * Add more supported options. Compatible with previous version. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | bind: disable lmdbStijn Tintel2017-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building on hosts with lmdb installed, bind configure phase fails: configure: error: found lmdb include but not library. Solve this by disabling lmdb. Fixes #4748. Fixes: eab56b6bee5d ("bind: version update to 9.11.2") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #4750 from InBetweenNames/pcre2Philip Prindeville2017-08-23
|\ \ \ | | | | | | | | pcre2: Update PKG_SOURCE to use Sourceforge
| * | | pcre2: Update PKG_SOURCE to use SourceforgeShane Peelar2017-08-23
| | | | | | | | | | | | | | | | Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
* | | | Merge pull request #4746 from ejurgensen/forked-daapd_builderr2Hannu Nyman2017-08-23
|\ \ \ \ | |/ / / |/| | | forked-daapd: Fix build error due to missing gperf
| * | | forked-daapd: Fix build error due to missing gperfejurgensen2017-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Need to put the build dependency to gperf back, because there is a bug in forked-daapd 25.0's configure.ac when building without gperf Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | Merge pull request #4745 from InBetweenNames/pcre2Philip Prindeville2017-08-22
|\ \ \ \ | |/ / / |/| | | pcre2: Update PCRE2 lib to latest version (10.30)
| * | | pcre2: Update PCRE2 lib to latest version (10.30)Shane Peelar2017-08-22
|/ / / | | | | | | | | | | | | | | | Update the PCRE2 library to the latest version. Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
* | | Merge pull request #3074 from paulo-raca/python-evdevHannu Nyman2017-08-22
|\ \ \ | | | | | | | | python-evdev: new package
| * | | python-evdev: new packagePaulo Costa2017-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This build script supports both Python 2.x (python-evdev) and 3.x (python3-evdev) From the README: This package provides bindings to the generic input event interface in Linux. The evdev interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in /dev/input/. This package also comes with bindings to uinput, the userspace input subsystem. Uinput allows userspace programs to create and handle input devices that can inject events directly into the input subsystem. Signed-off-by: Paulo Costa <me@paulo.costa.nom.br>
* | | | Merge pull request #4740 from EricLuehrsen/masterHannu Nyman2017-08-22
|\ \ \ \ | | | | | | | | | | unbound: update to 1.6.5
| * | | | unbound: update to 1.6.5Eric Luehrsen2017-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the root.key file if created when unbound is installed between sep11 and oct11 2017 Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | shadowsocks-libev: ss-rules: new bool option --dst-forward-recentrstYousong Zhou2017-08-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | shadowsocks-libev: ss-rules: rename usage funcYousong Zhou2017-08-22
|/ / / / | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #4738 from dibdot/travelmateHannu Nyman2017-08-21
|\ \ \ \ | | | | | | | | | | travelmate: update to 0.9.3
| * | | | travelmate: update to 0.9.3Dirk Brenken2017-08-21
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | * backend/frontend: supports a Connection Limit ('trm_maxretry') of '0', to disable this feature (unlimited retries) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #4737 from sartura/libuv_bump_to_1.14.0Luka Perkov2017-08-21
|\ \ \ \ | | | | | | | | | | libuv: bump to version 1.14.0
| * | | | libuv: bump to version 1.14.0Marko Ratkaj2017-08-21
|/ / / / | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | glib2: update to 2.53.6Peter Wagner2017-08-20
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #4735 from antonlacon/ffmpeg-nextTed Hess2017-08-20
|\ \ \ \ | |/ / / |/| | | ffmpeg: fixup mpeg support in libffmpeg-mini
| * | | ffmpeg: fixup mpeg support in libffmpeg-miniIan Leonard2017-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The demuxers mpegps is for VOB support and mpegvideo is for raw mpeg video. mpegps was intended to be included with libffmpeg-mini; mpegvideo was not. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | 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>