Commit Graph

15973 Commits

Author SHA1 Message Date
Carlos Miguel Ferreira 0cd9824623 boost: Package Version Update (1.71.0) + bugfixes
This commit updates Boost to version 1.71.0 and disables Boost.Context
 for arc and mips64 architectures, since either jump_fcontext or
 getcontext are undefined for those architectures.

It also fixes a bug were Boost.Fiber was not properly disabled for
mips32 and mips64 architectures.

Boost.Coroutine2 option was removed since it was redundant. By selecting
the Coroutine package, Coroutine2 is also installed.

Boost.Fiber has been disabled for target brcm47xx_generic and brcm47xx_legacy
due to misssing opcode support from instruction set.

Boost 1.71.0 brings a new header-only library
 - Boost.Variant2 [1]
   -> A never-valueless, strong guarantee implementation of
      std::variant, from Peter Dimov.

More info about Boost 1.71.0 can be found at the usual place [2].

[1]: https://www.boost.org/doc/libs/1_71_0/libs/variant2/doc/html/variant2.html
[2]: https://www.boost.org/users/history/version_1_71_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2019-09-10 14:25:35 +01:00
Hannu Nyman d9347059a8 nano: update to 4.4
Update nano editor to 4.4

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-08-25 20:38:01 +03:00
Rosen Penev 293b60cab0 Merge pull request #9812 from neheb/soft2
softflowd: Update to 1.0.0
2019-08-24 15:38:55 -07:00
Jiri Slachta 7acdb96b5f Merge pull request #9700 from ja-pa/libssh2-1.9.0
libssh2: update to version 1.9.0 (security fix)
2019-08-24 21:42:17 +02:00
Rosen Penev 033b17179c 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>
2019-08-23 12:55:51 -07:00
Rosen Penev 8fecab45bd Merge pull request #9811 from ja-pa/imagemagic-update
imagemagick: update to version 7.0.8-61
2019-08-23 11:40:19 -07:00
Jan Pavlinec 17ebaf2a3f measurement-kit: update to version 0.10.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-08-23 19:16:28 +02:00
Jan Pavlinec 1ac69ffc59 tor: update to version 0.4.1.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-08-23 19:04:09 +02:00
Etienne Champetier 6de029e3b3 Merge pull request #9784 from val-kulkov/package-monit
monit: update to the latest release
2019-08-23 09:02:34 -07:00
Val Kulkov 9980d766ac 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>
2019-08-23 11:36:02 -04:00
Jan Pavlinec e81aa8ff8a imagemagick: update to version 7.0.8-61
Changes:
-add PKG_CPE_ID

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-08-23 15:48:48 +02:00
Daniel Engberg 50e0218cf4 Merge pull request #9801 from diizzyy/netdata-fix-deps
netdata: Add patch to disable optional libraries
2019-08-23 11:12:52 +02:00
Rosen Penev a359c6b8c7 Merge pull request #9808 from stangri/master-simple-adblock
simple-adblock: move to POSIX compliance, better output on check, bet…
2019-08-22 23:41:37 -07:00
Stan Grishin eaab320a46 simple-adblock: move to POSIX compliance, better output on check, better bg process data collection.
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-08-22 21:14:42 -07:00
Rosen Penev 7dfa1c133b Merge pull request #9596 from dengqf6/bind
bind: update to 9.14.4
2019-08-22 20:34:40 -07:00
Rosen Penev 6d151be788 Merge pull request #9802 from stangri/master-simple-adblock
simple-adblock: boot-up optimization
2019-08-22 20:24:03 -07:00
Etienne Champetier 28ba8b5c6f Merge pull request #9805 from champtar/monit-ipv6
monit: enable / fix IPv6 detection during build
2019-08-22 18:35:54 -07:00
Etienne Champetier 7cc74e4d8b monit: enable / fix IPv6 detection during build
thanks to @val-kulkov for noticing

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-08-22 18:26:28 -07:00
Rosen Penev 250111456d Merge pull request #9799 from cotequeiroz/oauhthlib
python-oauthlib: bump to 3.1.0
2019-08-22 18:09:30 -07:00
Daniel Engberg 35a7f8721a 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>
2019-08-23 00:57:48 +00:00
Rosen Penev 7312d38f58 Merge pull request #9733 from dengqf6/oc
openconnect: update to 8.04
2019-08-22 17:57:39 -07:00
Stan Grishin f7393b8813 simple-adblock: boot-up optimization
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-08-22 16:34:14 -07:00
Stijn Tintel 665ec53cd8 Merge pull request #9451 from alinnastac/snmp-firewall-reload
net-snmp: reload firewall only when needed
2019-08-22 22:20:28 +03:00
Eneas U de Queiroz ab990af307 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>
2019-08-22 14:40:20 -03:00
Rosen Penev 5646b4ce74 Merge pull request #9741 from lucize/bfdd
bfdd: add BFD package
2019-08-22 09:53:16 -07:00
Lucian Cristian 8ad22e124e 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>
2019-08-22 17:39:04 +03:00
Paul Spooren 373d3b2420 syncthing: add package
Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-08-21 15:21:36 -10:00
Josef Schlehofer 4f6a727042 python-sentry-sdk: Update to version 0.11.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-08-21 23:41:16 +02:00
Josef Schlehofer 907287be1a ruamel-yaml: Update to version 0.15.100
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-08-21 22:09:48 +02:00
Hannu Nyman 9efc2a16a6 Merge pull request #9790 from wfleurant/ygg-bump-0-3-8
yggdrasil: bump to 0.3.8
2019-08-21 22:30:20 +03:00
William Fleurant 3eda77207e yggdrasil: bump to 0.3.8
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-08-21 14:12:33 -04:00
Rosen Penev 8f652372f1 Merge pull request #9678 from Andy2244/cifsd-update-05-08-2019
cifsd: update to git (2019-08-19)
2019-08-21 08:35:53 -07:00
Matthias Schiffer 2f18821843 fastd: update URL and PKG_SOURCE_URL 2019-08-21 16:14:11 +02:00
Matthias Schiffer 74ff3ae61e libuecc: update URL and PKG_SOURCE_URL 2019-08-21 16:13:17 +02:00
Dirk Brenken f188a0e904 Merge pull request #9788 from dibdot/adblock
adblock: update 3.8.2
2019-08-21 14:27:32 +02:00
Andy Walsh 086937052b 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>
2019-08-21 14:10:31 +02:00
Ted Hess 22b0595018 Merge pull request #9785 from thess/libv4l-update
libv4l: Update to 1.16.6. Fix missing includes patch
2019-08-21 06:47:33 -04:00
Rosen Penev 02ad7d814a Merge pull request #9691 from neheb/evt
evtest: Update to 1.34
2019-08-21 02:31:05 -07:00
Rosen Penev e3e13cd10d Merge pull request #9746 from neheb/ldb
ldbus: Pass CFLAGS to luarocks
2019-08-21 02:30:31 -07:00
Dirk Brenken 806f5ca9d8 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>
2019-08-21 11:16:43 +02:00
Rosen Penev 89457abf7d Merge pull request #9747 from neheb/luar
luarocks: Add zip/host build dependency
2019-08-20 20:46:26 -07:00
Rosen Penev cd6e4f1131 Merge pull request #9771 from neheb/gif
giflib: Update to 5.2.1 and add utilities
2019-08-20 20:28:59 -07:00
Rosen Penev e7b4ea09d7 Merge pull request #9781 from nxhack/node_fix_http2_dos
node: fix http/2 DoS
2019-08-20 20:19:17 -07:00
Etienne Champetier 84ec80e0da Merge pull request #9782 from Rixerx/master
zabbix: update to 4.0.11
2019-08-20 15:46:40 -07:00
Ted Hess 67b8da50c1 libv4l: Update to 1.16.6. Fix missing includes patch
Signed-off-by: Ted Hess <thess@kitschensync.net>
2019-08-20 15:03:30 -04:00
Hannu Nyman afd396813b Merge pull request #9707 from mstorchak/lua-bit32
lua-bit32: new package
2019-08-20 19:37:40 +03:00
Rosen Penev a1c0924f5a Merge pull request #9780 from wfleurant/ygg-bump-0-3-7
yggdrasil: bump to 0.3.7
2019-08-20 09:36:24 -07:00
Krystian Kozak 64c9295c34 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>
2019-08-20 17:04:22 +02:00
Jeffery To da0dfb1856 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>
2019-08-20 22:03:52 +08:00
William Fleurant 8ebbd8cd4e yggdrasil: bump to 0.3.7
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-08-20 08:45:43 -04:00