feed/packages.git
4 years agopython3-django-cors-headers: update to version 3.4.0 12885/head
Peter Stadler [Fri, 17 Jul 2020 16:08:41 +0000 (18:08 +0200)]
python3-django-cors-headers: update to version 3.4.0

update to latest version changing the URL and DEPENDS, too.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
4 years agoMerge pull request #12880 from jefferyto/python-3.8.4
Rosen Penev [Mon, 20 Jul 2020 10:23:48 +0000 (03:23 -0700)]
Merge pull request #12880 from jefferyto/python-3.8.4

python3: Update to 3.8.4, refresh/rework patches, backport patches

4 years agopython3: Update to 3.8.4, refresh/rework patches, backport patches 12880/head
Jeffery To [Sun, 19 Jul 2020 21:48:57 +0000 (05:48 +0800)]
python3: Update to 3.8.4, refresh/rework patches, backport patches

This version includes fixes for:
* CVE-2020-14422: Hash collisions in IPv4Interface and IPv6Interface
* CVE-2020-15523: Python uses invalid DLL path after calling Py_SetPath
  on Windows

This version also includes support for OpenSSL 1.1.x builds that use
'no-deprecated' and '--api=1.1.0'[1], and so this removes the previous
OpenSSL-related patches.

This also backports fixes for security issues, including:
* CVE-2019-20907: Infinite loop in the tarfile module

This also updates the setuptools and pip packages to 47.1.0 and 20.1.1,
respectively.

[1]: https://github.com/python/cpython/pull/20566

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoMerge pull request #12879 from TDT-AG/pr/20200720-mwan3
Rosen Penev [Mon, 20 Jul 2020 07:36:40 +0000 (00:36 -0700)]
Merge pull request #12879 from TDT-AG/pr/20200720-mwan3

mwan3: update to version 2.8.11

4 years agoMerge pull request #12848 from BKPepe/squid
Rosen Penev [Mon, 20 Jul 2020 07:35:45 +0000 (00:35 -0700)]
Merge pull request #12848 from BKPepe/squid

squid: update to version 4.12 (security update)

4 years agosquid: update to version 4.12 12848/head
Josef Schlehofer [Thu, 16 Jul 2020 17:47:29 +0000 (19:47 +0200)]
squid: update to version 4.12

- Fixes CVEs:

CVE-2019-12519
CVE-2019-12520
CVE-2019-12521
CVE-2019-12523
CVE-2019-12524
CVE-2019-12525
CVE-2019-12526
CVE-2019-12527
CVE-2019-12528
CVE-2019-12529
CVE-2019-12824
CVE-2019-12854
CVE-2019-13345
CVE-2019-18676
CVE-2019-18677
CVE-2019-18678
CVE-2019-18679

CVE-2020-8449
CVE-2020-8450
CVE-2020-11945
CVE-2020-14058
CVE-2020-15049

- Remove patch for cross-compilation
The patch should not be included in the OpenWrt at all without any
commit message/description.
Is not needed and there should be used HOST variables instead of BUILD variables (e.g.
   HOSTCXX)
However, the BUILDCXX is set in Makefile to HOSTCXX

- Renumber glibc patch and refresh it

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agomwan3: update version to 2.8.11 12879/head
Florian Eckert [Mon, 20 Jul 2020 06:15:50 +0000 (08:15 +0200)]
mwan3: update version to 2.8.11

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agomwan3: add online and uptime to detail output
Florian Eckert [Fri, 28 Jun 2019 11:55:29 +0000 (13:55 +0200)]
mwan3: add online and uptime to detail output

Add also online time value and uptime time value from netifd to the
detail output view.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agomwan3: add workaround for procd change
Florian Eckert [Fri, 17 Jul 2020 08:34:32 +0000 (10:34 +0200)]
mwan3: add workaround for procd change

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agomwan3: also cleanup lock on mwan3 stop
Florian Eckert [Fri, 17 Jul 2020 08:35:11 +0000 (10:35 +0200)]
mwan3: also cleanup lock on mwan3 stop

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agomwan3: fix rtmon routing table function generation
Florian Eckert [Thu, 16 Jul 2020 12:02:57 +0000 (14:02 +0200)]
mwan3: fix rtmon routing table function generation

