Commit graph

9134 commits

Author SHA1 Message Date
John Crispin
282432de33 uledd: add a tiny ubus frontend for PWM/RGB leds
This daemon allows users to control PWM driven RGB LEDs using ubus.
Currently it is possible to make leds blink at different brightnesses
and or make them fade in between colours.

the following call will turn green on and red off:
ubus call led set '{ "leds": { "ap:green:status": 255, "ap:red:status": 0 } }'

the following call will make green and red fade on/off over 2 seconds:
ubus call led set '{ "leds": { "ap:green:status": [0, 255], "ap:red:status": [255, 0] }, "on": 2000, "off": 2000, "fade": 1 }'

Signed-off-by: John Crispin <john@phrozen.org>
2017-10-19 16:37:32 +02:00
Jo-Philipp Wich
9b9ef2375d Merge pull request #4940 from diizzyy/patch-95
libs/libpng: Update to 1.6.32
2017-10-19 11:24:05 +02:00
Steven Hessing
3e897585d4 noddos: v0.5.4 SendUdpPing fix
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-10-18 19:50:18 -07:00
Lucian Cristian
7555971dd7 xl2tpd: add some default configs needed on most of cases
mtu 1400, mru 1400 - on ppp devices, usually we need lower mtu, the existing link mabye is already under a lower MTU
require-mschap-v2 - most of the time l2tp is used in conjunction with windows client who will use this kind of auth
lcp-echo-interval 20, lcp-echo-failure 5 - keep alive 20 seconds interval and dead peer detection after 100 seconds
connect-delay 5000 - wait for up to 5 seconds after the connect script finishes for a valid PPP packet from the peer
nodefaultroute - prevent users from creating default routes with pppd
nodefaultip - disables the default behavior when no local IP address is specified
proxyarp - this will have the effect of making the peer appear to other systems to be on the local ethernet

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-10-19 09:48:44 +08:00
Lucian Cristian
2e5a59c5b4 xl2tpd: update to 1.3.10
lock is no longer needed and it breaks the setup
explicit added PKG_BUILD_DEPENDS:=libpcap, an indirect depend included in ppp and needed for pfc

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-10-19 09:48:44 +08:00
Gergely Kiss
69d3e1fbc4 vala: bump to version 0.34.5
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-18 21:58:38 +02:00
Marcin Jurkowski
5bca84ba53 nbd: bump to 3.16.2
Upgrade nbd to version 3.16.2.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2017-10-18 21:12:52 +02:00
Hannu Nyman
d57926cfea Merge pull request #4954 from kissg1988/django
django: update to 1.8.18
2017-10-18 19:16:15 +03:00
Hannu Nyman
358354e3bd Merge pull request #4958 from sartura/libuv_bump_to_1.15.0
libuv: bump to 1.15.0
2017-10-18 19:15:52 +03:00
Hannu Nyman
617eea5362 Merge pull request #4959 from philenotfound/mutt-bump
mutt: bump version
2017-10-18 19:15:23 +03:00
Hannu Nyman
409f8c26b3 Merge pull request #4966 from sartura/clamav_fix_build_issues
clamav: fix build issues
2017-10-18 19:14:33 +03:00
Marko Ratkaj
ce66ecde24 clamav: fix invalid zlib version error
ClamAV's configure script uses grep to check for bugy zlib version
1.2.1. Since current OpenWrt zlib version is 1.2.11 this check passes
and build fails. This patch will disable this unneeded check and make
sure we are looking for zlib on the right location.

clamdtop was beeing built without it's ncurses dependency. Build system
would link it to the host's ncurses making the program fail at run time.
This patch will disable building of optional clamdtop, otherwise we need
to add ncurses as a dependency and fix the search path.

Increase PKG_RELEASE to reflect changes.

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-10-18 17:21:40 +02:00
Ted Hess
ddc98ba6f6 Merge pull request #4965 from lucize/doveup
dovecot: update to 2.2.33.1
2017-10-18 10:55:45 -04:00
Ted Hess
84c820e1cd Merge pull request #4962 from diizzyy/patch-96
sound/lame: Update to 3.100
2017-10-18 10:51:54 -04:00
Ted Hess
569a8f5956 Merge pull request #4967 from dibdot/adblock
adblock: update 3.0.3
2017-10-18 10:48:06 -04:00
Phil Eichinger
ad25e99fef mutt: bump version
* no-po-no-docs patch reworked, docs are disabled via ./configure now
* drop CVE patch, fix already in upstream
* autoreconf to fix CI build

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2017-10-18 16:27:25 +02:00
Dirk Brenken
5c934e5352 adblock: update 3.0.3
* add new list source to default config to block browser-based
  crypto mining

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-10-18 12:50:12 +02:00
Lucian Cristian
635567c66e dovecot: update to 2.2.33.1
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-10-18 02:10:21 +03:00
Gergely Kiss
326c336bd9 django: update to 1.8.18
Fixes CVE-2017-7233 and CVE-2017-7234

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-17 22:15:30 +02:00
Daniel Engberg
6fc160715b utils/ccid: Update to 1.4.28
Update ccid to 1.4.28

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-10-17 22:07:02 +02:00
Daniel Engberg
38ee4c1779 utils/tmux: Update to 2.6
Update tmux to 2.6

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-10-17 22:03:55 +02:00
Daniel Engberg
9a9e71e533 sound/lame: Update to 3.100
* Update LAME to 3.100

