feed/packages.git
6 years agogetdns: Package update to replace libidn support with libidn2 5929/head
David Mora [Tue, 17 Apr 2018 22:10:59 +0000 (18:10 -0400)]
getdns: Package update to replace libidn support with libidn2

Package update to replace libidn support with libidn2

Signed-off-by: David Mora <iamperson347+public@gmail.com>
6 years agoMerge pull request #5923 from aparcar/bmx7-dnsupdate
Daniel Golle [Tue, 17 Apr 2018 19:13:14 +0000 (21:13 +0200)]
Merge pull request #5923 from aparcar/bmx7-dnsupdate

bmx7-dnsupdate: add package

6 years agoMerge pull request #5921 from ClaymorePT/boost_1.67.0
Hannu Nyman [Tue, 17 Apr 2018 16:57:42 +0000 (19:57 +0300)]
Merge pull request #5921 from ClaymorePT/boost_1.67.0

boost: Package Version Update -> 1.67.0

6 years agoMerge pull request #5928 from mstorchak/tmux
Hannu Nyman [Tue, 17 Apr 2018 16:56:51 +0000 (19:56 +0300)]
Merge pull request #5928 from mstorchak/tmux

tmux: update to 2.7

6 years agotmux: update to 2.7 5928/head
Maxim Storchak [Tue, 17 Apr 2018 16:17:34 +0000 (19:17 +0300)]
tmux: update to 2.7

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
6 years agoMerge pull request #5857 from diizzyy/sound-lame
Ted Hess [Tue, 17 Apr 2018 15:24:50 +0000 (11:24 -0400)]
Merge pull request #5857 from diizzyy/sound-lame

sound/lame: Fix optimization

6 years agoMerge pull request #5922 from diizzyy/utils-pcsctools
Hannu Nyman [Tue, 17 Apr 2018 14:03:29 +0000 (17:03 +0300)]
Merge pull request #5922 from diizzyy/utils-pcsctools

utils/pcsc-tools: Update to 1.5.3

6 years agobmx7-dnsupdate: add package 5923/head
Paul Spooren [Mon, 16 Apr 2018 08:34:26 +0000 (17:34 +0900)]
bmx7-dnsupdate: add package

Makes it easy to address bmx7 shorids and hostnames with ping, ssh, etc.
Both are stored in /tmp/hosts/ and so loaded by dnsmasq.
Instead of using a cron job which triggers the bmx7 deamon every so and
so, inotifywait is used to see creation or deletion of originators in
/var/run/bmx7/json/originators/

Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
6 years agoMerge pull request #5806 from sartura/mozilla_iot_gateway
Marko Ratkaj [Mon, 16 Apr 2018 13:07:56 +0000 (13:07 +0000)]
Merge pull request #5806 from sartura/mozilla_iot_gateway

node-mozilla-iot-gateway: add package

6 years agoMerge pull request #5918 from doscott/easydnsfix
Dirk Brenken [Mon, 16 Apr 2018 13:03:59 +0000 (15:03 +0200)]
Merge pull request #5918 from doscott/easydnsfix

<ddns-scripts>: Add OK to valid easydns response.

6 years agoddns-scripts: Add OK to valid easydns resonse. 5918/head
Danny Scott [Mon, 16 Apr 2018 12:46:17 +0000 (09:46 -0300)]
ddns-scripts: Add OK to valid easydns resonse.

Signed-off-by: Danny Scott <doscott@gmail.com>'
6 years agonode-mozilla-iot-gateway: add new package 5806/head
Marko Ratkaj [Fri, 23 Mar 2018 12:50:44 +0000 (13:50 +0100)]
node-mozilla-iot-gateway: add new package

Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
6 years agoMerge pull request #5908 from mwarning/zerotier
Dirk Brenken [Mon, 16 Apr 2018 11:18:45 +0000 (13:18 +0200)]
Merge pull request #5908 from mwarning/zerotier

zerotier: fix segfault on ARM

