feed/packages.git
4 years agojamvm: Add host build 9693/head
Rosen Penev [Sun, 11 Aug 2019 20:58:21 +0000 (13:58 -0700)]
jamvm: Add host build

Needed for classpath. GCJ is also needed but that can be dealt with
separately.

Fix compilation with musl by defining _GNU_SOURCE. What's funny here is
that if __USE_GNU gets replaced, the host build fails. The man page says
_GNU_SOURCE for pthread_getattr_np but glibc violates that statement.

Removed classpath dependency. classpaths must select jamvm, not the other
way around.

Removed target whitelist. Switched to blacklist.

Fixed License information.

Various other cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9851 from neheb/madp
Rosen Penev [Fri, 30 Aug 2019 17:19:22 +0000 (10:19 -0700)]
Merge pull request #9851 from neheb/madp

madplay: Pass CFLAGS properly

4 years agoMerge pull request #9732 from dengqf6/ngx
Rosen Penev [Fri, 30 Aug 2019 17:16:47 +0000 (10:16 -0700)]
Merge pull request #9732 from dengqf6/ngx

nginx: update to 1.16.1

4 years agoMerge pull request #9844 from cshoredaniel/pr-msmtpq-ng-mta-conn_test
Rosen Penev [Fri, 30 Aug 2019 17:15:44 +0000 (10:15 -0700)]
Merge pull request #9844 from cshoredaniel/pr-msmtpq-ng-mta-conn_test

msmtp-scripts: Fix connectivity test and various permissions

4 years agoMerge pull request #9852 from neheb/prob
Rosen Penev [Fri, 30 Aug 2019 17:14:58 +0000 (10:14 -0700)]
Merge pull request #9852 from neheb/prob

libredblack: Pass CFLAGS

4 years agoMerge pull request #9853 from neheb/atf
Rosen Penev [Fri, 30 Aug 2019 17:14:28 +0000 (10:14 -0700)]
Merge pull request #9853 from neheb/atf

atftp: Update to 0.7.2

4 years agoMerge pull request #9813 from neheb/xml
Rosen Penev [Fri, 30 Aug 2019 17:12:33 +0000 (10:12 -0700)]
Merge pull request #9813 from neheb/xml

xmlrpc-c: Update to 1.51.03

4 years agoMerge pull request #9868 from gladiac1337/haproxy-2.0.5
Rosen Penev [Fri, 30 Aug 2019 17:11:38 +0000 (10:11 -0700)]
Merge pull request #9868 from gladiac1337/haproxy-2.0.5

haproxy: Update HAProxy to v2.0.5

4 years agoMerge pull request #9871 from wvdakker/master
Rosen Penev [Fri, 30 Aug 2019 17:10:56 +0000 (10:10 -0700)]
Merge pull request #9871 from wvdakker/master

Shorewall: Bump to 5.2.3.4

4 years agoMerge pull request #9866 from tru7/libfmt
Rosen Penev [Fri, 30 Aug 2019 16:56:20 +0000 (09:56 -0700)]
Merge pull request #9866 from tru7/libfmt

libfmt: bump to version 6.0.0

4 years agolibfmt: bump to version 6.0.0 9866/head
Othmar Truniger [Thu, 29 Aug 2019 15:10:37 +0000 (17:10 +0200)]
libfmt: bump to version 6.0.0

Signed-off-by: Othmar Truniger <github@truniger.ch>
4 years agocgi-io: require whitelisting upload locations
Jo-Philipp Wich [Fri, 30 Aug 2019 05:50:43 +0000 (07:50 +0200)]
cgi-io: require whitelisting upload locations

Introduce further ACL checks to verify that the request-supplied
upload location may be written to. This prevents overwriting things
like /bin/busybox and allows to confine uploads to specific directories.

To setup the required ACLs, the following ubus command may be used
on the command line:

