aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libssh2: Bump to v1.7.0Hsing-Wang Liao2016-06-03
| | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* Merge pull request #2802 from Noltari/shairport-sync-nextTed Hess2016-06-02
|\ | | | | shairport-sync-next: update to v2.8.4
| * shairport-sync-next: update to v2.8.4Álvaro Fernández Rojas2016-06-02
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | Merge pull request #2798 from mkresin/ddns-scriptsHannu Nyman2016-06-02
|\ \ | |/ |/| ddns-scripts: add support for glue records
| * ddns-scripts: add support for glue recordsMathias Kresin2016-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assuming the following dns zone configuration for kresin.me: . 1800 IN NS ns.inwx.de. home.kresin.me. 1800 IN NS gw.home.kresin.me. gw.home.kresin.me. 60 IN A 198.51.100.1 Using the example, gw.home.kresin.me is a glue record and used as DDNS record as well. gw.home.kresin.me points to the OpenWrt installation where the ddns-scripts are running. Since ns.inwx.de isn't the authoritative server for home.kresin.me, a query for the the A record of gw.home.kresin.me will be "forwarded" to and replied by the authoritative server 198.51.100.1. If the authoritative server can't be reached, the query times out without any address returned. The only way to get the A record of the glue record is to use bind host in verbose output mode, query ns.inwx.de for gw.home.kresin.me and evaluate the additional section of the response. To my knowledge, only bind host in verbose output mode shows the additional section of the response. Therefore, this features depends on bind host. It is not possible to use the bind host verbose mode for all queries. In verbose mode the "has address" line isn't returned. Grepping for the hostname might fail if the hostname is CNAME. Grepping for the first occurrence of an ip-address is way to error prone, since it could return the ip address of a different record type. Signed-off-by: Mathias Kresin <dev@kresin.me>
* | Merge pull request #2801 from cshore/patch-fix-tar-optionsÁlvaro Fernández Rojas2016-06-02
|\ \ | | | | | | utils/tar: Fix defaulting to selecting dependencies
| * | utils/tar: Fix defaulting to selecting dependenciesDaniel Dickinson2016-06-02
|/ / | | | | | | | | | | | | | | Due to KConfig misbehavior the tar config options where getting enabled even when tar was not enabled. We fix this by enclosing the options in an if PACKAGE_tar ; endif block. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* | Merge pull request #2756 from kuoruan/packages-masterHannu Nyman2016-06-02
|\ \ | | | | | | aria2: update to 1.23.0
| * | aria2: Add maintainerHsing-Wang Liao2016-06-02
| | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
| * | aria2: Add files in order to use LuCIHsing-Wang Liao2016-06-02
| | | | | | | | | | | | | | | | | | | | | * Add config file. * Add init.d file. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
| * | aria2: Add xml library choicekuoruan2016-05-30
| | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
| * | aria2: update to 1.23.0kuoruan2016-05-30
| | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | Merge pull request #2753 from nxhack/node-update-to-v4.4.5John Crispin2016-06-02
|\ \ \ | | | | | | | | node,node-*: node update to v4.4.5 and Enhance CPU-arch variant.
| * | | node,node-*: node update to v4.4.5 and Enhance CPU-arch variant.Hirokazu MORIKAWA2016-05-27
| |/ /
* | | Merge pull request #2788 from thess/upmpdcli-updatesTed Hess2016-06-01
|\ \ \ | | | | | | | | upmpdcli/libupnpp: Update to latest versions, refresh patch
| * | | upmpdcli/libupnpp: Update to latest versions, refresh patchTed Hess2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | upmpdcli: Version 1.1.3 libupnpp: Version 0.14 Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #2799 from mkresin/vnstatJo-Philipp Wich2016-06-01
|\ \ \ \ | |_|_|/ |/| | | vnstat: allow to restore backup from directory
| * | | vnstat: allow to restore backup from directoryMathias Kresin2016-06-01
|/ / / | | | | | | | | | | | | | | | Allow to restore a backup from a directory instead of an url on start. Signed-off-by: Mathias Kresin <dev@kresin.me>
* | | dump1090: update to latest versionÁlvaro Fernández Rojas2016-06-01
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | tar: update to v1.29Álvaro Fernández Rojas2016-06-01
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | pciutils: update to v3.5.1Álvaro Fernández Rojas2016-06-01
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | libftdi: update to v1.3Álvaro Fernández Rojas2016-06-01
| | | | | | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | Merge pull request #2402 from cshore/pull-request-tar-optionsÁlvaro Fernández Rojas2016-06-01
|\ \ \ | | | | | | | | utils/tar: Make compression, acl, and xattr support configuration opt…
| * | | utils/tar: Make compression, acl, and xattr support configuration optionsDaniel Dickinson2016-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch make building tar with POSIX ACL and XATTR support configuration options. It also makes building seamless (e.g. -z -J -j) compression support a configuration option for each compression program available in OpenWrt. It also makes POSIX ACL support disabled by default (by default OpenWrt doesn't build POSIX ACL support into the kernel, never mind allowing to mount with it enabled). Also XATTR support is disabled by default as this seems to be the standard default for packages in OpenWrt. Finally Bzip2, Gzip, and XZ seamless support are made available by default and appropriate dependencies are added based on the configuration choice. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | xupnpd: Update to 2016-05-11kuoruan2016-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change source url to GitHub * Update to 2016-05-11 * Add LICENSE * Edit Makefile Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com> Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | Merge pull request #2790 from Xotic750/nginx-1101Thomas Heil2016-06-01
|\ \ \ \ | | | | | | | | | | nginx: Bumped to v1.10.1
| * | | | nginx: Bumped to v1.10.1Xotic7502016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes NULL pointer dereference while writing client request body vulnerability (CVE-2016-4450). Signed-off-by: Graham Fairweather <xotic750@gmail.com>
* | | | | libmodbus: upgrade to 3.1.4Michael Heimpold2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at, also disable the build of the unit tests. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | libxml2: upgrade to 2.9.4Michael Heimpold2016-05-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | libssh2, libxslt, tiff: change PKG_MAINTAINER email addressJiri Slachta2016-05-31
|/ / / / | | | | | | | | | | | | Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
* | | | Merge pull request #2783 from feckert/licenses-masterTed Hess2016-05-31
|\ \ \ \ | |_|/ / |/| | | libtasn1: add license tag
| * | | libtasn1: add license tagFlorian Eckert2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | show the license for this package in opkg Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
* | | | Merge pull request #2771 from jow-/intltool-optional-perl-xml-parserTed Hess2016-05-31
|\ \ \ \ | | | | | | | | | | intltool: make dependency on XML::Parser optional
| * | | | intltool: make dependency on XML::Parser optionalJo-Philipp Wich2016-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch `configure` and the shipped `intltool.m4` macro file to make a missing XML::Parser perl module nonfatal. All utilities provided by intltool are programmed to fail gracefully at run time if the module cannot be loaded and those utilities commonly used during the build do not require it at all. Also drop the the build-prereq on XML::Parser now that it is optional. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | Merge pull request #2770 from jow-/libsoup-fixTed Hess2016-05-31
|\ \ \ \ \ | | | | | | | | | | | | libsoup: disable overly strict warnings, use system wide intltool.m4
| * | | | | libsoup: disable overly strict warnings, use system wide intltool.m4Jo-Philipp Wich2016-05-30
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building libsoup within the SDK, the following usually nonfatal warning is causing the build to fail: make[6]: Entering directory '.../build_dir/target-arm_xscale_musl-1.1.14_eabi/libsoup-2.53.2/libsoup' CC libsoup_2_4_la-soup-address.lo cc1: error: .../staging_dir/target-arm_xscale_musl-1.1.14_eabi/include: No such file or directory [-Werror=missing-include-dirs] cc1: some warnings being treated as errors Makefile:962: recipe for target 'libsoup_2_4_la-soup-address.lo' failed Use the upstream `--disable-more-warnings` configure switch to disable this class of `-Werror` flags. Also drop the shipped copy of `intltool.m4` to force using the system wide one which does not require the `XML::Parser` module to be installed (see #2771). Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | Merge pull request #2779 from jow-/crtmpserver-fixThomas Heil2016-05-31
|\ \ \ \ \ | |_|/ / / |/| | | | crtmpserver: fix multiple issues
| * | | | crtmpserver: fix multiple issuesJo-Philipp Wich2016-05-30
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switch download to the Github clone of crtmpserver - Rebase patches against latest version - Pregenerate version.h file - Disable applestreamingclient as it is broken Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | Merge pull request #2769 from kuoruan/webui-aria2Yousong Zhou2016-05-31
|\ \ \ \ | | | | | | | | | | webui-aria2: Add package
| * | | | webui-aria2: Add packageHsing-Wang Liao2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Web interface to aria2 Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | Merge pull request #2767 from kuoruan/yaawYousong Zhou2016-05-31
|\ \ \ \ \ | |/ / / / |/| | | | yaaw: Add package
| * | | | yaaw: Add packagekuoruan2016-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | | | Merge pull request #2768 from jow-/libftdi1-fixÁlvaro Fernández Rojas2016-05-30
|\ \ \ \ \ | | | | | | | | | | | | libftdi1: explicitely disable Boost unit tests
| * | | | | libftdi1: explicitely disable Boost unit testsJo-Philipp Wich2016-05-30
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When libftdi1 is detecting the presence of the Boost unit testing framework, it will conditionally enable the build of libftdi1 test binaries which fail to link on some targets with the following error: CMakeFiles/test_libftdi1.dir/basic.cpp.o: In function `main': basic.cpp:(.text.startup+0xc): undefined reference to `boost::unit_test::unit_test_main(bool (*)(), int, char**)' collect2: error: ld returned 1 exit status test/CMakeFiles/test_libftdi1.dir/build.make:123: recipe for target 'test/test_libftdi1' failed make[6]: *** [test/test_libftdi1] Error 1 Since we do not care about test cases and since we want to avoid unpredictable conditional compilation simply disable the testcases entirely. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | Merge pull request #2766 from ianchi/youtube-dlHannu Nyman2016-05-30
|\ \ \ \ \ | |/ / / / |/| | | | youtube-dl: update version
| * | | | youtube-dl: update versionAdrian Panella2016-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adrian Panella <ianchi74@outlook.com> youtube-dl: update version Signed-off-by: Adrian Panella <ianchi74@outlook.com>
* | | | | Merge pull request #2765 from aTanW/masterHannu Nyman2016-05-29
|\ \ \ \ \ | |/ / / / |/| | | | gammu: bump to upstream v1.37.3
| * | | | gammu: bump to upstream v1.37.3aTanW2016-05-29
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | | Merge pull request #2762 from mstorchak/tgtHannu Nyman2016-05-29
|\ \ \ \ | | | | | | | | | | tgt: update to 1.0.64
| * | | | tgt: update to 1.0.64Maxim Storchak2016-05-28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>