6 years agoutils/pcsc-tools: Update to 1.5.3 5922/head
Daniel Engberg [Mon, 16 Apr 2018 07:27:22 +0000 (09:27 +0200)]
utils/pcsc-tools: Update to 1.5.3

Update pcsc-tools to 1.5.3

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoboost: Package Version Update -> 1.67.0 5921/head
Carlos Miguel Ferreira [Mon, 16 Apr 2018 00:53:38 +0000 (01:53 +0100)]
boost: Package Version Update -> 1.67.0

This package update provides two new libraries
- Contract (compiled library) [1]: Contract programming for C++.
  All contract programming features are supported: Subcontracting,
  class invariants, postconditions (with old and return values),
  preconditions, customizable actions on assertion failure (e.g.,
  terminate or throw), optional compilation and checking of
  assertions, etc, from Lorenzo Caminiti.

- HOF (header-only library) [2]:
  Higher-order functions for C++, from Paul Fultz II.

More info can be found at the usual place [3].

[1]: https://www.boost.org/libs/contract
[2]: https://www.boost.org/libs/hof
[3]: https://www.boost.org/users/history/version_1_67_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
6 years agoinotify-tools: add packages 5920/head
Daniel Golle [Sun, 15 Apr 2018 20:53:27 +0000 (22:53 +0200)]
inotify-tools: add packages

Add packages for inotifywait, inotifywatch and libinotifytools.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
6 years agoacme: Switch to normal releases + other fixes.
Rosen Penev [Tue, 27 Mar 2018 01:21:33 +0000 (18:21 -0700)]
acme: Switch to normal releases + other fixes.

As acme.sh has releases, switch to using those. Update the version accordingly.

Also rearranged some stuff in the hope that uscan will start tracking releases instead of git commits. Makefile is more simple as a result.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoMerge pull request #5914 from Shulyaka/master
Hannu Nyman [Sat, 14 Apr 2018 07:33:14 +0000 (10:33 +0300)]
Merge pull request #5914 from Shulyaka/master

postfix: version update to 3.3.0

6 years agoMerge pull request #5911 from val-kulkov/subversion-package
Hannu Nyman [Sat, 14 Apr 2018 07:32:17 +0000 (10:32 +0300)]
Merge pull request #5911 from val-kulkov/subversion-package

subversion: update to 1.10.0

6 years agoMerge pull request #5913 from wvdakker/master
Hannu Nyman [Fri, 13 Apr 2018 20:51:54 +0000 (23:51 +0300)]
Merge pull request #5913 from wvdakker/master

Shorewall: Bump to version 5.1.12.4

6 years agoShorewall6: Bump to version 5.1.12.4 5913/head
W. van den Akker [Fri, 13 Apr 2018 20:02:33 +0000 (22:02 +0200)]
Shorewall6: Bump to version 5.1.12.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years agoShorewall: Bump to version 5.1.12.4
W. van den Akker [Fri, 13 Apr 2018 20:00:22 +0000 (22:00 +0200)]
Shorewall: Bump to version 5.1.12.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years agoShorewall6-lite: Bump to version 5.1.12.4
W. van den Akker [Fri, 13 Apr 2018 19:58:42 +0000 (21:58 +0200)]
Shorewall6-lite: Bump to version 5.1.12.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years agoShorewall-lite: Bump to version 5.1.12.4
W. van den Akker [Fri, 13 Apr 2018 19:57:12 +0000 (21:57 +0200)]
Shorewall-lite: Bump to version 5.1.12.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years agoShorewall-core: Bump to version 5.1.12.4
W. van den Akker [Fri, 13 Apr 2018 19:55:25 +0000 (21:55 +0200)]
Shorewall-core: Bump to version 5.1.12.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years agosubversion: update to 1.10.0 5911/head
Val Kulkov [Fri, 13 Apr 2018 16:02:59 +0000 (12:02 -0400)]
subversion: update to 1.10.0

