Commit graph

5556 commits

Author SHA1 Message Date
Mathias Kresin
1416770e3b ddns-scripts: add support for glue records
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>
2016-06-01 20:59:47 +02:00
Álvaro Fernández Rojas
3a5fb69389 dump1090: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 18:06:47 +02:00
Álvaro Fernández Rojas
10273da243 tar: update to v1.29
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 17:51:40 +02:00
Álvaro Fernández Rojas
5ce0c7a917 pciutils: update to v3.5.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 17:51:28 +02:00
Álvaro Fernández Rojas
0a2cba338d libftdi: update to v1.3
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 17:51:13 +02:00
Álvaro Fernández Rojas
a4995e3323 Merge pull request #2402 from cshore/pull-request-tar-options
utils/tar: Make compression, acl, and xattr support configuration opt…
2016-06-01 16:55:35 +02:00
kuoruan
b2f23af2d8 xupnpd: Update to 2016-05-11
* 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>
2016-06-01 16:22:23 +02:00
Thomas Heil
8be4d72b42 Merge pull request #2790 from Xotic750/nginx-1101
nginx: Bumped to v1.10.1
2016-06-01 11:35:55 +02:00
Xotic750
04222aa8a6 nginx: Bumped to v1.10.1
fixes NULL pointer dereference while writing client request body vulnerability (CVE-2016-4450).

Signed-off-by: Graham Fairweather <xotic750@gmail.com>
2016-05-31 22:54:26 +02:00
Michael Heimpold
0a4e93a4d9 libmodbus: upgrade to 3.1.4
While at, also disable the build of the unit tests.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-05-31 21:42:16 +02:00
Michael Heimpold
a0a49e1d3c libxml2: upgrade to 2.9.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-05-31 21:31:52 +02:00
Jiri Slachta
a3a8bbdc51 libssh2, libxslt, tiff: change PKG_MAINTAINER email address
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-05-31 20:22:37 +02:00
Ted Hess
84bc16198f upmpdcli/libupnpp: Update to latest versions, refresh patch
upmpdcli: Version 1.1.3
libupnpp: Version 0.14

Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-05-31 12:12:44 -04:00
Ted Hess
320aad06c4 Merge pull request #2783 from feckert/licenses-master
libtasn1: add license tag
2016-05-31 11:16:32 -04:00
Ted Hess
9552ead517 Merge pull request #2771 from jow-/intltool-optional-perl-xml-parser
intltool: make dependency on XML::Parser optional
2016-05-31 10:17:47 -04:00
Ted Hess
d6fccbddba Merge pull request #2770 from jow-/libsoup-fix
libsoup: disable overly strict warnings, use system wide intltool.m4
2016-05-31 10:15:46 -04:00
Thomas Heil
e80ebe384c Merge pull request #2779 from jow-/crtmpserver-fix
crtmpserver: fix multiple issues
2016-05-31 15:50:31 +02:00
Florian Eckert
64a68055c4 libtasn1: add license tag
show the license for this package in opkg

Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
2016-05-31 15:20:18 +02:00
Yousong Zhou
d6ceab1d0c Merge pull request #2769 from kuoruan/webui-aria2
webui-aria2: Add package
2016-05-31 10:18:00 +08:00
Yousong Zhou
2e5452acbc Merge pull request #2767 from kuoruan/yaaw
yaaw: Add package
2016-05-31 10:14:55 +08:00
Hsing-Wang Liao
1213c6ef5a webui-aria2: Add package
* Web interface to aria2

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-31 10:03:31 +08:00
kuoruan
83ee268d4c yaaw: Add package
Yet Another Aria2 Web Frontend in pure HTML/CSS/Javascirpt.

Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-31 10:01:47 +08:00
Jo-Philipp Wich
08fe1432ef crtmpserver: fix multiple issues
- 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>
2016-05-30 19:13:08 +02:00
Jo-Philipp Wich
e7320a0c38 libsoup: disable overly strict warnings, use system wide intltool.m4
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>
2016-05-30 17:35:37 +02:00
John Crispin
f88b661e97 mt-st: fix download source
http does not exist anymore, use ftp instead

Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 17:24:18 +02:00
John Crispin
ab04a9b6fd libnfc: download source changed to github
Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 17:22:38 +02:00
John Crispin
0d89670606 oggfwd: update download source
upstream changed from git:// to https://

Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 17:17:01 +02:00
Jo-Philipp Wich
818a2cc8d6 intltool: make dependency on XML::Parser optional
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>
2016-05-30 16:31:54 +02:00
Álvaro Fernández Rojas
6e1b4932a1 Merge pull request #2768 from jow-/libftdi1-fix
libftdi1: explicitely disable Boost unit tests
2016-05-30 12:33:06 +02:00
Jo-Philipp Wich
5c2689fe89 libftdi1: explicitely disable Boost unit tests
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>
2016-05-30 12:25:11 +02:00
Hannu Nyman
006c7b2c40 Merge pull request #2766 from ianchi/youtube-dl
youtube-dl: update version
2016-05-30 10:27:58 +03:00
Michal Hrusecky
0708c4171e
lxc: Use more FSH compliant /srv/lxc instead of new root dir
Normally LXC uses /var/lib, but due to hack OpenWRT employs this is not an
option. But instead of introducing new top-level directory, FSH compatible /srv
can be used.

Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz>
2016-05-30 09:04:26 +02:00
kuoruan
251c1867e6 aria2: Add xml library choice
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-30 10:18:49 +08:00
kuoruan
3424ffc8d2 aria2: update to 1.23.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-30 09:23:17 +08:00
kuoruan
ffd6fd1732 Import lrzsz from oldpackages
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-05-30 09:17:30 +08:00
Adrian Panella
03d469a5f3 youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>

