Commit graph

20025 commits

Author SHA1 Message Date
Rosen Penev
ca39a06304
Merge pull request #12570 from wvdakker/master
Shorewall: Bump to 5.2.5.1
2020-06-21 14:31:17 -07:00
W. van den Akker
1d2c5e6215
Shorewall6: Bump to 5.2.5.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-06-21 22:31:44 +02:00
W. van den Akker
82f26ac9de
Shorewall: Bump to 5.2.5.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-06-21 22:30:43 +02:00
W. van den Akker
217349cc02
Shorewall6-lite: Bump to 5.2.5.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-06-21 22:29:32 +02:00
W. van den Akker
32612d68e6
Shorewall-lite: Bump to 5.2.5.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-06-21 22:28:28 +02:00
W. van den Akker
749897ced2
Shorewall-core: Bump to 5.2.5.1
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-06-21 22:27:25 +02:00
Hannu Nyman
6392d50c31 haveged: update to 1.9.12
Update haveged to version 1.9.12

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-06-21 23:22:52 +03:00
Rosen Penev
ded3f39737
Merge pull request #12564 from ehrmann/patch-1
miniupnpd: suppress grep and uci errors
2020-06-21 13:10:42 -07:00
Huangbin Zhan
35e1d14d2a which: new package
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-22 03:40:52 +08:00
Etienne Champetier
3274bdc7cb
Merge pull request #12550 from TELUS-BBA/feat/zabbix
zabbix: update to 5.0 LTS
2020-06-21 12:14:57 -04:00
Alexandru Ardelean
c26eca5491 numpy: add new package
Essentially, this is a re-spin from
  https://github.com/openwrt/packages/pull/9797/

But a really trimmed down version.
Only the Py3 variant is added now, which makes the Makefile really small
now.

Cython is needed on the host, to cythonize some files.

The package needs targets with hard-float enabled. This is because on some
soft-float targets floating-point exception constants aren't defined.
We can define some dummy values, but that ends up being a bit too much
work.
So, for that, the package depends on HAS_FPU or KERNEL_MIPS_FPU_EMULATOR.
This way, numpy should be buildable on hard-float, or for MIPS on the FPU
emulator being compiled in.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-06-21 13:25:45 +03:00
David Ehrmann
6ef2b5400b miniupnpd: suppress grep and uci errors
If miniupnpd is installed but disabled or not running, the hotplug
script will query uci for keys that don't exist and grep a temporary
config file that doesn't exist, resulting in the following errors:

uci: Entry not found
grep: /var/etc/miniupnd.conf: No such file or directory

These would arise when an interface is brought up or down, and are
more confusing than helpful, especially when miniupnpd is disabled.

Suppress these errors.

Signed-off-by: David Ehrmann <ehrmann@gmail.com>
2020-06-20 20:48:29 -07:00
Rosen Penev
f263976376
Merge pull request #12558 from neheb/iOS
iOS stuff
2020-06-20 11:55:25 -07:00
Gerard Ryan
10652158cf docker-ce: Updated to 19.03.11
* Automated dependency version checking

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-06-20 19:59:56 +10:00
Gerard Ryan
845cc4e572 libnetwork: Updated to 153d0769 for docker 19.03.11
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-06-20 19:59:45 +10:00
Gerard Ryan
07b042c53e docker-ce: Simplified config layout for menuconfig
cgroupfs-mount: Replaced dependency with cgroup config option

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-06-20 19:38:50 +10:00
Jianhui Zhao
53684eedf7 wifidog-ng: remove package
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-06-20 16:44:59 +08:00
Rosen Penev
69c297971c
openssh: always enable stackprotect option
b933f9cf0cb254e368027cad6d5799e45b237df5 in base made several changes
to OpenWrt's libssp support. It seems this workaround is no longer
needed.

Simplified the configure script slightly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-20 00:17:37 -07:00
Rosen Penev
18f3410ac4
idevicerestore: update to 1.0.0
Switched to upstream tarballs as they are now available

Removed autoreconf as a result.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:34 -07:00
Rosen Penev
e480fa8b33
usbmuxd: update to 1.1.1
Switched to upstream tarballs as they are now available.

Removed autoreconf as a result.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:34 -07:00
Rosen Penev
4e203a1949
libirecovery: update to official tarball
Removed autoreconf as a result.

Unfortunately, the two versions are not identical. Bumped PKG_RELEASE
to deal with it.

Disable static libraries as they're fairly useless.

Adjusted filepaths.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:34 -07:00
Rosen Penev
4831939255
libimobiledevice: update to 1.3.0
Upstream created proper tarballs. Switch to those.

Removed autoreconf as a result.

Adjusted filepaths.

Removed upstreamed patch.

Disabled static libraries as they're not useful.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:33 -07:00
Rosen Penev
38ea3e84f8
libusbmuxd: update to 2.0.2
Upstream created proper tarballs. Switched to those.

Removed autoreconf as a result.

Adjusted filenames.

Got rid of static compiles as they're pretty useless.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:33 -07:00
Rosen Penev
d082258c3e
libplist: update to 2.2.0
Upstream finally got a proper tarball. Switched to that.

Remove autoreconf as it's no longer needed.