Update from 1.9.7 to 1.10.0.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
6 years agoMerge pull request #5854 from diizzyy/libs-sqlite
champtar [Thu, 12 Apr 2018 22:20:45 +0000 (15:20 -0700)]
Merge pull request #5854 from diizzyy/libs-sqlite

libs/sqlite: Update to 3.23.1

6 years agolibs/sqlite: Update to 3.23.1 5854/head
Daniel Engberg [Sun, 1 Apr 2018 09:30:05 +0000 (11:30 +0200)]
libs/sqlite: Update to 3.23.1

Update sqlite to 3.23.1

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agozerotier: bump package version 5908/head
Moritz Warning [Thu, 12 Apr 2018 15:54:59 +0000 (17:54 +0200)]
zerotier: bump package version

Signed-off-by: Moritz Warning <moritzwarning@web.de>
6 years agozerotier: show message when section disabled
Moritz Warning [Thu, 12 Apr 2018 15:48:32 +0000 (17:48 +0200)]
zerotier: show message when section disabled

Signed-off-by: Moritz Warning <moritzwarning@web.de>
6 years agozerotier: abort on zerotier-idtool error
Moritz Warning [Thu, 12 Apr 2018 15:48:14 +0000 (17:48 +0200)]
zerotier: abort on zerotier-idtool error

Signed-off-by: Moritz Warning <moritzwarning@web.de>
6 years agozerotier: log errors
Moritz Warning [Thu, 12 Apr 2018 15:43:36 +0000 (17:43 +0200)]
zerotier: log errors

Signed-off-by: Moritz Warning <moritzwarning@web.de>
6 years agozerotier: remove broken option interface
Moritz Warning [Thu, 12 Apr 2018 15:43:13 +0000 (17:43 +0200)]
zerotier: remove broken option interface

Signed-off-by: Moritz Warning <moritzwarning@web.de>
6 years agozerotier: disable -pie to avoid segfault
Moritz Warning [Thu, 12 Apr 2018 15:41:42 +0000 (17:41 +0200)]
zerotier: disable -pie to avoid segfault

Signed-off-by: Moritz Warning <moritzwarning@web.de>
6 years agoMerge pull request #5827 from neheb/patch-4
Florian Fainelli [Thu, 12 Apr 2018 18:36:37 +0000 (11:36 -0700)]
Merge pull request #5827 from neheb/patch-4

iptraf-ng: Fix Source URLs

6 years agoMerge pull request #5900 from salzmdan/master
Hannu Nyman [Thu, 12 Apr 2018 10:08:42 +0000 (13:08 +0300)]
Merge pull request #5900 from salzmdan/master

knot: update to 2.6.6

6 years agoMerge pull request #5904 from TDT-AG/pr/20180412-mwna3-fix-ubus
Dirk Brenken [Thu, 12 Apr 2018 09:37:49 +0000 (11:37 +0200)]
Merge pull request #5904 from TDT-AG/pr/20180412-mwna3-fix-ubus

mwan3: in ubus rpcd script fix shell local issue

6 years agonet/mwan3: update version to 2.6.14 5904/head
Florian Eckert [Thu, 12 Apr 2018 09:22:26 +0000 (11:22 +0200)]
net/mwan3: update version to 2.6.14

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agomwan3: in ubus rpcd script fix shell local issue
Florian Eckert [Thu, 12 Apr 2018 08:27:00 +0000 (10:27 +0200)]
mwan3: in ubus rpcd script fix shell local issue

To fix the shell local issue in the ubus mwan3 rpcd shell script, move
the switch case statment into a function.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agoMerge pull request #5366 from brianjmurrell/dhcrelay-update
Philip Prindeville [Thu, 12 Apr 2018 03:10:17 +0000 (21:10 -0600)]
Merge pull request #5366 from brianjmurrell/dhcrelay-update

dhcrelay4: add support for up/downstream interfaces

6 years agodhcrelay4: add support for up/downstream interfaces 5366/head
Brian J. Murrell [Sun, 7 Jan 2018 15:44:19 +0000 (10:44 -0500)]
dhcrelay4: add support for up/downstream interfaces

