Alexey Dobrovolsky [Sat, 1 Aug 2020 20:31:59 +0000 (23:31 +0300)]
freeradius3: add missing conffiles to Makefile
Config files
/etc/freeradius3/policy.d/accounting
/etc/freeradius3/policy.d/filter
/etc/freeradius3/proxy.conf
/etc/freeradius3/sites-available/default
and link
/etc/freeradius3/sites-enabled/default
are in the freeradius3 package and are mentioned in the main config file
/etc/freeradius3/radiusd.conf
Thus, they must be explicitly specified in the Makefile.
File
/etc/freeradius3/sites/default
is not included in the package, is not created during installation,
is not mentioned in the main config file and should therefore be excluded
from the Makefile.
Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
Rosen Penev [Wed, 22 Jul 2020 20:45:16 +0000 (13:45 -0700)]
Merge pull request #12901 from commodo/python-batch1
python-simplejson,python-lxml,python-simplejson: bump versions
Rosen Penev [Wed, 22 Jul 2020 20:44:43 +0000 (13:44 -0700)]
Merge pull request #12903 from ja-pa/measurement-kit-0.10.12
measurement-kit: update to version 0.10.12
Jan Pavlinec [Wed, 22 Jul 2020 12:47:58 +0000 (14:47 +0200)]
measurement-kit: update to version 0.10.12
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Alexandru Ardelean [Wed, 22 Jul 2020 07:35:47 +0000 (10:35 +0300)]
python-simplejson: bump to version 3.17.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 22 Jul 2020 07:31:57 +0000 (10:31 +0300)]
pymysql: bump to version 0.10.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 22 Jul 2020 07:30:31 +0000 (10:30 +0300)]
python-lxml: bump to version 4.5.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Wed, 22 Jul 2020 01:59:00 +0000 (18:59 -0700)]
Merge pull request #12799 from aaronjg/openfortivpn/netifd
openfortivpn: use standard 'peerdns' config option on netifd script
Daniel Golle [Wed, 22 Jul 2020 01:42:38 +0000 (02:42 +0100)]
gnunet: update to version 0.13.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Tue, 21 Jul 2020 22:00:38 +0000 (15:00 -0700)]
liblz4: fix previous patch
Previous patch was incomplete.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 21 Jul 2020 21:06:39 +0000 (14:06 -0700)]
liblz4: add patch removing distutils requirement
Allows meson to compile on systems that lack distutils.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 21 Jul 2020 19:35:40 +0000 (12:35 -0700)]
Merge pull request #12891 from ja-pa/redis-6.0.6
redis: update to version 6.0.6
Jan Pavlinec [Tue, 21 Jul 2020 09:57:27 +0000 (11:57 +0200)]
redis: update to version 6.0.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Florian Eckert [Tue, 21 Jul 2020 08:07:28 +0000 (10:07 +0200)]
Merge pull request #12849 from TDT-AG/pr/
20200717-docker-ce
docker-ce: add reload handling
Florian Eckert [Fri, 17 Jul 2020 12:33:56 +0000 (14:33 +0200)]
docker-ce: add reload handling
If the uci configuration is changed send dockerd a SIGHUP to reload the
generated daemon.json file with the new configuration.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Rosen Penev [Mon, 20 Jul 2020 23:42:37 +0000 (16:42 -0700)]
libnpupnp: update to 4.0.10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 21 Jul 2020 06:19:59 +0000 (23:19 -0700)]
Merge pull request #12889 from neheb/mpd-25
mpd: update to 0.21.25
Rosen Penev [Tue, 21 Jul 2020 00:50:38 +0000 (17:50 -0700)]
mpd: update to 0.21.25
pulseaudio-daemon depends on alsa-lib, which depends on @AUDIO_SUPPORT.
Enables -full on platforms lacking AUDIO_SUPPORT.
Simplified LDFLAGS slighly.
Removed pointless ICU dependency. I managed to patch meson.build to fix
iconv compilation. The original error was that without the header, it
was prefixing the iconv check with __buildin_ , which does not work
with uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Gérondal Thibault [Mon, 20 Jul 2020 22:27:47 +0000 (00:27 +0200)]
prometheus-node-exporter-lua: Makefile alphabetical ordering
Signed-off-by: Gérondal Thibault <contact@tycale.be>
Gérondal Thibault [Fri, 3 Jul 2020 21:21:12 +0000 (23:21 +0200)]
prometheus-node-exporter-lua: uci_dhcp_host module
Extract data from configuration file /etc/config/dhcp and create labels
{name, ip, mac, dns} via uci. Those labels are useful in order to craft
complex prometheus queries as replacing the MAC address to a custom
name. E.g.: wifi_station_signal_dbm * on (mac) group_left(name)
uci_dhcp_host or on (mac) label_replace(wifi_station_signal_dbm, "name",
"$1", "mac", "(.+)")
Signed-off-by: Gérondal Thibault <contact@tycale.be>
Rosen Penev [Mon, 20 Jul 2020 21:08:09 +0000 (14:08 -0700)]
Merge pull request #12885 from peter-stadler/django-cors-headers
python3-django-cors-headers: update to version 3.4.0
Josef Schlehofer [Mon, 20 Jul 2020 16:12:53 +0000 (18:12 +0200)]
Merge pull request #12884 from peter-stadler/asgiref
python3-asgiref: update version to 3.2.10
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>
Peter Stadler [Fri, 17 Jul 2020 15:53:39 +0000 (17:53 +0200)]
python3-asgiref: update version to 3.2.10
update to latest version.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
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
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>
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
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)
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>
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>
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>
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>
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>
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>
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
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>
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>
Aaron Goodman [Thu, 16 Jul 2020 03:19:13 +0000 (23:19 -0400)]
mwan3: version bump
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
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>
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>
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>
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>
Aaron Goodman [Sun, 12 Jul 2020 21:39:20 +0000 (17:39 -0400)]
openfortivpn: use standard 'peerdns' argument on netifd script
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
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
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
Rosen Penev [Sun, 19 Jul 2020 21:45:41 +0000 (14:45 -0700)]
Merge pull request #12873 from neheb/lz4
liblz4: convert to meson
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
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
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
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>
Rosen Penev [Sun, 19 Jul 2020 21:41:24 +0000 (14:41 -0700)]
Merge pull request #12870 from neheb/meson2
meson: fix arch mapping
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
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>
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
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
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
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>
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>
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>
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>
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
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
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
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>
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>
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>
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>
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>
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>
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
Rosen Penev [Fri, 17 Jul 2020 22:53:04 +0000 (15:53 -0700)]
Merge pull request #12855 from neheb/ngi
ngircd: update to 26
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>
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
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>
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>
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>
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>
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
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
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
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>
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>
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
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
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>
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
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>
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
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>
Rosen Penev [Thu, 16 Jul 2020 20:29:43 +0000 (13:29 -0700)]
Merge pull request #12827 from neheb/pcre22
pcre2: switch to CMake
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>
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
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
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
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>
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>
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
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>
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
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