ubus call session grant '{
  "ubus_rpc_session": "d41d8cd98f00b204e9800998ecf8427e",
  "scope": "cgi-io",
  "objects": [
    [ "/etc/certificates/*", "write" ],
    [ "/var/uploads/*", "write" ]
  ]
}'

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
4 years agoShorewall6: Bump to version 5.2.3.4 9871/head
W. van den Akker [Fri, 30 Aug 2019 11:29:35 +0000 (13:29 +0200)]
Shorewall6: Bump to version 5.2.3.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall: Bump to version 5.2.3.4
W. van den Akker [Fri, 30 Aug 2019 11:25:12 +0000 (13:25 +0200)]
Shorewall: Bump to version 5.2.3.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall6-lite: Bump to version 5.2.3.4
W. van den Akker [Fri, 30 Aug 2019 11:22:51 +0000 (13:22 +0200)]
Shorewall6-lite: Bump to version 5.2.3.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall-lite: Bump to version 5.2.3.4
W. van den Akker [Fri, 30 Aug 2019 11:19:01 +0000 (13:19 +0200)]
Shorewall-lite: Bump to version 5.2.3.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall-core: Bump to version 5.2.3.4
W. van den Akker [Fri, 30 Aug 2019 11:17:16 +0000 (13:17 +0200)]
Shorewall-core: Bump to version 5.2.3.4

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agohaproxy: Update HAProxy to v2.0.5 9868/head
Christian Lachner [Fri, 30 Aug 2019 05:21:51 +0000 (07:21 +0200)]
haproxy: Update HAProxy to v2.0.5

- Update haproxy download URL and hash
- Add new patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
4 years agoMerge pull request #9863 from dibdot/adblock
Dirk Brenken [Thu, 29 Aug 2019 18:03:16 +0000 (20:03 +0200)]
Merge pull request #9863 from dibdot/adblock

adblock: update 3.8.4

4 years agoMerge pull request #9862 from dibdot/travelmate
Dirk Brenken [Thu, 29 Aug 2019 18:02:38 +0000 (20:02 +0200)]
Merge pull request #9862 from dibdot/travelmate

travelmate: update 1.4.12

4 years agotravelmate: update 1.4.12 9862/head
Dirk Brenken [Thu, 29 Aug 2019 12:03:23 +0000 (14:03 +0200)]
travelmate: update 1.4.12

* automatically add open uplinks to your wireless config,
  e.g. hotel captive portals (disabled by default)
* shift net status check in a separate function
* (s)hellcheck cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agoadblock: update 3.8.4 9863/head
Dirk Brenken [Thu, 29 Aug 2019 12:45:01 +0000 (14:45 +0200)]
adblock: update 3.8.4

* fix the 'adb_sysver' output
* pass the adblock version information to the helper scripts correctly

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agoMerge pull request #9854 from neheb/ssh2
Jiri Slachta [Thu, 29 Aug 2019 10:13:41 +0000 (12:13 +0200)]
Merge pull request #9854 from neheb/ssh2

libssh2: Don't build tests

4 years agoMerge pull request #9858 from champtar/phantap
Etienne Champetier [Thu, 29 Aug 2019 04:31:36 +0000 (21:31 -0700)]
Merge pull request #9858 from champtar/phantap

phantap: update to latest commit

4 years agophantap: update to latest commit 9858/head
Etienne Champetier [Thu, 29 Aug 2019 03:55:40 +0000 (20:55 -0700)]
phantap: update to latest commit

758fba1 Fix EAP (802.1x) passthrough

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
4 years agolibredblack: Pass CFLAGS 9852/head
Rosen Penev [Tue, 27 Aug 2019 21:46:21 +0000 (14:46 -0700)]
libredblack: Pass CFLAGS

CFLAGS were not being passed. This was breaking builds with ASLR.

Pass proper PIC command to gcc with $(fPIC).