dhcrelay has the ability to monitor interfaces for requests
in a single direction only rather than listening to all
interfaces for requests.

Doing this allows one to suppress the duplication of having
the relay forward requests from the same network that the
DHCP server is on.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
6 years agoMerge pull request #5896 from allaudet/improve-autossh-config
Dirk Brenken [Wed, 11 Apr 2018 18:34:20 +0000 (20:34 +0200)]
Merge pull request #5896 from allaudet/improve-autossh-config

autossh: add an 'enabled' option within the uci configuration file

6 years agoautossh: add an 'enabled' option within the uci configuration file 5896/head
Adrià Llaudet [Wed, 11 Apr 2018 18:22:17 +0000 (20:22 +0200)]
autossh: add an 'enabled' option within the uci configuration file

In a tool like this one, you really want an option to establish if the service
should start or not by default on boot time, especially when its configuration
file has to be customized by the user.

In the configuration file, the new 'enabled' option is setted to '0' by default
since the configuration provided by default will not be the one finally used.

In the init script, the new 'enabled' option is setted to '1' by default in
order to support the previous configuration file behaviour.

Signed-off-by: Adrià Llaudet <adria.llaudet@gmail.com>
6 years agoMerge pull request #5901 from sartura/openzwave_gcc_and_install_fix
Marko Ratkaj [Wed, 11 Apr 2018 12:46:15 +0000 (12:46 +0000)]
Merge pull request #5901 from sartura/openzwave_gcc_and_install_fix

openzwave: fix gcc7 compile and remove bad patch

6 years agoopenzwave: fix gcc7 compile and remove bad patch 5901/head
Marko Ratkaj [Wed, 11 Apr 2018 09:04:42 +0000 (11:04 +0200)]
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>
6 years agoknot: update to 2.6.6 5900/head
Daniel Salzman [Wed, 11 Apr 2018 11:03:46 +0000 (13:03 +0200)]
knot: update to 2.6.6

Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
6 years agolibidn2: v2.0.4 Add to repo
Kevin Darbyshire-Bryant [Mon, 2 Apr 2018 21:17:22 +0000 (23:17 +0200)]
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>
6 years agoMerge pull request #5891 from pprindeville/add-per-host-dhcp-options
Philip Prindeville [Tue, 10 Apr 2018 18:33:26 +0000 (12:33 -0600)]
Merge pull request #5891 from pprindeville/add-per-host-dhcp-options

isc-dhcp: allow hosts to have dhcp options

6 years agoMerge pull request #5893 from mwarning/zerotier
Dirk Brenken [Tue, 10 Apr 2018 18:19:57 +0000 (20:19 +0200)]
Merge pull request #5893 from mwarning/zerotier

zerotier: fix 'unknown operand' error

6 years agozerotier: fix 'unknown operand' error 5893/head
Moritz Warning [Tue, 10 Apr 2018 08:05:55 +0000 (10:05 +0200)]
zerotier: fix 'unknown operand' error

Signed-off-by: Moritz Warning <moritzwarning@web.de>
6 years agoMerge pull request #5892 from mlichvar/chrony-no-sechash
Hannu Nyman [Tue, 10 Apr 2018 08:02:58 +0000 (11:02 +0300)]
Merge pull request #5892 from mlichvar/chrony-no-sechash

chrony: disable sechash support

6 years agochrony: disable sechash support 5892/head
Miroslav Lichvar [Tue, 10 Apr 2018 06:54:48 +0000 (08:54 +0200)]
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>
6 years agoisc-dhcp: allow hosts to have dhcp options 5891/head
Philip Prindeville [Tue, 10 Apr 2018 03:01:33 +0000 (21:01 -0600)]
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>
6 years agoMerge pull request #5890 from wodu/linuxptp_maint
Hannu Nyman [Mon, 9 Apr 2018 14:32:33 +0000 (17:32 +0300)]
Merge pull request #5890 from wodu/linuxptp_maint

