Commit graph

7744 commits

Author SHA1 Message Date
Florian Eckert
f35475c025 net/mwan3: update Makefile version
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-05-12 15:30:34 +02:00
Florian Eckert
db5ea39c9b net/mwan3: generate mwan3track run path folder on every run
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-05-12 15:30:34 +02:00
Florian Eckert
ef3261d0b4 net/mwan3: remove absolute path for bin files
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-05-12 15:28:12 +02:00
Florian Eckert
1fd3f85d4f net/mwan3: remove pid file use pgrep to get pid
If mwan3track will not stop immediately after sending the kill signal,
the clean_up handler will delete the pid file later while the new mwan3track is
already running.

This could result in a situation that mwan3track is running
more then once because the old mwan3track service could not be killed,
because the pid file is missing.

Using pgrep to kill all mwan3track for the tracked interface and not using
pid file should fix this issue.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-05-12 15:28:12 +02:00
Luka Perkov
0ecc08784c Merge pull request #4240 from sartura/jq_add_package
jq: add package
2017-05-12 10:56:38 +02:00
Luka Perkov
015f7714bf Merge pull request #4351 from sartura/sysrepo_release
sysrepo packages
2017-05-11 20:07:35 +02:00
Mislav Novakovic
7250dc59cf add netopeer2
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-05-11 19:46:58 +02:00
Mislav Novakovic
7720c87e0c add sysrepo
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-05-11 19:46:58 +02:00
Mislav Novakovic
1337f5d204 add libnetconf2
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-05-11 19:46:58 +02:00
Mislav Novakovic
ad4fdb7dfc add libyang
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-05-11 19:46:58 +02:00
Mislav Novakovic
0faddbbb47 add libssh
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-05-11 19:46:58 +02:00
Noah Meyerhans
588284218a bind: Update to bind-9.10.5
This change includes fixes for several security issues:

  * CVE-2017-3138: rndc "" could trigger an assertion failure in named.
  * CVE-2017-3137: Some chaining (i.e., type CNAME or DNAME) responses to
    upstream queries could trigger assertion failures.
  * CVE-2017-3136: dns64 with break-dnssec yes; can result in an assertion
    failure.
  * CVE-2017-3135: If a server is configured with a response policy zone
    (RPZ) that rewrites an answer with local data, and is also configured
    for DNS64 address mapping, a NULL pointer can be read triggering a
    server crash.
  * CVE-2016-9444: named could mishandle authority sections with missing
    RRSIGs, triggering an assertion failure.
  * CVE-2016-9131: named mishandled some responses where covering RRSIG
    records were returned without the requested data, resulting in an
    assertion failure.
  * CVE-2016-9131: named incorrectly tried to cache TKEY records which could
    trigger an assertion failure when there was a class mismatch.
  * CVE-2016-8864: It was possible to trigger assertions when processing
    responses containing answers of type DNAME.
  * CVE-2016-6170: Added the ability to specify the maximum number of
    records permitted in a zone (max-records #;). This provides a mechanism
    to block overly large zone transfers, which is a potential risk with
    slave zones from other parties.
  * CVE-2016-2776: It was possible to trigger an assertion when rendering a
    message using a specially crafted request.
  * CVE-2016-2775: Calling getrrsetbyname() with a non absolute name could
    trigger an infinite recursion bug in lwresd or named with lwres
    configured if, when combined with a search list entry from resolv.conf,
    the resulting name is too long.

Signed-off-by: Noah Meyerhans <frodo@morgul.net>
2017-05-10 22:13:37 -07:00
Hannu Nyman
34578d017d Merge pull request #4342 from michailf/perl-upgrade
lang/perl: Upgrade to Perl 5.24.1
2017-05-11 00:10:00 +03:00
Michail Frolov
571a810fd4 lang/perl: Upgraded to Perl 5.24.1
Signed-off-by: Michail Frolov <frolovm@pobox.com>
2017-05-10 14:46:25 -04:00
Hannu Nyman
e4c7a9a3cc Merge pull request #4346 from dibdot/travelmate
travelmate: update 0.7.3
2017-05-10 18:12:32 +03:00
Dirk Brenken
b059c59d86 travelmate: update 0.7.3
backend:
* refine connection check (reduce ubus polling)
* further stabilize sta-/ap-handling

frontend (see LuCI repo):
* Automatically refresh the overview page after button onclick event,
e.g. 'Save & Apply'

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-05-10 16:49:24 +02:00
Aleksei Nosachev
8599b8d7a3 Fix acme-challenge ./well-known check / webroot detection (#4339)
fixes webroot to be defined as 
_currentRoot='/www'
instead of being interpreted as
_currentRoot='"/www"'

Signed-off-by: Aleksei Nosachev <nos1609@hotmail.com>
2017-05-10 14:30:43 +02:00
Hannu Nyman
b51b23e1a8 Merge pull request #4340 from hnyman/vsftpd
vsftpd: create directory for extra config files
2017-05-09 17:32:37 +03:00
Hannu Nyman
3f390c5509 vsftpd: create directory for extra config files
* create /etc/vsftpd directory for extra config files
  like userlist, certificate and key
* modify config file to use that directory
* include that directory in conffiles for backup

* use PKG_HASH
* update URL

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-09 16:30:05 +03:00
Hannu Nyman
c29c5d498e Merge pull request #4331 from simonswine/feature-prometheus-exporter
prometheus-node-exporter-lua: adds node metrics exporter
2017-05-08 16:34:03 +03:00
Christian Simon
d27d9e566a prometheus-node-exporter-lua: adds node metrics exporter
Signed-off-by: Christian Simon <simon@swine.de>
2017-05-08 14:27:43 +01:00
Hannu Nyman
725744b26e Merge pull request #4338 from dibdot/package-adblock
adblock: maintenance update 2.6.3
2017-05-08 12:27:40 +03:00
Dirk Brenken
6ffae3bc1e adblock: maintenance update 2.6.3
backend:
* various small fixes & optimizations
 
LuCI frontend (see luci repo):
* Limit Blacklist/Whitelist Online editing to max. 512 KB, approx.
20.000 domains per list
* Automatically refresh the overview page after button onclick event,
e.g. 'Suspend/Resume' or 'Save & Apply'
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-05-08 11:19:57 +02:00
Hannu Nyman
bc80cd9f03 Merge pull request #4272 from val-kulkov/libfreetype-package
libfreetype: bump up to the latest version v.2.7.1
2017-05-08 11:39:34 +03:00
Hannu Nyman
8ba251e88a Merge pull request #4324 from hnyman/irssi
irssi: remove nossl variant
2017-05-08 11:33:38 +03:00
Hannu Nyman
6e9bf22e8d Merge pull request #4337 from stangri/vpnbypass
vpnbypass: removed PROCD instance from start_service.
2017-05-08 09:56:23 +03:00
Hannu Nyman
dbebe09e18 Merge pull request #4336 from stangri/simple-adblock
simple-adblock: updated README, used stricter filters for domains and…
2017-05-08 09:56:03 +03:00
Nikos Mavrogiannopoulos
d92ea54c4f ocserv: updated to 0.11.8
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-05-08 05:46:48 +02:00
Nikos Mavrogiannopoulos
cc1128befa gnutls: updated to 3.5.11
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-05-08 05:39:15 +02:00
Stan Grishin
92fb78265f vpnbypass: removed PROCD instance from start_service.
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-05-08 03:57:47 +03:00
Stan Grishin
c398c0a768 simple-adblock: updated README, used stricter filters for domains and hosts lists, added debugging logging, removed PROCD instance.
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-05-08 03:57:04 +03:00
Hannu Nyman
79ad1387d0 Merge pull request #4332 from commodo/ovs-upgrade
openvswitch: upgrade to version 2.7.0
2017-05-07 19:41:34 +03:00
Hannu Nyman
65f0b1bf81 Merge pull request #4329 from dibdot/package-travelmate
travelmate: update 0.7.2
2017-05-07 19:31:49 +03:00
Hannu Nyman
04b29a7d32 Merge pull request #4327 from mwarning/zerotier-update
zerotier: update to version 1.2.4
2017-05-07 19:30:51 +03:00
Alexandru Ardelean
c7b22e5550 openvswitch: upgrade to version 2.7.0
Notes:
- drop un-needed patches
- bump kernel support up to 4.9
- switch from git repo to release tarball
- use OVS intree kernel module ; seems that using the kernel module
  from the package has certain issues due to the glue/backport code
  that tries to adapt to many kernel versions and has a potential
  to mess up ; not to mention, the glue code makes the kmod
  a few times larger than it should be
- tested on x86_64 VM

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-05-07 01:06:50 +03:00
Dirk Brenken
b76aacc60a travelmate: update 0.7.2
backend:
* remove redundant 'iwinfo' support & add 'iw' package dependency
* refine stop action & json runtime housekeeping
* various small fixes
* documentation update

frontend (see LuCI repo):
* simplify uplink interface setup (just one Click! ;-),
  now part of the overview tab
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-05-06 07:33:52 +02:00
Moritz Warning
350cc48049 zerotier: update to version 1.2.4
Zerotier now needs to have libstd, libminiupnpc and libnatpmp.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2017-05-05 21:59:18 +02:00
Karl Palsson
3aab07b0d6 libwebsockets: bump to 2.2.1
Changelog is
https://github.com/warmcat/libwebsockets/blob/v2.2.1/changelog

Since 2.0.3, the last version packaged, banner highlights are:

* mountains of work on lws being it's own webserver
* fixes apparently, but they don't get changelog entries.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-05-05 11:36:37 +00:00
Karl Palsson
338252f9eb net/mosquito: bump to 1.4.11
Full changelog available at:
https://mosquitto.org/2017/02/version-1-4-11-released/

Mostly ipv6 and websockets fixes, but requires a patch (submitted
upstream) to work around an accidental glibc dependency upstream.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-05-05 11:36:37 +00:00
Karl Palsson
56db76945e libcares: bump to 1.12.0
Full changelog available at:
https://c-ares.haxx.se/changelog.html#1_12_0

Mostly minor bugfixes and documentation improvements

Signed-off-by: Karl Palsson <karlp@etactica.com>
Signed-off-by: Karl Palsson <karlp@remake.is>
2017-05-05 11:36:37 +00:00
Karl Palsson
cef1ff256b net/mosquitto: support more config fields in init script
Adds the "notifications" option which is important when connecting
mosquitto to rabbitmq for instance.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-05-05 11:36:37 +00:00
David Thornley
eb99c3f451 net/mosquitto: Added further security configuration options for bridge section
Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
2017-05-05 11:36:37 +00:00
Karl Palsson
027e3ec4ec net/mosquitto: use PROVIDES for -client tools also
Earlier, PROVIDES handling was clarified for the broker and the library.
Use the same style to properly provide the -client-ssl and -client-nossl
packages.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-05-05 11:36:37 +00:00
Hannu Nyman
8891a9943d Merge pull request #4326 from chris5560/master
radicale: update to version 1.1.2
2017-05-04 22:29:59 +03:00
Christian Schoenebeck
eebf8f9cd0 radicale: update to version 1.1.2
update to version 1.1.2

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2017-05-04 20:44:11 +02:00
Jiri Slachta
fa91da9aeb tiff: update to version 4.0.7 with CVE fixes
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-05-04 14:15:34 +02:00
Hannu Nyman
1c2fa48ac1 irssi: remove nossl variant
Remove nossl variant as upstream has removed
the option to build irssi without SSL:
6300dfec71

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-04 13:06:11 +03:00
Hannu Nyman
ea5064faed vpnc: add PKG_MIRROR_HASH
Add PKG_MIRROR_HASH to enable building vpnc also in those
buildbot buildslaves that do not have svn.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-05-04 08:52:50 +03:00
Hannu Nyman
340095b3d9 Merge pull request #4323 from persandstrom/master
protobuf: upgrade to version 3.3
2017-05-03 09:30:37 +03:00
Per Sandström
37004c5061 protobuf: upgrade to version 3.3
Signed-off-by: Per Sandström <per.j.sandstrom@gmail.com>
2017-05-02 20:30:04 +02:00