Don't install static libraries. Keep those for InstallDev only.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agomadplay: Pass CFLAGS properly 9851/head
Rosen Penev [Tue, 27 Aug 2019 21:55:36 +0000 (14:55 -0700)]
madplay: Pass CFLAGS properly

CFLAGS were not being passed which was breaking ASLR builds.

Fixed license header.

Added PKG_BUILD_PARALLEL for faster compilation.

Added PKG_INSTALL for consistency.

Passed proper $(FPIC) value.

Several other Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibssh2: Remove old artifacts from autotools platform 9854/head
Rosen Penev [Wed, 28 Aug 2019 20:01:34 +0000 (13:01 -0700)]
libssh2: Remove old artifacts from autotools platform

Removed PKG_FIXUP. It has no meaning with CMake.

Replaced PKG_INSTALL with CMAKE_INSTALL. Consequentially, removed
InstallDev section.

Added ABI_VERSION to force package rebuilds when it increases.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license tag.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9856 from lucize/nsprup
Rosen Penev [Wed, 28 Aug 2019 16:34:06 +0000 (09:34 -0700)]
Merge pull request #9856 from lucize/nsprup

nspr: update to 4.22

4 years agonspr: update to 4.22 9856/head
Lucian Cristian [Wed, 28 Aug 2019 13:39:23 +0000 (16:39 +0300)]
nspr: update to 4.22

drop upstreamed patches

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
4 years agoMerge pull request #9843 from cshoredaniel/pr-fix-uwsgi-cgi-python
Rosen Penev [Wed, 28 Aug 2019 03:29:41 +0000 (20:29 -0700)]
Merge pull request #9843 from cshoredaniel/pr-fix-uwsgi-cgi-python

uwsgi-cgi: use python3 hostpkg not system python3

4 years agoMerge pull request #9834 from adde88/master
Rosen Penev [Wed, 28 Aug 2019 01:56:56 +0000 (18:56 -0700)]
Merge pull request #9834 from adde88/master

hcxtools: Updated to v5.2.0.

4 years agolibssh2: Don't build tests
Rosen Penev [Wed, 28 Aug 2019 00:14:22 +0000 (17:14 -0700)]
libssh2: Don't build tests

Speeds up build and fixes OpenSSL support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoatftp: Update to 0.7.2 9853/head
Rosen Penev [Tue, 27 Aug 2019 21:38:24 +0000 (14:38 -0700)]
atftp: Update to 0.7.2

Fixes issue where CFLAGS were not being passed. This was breaking ASLR
builds.

Added PKG_BUILD_PARALLEL for faster compilation.

Added PKG_INSTALL. Changed install paths based on PKG_INSTALL paths.

Added --disable-debug to make sure debug code is disabled.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agomsmtp-scripts: Add msmtprc permission docs 9844/head
Daniel F. Dickinson [Tue, 27 Aug 2019 11:38:51 +0000 (07:38 -0400)]
msmtp-scripts: Add msmtprc permission docs

There is a wrinkle in terms of sending mail immediately when using
msmtpq-ng-mta instead of a typical mail server.  We document that
in the package description.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
4 years agomsmtp-scripts: Fix spool/lock dir permissions
Daniel F. Dickinson [Tue, 27 Aug 2019 09:57:51 +0000 (05:57 -0400)]
msmtp-scripts: Fix spool/lock dir permissions

If the spool or lock dir exist before msmtp's initscript runs we
need to modify the permisions to be appropriate instead of just
bailing, otherwise non-root can't send mail.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
4 years agomsmtp-scripts: Make conn_test default nc
Daniel F. Dickinson [Tue, 27 Aug 2019 05:53:51 +0000 (01:53 -0400)]
msmtp-scripts: Make conn_test default nc