Bump linuxptp to version 1.9.2

6 years agoBump linuxptp to version 1.9.2 5890/head
Wojciech Dubowik [Mon, 9 Apr 2018 12:02:00 +0000 (14:02 +0200)]
Bump linuxptp to version 1.9.2

Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
6 years agoMerge pull request #5887 from pprindeville/fix-dhcpd.init-typeof
Philip Prindeville [Sun, 8 Apr 2018 22:40:26 +0000 (16:40 -0600)]
Merge pull request #5887 from pprindeville/fix-dhcpd.init-typeof

Fix dhcpd.init typeof

6 years agoisc-dhcp: fix typeof regex for IP address pattern 5887/head
Philip Prindeville [Sun, 8 Apr 2018 22:07:01 +0000 (16:07 -0600)]
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>
6 years agoisc-dhcp: make files/ consistent by flattening
Philip Prindeville [Fri, 30 Mar 2018 15:14:40 +0000 (09:14 -0600)]
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>
6 years agoopenssh: update to 7.7p1
Peter Wagner [Sun, 8 Apr 2018 17:13:59 +0000 (19:13 +0200)]
openssh: update to 7.7p1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoglib2: update to 2.56.1
Peter Wagner [Sun, 8 Apr 2018 17:13:18 +0000 (19:13 +0200)]
glib2: update to 2.56.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoMerge pull request #5859 from diizzyy/utils-ccid
Daniel Golle [Sun, 8 Apr 2018 11:17:56 +0000 (13:17 +0200)]
Merge pull request #5859 from diizzyy/utils-ccid

utils/ccid: Update to 1.4.29

6 years agoznc: Update to 1.6.6 + HTTPS.
Rosen Penev [Tue, 27 Mar 2018 01:40:16 +0000 (18:40 -0700)]
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>
6 years agounrar: Update to 5.6.1.
Rosen Penev [Tue, 27 Mar 2018 02:13:13 +0000 (19:13 -0700)]
unrar: Update to 5.6.1.

Change links to HTTPS and add CPE_ID.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years agoutils/pcsc-lite: Update URLs
Daniel Engberg [Sun, 1 Apr 2018 15:13:38 +0000 (17:13 +0200)]
utils/pcsc-lite: Update URLs

New URLs

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agonet/mwan3: update version to 2.6.13
Florian Eckert [Fri, 6 Apr 2018 10:40:15 +0000 (12:40 +0200)]
net/mwan3: update version to 2.6.13

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
6 years agonet/mwan3: also send connected action on initial_state offline
Florian Eckert [Thu, 5 Apr 2018 11:15:18 +0000 (13:15 +0200)]
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>
6 years agonet/mwan3: add logging on ping success and fail
Florian Eckert [Wed, 21 Mar 2018 13:13:57 +0000 (14:13 +0100)]
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>
6 years agopostfix: version update to 3.3.0 5914/head
Denis Shulyaka [Sat, 7 Apr 2018 21:37:49 +0000 (00:37 +0300)]
postfix: version update to 3.3.0

Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
6 years agonmap: Update to 7.70
Daniel Engberg [Sun, 1 Apr 2018 09:20:40 +0000 (11:20 +0200)]
nmap: Update to 7.70

Update nmap suite to 7.70

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #5872 from diizzyy/patch-1
Hannu Nyman [Thu, 5 Apr 2018 18:11:53 +0000 (21:11 +0300)]
Merge pull request #5872 from diizzyy/patch-1

utils/tio: Update to 1.29

6 years agoMerge pull request #5870 from dibdot/travelmate
Dirk Brenken [Thu, 5 Apr 2018 12:41:36 +0000 (14:41 +0200)]
Merge pull request #5870 from dibdot/travelmate

travelmate: update 1.2.0