* Switch to shared library instead of static binary as it adds very little
  overhead if you only need LAME binary but saves space if you need both
  library and binary.

  Static / Shared:
  LAME binary: ~252kbyte / ~72kbyte - IPK: ~138kbyte / ~34kbyte
  LAME library: ~216kbyte / ~216kbyte - IPK: ~117kbyte / ~117kbyte

* Drop patch, not needed

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-10-17 22:01:57 +02:00
Hannu Nyman
dc39d7963d Merge pull request #4955 from kissg1988/sudo
sudo: update to 1.8.21p2
2017-10-17 21:32:55 +03:00
Hannu Nyman
202b60a28c Merge pull request #4957 from sartura/vim_bump_to_8.0.586
vim: bump to 8.0.586
2017-10-17 21:32:29 +03:00
Hannu Nyman
ffff75dc6b Merge pull request #4960 from philenotfound/at-bump
at: bump version
2017-10-17 21:31:02 +03:00
Phil Eichinger
c9420d6b3b at: bump version
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2017-10-17 16:44:36 +02:00
Marko Ratkaj
949f7f1947 libuv: bump to 1.15.0
Update libuv to version 1.15.0

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-10-17 15:28:17 +02:00
Marko Ratkaj
93feea7ffa vim: bump to 8.0.586
Upgrade vim to version 8.0.586

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-10-17 15:18:08 +02:00
James Christopher Adduono
0b7272f967 minidlna: add allow wide links option
Some users might create a minidlna root with symlinks
to shared locations. While this could potentially create
a vulnerability, the option should be available to allow
users to do this should they choose to.

wide_links=no : (default) no content served + error message
 [timestamp] upnphttp.c:1366: error: Rejecting wide link X

wide_links=yes : content served, no error messages

Signed-off-by: James Christopher Adduono <jc@adduono.com>
2017-10-16 21:18:43 -04:00
Philip Prindeville
4317fe0a10 Merge pull request #4953 from pprindeville/perl-move-rdynamic
Perl move -rdynamic
2017-10-17 00:50:19 +01:00
Etienne Champetier
211f446d8d build,travis: fix SDK filename
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-10-16 19:25:08 -04:00
Etienne Champetier
867a5c91a1 build,travis: fix gpg verification warning
commit gpg keys into the repo (it sometimes timeout)
trust the keys ultimately

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-10-16 19:24:14 -04:00
Gergely Kiss
ddc8b334d0 sudo: update to 1.8.21p2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-17 00:56:29 +02:00
Philip Prindeville
d58ac19c9f perl: put -rdynamic in proper build variable
The standard way to pass -rdynamic (or -Wl,--dynamic-export) is via
the $ccdlflags variable.  Do what is best practice.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-10-16 16:40:22 -06:00
Philip Prindeville
b392cd595a perl: simplify passing in ldflags
Originally as PR #2383 but rewritten.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2017-10-16 16:40:22 -06:00
Daniel Engberg
afdadd7377 libs/libpng: Update to 1.6.32
Update libpng to 1.6.32
Add ARM NEON optimization

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-10-16 22:50:37 +02:00
Hannu Nyman
35f971fa78 Merge pull request #4952 from jp-bennett/master
qrencode:  Update to 4.0.0
2017-10-16 20:50:02 +03:00
Jonathan Bennett
14af50642c qrencode: Update to 4.0.0
Adds a minor patch to optionally omit the XML tag when including svg inline.
Singed-off-by: Jonathan Bennett <JBennett@Incomsystems.biz>
2017-10-16 12:08:10 -05:00
Hannu Nyman
df72a84986 Merge pull request #4948 from ldir-EDB0/remwireguard
wireguard: drop wireguard
2017-10-16 19:34:07 +03:00
Hannu Nyman
150d328cee Merge pull request #4951 from jp-bennett/master
Fwknopd: Bump PKG_RELEASE and minor fix
2017-10-16 19:28:17 +03:00
Jonathan Bennett
5a69b9c08f Fwknopd: Bump PKG_RELEASE and minor fix
An unneccesary include in the init file was causing problems when using the package builder.
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2017-10-16 11:20:18 -05:00
Hannu Nyman
7e1ab2dd95 Merge pull request #4924 from oldium/fwknopd-init-script
fwknop: Add start-up dependency on network interface for fwknopd.
2017-10-16 19:17:16 +03:00
Hannu Nyman
f550fe4ad8 Merge pull request #4942 from DocLM/gphoto2
ibgphoto2 and gphoto2: Update to 2.5.16 and 2.5.15
2017-10-16 18:11:12 +03:00
Hannu Nyman
e3a1b62274 Merge pull request #4949 from commodo/python-lxml-update
python-lxml: update to version 4.1.0
2017-10-16 17:36:00 +03:00
Hannu Nyman
58ebbb7a49 Merge pull request #4947 from commodo/tcpreplay-update
tcpreplay: update to version 4.2.5
2017-10-16 17:35:38 +03:00
Hannu Nyman
8a0e5c4008 Merge pull request #4950 from StevenHessing/noddos
noddos: noddos v0.5.3
2017-10-16 17:34:54 +03:00
Steven Hessing
330768a409 noddos: noddos v0.5.3
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-10-16 06:09:33 -07:00
Alexandru Ardelean
8d011baf89 python-lxml: update to version 4.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-10-16 16:01:04 +03:00
Kevin Darbyshire-Bryant
ff07e0c835 wireguard: drop wireguard
WireGuard was added to LEDE core. See discussion at
lede-project/source#1409

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2017-10-16 13:01:12 +01:00
Hannu Nyman
9457e9fa6a Merge pull request #4732 from hashashin/bash-4.4.12
bash: version bump to 4.4.12
2017-10-16 10:06:29 +03:00