On OpenWrt nc (netcat) connectivity test makes more sense than
ping because a) for non-root users ping is not permitted, and
b) nc is a default binary included with OpenWrt.
We do, however, have to change the upstream default from using
`nc -vz` to `printf "<http head request>"|nc` (with openwrt
nc if text is sent then nc closes after a response and fails
if no connection is made; the response is already thrown away
(to /dev/null) by the existing code).

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
4 years agouwsgi-cgi: use python3 hostpkg not system python3 9843/head
Daniel F. Dickinson [Tue, 27 Aug 2019 07:37:06 +0000 (03:37 -0400)]
uwsgi-cgi: use python3 hostpkg not system python3

On a Debian system without python3-distutils install, uwsgi-cgi was
failing to build because it couldn't import sysconfig from distutils.
OpenWrt packages should be using the OpenWrt python not the system
python. In addition we need to use python3 not python2, even when
both are available.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
4 years agoMerge pull request #9837 from val-kulkov/imagemagick-package
Rosen Penev [Mon, 26 Aug 2019 20:28:15 +0000 (13:28 -0700)]
Merge pull request #9837 from val-kulkov/imagemagick-package

imagemagick: update to 7.0.8-62

4 years agoimagemagick: update to 7.0.8-62 9837/head
Val Kulkov [Mon, 26 Aug 2019 19:58:40 +0000 (15:58 -0400)]
imagemagick: update to 7.0.8-62

This version upgrade should fix issue #9830.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
4 years agohcxtools: Updated to v5.2.0. Also modified default install dir to /usr/sbin 9834/head
Andreas Nilsen [Mon, 26 Aug 2019 18:52:50 +0000 (20:52 +0200)]
hcxtools: Updated to v5.2.0. Also modified default install dir to /usr/sbin

Signed-off-by: Andreas Nilsen <adde88@gmail.com>
4 years agoMerge pull request #9828 from dibdot/adblock
Dirk Brenken [Mon, 26 Aug 2019 18:09:28 +0000 (20:09 +0200)]
Merge pull request #9828 from dibdot/adblock

adblock: update 3.8.3

4 years agoadblock: update 3.8.3 9828/head
Dirk Brenken [Mon, 26 Aug 2019 12:18:40 +0000 (14:18 +0200)]
adblock: update 3.8.3

* fix a dns restart issue if 'flush dns cache' is set
* fix a suspend/resume issue, the status wasn't properly updated
* fix a long standing query issue
* rework return code handling, mostly for debugging
* various cleanups & cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agoMerge pull request #9826 from champtar/phantap
Etienne Champetier [Mon, 26 Aug 2019 07:30:43 +0000 (00:30 -0700)]
Merge pull request #9826 from champtar/phantap

phantap: update to latest commit

4 years agophantap: update to latest commit 9826/head
Etienne Champetier [Mon, 26 Aug 2019 07:06:11 +0000 (00:06 -0700)]
phantap: update to latest commit

2ccec01 Replace phantap (script) with phantap-learn (C)
7ed8acd Remove Makefile
cc0911e phantap-learn: Output ERROR on stderr and DEBUG on stdout
b50421e phantap-learn: add dhcp handling code
17da18b phantap-learn: modify dhcp-protocol.h
af55a3d phantap-learn: import dhcp-protocol.h from dnsmasq
850af88 phantap-learn: add network info detection code
721423c phantap-learn: add handle_packet_ip() / handle_packet_arp()
2c0f1b0 phantap-learn: add set_bpf_filter()
b914e3e phantap-learn: rework handle_neighboor()
8ffc56c phantap-learn: rework handle_packet()

Signed-off-by: Diana Dragusin <diana.dragusin@nccgroup.com>
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
4 years agoMerge pull request #9824 from nxhack/swig_401
Hannu Nyman [Mon, 26 Aug 2019 07:03:15 +0000 (10:03 +0300)]
Merge pull request #9824 from nxhack/swig_401

swig: update to 4.0.1