If the uci option family is not set in the interface section, then there
is no default value set as in the `config_load / config_get` API.
The problem here is that if the family is not set, the default value ipv4
is normaly assumed. But the comparison fails here because the value is empty
and therefore the dedicated routing table for this interface is not compared
with the other routes from the main table and so not updated.

To fix this set the default value for this config option which is`false`
for enabled and `ipv4` for family.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
4 years agoMerge pull request #12814 from aaronjg/improvements/mwan3-misc-improvements-rb
Florian Eckert [Mon, 20 Jul 2020 06:06:39 +0000 (08:06 +0200)]
Merge pull request #12814 from aaronjg/improvements/mwan3-misc-improvements-rb

mwan3: clean up ipv4/ipv6 duplicated code and misc. improvments

4 years agomwan3: fix IPv6 routing add handling 12814/head
Florian Eckert [Thu, 16 Jul 2020 13:08:04 +0000 (15:08 +0200)]
mwan3: fix IPv6 routing add handling

This fixes routing handling. Introduced with the last version update.
The following message disappears on the shell
when mwan3 is called with 'mwna3 restart`.

`Error: Invalid gateway address.`

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
[aaronjg@stanford.edu: fully unset variable and handle ipv4 as well]
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: fix idx calculation
Florian Eckert [Wed, 15 Jul 2020 09:46:25 +0000 (11:46 +0200)]
mwan3: fix idx calculation

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
[aaronjg@stanford.edu: fix syntax error]
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: version bump
Aaron Goodman [Thu, 16 Jul 2020 03:19:13 +0000 (23:19 -0400)]
mwan3: version bump

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: cleanup duplicate ipv4 and ipv6 logic
Aaron Goodman [Mon, 20 Jul 2020 03:19:50 +0000 (23:19 -0400)]
mwan3: cleanup duplicate ipv4 and ipv6 logic

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: don't send iptable setup failures to /dev/null
Aaron Goodman [Thu, 16 Jul 2020 06:09:11 +0000 (02:09 -0400)]
mwan3: don't send iptable setup failures to /dev/null

silencing failing rules makes debugging more difficult

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: add default rule for ipv6 in example config
Aaron Goodman [Thu, 16 Jul 2020 01:41:46 +0000 (21:41 -0400)]
mwan3: add default rule for ipv6 in example config

default rule only applied to ipv4 with dest_ip 0.0.0.0/0
and error was hidden when trying to apply it in ip6table

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: don't try to use ipv6 if not installed
Aaron Goodman [Thu, 16 Jul 2020 01:40:16 +0000 (21:40 -0400)]
mwan3: don't try to use ipv6 if not installed

fix issue  #11826

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agoMerge pull request #12864 from aaronjg/bugfix/openfortivpn-ping
Rosen Penev [Sun, 19 Jul 2020 22:35:00 +0000 (15:35 -0700)]
Merge pull request #12864 from aaronjg/bugfix/openfortivpn-ping

openfortivpn: add host up test back

4 years agoMerge pull request #12863 from neheb/flash
Rosen Penev [Sun, 19 Jul 2020 21:48:08 +0000 (14:48 -0700)]
Merge pull request #12863 from neheb/flash

flashrom: switch to building with meson

4 years agoMerge pull request #12873 from neheb/lz4
Rosen Penev [Sun, 19 Jul 2020 21:45:41 +0000 (14:45 -0700)]
Merge pull request #12873 from neheb/lz4

liblz4: convert to meson

4 years agoMerge pull request #12818 from neheb/ncd
Rosen Penev [Sun, 19 Jul 2020 21:45:24 +0000 (14:45 -0700)]
Merge pull request #12818 from neheb/ncd

ncdu: update to 1.15.1

4 years agoMerge pull request #12816 from neheb/nloh
Rosen Penev [Sun, 19 Jul 2020 21:45:01 +0000 (14:45 -0700)]
Merge pull request #12816 from neheb/nloh

nlohmannjson: update to 3.8.0

