Commit graph

20425 commits

Author SHA1 Message Date
Eric Luehrsen
e81529596d unbound: improve startup and dhcp script robustness
- prevent rapid overlap in DHCP script updates
- check and allow localhost forwards with specific applications
- add option for rate limiting inbound queries
- change UCI list to table format with Unbound conf references

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2020-07-12 14:56:46 -04:00
Nick Hainke
55daa1e8cb dawn: update to latest version 2020-07-12
Includes:
- dawn_uci: no need uci_alloc_context on each uci_set_network call
- test_storage: extend test harness; datastorage: two bug fixes
- tcpsocket: free con after ustream write error and make list each safe
  list_each is not safe against removal of list entry

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-07-12 14:57:11 +02:00
Othmar Truniger
b6446c122e libfmt: bump to version 7.0.1
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-07-12 14:37:48 +02:00
Christian Lachner
0fbe6944d0 liburing: Update to v0.7
- Updated download URL and hash
- Removed our include-patch as the problem was fixed upstream
- Removed our MUSL-specific loff_t definition as liburing switched to off_t which is
supported by MUSL out-of-the-box

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-07-12 09:49:24 +02:00
Rosen Penev
0ef247cf5d
libvorbis: update to 1.3.7
Switched to CMake for the faster compilation and the simpler Makefile.

Minor Makefile cleanups.

Before:

time make package/libvorbis/compile -j 12
Executed in   24.40 secs   fish           external
   usr time   21.17 secs    0.00 micros   21.17 secs
   sys time    3.05 secs  426.00 micros    3.05 secs

After:

time make package/libvorbis/compile -j 12
Executed in    9.19 secs   fish           external
   usr time   11.29 secs    0.00 micros   11.29 secs
   sys time    1.43 secs  421.00 micros    1.43 secs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-11 23:25:48 -07:00
Rosen Penev
7666dc2d3e
libgcrypt: update to 1.8.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-11 23:24:35 -07:00
Rosen Penev
147a5f7e31
libnpupnp: update to 4.0.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-11 23:19:00 -07:00
Rosen Penev
a661c24bca
libmatroska: update to 1.6.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-11 23:18:40 -07:00
Rosen Penev
b6ed48dcbc
libebml: update to 1.4.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-11 23:18:25 -07:00
Rosen Penev
0c520067dc
libdbi: remove inactive maintainer
Added PKG_BUILD_PARALLEL for faster compilation.

Remove autoreconf. Nothing is being patched.

Fixed license.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-11 23:18:03 -07:00
Rosen Penev
602e3899b4
lighttpd: switch to meson
Simplifies the Makefile and allows faster compilation with Ninja.

Added patch to fix libmariadb dependency.

Added extra modules.

Speed Before:

time make package/lighttpd/compile -j 12
Executed in   47.91 secs   fish           external
   usr time   41.83 secs  384.00 micros   41.83 secs
   sys time   10.79 secs   37.00 micros   10.79 secs

Speed After:

time make package/lighttpd/compile -j 12
Executed in   19.67 secs   fish           external
   usr time   42.79 secs  377.00 micros   42.79 secs
   sys time    8.56 secs   37.00 micros    8.56 secs

Tested with fish shell.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-11 22:49:38 -07:00
Rosen Penev
9f98411089
mg: update to 6.7
Fixes GCC10 compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-11 15:07:27 -07:00
W. Michael Petullo
420d074c0e grilo-plugins: backport more updates from master
This commit updates the backport from grilo-plugins master to include
a symbol name change.

Changes to libdmapsharing modified IS_X_... symbols to read X_IS_....
This was adopted in grilo-plugins master, as there was no official release
of grilo-plugins since adding support for libdmapsharing4 in the first
place. The next release of grilo-plugins will be the first to include
libdmapsharing4 support to include the X_IS_... name change.

Fixes issue mentioned at #12766.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-07-11 14:27:48 -04:00
Rosen Penev
d8c79fd52a
Merge pull request #12705 from neheb/htp
htop: fix compilation with GCC10
2020-07-11 10:50:06 -07:00
Gerard Ryan
af8d806407 cache-domains: Improved ifup hotplug reliability
I've noticed that in deployment on some reboots it won't configure,
This seems to be due to running before the system/network is ready.

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-07-11 22:36:15 +10:00
Rosen Penev
f7dea4561b
Merge pull request #11831 from lucize/addiscsi
open-iscsi: add package open-iscsi
2020-07-11 02:56:21 -07:00
Rosen Penev
8a4ae28366
Merge pull request #12780 from neheb/cz
czmq: switch to CMake
2020-07-10 21:23:16 -07:00
Rosen Penev
a90e37ae53
h2o: use static libwslay
Allows a smaller size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-10 15:45:54 -07:00
Rosen Penev
147ff99cf4
libwslay: update to 1.1.1
Switch to CMake. Allows faster compilation and simplification of the
Makefile.

Switched libwslay to a static InstallDev library. Allows further
simplification of the Makefile and a smaller size when used with h2o.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-10 15:45:54 -07:00
Rosen Penev
7c21621849
czmq: switch to CMake
Allows faster compilation and removing various Makefile hacks.