4 years agoswig: update to 4.0.1 9824/head
Hirokazu MORIKAWA [Mon, 26 Aug 2019 00:41:29 +0000 (09:41 +0900)]
swig: update to 4.0.1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
4 years agonano: update to 4.4
Hannu Nyman [Sun, 25 Aug 2019 17:38:01 +0000 (20:38 +0300)]
nano: update to 4.4

Update nano editor to 4.4

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
4 years agoMerge pull request #9812 from neheb/soft2
Rosen Penev [Sat, 24 Aug 2019 22:38:55 +0000 (15:38 -0700)]
Merge pull request #9812 from neheb/soft2

softflowd: Update to 1.0.0

4 years agoMerge pull request #9700 from ja-pa/libssh2-1.9.0
Jiri Slachta [Sat, 24 Aug 2019 19:42:17 +0000 (21:42 +0200)]
Merge pull request #9700 from ja-pa/libssh2-1.9.0

libssh2: update to version 1.9.0 (security fix)

4 years agoxmlrpc-c: Update to 1.51.03 9813/head
Rosen Penev [Fri, 23 Aug 2019 20:41:20 +0000 (13:41 -0700)]
xmlrpc-c: Update to 1.51.03

Small Makefile reorganization.

Switch BUILD_PARALLEL to 1. Seems to work now.

Added nanosleep patch that replaces usleep usage.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agosoftflowd: Update to 1.0.0 9812/head
Rosen Penev [Fri, 23 Aug 2019 19:29:29 +0000 (12:29 -0700)]
softflowd: Update to 1.0.0

Development moved to GitHub. Update URLs.

Cleaned up Makefile a bit for consistency between packages.

Added patch that removes deprecated bzero.

Ran init script through shellcheck. Fixed minor warnings.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9811 from ja-pa/imagemagic-update
Rosen Penev [Fri, 23 Aug 2019 18:40:19 +0000 (11:40 -0700)]
Merge pull request #9811 from ja-pa/imagemagic-update

imagemagick: update to version 7.0.8-61

4 years agomeasurement-kit: update to version 0.10.5
Jan Pavlinec [Fri, 23 Aug 2019 12:08:21 +0000 (14:08 +0200)]
measurement-kit: update to version 0.10.5

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agotor: update to version 0.4.1.5
Jan Pavlinec [Fri, 23 Aug 2019 12:23:11 +0000 (14:23 +0200)]
tor: update to version 0.4.1.5

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #9784 from val-kulkov/package-monit
Etienne Champetier [Fri, 23 Aug 2019 16:02:34 +0000 (09:02 -0700)]
Merge pull request #9784 from val-kulkov/package-monit

monit: update to the latest release

4 years agomonit: update to the latest release 9784/head
Val Kulkov [Tue, 20 Aug 2019 17:44:03 +0000 (13:44 -0400)]
monit: update to the latest release

Remove SSL patch that has been made obsolete by upstream updates.

Update monit package to the latest release: v5.26.0. This release
supports TLSv1.3 and fixes a few bugs and vulnerabilities.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
4 years agoimagemagick: update to version 7.0.8-61 9811/head
Jan Pavlinec [Fri, 23 Aug 2019 13:42:46 +0000 (15:42 +0200)]
imagemagick: update to version 7.0.8-61

Changes:
-add PKG_CPE_ID

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #9801 from diizzyy/netdata-fix-deps
Daniel Engberg [Fri, 23 Aug 2019 09:12:52 +0000 (11:12 +0200)]
Merge pull request #9801 from diizzyy/netdata-fix-deps

netdata: Add patch to disable optional libraries

4 years agoMerge pull request #9808 from stangri/master-simple-adblock
Rosen Penev [Fri, 23 Aug 2019 06:41:37 +0000 (23:41 -0700)]
Merge pull request #9808 from stangri/master-simple-adblock

simple-adblock: move to POSIX compliance, better output on check, bet…