4 years agoMerge pull request #12861 from neheb/api
Rosen Penev [Sun, 19 Jul 2020 21:44:35 +0000 (14:44 -0700)]
Merge pull request #12861 from neheb/api

apinger: fix compilation with GCC 10

4 years agoflashrom: switch to building with meson 12863/head
Rosen Penev [Sat, 18 Jul 2020 04:30:21 +0000 (21:30 -0700)]
flashrom: switch to building with meson

Added patches to fix meson compilation.

Reworked flashrom.mk to work with meson.

Several minor Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12870 from neheb/meson2
Rosen Penev [Sun, 19 Jul 2020 21:41:24 +0000 (14:41 -0700)]
Merge pull request #12870 from neheb/meson2

meson: fix arch mapping

4 years agoMerge pull request #12876 from jefferyto/golang-1.14.6
Rosen Penev [Sun, 19 Jul 2020 21:39:55 +0000 (14:39 -0700)]
Merge pull request #12876 from jefferyto/golang-1.14.6

golang: Update to 1.14.6

4 years agogolang: Update to 1.14.6 12876/head
Jeffery To [Sun, 19 Jul 2020 19:10:57 +0000 (03:10 +0800)]
golang: Update to 1.14.6

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoMerge pull request #12860 from neheb/bfdd
Rosen Penev [Sun, 19 Jul 2020 08:20:29 +0000 (01:20 -0700)]
Merge pull request #12860 from neheb/bfdd

bfdd: fix compilation with GCC 10

4 years agoMerge pull request #12856 from neheb/fpi
Rosen Penev [Sun, 19 Jul 2020 06:31:48 +0000 (23:31 -0700)]
Merge pull request #12856 from neheb/fpi

fping: update to 4.3

4 years agoMerge pull request #12871 from neheb/zmqq
Rosen Penev [Sun, 19 Jul 2020 06:31:21 +0000 (23:31 -0700)]
Merge pull request #12871 from neheb/zmqq

zmq: switch to building with CMake

4 years agoopenfortivpn: add option to use ither curl or ping to test host status 12864/head
Aaron Goodman [Sat, 18 Jul 2020 06:00:16 +0000 (02:00 -0400)]
openfortivpn: add option to use ither curl or ping to test host status

allow use of curl rather than ping to test if a host
is up since a host may not respond to ping, but an
https request is part of the openfortivpn connection,
so this is a more reliable test

also clean up overly verbose logging

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agoliblz4: convert to meson 12873/head
Rosen Penev [Sat, 18 Jul 2020 23:16:51 +0000 (16:16 -0700)]
liblz4: convert to meson

Faster compilation

Before:

Executed in   13.68 secs   fish           external
   usr time   12.51 secs    0.00 micros   12.51 secs
   sys time    1.78 secs  345.00 micros    1.78 secs

After:

Executed in    9.60 secs   fish           external
   usr time   10.66 secs  281.00 micros   10.66 secs
   sys time    1.39 secs   36.00 micros    1.39 secs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agomeson: fix arch mapping 12870/head
Rosen Penev [Sat, 18 Jul 2020 20:17:39 +0000 (13:17 -0700)]
meson: fix arch mapping

meson uses a different architecture mapping than CONFIG_ARCH does.

Fix the problematic ones and fall back to CONFIG_ARCH.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agozmq: switch to building with CMake 12871/head
Rosen Penev [Sat, 18 Jul 2020 22:20:07 +0000 (15:20 -0700)]
zmq: switch to building with CMake

Faster compilation.

Before:

time make package/zmq/compile -j 12
Executed in   24.98 secs   fish           external
   usr time   97.41 secs  263.00 micros   97.40 secs
   sys time   12.51 secs   34.00 micros   12.51 secs

After:

time make package/zmq/compile -j 12
Executed in   18.17 secs   fish           external
   usr time   85.22 secs  248.00 micros   85.22 secs
   sys time    9.23 secs   32.00 micros    9.23 secs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12854 from neheb/rads
Rosen Penev [Sat, 18 Jul 2020 21:06:54 +0000 (14:06 -0700)]
Merge pull request #12854 from neheb/rads