Adjusted new filepaths.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:33 -07:00
Josef Schlehofer
83f9bd1ea0
Merge pull request #12535 from BKPepe/travis-ci
Improvements for Travis (use different target and update Ubuntu image)
2020-06-20 02:27:36 +02:00
Rosen Penev
453c5a9b36
Merge pull request #12555 from Andy2244/samba-4.12-fix-python3-path
samba4: fix python3 host paths
2020-06-19 13:08:18 -07:00
Josef Schlehofer
651b9f9bf1
travis: improve build config
Build config validation showed up 1 warning, 1 info
- deprecated sudo
- missing os

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-06-19 21:16:52 +02:00
Josef Schlehofer
995822b5f7
travis: Use Ubuntu 20.04 LTS - Focal Fossa
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-06-19 21:16:41 +02:00
Scott Roberts
9694ae7afa zabbix: update to 5.0 LTS
Updated to 5.0 LTS version.

Removed 120-uclibc-res.patch
Frontend moved from frontend to ui
zabbix-proxy added libevent dependencie
refresh patches

Compile tested: aarch64 cortex-a53
Run tested: aarch64 cortex-a53

Signed-off-by: Scott Roberts <ttocsr@gmail.com>
2020-06-19 07:55:35 -06:00
Andy Walsh
d1e7a77e61 samba4: fix python3 host paths
* fix python3 host paths, ensure we use build hostpkg tools

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-06-19 13:22:52 +02:00
Rosen Penev
e05471e654
Merge pull request #12552 from ja-pa/python-more-itertools-8.4.0
python-more-itertools: update to version 8.4.0
2020-06-19 01:33:58 -07:00
Jan Pavlinec
1eca6b8b1a
python-more-itertools: update to version 8.4.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-06-19 07:43:50 +02:00
Rosen Penev
c0f0e9d8b1
Merge pull request #12551 from ja-pa/redis-6.0.5
redis: update to version 6.0.5
2020-06-18 22:31:55 -07:00
Jan Pavlinec
26722253ee
redis: update to version 6.0.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-06-19 07:22:28 +02:00
Rosen Penev
7e59e8947a
powertop: fix compilation with glibc
It seems several libraries need to be linked.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-18 15:29:24 -07:00
Rosen Penev
4426e4c69b
gkrellmd: update to 2.3.11
Added nls.mk as this is now required.

Fixed license information.

Several small fixes and cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-18 15:28:18 -07:00
Rosen Penev
e309ef0d72
Merge pull request #12537 from neheb/motttt
motion: add support for raspberrypi mmal
2020-06-18 15:26:13 -07:00
Rosen Penev
24498b855a
Merge pull request #12433 from neheb/pcre2
pcre2: updater to 10.35
2020-06-18 15:25:50 -07:00
Rosen Penev
c9eabd7c08
Merge pull request #12431 from neheb/gph
libgphoto2: update to 2.5.25
2020-06-18 15:25:30 -07:00
Rosen Penev
bfad83beb8
Merge pull request #12438 from neheb/cons
conserver: 8.2.5
2020-06-18 15:25:12 -07:00
Rosen Penev
2b80d3c433
Merge pull request #12514 from neheb/ari
ariang: update to 1.1.6
2020-06-18 15:24:39 -07:00
Rosen Penev
0df6c58f82
tor: remove libssp hack
Does not seem to be needed anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-18 15:14:33 -07:00
Rosen Penev
d498a74910
Merge pull request #12543 from mydzor/master
transmission: add access to web interface files to procd jail
2020-06-18 14:52:53 -07:00
Michael Heimpold
024d36466d
Merge pull request #12545 from tru7/knxd
knxd: bump to version 0.14.39
2020-06-18 21:51:13 +02:00
Eneas U de Queiroz
69b6f46c96 oniguruma: build using autotools
Cmake currently fails to compile properly.  While there's a fix
upstream, we can avoid carrying any patches here, and use the more
stable build system, despite being slower.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-06-18 13:42:26 -03:00
Othmar Truniger
ddbf62c949 knxd: bump to version 0.14.39
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-06-18 17:42:06 +02:00
Josef Schlehofer
4526fb3eae
travis: use mpc85xx-p2020 sdk instead of ar71xx
Target ar71xx is deprecated and removed in the master branch and makes SDK
not available anymore. Travis fails because of that.
It was superseded by target ath79. These devices have 4 MB flash and/or 32 MB RAM.

However, ath79 is being used by CircleCI if you have it configured for
your repository and if you are contributing to this repository. It
is not good to have two CI for the same target. Let's use powerpc.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-06-18 13:58:09 +02:00
Josef Zila
9a82c952b4 transmission: add access to web interface files to procd jail
Signed-off-by: Josef Zila <josefzila@gmail.com>
2020-06-18 13:48:07 +02:00
Kuan-Yi Li
f40a0cf5e4 kmod: fix ALTERNATIVES
ALTERNATIVES shall be defined in the package where /sbin/kmod resides --
otherwise kmod tools will break if we install only the library as these
tools will be linked to a nonexistent executable.

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
2020-06-18 16:41:51 +08:00
Rosen Penev
9da08e65de
Merge pull request #12540 from neheb/avah
avahi: remove lssp_nonshared flag
2020-06-18 01:03:57 -07:00