6 years agotravelmate: update 1.2.0 5870/head
Dirk Brenken [Wed, 4 Apr 2018 12:30:30 +0000 (14:30 +0200)]
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>
6 years agoutils/tio: Update to 1.29 5872/head
Daniel Engberg [Wed, 4 Apr 2018 15:52:39 +0000 (17:52 +0200)]
utils/tio: Update to 1.29

Update tio to 1.29

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #5869 from mlichvar/chrony-update-3.3
Hannu Nyman [Wed, 4 Apr 2018 14:46:02 +0000 (17:46 +0300)]
Merge pull request #5869 from mlichvar/chrony-update-3.3

chrony: update to 3.3

6 years agochrony: update to 3.3 5869/head
Miroslav Lichvar [Wed, 4 Apr 2018 11:32:41 +0000 (13:32 +0200)]
chrony: update to 3.3

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
6 years agosound/lame: Fix optimization 5857/head
Daniel Engberg [Sun, 1 Apr 2018 15:53:40 +0000 (17:53 +0200)]
sound/lame: Fix optimization

Properly strip any -O switch

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
6 years agoMerge pull request #5843 from antonlacon/ffmpeg
Ted Hess [Tue, 3 Apr 2018 18:45:06 +0000 (14:45 -0400)]
Merge pull request #5843 from antonlacon/ffmpeg

ffmpeg: fixup for patent related changes

6 years agoMerge pull request #5862 from luizluca/mwan3-ipv6-conf
Hannu Nyman [Tue, 3 Apr 2018 16:45:24 +0000 (19:45 +0300)]
Merge pull request #5862 from luizluca/mwan3-ipv6-conf

mwan3: ipv6-compatible default conf

6 years agomwan3: ipv6-compatible default conf 5862/head
Luiz Angelo Daros de Luca [Mon, 2 Apr 2018 02:16:17 +0000 (23:16 -0300)]
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>
6 years agolinuxptp: fix version and hash
Hannu Nyman [Tue, 3 Apr 2018 15:08:37 +0000 (18:08 +0300)]
linuxptp: fix version and hash

Correct the versioning and use PKG_HASH

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
6 years agoMerge pull request #5867 from wodu/linuxptp_maint
Hannu Nyman [Tue, 3 Apr 2018 14:52:31 +0000 (17:52 +0300)]
Merge pull request #5867 from wodu/linuxptp_maint

linuxptp: Upgrade to v1.9

6 years agoMerge pull request #5861 from diizzyy/admin-netdata2
Hannu Nyman [Tue, 3 Apr 2018 14:50:38 +0000 (17:50 +0300)]
Merge pull request #5861 from diizzyy/admin-netdata2

admin/netdata: Update to 1.10.0

6 years agoMerge pull request #5850 from zhaojh329/wifidog-ng
Hannu Nyman [Tue, 3 Apr 2018 14:48:06 +0000 (17:48 +0300)]
Merge pull request #5850 from zhaojh329/wifidog-ng

wifidog-ng: Update to 1.5.2

6 years agolinuxptp: Upgrade to v1.9 5867/head
Wojciech Dubowik [Tue, 24 Jan 2017 15:37:17 +0000 (16:37 +0100)]
linuxptp: Upgrade to v1.9