memcached: update to 1.6.6

4 years agoMerge pull request #12859 from neheb/gpg
Rosen Penev [Sat, 18 Jul 2020 17:31:49 +0000 (10:31 -0700)]
Merge pull request #12859 from neheb/gpg

gnupg: fix compilation with GCC10

4 years agoMerge pull request #12866 from Andy2244/wsdd2-netbios_name-uppercase-fix
Rosen Penev [Sat, 18 Jul 2020 17:30:49 +0000 (10:30 -0700)]
Merge pull request #12866 from Andy2244/wsdd2-netbios_name-uppercase-fix

wsdd2: Uppercase NB_PARM

4 years agohaveged: update to 1.9.13
Hannu Nyman [Sat, 18 Jul 2020 11:11:34 +0000 (14:11 +0300)]
haveged: update to 1.9.13

Update haveged to version 1.9.13.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
4 years agowsdd2: Uppercase NB_PARM 12866/head
Andy Walsh [Sat, 18 Jul 2020 11:00:22 +0000 (13:00 +0200)]
wsdd2: Uppercase NB_PARM

* Uppercase NB_PARM if mdns option is not set
* filter commented lines

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agoapinger: fix compilation with GCC 10 12861/head
Rosen Penev [Fri, 17 Jul 2020 23:15:47 +0000 (16:15 -0700)]
apinger: fix compilation with GCC 10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agobfdd: fix compilation with GCC 10 12860/head
Rosen Penev [Fri, 17 Jul 2020 23:17:23 +0000 (16:17 -0700)]
bfdd: fix compilation with GCC 10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agognupg: fix compilation with GCC10 12859/head
Rosen Penev [Sat, 18 Jul 2020 03:27:32 +0000 (20:27 -0700)]
gnupg: fix compilation with GCC10

A bit ugly but it works.

Added PKG_BUILD_PARALLEL for faster compilation.

Fix license information.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agodavfs2: fixup gettext-version again
Rosen Penev [Sat, 18 Jul 2020 02:43:55 +0000 (19:43 -0700)]
davfs2: fixup gettext-version again

It seems this is still needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12858 from neheb/radse
Toke Høiland-Jørgensen [Fri, 17 Jul 2020 23:06:21 +0000 (01:06 +0200)]
Merge pull request #12858 from neheb/radse

radsecproxy: fix compilation with GCC10

4 years agoMerge pull request #12855 from neheb/ngi
Rosen Penev [Fri, 17 Jul 2020 22:53:04 +0000 (15:53 -0700)]
Merge pull request #12855 from neheb/ngi

ngircd: update to 26

4 years agoradsecproxy: fix compilation with GCC10 12858/head
Rosen Penev [Thu, 16 Jul 2020 01:02:16 +0000 (18:02 -0700)]
radsecproxy: fix compilation with GCC10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12857 from neheb/rsy2
Rosen Penev [Fri, 17 Jul 2020 22:40:43 +0000 (15:40 -0700)]
Merge pull request #12857 from neheb/rsy2

rsyslog: update to 8.2006.0

4 years agorsyslog: update to 8.2006.0 12857/head
Rosen Penev [Thu, 16 Jul 2020 21:24:16 +0000 (14:24 -0700)]
rsyslog: update to 8.2006.0

Fixes compilation with GCC10.

Added random mirror since the normal website has issues at this time.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agofping: update to 4.3 12856/head
Rosen Penev [Fri, 17 Jul 2020 00:00:47 +0000 (17:00 -0700)]
fping: update to 4.3

Fixes compilation with GCC 10.

Backported upstream patch to fix compilation without IPv6.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agongircd: update to 26 12855/head
Rosen Penev [Fri, 17 Jul 2020 00:17:35 +0000 (17:17 -0700)]
ngircd: update to 26

Fixes compilation with GCC10.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agomemcached: update to 1.6.6 12854/head
Rosen Penev [Fri, 17 Jul 2020 01:43:28 +0000 (18:43 -0700)]
memcached: update to 1.6.6

Fixes compilation with GCC 10.

Added PKG_BUILD_PARALLEL for faster compilation.

