Daniel Golle
ce079c382b
gnunet: fix priority of ip rule for gnunet-dns
...
OpenWrt offers a special 'prelocal' routing table at priority 0.
Use it, so local-to-local DNS traffic also gets redirected properly.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-04 15:27:12 +01:00
Hannu Nyman
453f1bc873
Merge pull request #2610 from antxxxx/master
...
ddns-scripts: Update mythic-beasts URL so that fully qualified hostname can be passed
2016-05-04 14:25:06 +03:00
Anthony Brown
e71f12632a
ddns-scripts: update mythic-beasts ipv4 and add mythic-beasts ipv6
...
Signed-off-by: Anthony Brown <anthony@found-it.net>
2016-05-04 11:28:05 +01:00
champtar
0d7fea637f
Merge pull request #2514 from jefferyto/tor-remove-tor-fw-helper
...
tor: remove tor-fw-helper
2016-05-03 21:48:05 +02:00
champtar
f1188d4632
Merge pull request #2495 from cshore/pull-request-vpnc-auth-fail
...
net/vpnc: Add option to prevent retry on authentication failure
2016-05-03 21:12:33 +02:00
Hannu Nyman
d5d47cacdd
Merge pull request #2656 from hnyman/fwk
...
fwknop: combine two conffiles sections, remove whitespace
2016-05-03 17:46:00 +03:00
Hannu Nyman
000b55d063
fwknop: combine two conffiles sections, remove whitespace
...
fwknop Makefile had two conffiles sections. Combine them.
Remove also the whitespace from conffiles section (see #2652 )
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-03 10:56:41 +03:00
Hannu Nyman
5a4ffab87b
Remove whitespace from conffiles definition in Makefile
...
The conffiles definition in Makefile should not contain leading whitespace.
Remove whitespace from Makefile of motion, dnscrypt-proxy and sstp-client.
Reference to discussion at #2652
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-03 10:52:08 +03:00
Hannu Nyman
5e2cfd66a9
Merge pull request #2655 from cyanidium/master
...
net/nut: Remove whitespace before conffiles
2016-05-03 09:56:31 +03:00
Marty R
35c2fa24d8
net/nut: Remove whitespace before conffiles
...
Closes #2652
Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
2016-05-03 11:20:10 +09:00
Hannu Nyman
eb0392a6fd
Merge pull request #2653 from dibdot/adblock
...
adblock: update to 1.1.1
2016-05-02 22:05:24 +03:00
Dirk Brenken
262f4551e2
adblock: update to 1.1.1
...
* discard uncommitted uci changes in case of processing errors
* init script (stop action) now removes all 'adb_src_count' &
'adb_src_timestamp' entries in config
* updated documentation
Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-05-02 20:32:00 +02:00
Daniel Golle
ca3dfcfec2
gnunet: use uci-defaults and further break core into components
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-02 15:54:33 +01:00
Hannu Nyman
9227efaa1e
Merge pull request #2634 from mrjoel/master
...
ddns-scripts: add IPv6 config for duckdns.org
2016-05-02 12:59:03 +03:00
Joel Johnson
db68eda93e
ddns-scripts: add IPv6 config for duckdns.org
...
Signed-off-by: Joel Johnson <mrjoel@lixil.net>
2016-05-01 23:00:11 -06:00
Luiz Angelo Daros de Luca
2a03aa1f0e
Merge pull request #2650 from luizluca/ruby
...
ruby: updated to 2.3.1
2016-05-01 20:07:51 -03:00
Luiz Angelo Daros de Luca
ef30cd8b90
ruby: updated to 2.3.1
...
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2016-05-01 19:56:52 -03:00
Yousong Zhou
3c51c1c0a4
Merge pull request #2648 from pkerling/master
...
p910nd: Convert p910nd init script to procd
2016-05-01 11:43:02 +08:00
Maximilian Mehnert
3da1c4dbe1
p910nd: Convert p910nd init script to procd
...
Signed-off-by: Maximilian Mehnert <maximilian.mehnert@gmx.de>
[pkerling@casix.org: increase PKG_RELEASE version]
Signed-off-by: Philipp Kerling <pkerling@casix.org>
2016-05-01 00:10:17 +02:00
champtar
e30c7def08
Merge pull request #2646 from dibdot/adblock
...
adblock: release 1.1.0
2016-04-30 22:54:14 +02:00
champtar
c201bd9594
Merge pull request #2647 from kissg1988/vala
...
vala: update to 0.32.0
2016-04-30 22:45:33 +02:00
Dirk Brenken
b9aeb82c95
adblock: release 1.1.0
...
* support more router modes, as long as the firewall and the DNS server
are enabled
* new source sites can be added & changed via awk ruleset in uci config
* source domain count, last update time & overall count will be stored
in uci config
* added 3 new source sites:
ransomware tracker
rolist/easylist
winspy
* switch to minimal inline base64 encoded 1×1 GIF for pixel server
(separate png image no longer needed)
* simplified uci parser
* source download & domain sort optimization
* add whitelist parser with wildcard support
* reduced code size & various cleanups
* updated documentation
Signed-off-by: Dirk Brenken <openwrt@brenken.org>
2016-04-30 22:34:09 +02:00
Gergely Kiss
aa5616691b
vala: update to 0.32.0
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-04-30 22:26:59 +02:00
Stefan Weil
afbe8dcb87
utils/watchcat: Fix some typos (mostly found by codespell)
...
Note that this implies an API change (allways -> always).
The wrong spelling "allways" is still accepted for backward compatibility.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-30 09:46:34 +02:00
champtar
717f467f15
Merge pull request #2643 from stweil/master
...
utils: Fix some typos (mostly found by codespell)
2016-04-30 09:33:52 +02:00
Stefan Weil
804763e3f9
utils: Fix some typos (mostly found by codespell)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-30 09:27:12 +02:00
champtar
bb0e781d55
Merge pull request #2642 from dirkfeytons/luabitop_deps
...
luabitop: correct dependency
2016-04-30 09:04:05 +02:00
Ted Hess
7fc8ad570b
Merge pull request #2638 from ianchi/libx264
...
libx264: create package
2016-04-29 17:07:06 -04:00
Dirk Feytons
d556c9440b
luabitop: correct dependency
...
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-04-29 21:40:17 +02:00
Dirk Feytons
277467147f
nginx: upstep to 1.10.0, add Lua module, footprint optimizations
...
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
2016-04-29 16:16:36 +02:00
Ted Hess
c79656daaf
Merge pull request #2621 from ashimokawa/package-ncp
...
add package for ncp (https://www.fefe.de/ncp )
2016-04-29 06:43:35 -04:00
Andreas Shimokawa
685c609326
ncp: Add new package
...
Signed-off-by: Andreas Shimokawa <shimokawa@fsfe.org>
2016-04-29 11:17:44 +02:00
Adrian Panella
71a4f450bb
libx264: create package
...
libx264: create package
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
add BUILD_PATENTED
2016-04-28 21:49:21 -05:00
Gergely Kiss
fd9d063e94
PIL/pillow: replace discontinued python-imglib (PIL) with pillow
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-04-29 00:22:04 +02:00
Ted Hess
973556f292
flac: Fix debug builds
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-04-27 17:13:41 -04:00
Jo-Philipp Wich
ea01eccee0
collectd: ensure that /var/lib/collectd exists
...
With the conversion to procd a required mkdir has been dropped, readd it.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-04-27 21:45:36 +02:00
champtar
72baff9008
Merge pull request #2628 from ianchi/youtube-dl
...
youtube-dl: update dependencies
2016-04-27 08:08:13 +02:00
Adrian Panella
71ff65eda5
youtube-dl: update dependencies
...
install certificates so that https sites work by default
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-04-26 23:39:03 -05:00
Nikos Mavrogiannopoulos
0a6ca6ea0d
libtasn1: updated to version 4.8
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-04-25 23:14:18 +02:00
Nikos Mavrogiannopoulos
5288b94ece
gnutls: updated to 3.4.11
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-04-25 23:13:40 +02:00
Nikos Mavrogiannopoulos
dc5c9b3ee7
ocserv: updated to 0.11.2
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-04-25 23:12:32 +02:00
Daniel Golle
9ec07844cc
gnunet: create install-dir /lib/netifd/proto
...
Create directory which was accidentally left-out during the previous
commit adding the proto handler.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-25 15:25:35 +02:00
Michael Heimpold
195564de1d
php5: add mod_intl ( resolves #2620 )
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-04-24 22:51:39 +02:00
champtar
1ba2193467
Merge pull request #2623 from fededim/master
...
davfs2: updated to 1.5.4
2016-04-24 21:55:23 +02:00
Rupan
c57445ac96
davfs2: updated to 1.5.4
...
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2016-04-24 21:49:59 +02:00
champtar
a0fd61bc62
Merge pull request #2090 from luaraneda/opencv_update
...
opencv: Update to 3.1 to fix compilation problems
2016-04-24 19:33:15 +02:00
Luiz Angelo Daros de Luca
19c5c17bbf
Merge pull request #2567 from luizluca/libvpx
...
libvpx: update to 1.5.0
2016-04-22 13:57:29 -03:00
Luiz Angelo Daros de Luca
ff851af3f1
libvpx: update to 1.5.0
...
Also inc gst1-plugins-good and toxcore release in order
to avoid package upgrade problems.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2016-04-22 13:52:09 -03:00
Daniel Golle
72a164f63b
gnunet: update defaults, integrate with netifd and fw3
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-22 05:09:00 +02:00
Hannu Nyman
4dc6595bb7
Merge pull request #2619 from psidhu/master
...
gpsd: don't enable by default
2016-04-21 22:09:16 +03:00