Plus one upstream fix.

Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
6 years agophp7: fix compile issue with icu 61.1 (refs #5853)
Michael Heimpold [Mon, 2 Apr 2018 21:28:29 +0000 (23:28 +0200)]
php7: fix compile issue with icu 61.1 (refs #5853)

Compile tested only at the moment.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agonano: update to 2.9.5
Hannu Nyman [Mon, 2 Apr 2018 15:18:40 +0000 (18:18 +0300)]
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>
6 years agoMerge pull request #5852 from bluewavenet/patch-5
Hannu Nyman [Mon, 2 Apr 2018 15:08:01 +0000 (18:08 +0300)]
Merge pull request #5852 from bluewavenet/patch-5

mwan3: Add missing globals config section

6 years agowifidog-ng: Update to 1.5.2 5850/head
Jianhui Zhao [Sat, 31 Mar 2018 05:28:37 +0000 (13:28 +0800)]
wifidog-ng: Update to 1.5.2

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
6 years agoMerge pull request #5819 from pprindeville/add-explicit-domain
Philip Prindeville [Mon, 2 Apr 2018 01:59:17 +0000 (19:59 -0600)]
Merge pull request #5819 from pprindeville/add-explicit-domain

Add more functionality to ISC-DHCP configuration

6 years agoadmin/netdata: Update to 1.10.0 5861/head
Daniel Engberg [Sun, 1 Apr 2018 08:23:14 +0000 (10:23 +0200)]
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>
6 years agoutils/ccid: Update to 1.4.29 5859/head
Daniel Engberg [Sun, 1 Apr 2018 15:16:57 +0000 (17:16 +0200)]
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>
6 years agomwan3: Add missing globals config section 5852/head
Rob White [Sun, 1 Apr 2018 09:04:46 +0000 (10:04 +0100)]
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>
6 years agoldbus: remove nonshared flag
Matthias Schiffer [Sat, 31 Mar 2018 13:08:23 +0000 (15:08 +0200)]
ldbus: remove nonshared flag

As confirmed by the maintainer, the flag was not added intentionally.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
6 years agonet-snmp: InstallDev fix
Hans Dedecker [Mon, 6 Nov 2017 13:38:26 +0000 (14:38 +0100)]
net-snmp: InstallDev fix

Commit 384c2a8cfd2af9bc7acd6a642d71dbac2cc5056f added support for symlinking
net-snmp-config into $(STAGING_DIR)/usr/bin but forgot to install first
$(STAGING_DIR)/usr/bin resulting into a compile issue if
$(STAGING_DIR)/usr/bin is not yet present.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
6 years agophp7: update to 7.2.4
Michael Heimpold [Sat, 31 Mar 2018 06:58:42 +0000 (08:58 +0200)]
php7: update to 7.2.4

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agolibgpiod: depend on kernel version
Michael Heimpold [Fri, 30 Mar 2018 19:23:26 +0000 (21:23 +0200)]
libgpiod: depend on kernel version

Required kernel interface was introduced in kernel v4.8,
so add the kernel version as dependency for this library.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agoisc-dhcp: support generic DHCP options 5819/head
Philip Prindeville [Sun, 25 Mar 2018 08:17:52 +0000 (02:17 -0600)]
isc-dhcp: support generic DHCP options

Allow specifying NTP servers, search domains, etc. by the administrator
directly specifying DHCP options (per interface, i.e. per pool).

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agoisc-dhcp: allow explicitly configuring a domain
Philip Prindeville [Sun, 25 Mar 2018 07:49:13 +0000 (01:49 -0600)]
isc-dhcp: allow explicitly configuring a domain

Setting a domain now results in 'option domain-name "xyzzy";'
being generated globally.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
6 years agoMerge pull request #5847 from luizluca/ruby-2.5.1
Luiz Angelo Daros de Luca [Thu, 29 Mar 2018 18:16:58 +0000 (15:16 -0300)]
Merge pull request #5847 from luizluca/ruby-2.5.1

ruby: bump to 2.5.1

6 years agoruby: bump to 2.5.1 5847/head
Luiz Angelo Daros de Luca [Thu, 29 Mar 2018 14:13:08 +0000 (11:13 -0300)]
ruby: bump to 2.5.1

This release includes some bug fixes and some security fixes.

* CVE-2017-17742: HTTP response splitting in WEBrick
* CVE-2018-6914: Unintentional file and directory creation with directory traversal in tempfile and tmpdir
* CVE-2018-8777: DoS by large request in WEBrick
* CVE-2018-8778: Buffer under-read in String#unpack
* CVE-2018-8779: Unintentional socket creation by poisoned NUL byte in UNIXServer and UNIXSocket
* CVE-2018-8780: Unintentional directory traversal by poisoned NUL byte in Dir
* Multiple vulnerabilities in RubyGems

There are also some bug fixes.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>