Simplified configure var.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12824 from neheb/prog
Rosen Penev [Fri, 17 Jul 2020 22:05:14 +0000 (15:05 -0700)]
Merge pull request #12824 from neheb/prog

progress: update to 0.15

4 years agoMerge pull request #12852 from peter-stadler/uwsgi
Rosen Penev [Fri, 17 Jul 2020 22:04:02 +0000 (15:04 -0700)]
Merge pull request #12852 from peter-stadler/uwsgi

uwsgi: update to version 2.0.19.1

4 years agoMerge pull request #12851 from BKPepe/msmtp
Rosen Penev [Fri, 17 Jul 2020 20:59:32 +0000 (13:59 -0700)]
Merge pull request #12851 from BKPepe/msmtp

msmtp: update to version 1.8.11

4 years agouwsgi: update to version 2.0.19.1 12852/head
Peter Stadler [Fri, 17 Jul 2020 14:07:03 +0000 (16:07 +0200)]
uwsgi: update to version 2.0.19.1

update to latest version.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
4 years agomsmtp: update to version 1.8.11 12851/head
Josef Schlehofer [Fri, 17 Jul 2020 15:37:00 +0000 (17:37 +0200)]
msmtp: update to version 1.8.11

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #12846 from expiron/kcptun-updates
Rosen Penev [Fri, 17 Jul 2020 13:05:26 +0000 (06:05 -0700)]
Merge pull request #12846 from expiron/kcptun-updates

kcptun: bump to v20200701

4 years agoMerge pull request #12845 from zhaojh329/rtty
Rosen Penev [Fri, 17 Jul 2020 13:04:52 +0000 (06:04 -0700)]
Merge pull request #12845 from zhaojh329/rtty

rtty: update to 7.1.4

4 years agortty: update to 7.1.4 12845/head
Jianhui Zhao [Fri, 17 Jul 2020 05:22:49 +0000 (13:22 +0800)]
rtty: update to 7.1.4

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
4 years agoMerge pull request #12842 from neheb/dav2
Rosen Penev [Fri, 17 Jul 2020 08:57:49 +0000 (01:57 -0700)]
Merge pull request #12842 from neheb/dav2

davfs2: update to 1.5.6

4 years agokcptun: bump to v20200701 12846/head
Chao Liu [Fri, 17 Jul 2020 07:06:26 +0000 (15:06 +0800)]
kcptun: bump to v20200701

Signed-off-by: Chao Liu <expiron18@gmail.com>
4 years agoMerge pull request #12843 from neheb/zer
Rosen Penev [Thu, 16 Jul 2020 23:19:26 +0000 (16:19 -0700)]
Merge pull request #12843 from neheb/zer

zerotier: fix compilation with GCC10

4 years agozerotier: fix compilation with GCC10 12843/head
Rosen Penev [Thu, 16 Jul 2020 21:11:17 +0000 (14:11 -0700)]
zerotier: fix compilation with GCC10

Patch taken from upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12827 from neheb/pcre22
Rosen Penev [Thu, 16 Jul 2020 20:29:43 +0000 (13:29 -0700)]
Merge pull request #12827 from neheb/pcre22

pcre2: switch to CMake

4 years agodavfs2: update to 1.5.6 12842/head
Rosen Penev [Wed, 15 Jul 2020 21:16:27 +0000 (14:16 -0700)]
davfs2: update to 1.5.6

Split musl patch into multiple small ones. Much easier to reason about.

Removed stack protector patch. This is not an issue anymore.

Removed NLS support. There seems to be a linking issue as
libiconv-stub does not have a shared library component.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12841 from peter-stadler/nginx-version
Rosen Penev [Thu, 16 Jul 2020 20:24:03 +0000 (13:24 -0700)]
Merge pull request #12841 from peter-stadler/nginx-version

nginx: update to version 1.19.1

4 years agoMerge pull request #12840 from BKPepe/libvorbisidec
Rosen Penev [Thu, 16 Jul 2020 20:22:18 +0000 (13:22 -0700)]
Merge pull request #12840 from BKPepe/libvorbisidec

libvorbisidec: update to version 20180319

