Commit graph

18694 commits

Author SHA1 Message Date
Rosen Penev
d1a2a025fe
libcgroup: fix compile with newer musl
The code uses __BEGIN/END_DECLS from glibc's features.h, actually
sys/cdefs.h, which is deprecated. Get rid of it.

Fixed license information.

Fixed musl-fts dependency. It's only valid for musl.

Removed autoreconf as the patch was removed.

Added PKG_INSTALL for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Small cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-29 21:38:23 -07:00
Rosen Penev
1950340c69
kea: do not build static host binaries
Errors on some systems. No real change.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-29 21:35:06 -07:00
Jeffery To
067c93b028 nmap: Update to 7.80, add full variant, switch to Python 3
* Update to 7.80

* Add "full" variants for nmap and ncat that support Lua scripts (and
  OpenSSL)

* Replace libcxx fix with upstream patch[1] (CHANGELOG change was
  removed)

* Switch ndiff to use Python 3 (using a patch from Debian[2], which
  comes from an upstream PR[3] plus a port of ndiff/setup.py)

[1]: ea4e2d6657
[2]: 0510c602dd/debian/patches/0004-Python3-port-of-ndiff.patch
[3]: https://github.com/nmap/nmap/pull/1807

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-29 22:26:07 +01:00
Nuno Goncalves
59513531e1 nmap: add Nping with SSL option
Signed-off-by: Henrique de Moraes Holschuh <henrique@nic.br>
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2020-03-29 22:26:07 +01:00
Hannu Nyman
8071686eb8
Merge pull request #11702 from PolynomialDivision/feature/dawn_fix_glibc
dawn: remove glibc headers extensions
2020-03-29 19:11:22 +03:00
Nick Hainke
849e6df2de dawn: remove glibc headers extensions
Fixes #11689

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-03-29 11:01:04 +02:00
Rosen Penev
9e7e751900
Merge pull request #11695 from neheb/gammm
gammu: remove nls.mk
2020-03-29 00:57:55 -07:00
Hannu Nyman
bb921e59e5
Merge pull request #11698 from stangri/master-simple-adblock
simple-adblock: support multiple dnsmasq instances + internal refactoring
2020-03-29 10:00:30 +03:00
Stan Grishin
49dbec35f6 simple-adblock: support multiple dnsmasq instances; rework communication between principal package and luci app
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-03-29 05:13:07 +00:00
Rosen Penev
8f0ba82892
Merge pull request #11679 from neheb/grp
grilo-plugins: don't try to download grilo
2020-03-28 21:02:34 -07:00
Rosen Penev
bbca5f91a7
Merge pull request #11681 from neheb/xz
xz: update to 5.2.5
2020-03-28 20:49:57 -07:00
Rosen Penev
d487e4d4f6
vala: update to 0.48.2
Add rpath-link to fix compilation with newer libffi.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 20:48:22 -07:00
Rosen Penev
d0a4d12d6d
hfsprogs: fix compile with newer musl
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 20:48:22 -07:00
Rosen Penev
b8f1e9240c
gammu: remove nls.mk
It's causing issues with newer glib2:

../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv'
../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv_open'
../libgammu/libGammu.so.8.1.41.0: undefined reference to `libiconv_close'

It's because the libiconv-stub does not include a shared library that
gammu can link to.

Removed most patches since they don't seem to be needed.

Ran init script through shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 20:46:29 -07:00
Rosen Penev
e458f48b64
grilo-plugins: don't try to download grilo
Upstream thought it was a good idea to force downloads of grilo. Disable
it since it is not needed.

Removed two unnecessary variables.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 14:32:45 -07:00
Nick Hainke
e06d851a42 dawn: fix stdint.h include for arc
Fixes #11686.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-03-28 21:56:06 +01:00
Rosen Penev
6ee27ec982
Merge pull request #11682 from neheb/rpc
rpcsvc-proto: update to 1.4.1
2020-03-28 12:24:04 -07:00
Dirk Brenken
de38f8b4d7
Merge pull request #11680 from dibdot/adblock
adblock: release 4.0.0
2020-03-28 18:45:14 +01:00
Rosen Penev
d664e846cb
Merge pull request #11648 from PolynomialDivision/feature/add_dawn
dawn: add decentralized wifi controller
2020-03-28 03:53:16 -07:00
Nick Hainke
70fcbadb7c dawn: add decentralized wifi controller
Dawn is a decentralized WiFi controller.
Just install dawn and the APs will find each other via umdns.
They periodically exchange information about connected clients, wireless
statistics and other needed information. With that, the daemon load
balances clients between different APs through association control.

Further, the daemon exposes through ubus the hearing map and the
complete wireless network overview. The hearing map is the list of all
probe requests seen from a client from all APs that are running the
controller.

Hearing map:
ubus call dawn get_hearing_map

Network overview:
ubus call dawn get_network

Dawn has a graphical user interface called luci-app-dawn. With that, the
load balancing and other useful settings can be controlled.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-03-28 09:17:09 +01:00
Dirk Brenken
b07aae26c1
adblock: release 4.0.0
* new package dependencies: coreultis-sort and
  a download util with SSL support
* focus on speed (multicore-support) to handle quite big lists
* include 38 pre-configured blocklist sources in a compressed
  json file (/etc/adblock/adblock.sources.gz)
* dynamic SafeSearch support for google, bing, duckduckgo,
  yandex, youtube and pixabay (CNAME (bind) & IP (dnsmaq, unbound))
* DNS backend autodetection
* Download Utility autodetection
* Report Interface autodetection
* Easy cron wrapper to set an adblock related auto-timer for
  automatic blocklist updates
* raw domain/blocklist support (e.g. for dnscrypt support)
* re-add restrictive Jaillist support
* rework online doc
* Complete LuCI rewrite (migrated to client side JS)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-03-28 06:40:03 +01:00
Rosen Penev
5e7898fd33
rpcsvc-proto: update to 1.4.1
Switched to standard tarball. Allows to get rid of build hacks. Also
simplifies the Makefile a bit.

Add PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-27 20:03:26 -07:00
Rosen Penev
8c5d0c673d
xz: update to 5.2.5
Switched to smaller xz archive.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-27 19:56:16 -07:00
Álvaro Fernández Rojas
1ea6d644dc bcm27xx-eeprom: add package for updating RPi bootloader
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-03-27 09:23:34 -10:00
Yousong Zhou
132f58ee49 reaver: enable PKG_BUILD_PARALLEL
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-27 10:57:24 +08:00
Yousong Zhou
61331a464b reaver: bump to version 1.6.6
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-27 10:57:24 +08:00
Michael Heimpold
e9ee517600 php7: update to 7.4.4
This fixes:
  - CVE-2020-7064
  - CVE-2020-7065
  - CVE-2020-7066

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-03-26 23:42:08 +01:00
Rosen Penev
5a178ae61b
Merge pull request #11674 from nxhack/node-homebridge_0_4_53
node-homebridge: update to 0.4.53
2020-03-26 13:00:01 -07:00
Hannu Nyman
09fd4445b3 nano: update to 4.9
Update nano editor to version 4.9

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-03-26 21:36:36 +02:00
Jan Pavlinec
54c6d6dc0c tor: update to version 0.4.2.7 (security fix)
Fixes:
CVE-2020-10592

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-03-26 08:52:29 -10:00
Hannu Nyman
286557e906 collectd: disable onewire plugin, BROKEN since 2009
Mark the onewire plugin as disabled, as the plugin
has been marked BROKEN since it was introduced in 2009 by
https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=commitdiff;h=0de38b88d6ba8c52b8386d3059baba7dca22961f

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-03-26 18:48:52 +02:00
Nikos Mavrogiannopoulos
c5854a8f1a
Merge pull request #11603 from neheb/libssh
libssh: fix compilation without deprecated OpenSSL APIs
2020-03-26 12:35:29 +01:00
Yousong Zhou
88dcd09487 openvswitch: depend on IPV6 for intree kmods
Ref: https://github.com/openwrt/packages/issues/11665
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-26 15:50:34 +08:00
Yousong Zhou
07d6310d2f openvswitch: unset CONFIG_AUTOREMOVE
Phase 2 buildbots with this option enabled will cleanup openvswitch
build dir which is needed later when building ovn

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-26 15:50:34 +08:00
Hirokazu MORIKAWA
4f99f17a70 node-homebridge: update to 0.4.53
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-03-26 16:12:59 +09:00
Rosen Penev
4be60489bf libssh: fix compilation without deprecated OpenSSL APIs
Cleaned up Makefile.

Fixed license information.

Simplified big endian condition.

Removed InstallDev section. CMAKE_INSTALL handles it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-25 20:51:26 -07:00
Rosen Penev
46427d39f9
Merge pull request #11673 from wvdakker/master
Shorewall: Bump to version 5.2.4
2020-03-25 20:49:31 -07:00
Rosen Penev
4045eff0ae
Merge pull request #11627 from neheb/pfr
libpfring: update to 7.6.0
2020-03-25 20:43:38 -07:00
Rosen Penev
dbc29e8dfb
Merge pull request #11580 from tiagogaspar8/kea-1.6.2-update
Update kea to the latest stable verion (1.6.2).
2020-03-25 20:42:23 -07:00
W. van den Akker
3c18dc63df
All: Update mirror sites.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-25 23:50:41 +01:00
W. van den Akker
fa6db1f8af
Shorewall6: Bump to version 5.2.4.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-25 23:22:03 +01:00
W. van den Akker
61c5cb44fd
Shorewall: Bump to version 5.2.4.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-25 23:20:41 +01:00
W. van den Akker
66f416914a
Shorewall6-lite: Bump to version 5.2.4.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-25 23:02:09 +01:00
W. van den Akker
15c28c40e6
Shorewall-lite: Bump to version 5.2.4.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-25 23:00:00 +01:00
W. van den Akker
8982782027
Shorewall-core: Refresh patch
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-25 22:57:23 +01:00
W. van den Akker
c81b3d4af5
Shorewall-core: Bump to version 5.2.4.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-03-25 22:57:12 +01:00
Hannu Nyman
ebd4c834e0
Merge pull request #11670 from lucize/nssup
nss: update to 3.51
2020-03-25 23:08:09 +02:00
Hannu Nyman
6b90684e97
Merge pull request #11672 from lucize/clamup
clamav: update to 0.102.2
2020-03-25 23:07:40 +02:00
Hannu Nyman
5ff9618ee5
Merge pull request #11671 from lucize/doveup
dovecot: update to 2.3.10
2020-03-25 23:07:23 +02:00
Hannu Nyman
e3e3e7f752
Merge pull request #11668 from lucize/openfortivpnup
openfortivpn: update to 1.13.2
2020-03-25 23:07:13 +02:00