4 years agosimple-adblock: move to POSIX compliance, better output on check, better bg process... 9808/head
Stan Grishin [Fri, 23 Aug 2019 04:14:42 +0000 (21:14 -0700)]
simple-adblock: move to POSIX compliance, better output on check, better bg process data collection.

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #9596 from dengqf6/bind
Rosen Penev [Fri, 23 Aug 2019 03:34:40 +0000 (20:34 -0700)]
Merge pull request #9596 from dengqf6/bind

bind: update to 9.14.4

4 years agoMerge pull request #9802 from stangri/master-simple-adblock
Rosen Penev [Fri, 23 Aug 2019 03:24:03 +0000 (20:24 -0700)]
Merge pull request #9802 from stangri/master-simple-adblock

simple-adblock: boot-up optimization

4 years agoMerge pull request #9805 from champtar/monit-ipv6
Etienne Champetier [Fri, 23 Aug 2019 01:35:54 +0000 (18:35 -0700)]
Merge pull request #9805 from champtar/monit-ipv6

monit: enable / fix IPv6 detection during build

4 years agomonit: enable / fix IPv6 detection during build 9805/head
Etienne Champetier [Fri, 23 Aug 2019 01:03:50 +0000 (18:03 -0700)]
monit: enable / fix IPv6 detection during build

thanks to @val-kulkov for noticing

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
4 years agoMerge pull request #9799 from cotequeiroz/oauhthlib
Rosen Penev [Fri, 23 Aug 2019 01:09:30 +0000 (18:09 -0700)]
Merge pull request #9799 from cotequeiroz/oauhthlib

python-oauthlib: bump to 3.1.0

4 years agonetdata: Add patch to disable optional libraries 9801/head
Daniel Engberg [Fri, 23 Aug 2019 00:45:22 +0000 (00:45 +0000)]
netdata: Add patch to disable optional libraries