4 years agoMerge pull request #12819 from neheb/secc
Nikos Mavrogiannopoulos [Thu, 16 Jul 2020 18:49:00 +0000 (20:49 +0200)]
Merge pull request #12819 from neheb/secc

libseccomp: update to 2.4.3

4 years agonginx: update to version 1.19.1 12841/head
Peter Stadler [Thu, 16 Jul 2020 17:17:51 +0000 (19:17 +0200)]
nginx: update to version 1.19.1

update to newest version.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
4 years agolibvorbisidec: update to version 20180319 12840/head
Josef Schlehofer [Thu, 16 Jul 2020 17:13:24 +0000 (19:13 +0200)]
libvorbisidec: update to version 20180319

Fixes CVE-2018-5147

- Change PKG_SOURCE_URL
fatal: unable to access 'https://git.xiph.org/tremor.git/': Failed to connect to git.xiph.org port 443: Connection refused
because they changed the URL of the repository
- Removes PKG_SOURCE_SUBDIR and PKG_SOURCE
Those are already defaults
- Fix indentation in description

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #12839 from BKPepe/update-dnscrypt-proxy2
Josef Schlehofer [Thu, 16 Jul 2020 14:21:50 +0000 (16:21 +0200)]
Merge pull request #12839 from BKPepe/update-dnscrypt-proxy2

dnscrypt-proxy2: update to version 2.0.44

4 years agodnscrypt-proxy2: update to version 2.0.44 12839/head
Josef Schlehofer [Thu, 16 Jul 2020 13:25:02 +0000 (15:25 +0200)]
dnscrypt-proxy2: update to version 2.0.44

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #12817 from neheb/neo
Rosen Penev [Thu, 16 Jul 2020 07:39:11 +0000 (00:39 -0700)]
Merge pull request #12817 from neheb/neo

neon: update to 0.31.2

4 years agoMerge pull request #12825 from neheb/rpc2
Rosen Penev [Thu, 16 Jul 2020 07:38:45 +0000 (00:38 -0700)]
Merge pull request #12825 from neheb/rpc2

rpcsvc-proto: update to 1.4.2

4 years agogolang: Add GO_PKG_TAGS for Go packages
Jeffery To [Thu, 16 Jul 2020 03:55:15 +0000 (11:55 +0800)]
golang: Add GO_PKG_TAGS for Go packages

This adds a new Makefile variable, GO_PKG_TAGS, for Go packages. When
set, the value is passed as the parameter of the -tags option for 'go
install'.

This also updates syncthing to use this variable.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agomwan3: be more efficient with sleep after killing trackers
Aaron Goodman [Thu, 4 Jun 2020 20:43:23 +0000 (16:43 -0400)]
mwan3: be more efficient with sleep after killing trackers

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agomwan3: don't add single ipv4 to connected list if already covered by a cidr
Aaron Goodman [Fri, 29 May 2020 23:47:38 +0000 (19:47 -0400)]
mwan3: don't add single ipv4 to connected list if already covered by a cidr

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agoMerge pull request #12831 from neheb/bri
Rosen Penev [Thu, 16 Jul 2020 03:16:31 +0000 (20:16 -0700)]
Merge pull request #12831 from neheb/bri

bridge-utils: update to 1.7

4 years agobridge-utils: update to 1.7 12831/head
Rosen Penev [Thu, 16 Jul 2020 00:07:07 +0000 (17:07 -0700)]
bridge-utils: update to 1.7

Changed URL to new upstream.

Use PKG_INSTALL for consistency between packages.

Use PKG_BUILD_PARALLEL for faster compilation.

Remove outdated patch.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12775 from nickberry17/add_mm_err_messages
Rosen Penev [Thu, 16 Jul 2020 00:24:47 +0000 (17:24 -0700)]
Merge pull request #12775 from nickberry17/add_mm_err_messages

modemmanager: add error message notifications to proto handler

4 years agoMerge pull request #12820 from neheb/soup
Rosen Penev [Thu, 16 Jul 2020 00:04:44 +0000 (17:04 -0700)]
Merge pull request #12820 from neheb/soup

