Commit Graph

10186 Commits

Author SHA1 Message Date
Marko Ratkaj 3bee7544d9
Merge pull request #5901 from sartura/openzwave_gcc_and_install_fix
openzwave: fix gcc7 compile and remove bad patch
2018-04-11 12:46:15 +00:00
Marko Ratkaj 1a4d9b7aba openzwave: fix gcc7 compile and remove bad patch
Patch 903-no-examples.patch removes MinOZW binary. This is wrong since
install section of openzwave is still using it. We can either remove the
patch or remove install section for openzwave. It seems people are using
this binary so we remove the patch.

After removing the patch the following issue appears with gcc7:
cc1plus: error: -Wformat-security ignored without -Wformat

This is resolved by adding the following to Makefile
TARGET_CPPFLAGS+=-Wno-format -Wno-format-security

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-04-11 14:30:49 +02:00
Daniel Salzman 42cfd29fe3 knot: update to 2.6.6
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-04-11 13:03:46 +02:00
Kevin Darbyshire-Bryant 30fa2156da libidn2: v2.0.4 Add to repo
Add libidn2 & idn2 tool to repo

Heavily based on PR by Daniel Engberg <daniel.engberg.lists@pyret.net>

Added idn2 tool & heavily based on existing idn Makefile.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-04-11 09:11:37 +08:00
Philip Prindeville fe9f1d9723
Merge pull request #5891 from pprindeville/add-per-host-dhcp-options
isc-dhcp: allow hosts to have dhcp options
2018-04-10 12:33:26 -06:00
Dirk Brenken 7593202902
Merge pull request #5893 from mwarning/zerotier
zerotier: fix 'unknown operand' error
2018-04-10 20:19:57 +02:00
Moritz Warning cf63e76698 zerotier: fix 'unknown operand' error
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-10 10:42:16 +02:00
Hannu Nyman 7103c62b61
Merge pull request #5892 from mlichvar/chrony-no-sechash
chrony: disable sechash support
2018-04-10 11:02:58 +03:00
Miroslav Lichvar dd515410a2 chrony: disable sechash support
Don't use the Nettle library (or NSS, libtomcrypt) even if it is
available.

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2018-04-10 09:00:16 +02:00
Philip Prindeville ec8aa082fc isc-dhcp: allow hosts to have dhcp options
Sometimes it's necessary to set per-host options like:

    list dhcp_option 'option:always-broadcast,true'

for hosts that don't understand unicast replies.  There might
be other options you might want to set on a per-host basis,
such as extensions-path, dhcp-message-text, etc.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-04-09 21:01:33 -06:00
Hannu Nyman c2317d74f4
Merge pull request #5890 from wodu/linuxptp_maint
Bump linuxptp to version 1.9.2
2018-04-09 17:32:33 +03:00
Wojciech Dubowik 2c01641216 Bump linuxptp to version 1.9.2
Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
2018-04-09 15:01:15 +02:00
Philip Prindeville 4750b7261e
Merge pull request #5887 from pprindeville/fix-dhcpd.init-typeof
Fix dhcpd.init typeof
2018-04-08 16:40:26 -06:00
Philip Prindeville 6bfb46ebdb isc-dhcp: fix typeof regex for IP address pattern
Missing backslash in "\d+" for last digit of dotted quad.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-04-08 16:31:28 -06:00
Philip Prindeville a35ebccb26 isc-dhcp: make files/ consistent by flattening
Some /etc/config-destined files are in files/ and suffixed with
.conf while others are in files/etc/config/ which isn't consistent.
Put everything in files/ and call it good.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-04-08 16:17:44 -06:00
Peter Wagner 739c65e569 openssh: update to 7.7p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-04-08 19:13:59 +02:00
Peter Wagner 4cc991094c glib2: update to 2.56.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-04-08 19:13:18 +02:00
Daniel Golle f87ff14dbb
Merge pull request #5859 from diizzyy/utils-ccid
utils/ccid: Update to 1.4.29
2018-04-08 13:17:56 +02:00
Rosen Penev a74ca8b698 znc: Update to 1.6.6 + HTTPS.
Fixed links and switched to HTTPS as the site defaults to it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-04-08 16:51:34 +08:00
Rosen Penev 72acab8077 unrar: Update to 5.6.1.
Change links to HTTPS and add CPE_ID.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-04-08 16:50:42 +08:00
Daniel Engberg 4b29cce5c9 utils/pcsc-lite: Update URLs
New URLs

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-08 16:24:35 +08:00
Florian Eckert 1c520db1f7 net/mwan3: update version to 2.6.13
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-08 16:20:24 +08:00
Florian Eckert f8cf485212 net/mwan3: also send connected action on initial_state offline
Move action into startup section will fix this.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-08 16:20:24 +08:00
Florian Eckert 1eae1ae3e7 net/mwan3: add logging on ping success and fail
Add logging information during state change on ping success or fail

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-08 16:20:24 +08:00
Denis Shulyaka 405ea1976c postfix: version update to 3.3.0
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2018-04-08 00:37:49 +03:00
Daniel Engberg b392ae5417 nmap: Update to 7.70
Update nmap suite to 7.70

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-06 11:49:10 +01:00
Hannu Nyman 50deddd1e3
Merge pull request #5872 from diizzyy/patch-1
utils/tio: Update to 1.29
2018-04-05 21:11:53 +03:00
Dirk Brenken 72356bc5db
Merge pull request #5870 from dibdot/travelmate
travelmate: update 1.2.0
2018-04-05 14:41:36 +02:00
Dirk Brenken 2d25b194d2 travelmate: update 1.2.0
* union 'automatic' and 'trigger' mode, now much more responsive
  if an uplink suddenly disappears