Fixed license to SPDX format.

Added PKG_BUILD_PARALLEL for faster compilation.

Various cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-10 15:43:53 -07:00
Nicholas Smith
377a33730d modemmanager: add error message notifications to proto handler
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2020-07-10 20:28:31 +10:00
Florian Eckert
eb6cb75f9f xinetd: start service in foreground for procd
Since we use now procd for xinetd, we have to start the service with the
option `-dontfork` to make procd happy.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-10 11:08:11 +02:00
Florian Eckert
3d9e9632d4 xinetd: change PKG_MAINTAINER
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-07-10 11:08:08 +02:00
Josef Schlehofer
f94cb351bc
Merge pull request #12770 from miska/mariadb-maint
mariadb/libmariadb: Take over as a maintainer
2020-07-09 15:37:05 +02:00
Michal Hrusecky
68bf6c95ec mariadb/libmariadb: Take over as a maintainer
Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
2020-07-09 14:39:43 +02:00
Jiri Slachta
527b0d27d2
Merge pull request #12662 from micmac1/tiff-cxx-abi-5
tiff: declare ABI_VERSION in libtiffxx as well
2020-07-09 14:26:55 +02:00
Rosen Penev
9bd81604b7 c-ares: switch to CMake
Allows simplifying the Makefile. Also allows faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-09 10:35:05 +00:00
Josef Schlehofer
647ec7cb9a
Merge pull request #12164 from diizzyy/netdata1221
admin/netdata: Update to 1.22.1
2020-07-09 12:03:00 +02:00
Rosen Penev
426896b0be
Merge pull request #12766 from flyn-org/master
Update dmapd and libdmapsharing
2020-07-08 23:05:35 -07:00
W. Michael Petullo
1000b84ab0 dmapd: update to 0.0.85
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-07-08 21:37:39 -04:00
W. Michael Petullo
5481bf267e libdmapsharing: update to 3.9.10
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2020-07-08 21:37:25 -04:00
Rosen Penev
ea5405bfa6
tesseract: switch to CMake
Allows simplifying the Makefile. Also faster compilation.

Added CMake patch to fix compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-08 16:59:00 -07:00
Rosen Penev
b3000441dc
leptonica: switch to CMake
Allows simplifying the Makefile. Also faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-08 16:58:18 -07:00
Rosen Penev
7891124d6c
miniupnpd: default to IGDv1
It seems even modern stuff doesn't support v2 correctly. The miniupnp
suite does but other stacks seem to lack support. Default to v1 to
avoid the headache.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-08 14:17:23 -07:00
Rosen Penev
2cfce35c50
Merge pull request #12764 from neheb/exp22
expat: fix compilation with doc2man
2020-07-08 14:14:11 -07:00
Rosen Penev
0de5f3b5d0
expat: fix compilation with doc2man
Even though doc2man is explicitly disabled, it is only for the target.
Split out the options to a separate variable.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-08 14:09:11 -07:00
Rosen Penev
e576e59df4
Merge pull request #12752 from dibdot/ssmtp
ssmtp: package removal
2020-07-08 13:55:51 -07:00
Rosen Penev
245720750b
Merge pull request #12751 from dibdot/foolsm
foolsm: change mail dependency
2020-07-08 13:55:34 -07:00
Rosen Penev
09cb497125
Merge pull request #12763 from micmac1/remo-maint
apache/mariadb/sqlite: remove myself as maintainer
2020-07-08 11:03:01 -07:00
Rosen Penev
f424859f93
Merge pull request #12754 from jefferyto/python-host-platform
python3: Use default _PYTHON_HOST_PLATFORM
2020-07-08 11:01:15 -07:00
Jan Pavlinec
799db6b36e ntpd: update to version 4.2.8p15 (security fix)
Fixes:
CVE-2020-11868
CVE-2018-8956
CVE-2020-13817
CVE-2020-1502

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-07-08 19:07:16 +02:00
Sebastian Kemper
8274603dd1 sqlite3: remove maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-07-08 18:29:31 +02:00
Sebastian Kemper
70dcf9aa84 mariadb: remove maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-07-08 18:29:07 +02:00
Sebastian Kemper
7582f7fca6 apache/apr/apr-util: remove maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-07-08 18:28:35 +02:00
Josef Schlehofer
94b5eace98
python-sqlalchemy: update to version 1.3.18
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-07-08 16:01:46 +02:00
Josef Schlehofer
98eb81ccd6
python-ifaddr: update to version 0.1.7
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-07-08 15:41:14 +02:00
Josef Schlehofer
1c2f729c9d
python-zeroconf: update to version 0.28.0
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-07-08 15:39:43 +02:00
Jan Pavlinec
9190dc8cae
python-wcwidth: update to version 0.2.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-07-08 15:33:28 +02:00
Josef Schlehofer
5aae605ceb
python-ciso8601: introduce a new package for Home Assistant
Log:
pkg_resources.DistributionNotFound: The 'ciso8601==2.1.3' distribution was not found and is required by homeassistant

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-07-08 15:20:52 +02:00
Rosen Penev
cc5c8b4368
ipmitool: fix compilation with GCC10
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-08 12:16:15 +02:00