libsoup: update to 2.71.0

4 years agophp7: update to 7.4.8
Michael Heimpold [Wed, 15 Jul 2020 21:51:54 +0000 (23:51 +0200)]
php7: update to 7.4.8

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agolibzip: update to 1.7.3
Michael Heimpold [Wed, 15 Jul 2020 21:51:21 +0000 (23:51 +0200)]
libzip: update to 1.7.3

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agoMerge pull request #12823 from neheb/conf
Rosen Penev [Wed, 15 Jul 2020 20:19:27 +0000 (13:19 -0700)]
Merge pull request #12823 from neheb/conf

confuse: update to 3.3

4 years agoMerge pull request #12821 from neheb/mpdc
Rosen Penev [Wed, 15 Jul 2020 20:19:12 +0000 (13:19 -0700)]
Merge pull request #12821 from neheb/mpdc

libmpdclient: update to 2.19

4 years agopcre2: switch to CMake 12827/head
Rosen Penev [Sat, 4 Jul 2020 21:36:22 +0000 (14:36 -0700)]
pcre2: switch to CMake

Allows simplifying the Makefile. Faster compilation as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoopenzwave: fix pkgconfig libdir paths 12826/head
Rosen Penev [Tue, 14 Jul 2020 04:58:42 +0000 (21:58 -0700)]
openzwave: fix pkgconfig libdir paths

It's currently pointing to the host.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agorpcsvc-proto: update to 1.4.2 12825/head
Rosen Penev [Tue, 14 Jul 2020 21:12:22 +0000 (14:12 -0700)]
rpcsvc-proto: update to 1.4.2

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoprogress: update to 0.15 12824/head
Rosen Penev [Tue, 14 Jul 2020 21:16:30 +0000 (14:16 -0700)]
progress: update to 0.15

Fix license information.

Use PKG_INSTALL and PKG_BUILD_PARALLEL for consistency and faster
compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoconfuse: update to 3.3 12823/head
Rosen Penev [Tue, 14 Jul 2020 21:42:36 +0000 (14:42 -0700)]
confuse: update to 3.3

Fixed license information.

Switched to PKG_INSTALL and PKG_BUILD_PARALLEL for consistency and
faster compilation.

Minor cleanups.

Remove pointless UninstallDev section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibmpdclient: update to 2.19 12821/head
Rosen Penev [Tue, 14 Jul 2020 21:50:01 +0000 (14:50 -0700)]
libmpdclient: update to 2.19

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibsoup: update to 2.71.0 12820/head
Rosen Penev [Wed, 15 Jul 2020 01:01:34 +0000 (18:01 -0700)]
libsoup: update to 2.71.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibseccomp: update to 2.4.3 12819/head
Rosen Penev [Wed, 15 Jul 2020 03:48:48 +0000 (20:48 -0700)]
libseccomp: update to 2.4.3

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoncdu: update to 1.15.1 12818/head
Rosen Penev [Wed, 15 Jul 2020 03:50:25 +0000 (20:50 -0700)]
ncdu: update to 1.15.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoneon: update to 0.31.2 12817/head
Rosen Penev [Wed, 15 Jul 2020 03:53:13 +0000 (20:53 -0700)]
neon: update to 0.31.2

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agonlohmannjson: update to 3.8.0 12816/head
Rosen Penev [Wed, 15 Jul 2020 03:55:39 +0000 (20:55 -0700)]
nlohmannjson: update to 3.8.0

Add BUILDONLY since this is only used for the headers.

Rearranged variables for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12758 from BKPepe/flup
Josef Schlehofer [Wed, 15 Jul 2020 14:38:20 +0000 (16:38 +0200)]
Merge pull request #12758 from BKPepe/flup

Bring back python-flup

4 years agoRevert "lang: python: flup: drop package" 12758/head
Josef Schlehofer [Wed, 8 Jul 2020 10:54:15 +0000 (12:54 +0200)]
Revert "lang: python: flup: drop package"

This reverts commit 33525fa8d5dd0b878329971fb78c6a623207dba7.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[add me as co-maintainer, bump PKG_RELEASE, Makefile polishing]