* tidy up (disable) travelmate related uplink connections
  if you disable the service
* change default config ('trm_automatic' removal)
* documentation update
* LuCI: remove needless 'automatic' and 'trigger' options
  plus small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-04-05 14:29:32 +02:00
Daniel Engberg 49e6930519
utils/tio: Update to 1.29
Update tio to 1.29

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-04 17:52:39 +02:00
Hannu Nyman 418dd163a2
Merge pull request #5869 from mlichvar/chrony-update-3.3
chrony: update to 3.3
2018-04-04 17:46:02 +03:00
Miroslav Lichvar 5b65338ccb chrony: update to 3.3
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2018-04-04 13:32:41 +02:00
Daniel Engberg 5ce6ce6b13 sound/lame: Fix optimization
Properly strip any -O switch

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-03 21:40:04 +02:00
Ted Hess 3733cea389
Merge pull request #5843 from antonlacon/ffmpeg
ffmpeg: fixup for patent related changes
2018-04-03 14:45:06 -04:00
Hannu Nyman a9d0802bd4
Merge pull request #5862 from luizluca/mwan3-ipv6-conf
mwan3: ipv6-compatible default conf
2018-04-03 19:45:24 +03:00
Luiz Angelo Daros de Luca e6e65f3e54 mwan3: ipv6-compatible default conf
Considering that ipv6 NPT/NAT/NETMAP is done manually by user,
mwan3 can balance ipv6 interfaces as it does with ipv4.

Interface wan2 was renamed to wanb as wan2, wan3, ... will eventually
colide with OpenWrt with default wan6 interface when more than 6
interfaces are in use.

New interfaces, members for wan6 and wanb6 where created, both disabled
by default. Policies where adapted as well.

The option "family" is set respectively in each interface. When missing,
mwan3 assumes ipv4, that will fail when interface is IPv6 only.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-04-03 13:35:28 -03:00
Hannu Nyman 2db8bec8fe linuxptp: fix version and hash
Correct the versioning and use PKG_HASH

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-04-03 18:08:37 +03:00
Hannu Nyman d6ac302d08
Merge pull request #5867 from wodu/linuxptp_maint
linuxptp: Upgrade to v1.9
2018-04-03 17:52:31 +03:00
Hannu Nyman f9b91ea697
Merge pull request #5861 from diizzyy/admin-netdata2
admin/netdata: Update to 1.10.0
2018-04-03 17:50:38 +03:00
Hannu Nyman 40ec2568f9
Merge pull request #5850 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.5.2
2018-04-03 17:48:06 +03:00
Wojciech Dubowik 92bc48de9b linuxptp: Upgrade to v1.9
Plus one upstream fix.

Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
2018-04-03 09:13:01 +02:00
Michael Heimpold 7c0dd7ae87 php7: fix compile issue with icu 61.1 (refs #5853)
Compile tested only at the moment.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-04-02 23:29:54 +02:00
Hannu Nyman fd3d3638d0 nano: update to 2.9.5
Update nano to 2.9.5

Release Notes:
 2018 March 29
 GNU nano 2.9.5 "Kiša pada" changes the way the Scroll-Up
 and Scroll-Down commands work (M-- and M-+): instead of
 keeping the cursor in the same screen position they now
 keep the cursor in the same text position (if possible).
 This version further adds a new color name, "normal",
 which gives the default foreground or background color,
 which is useful when you want to undo some overzealous
 painting by earlier syntax regexes.  Bug fixes include:
 a segfault when trying to insert a file in restricted
 mode, the reading in of a new file being "undoable", a
 slight miswrapping of help texts when --linenumbers was
 used, and the shell syntax coloring the word "tar" in
 file names.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-04-02 18:18:40 +03:00
Hannu Nyman b468ff0417
Merge pull request #5852 from bluewavenet/patch-5
mwan3: Add missing globals config section
2018-04-02 18:08:01 +03:00
Jianhui Zhao 9468277423 wifidog-ng: Update to 1.5.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-04-02 14:00:14 +08:00
Philip Prindeville d72c130c13
Merge pull request #5819 from pprindeville/add-explicit-domain
Add more functionality to ISC-DHCP configuration
2018-04-01 19:59:17 -06:00
Daniel Engberg ee64c4f405 admin/netdata: Update to 1.10.0
Update netdata to 1.10.0
Refresh config

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-01 21:35:50 +02:00
Daniel Engberg ea57d01696 utils/ccid: Update to 1.4.29
Update ccid to 1.4.29
Update URLs

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-01 21:33:46 +02:00
Rob White dc746a55a1
mwan3: Add missing globals config section
Add missing globals config section with default values.
Without the correctly named section, mwan3 startup will fail with the error - Warning: mwan3 is global disabled. Usage: /etc/init.d/mwan3 start.
Compile: not required
Run tested: LEDE 17.01.04
Author-name: Rob White
Maintainer: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Rob White <rob@blue-wave.net>
2018-04-01 10:04:46 +01:00
Matthias Schiffer 16930779a9
ldbus: remove nonshared flag
As confirmed by the maintainer, the flag was not added intentionally.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2018-03-31 15:08:23 +02:00