Netdata adds optional libraries if found, add patch (PR#6658) to avoid pulling in unnecessary libraries.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
4 years agoMerge pull request #9733 from dengqf6/oc
Rosen Penev [Fri, 23 Aug 2019 00:57:39 +0000 (17:57 -0700)]
Merge pull request #9733 from dengqf6/oc

openconnect: update to 8.04

4 years agosimple-adblock: boot-up optimization 9802/head
Stan Grishin [Thu, 22 Aug 2019 23:34:14 +0000 (16:34 -0700)]
simple-adblock: boot-up optimization

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #9451 from alinnastac/snmp-firewall-reload
Stijn Tintel [Thu, 22 Aug 2019 19:20:28 +0000 (22:20 +0300)]
Merge pull request #9451 from alinnastac/snmp-firewall-reload

net-snmp: reload firewall only when needed

4 years agopython-oauthlib: bump to 3.1.0 9799/head
Eneas U de Queiroz [Thu, 22 Aug 2019 17:36:14 +0000 (14:36 -0300)]
python-oauthlib: bump to 3.1.0

This is a feature release including improvement to OIDC and security
enhancements, as well as bugfixes.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
4 years agoMerge pull request #9741 from lucize/bfdd
Rosen Penev [Thu, 22 Aug 2019 16:53:16 +0000 (09:53 -0700)]
Merge pull request #9741 from lucize/bfdd

bfdd: add BFD package

4 years agobfdd: add BFD package 9741/head
Lucian Cristian [Thu, 15 Aug 2019 11:51:29 +0000 (14:51 +0300)]
bfdd: add BFD package

Bidirectional Forwarding Detection (BFD) is a network protocol that is used to
detect faults between two forwarding engines connected by a link.

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
4 years agosyncthing: add package
Paul Spooren [Tue, 26 Jun 2018 03:28:21 +0000 (12:28 +0900)]
syncthing: add package

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agopython-sentry-sdk: Update to version 0.11.1 9787/head
Josef Schlehofer [Tue, 20 Aug 2019 20:57:39 +0000 (22:57 +0200)]
python-sentry-sdk: Update to version 0.11.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoruamel-yaml: Update to version 0.15.100 9786/head
Josef Schlehofer [Tue, 20 Aug 2019 18:35:48 +0000 (20:35 +0200)]
ruamel-yaml: Update to version 0.15.100

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #9790 from wfleurant/ygg-bump-0-3-8
Hannu Nyman [Wed, 21 Aug 2019 19:30:20 +0000 (22:30 +0300)]
Merge pull request #9790 from wfleurant/ygg-bump-0-3-8

yggdrasil: bump to 0.3.8

4 years agoyggdrasil: bump to 0.3.8 9790/head
William Fleurant [Wed, 21 Aug 2019 18:12:33 +0000 (14:12 -0400)]
yggdrasil: bump to 0.3.8

Signed-off-by: William Fleurant <meshnet@protonmail.com>
4 years agoMerge pull request #9678 from Andy2244/cifsd-update-05-08-2019
Rosen Penev [Wed, 21 Aug 2019 15:35:53 +0000 (08:35 -0700)]
Merge pull request #9678 from Andy2244/cifsd-update-05-08-2019

cifsd: update to git (2019-08-19)

4 years agofastd: update URL and PKG_SOURCE_URL
Matthias Schiffer [Wed, 21 Aug 2019 14:03:57 +0000 (16:03 +0200)]
fastd: update URL and PKG_SOURCE_URL

4 years agolibuecc: update URL and PKG_SOURCE_URL
Matthias Schiffer [Wed, 21 Aug 2019 14:03:28 +0000 (16:03 +0200)]
libuecc: update URL and PKG_SOURCE_URL

4 years agoMerge pull request #9788 from dibdot/adblock
Dirk Brenken [Wed, 21 Aug 2019 12:27:32 +0000 (14:27 +0200)]
Merge pull request #9788 from dibdot/adblock

adblock: update 3.8.2

4 years agocifsd: update to git (2019-08-19) 9678/head
Andy Walsh [Thu, 8 Aug 2019 08:57:57 +0000 (10:57 +0200)]
cifsd: update to git (2019-08-19)

* update to git (2019-08-19)
* use new "kill_server" sysfs option on stop
* ensure reload_service() works correctly
* add inherit owner, force create mode, force directory mode UCI options
* add patches for mips target (vfree, vmalloc)

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agoMerge pull request #9785 from thess/libv4l-update
Ted Hess [Wed, 21 Aug 2019 10:47:33 +0000 (06:47 -0400)]
Merge pull request #9785 from thess/libv4l-update

libv4l: Update to 1.16.6. Fix missing includes patch

4 years agoMerge pull request #9691 from neheb/evt
Rosen Penev [Wed, 21 Aug 2019 09:31:05 +0000 (02:31 -0700)]
Merge pull request #9691 from neheb/evt

evtest: Update to 1.34

4 years agoMerge pull request #9746 from neheb/ldb
Rosen Penev [Wed, 21 Aug 2019 09:30:31 +0000 (02:30 -0700)]
Merge pull request #9746 from neheb/ldb

ldbus: Pass CFLAGS to luarocks

4 years agoadblock: update 3.8.2 9788/head
Dirk Brenken [Wed, 21 Aug 2019 09:16:43 +0000 (11:16 +0200)]
adblock: update 3.8.2

* background service: no longer miss "signal" events for the
  dns backend (to trigger adblock)
* fix a dns backend reload issue during switch between
  different blocking modes
* domain query: report found domains only once in
  "null" blocking mode with IPv4 & IPv6 list entries

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agoMerge pull request #9747 from neheb/luar
Rosen Penev [Wed, 21 Aug 2019 03:46:26 +0000 (20:46 -0700)]
Merge pull request #9747 from neheb/luar

luarocks: Add zip/host build dependency

4 years agoMerge pull request #9771 from neheb/gif
Rosen Penev [Wed, 21 Aug 2019 03:28:59 +0000 (20:28 -0700)]
Merge pull request #9771 from neheb/gif

 giflib: Update to 5.2.1 and add utilities

4 years agoMerge pull request #9781 from nxhack/node_fix_http2_dos
Rosen Penev [Wed, 21 Aug 2019 03:19:17 +0000 (20:19 -0700)]
Merge pull request #9781 from nxhack/node_fix_http2_dos

node: fix http/2 DoS

4 years agoMerge pull request #9782 from Rixerx/master
Etienne Champetier [Tue, 20 Aug 2019 22:46:40 +0000 (15:46 -0700)]
Merge pull request #9782 from Rixerx/master

zabbix: update to 4.0.11

4 years agolibv4l: Update to 1.16.6. Fix missing includes patch 9785/head
Ted Hess [Tue, 20 Aug 2019 19:03:30 +0000 (15:03 -0400)]
libv4l: Update to 1.16.6. Fix missing includes patch

Signed-off-by: Ted Hess <thess@kitschensync.net>
4 years agoMerge pull request #9707 from mstorchak/lua-bit32
Hannu Nyman [Tue, 20 Aug 2019 16:37:40 +0000 (19:37 +0300)]
Merge pull request #9707 from mstorchak/lua-bit32

lua-bit32: new package

4 years agoMerge pull request #9780 from wfleurant/ygg-bump-0-3-7
Rosen Penev [Tue, 20 Aug 2019 16:36:24 +0000 (09:36 -0700)]
Merge pull request #9780 from wfleurant/ygg-bump-0-3-7

yggdrasil: bump to 0.3.7

4 years agozabbix: update to 4.0.11 9782/head
Krystian Kozak [Tue, 20 Aug 2019 14:53:44 +0000 (16:53 +0200)]
zabbix: update to 4.0.11

Updated to 4.0.11 LTS version.

Deleted 003-change-user-and-foreground.patch in according to [ZBX-10611] fixed changing process user owner on startup in foreground when AllowRoot disabled.

Compile tested: Yes, lantiq
Run tested: Yes, lantiq

Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
4 years agogolang: Update to 1.12.9
Jeffery To [Mon, 19 Aug 2019 14:55:38 +0000 (22:55 +0800)]
golang: Update to 1.12.9

Includes fixes (in 1.12.8) for:
CVE-2019-14809 - https://nvd.nist.gov/vuln/detail/CVE-2019-14809
CVE-2019-9512 - https://nvd.nist.gov/vuln/detail/CVE-2019-9512
CVE-2019-9514 - https://nvd.nist.gov/vuln/detail/CVE-2019-9514

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoyggdrasil: bump to 0.3.7 9780/head
William Fleurant [Tue, 20 Aug 2019 01:11:02 +0000 (21:11 -0400)]
yggdrasil: bump to 0.3.7

Signed-off-by: William Fleurant <meshnet@protonmail.com>
4 years agoqemu: bump to version 4.1.0
Yousong Zhou [Mon, 19 Aug 2019 07:31:24 +0000 (07:31 +0000)]
qemu: bump to version 4.1.0

Package qemu-blobs was removed and replaced with separate firmware
packages for size considerations.

QEMU switched to libssh from libssh2 and configure option also changes

For upstream changelog, see http://wiki.qemu.org/ChangeLog/4.1

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agodtc: backport patch to export fdt_check_full()
Yousong Zhou [Mon, 19 Aug 2019 10:33:07 +0000 (10:33 +0000)]
dtc: backport patch to export fdt_check_full()

This is required for configure script of QEMU to detect presence of
system libfdt library

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
4 years agoMerge pull request #9779 from dibdot/adblock
Dirk Brenken [Tue, 20 Aug 2019 07:50:05 +0000 (09:50 +0200)]
Merge pull request #9779 from dibdot/adblock

adblock: update 3.8.1