youtube-dl: update version

Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-05-29 20:03:51 -05:00
Hannu Nyman
2d50d8eecc Merge pull request #2765 from aTanW/master
gammu: bump to upstream v1.37.3
2016-05-29 23:18:46 +03:00
aTanW
42747a1db3 gammu: bump to upstream v1.37.3
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2016-05-29 23:12:15 +03:00
Hannu Nyman
525ff91f00 Merge pull request #2762 from mstorchak/tgt
tgt: update to 1.0.64
2016-05-29 19:31:15 +03:00
Hannu Nyman
a175e8da84 Merge pull request #2761 from mstorchak/smartmontools
smartmontools: update to 6.5
2016-05-29 19:30:57 +03:00
Hannu Nyman
798f3ff33a Merge pull request #2759 from msva/patch-5
zsh: update to 5.2
2016-05-29 19:30:39 +03:00
Maxim Storchak
5e78ccfa35 tgt: update to 1.0.64
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-05-28 23:49:19 +03:00
Maxim Storchak
7e582975b2 smartmontools: update to 6.5
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2016-05-28 23:48:10 +03:00
Vadim A. Misbakh-Soloviov
b9300ac98d
zsh: update to 5.2
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
2016-05-28 23:35:52 +06:00
Yousong Zhou
e188051d37 Merge pull request #2760 from msva/patch-6
tmux: update to 2.2
2016-05-29 01:20:14 +08:00
Vadim A. Misbakh-Soloviov
201a4981b1
tmux: update to 2.2
Signed-off-by: Vadim A. Misbakh-Soloviov <git@mva.name>
2016-05-28 23:09:36 +06:00
Hauke Mehrtens
78d4c74305 Merge pull request #2741 from karlp/tor-urls
tor: correct URL for dist downloads
2016-05-28 17:28:07 +02:00
Hirokazu MORIKAWA
865f44ef77 node,node-*: node update to v4.4.5 and Enhance CPU-arch variant. 2016-05-27 16:22:39 +09:00
Hannu Nyman
959d3a4186 Merge pull request #2751 from dibdot/adblock
adblock: update 1.1.15
2016-05-26 18:59:22 +03:00
Dirk Brenken
4f3f239ff2 adblock: update 1.1.15
* toggle to quickly switch adblocking 'on' or 'off' (/etc/init.d/adblock
toggle)
* new config option 'fetchttl' to set download timeouts (default: 5
seconds)
* better config check, distinct between major/minor changes
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2016-05-26 17:43:34 +02:00