Commit Graph
16004 Commits
Author SHA1 Message Date
Rosen PenevandGitHub 35c4fd5aba Merge pull request #9871 from wvdakker/master
Shorewall: Bump to 5.2.3.4
2019-08-30 10:10:56 -07:00
Rosen PenevandGitHub 9fd31a0c05 Merge pull request #9866 from tru7/libfmt
libfmt: bump to version 6.0.0
2019-08-30 09:56:20 -07:00
Othmar Truniger f0ca08bec4 libfmt: bump to version 6.0.0
Signed-off-by: Othmar Truniger <github@truniger.ch>
2019-08-30 16:11:38 +02:00
Jo-Philipp WichandJohn Crispin 22be9a1c01 cgi-io: require whitelisting upload locations
Introduce further ACL checks to verify that the request-supplied
upload location may be written to. This prevents overwriting things
like /bin/busybox and allows to confine uploads to specific directories.

To setup the required ACLs, the following ubus command may be used
on the command line:

ubus call session grant '{
  "ubus_rpc_session": "d41d8cd98f00b204e9800998ecf8427e",
  "scope": "cgi-io",
  "objects": [
    [ "/etc/certificates/*", "write" ],
    [ "/var/uploads/*", "write" ]
  ]
}'

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2019-08-30 13:58:50 +02:00
W. van den Akker eaecd26777 Shorewall6: Bump to version 5.2.3.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-08-30 13:29:39 +02:00
W. van den Akker 7654150496 Shorewall: Bump to version 5.2.3.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-08-30 13:25:14 +02:00
W. van den Akker 6794fef86f Shorewall6-lite: Bump to version 5.2.3.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-08-30 13:22:53 +02:00
W. van den Akker fba1e1d0f3 Shorewall-lite: Bump to version 5.2.3.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-08-30 13:19:05 +02:00
W. van den Akker e51db908a1 Shorewall-core: Bump to version 5.2.3.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2019-08-30 13:17:40 +02:00
Dirk BrenkenandGitHub 4f43e9b388 Merge pull request #9863 from dibdot/adblock
adblock: update 3.8.4
2019-08-29 20:03:16 +02:00
Dirk BrenkenandGitHub f385415110 Merge pull request #9862 from dibdot/travelmate
travelmate: update 1.4.12
2019-08-29 20:02:38 +02:00
Dirk Brenken 1d90509b03 travelmate: update 1.4.12
* automatically add open uplinks to your wireless config,
  e.g. hotel captive portals (disabled by default)
* shift net status check in a separate function
* (s)hellcheck cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-08-29 15:45:35 +02:00
Dirk Brenken 161597f2fa adblock: update 3.8.4
* fix the 'adb_sysver' output
* pass the adblock version information to the helper scripts correctly

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-08-29 14:45:01 +02:00
Jiri SlachtaandGitHub 062044b3ff Merge pull request #9854 from neheb/ssh2
libssh2: Don't build tests
2019-08-29 12:13:41 +02:00
Etienne ChampetierandGitHub df316b5578 Merge pull request #9858 from champtar/phantap
phantap: update to latest commit
2019-08-28 21:31:36 -07:00
Etienne Champetier 2e628bcdcc phantap: update to latest commit
758fba1 Fix EAP (802.1x) passthrough

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-08-28 20:56:24 -07:00
Rosen Penev 6a1cd83265 libssh2: Remove old artifacts from autotools platform
Removed PKG_FIXUP. It has no meaning with CMake.

Replaced PKG_INSTALL with CMAKE_INSTALL. Consequentially, removed
InstallDev section.

Added ABI_VERSION to force package rebuilds when it increases.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license tag.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-28 13:07:34 -07:00
Rosen PenevandGitHub 122426c651 Merge pull request #9856 from lucize/nsprup
nspr: update to 4.22
2019-08-28 09:34:06 -07:00
Lucian Cristian af9209fb31 nspr: update to 4.22
drop upstreamed patches

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-08-28 16:39:23 +03:00
Rosen PenevandGitHub 3ebb643494 Merge pull request #9843 from cshoredaniel/pr-fix-uwsgi-cgi-python
uwsgi-cgi: use python3 hostpkg not system python3
2019-08-27 20:29:41 -07:00
Rosen PenevandGitHub dadfaddfa2 Merge pull request #9834 from adde88/master
hcxtools: Updated to v5.2.0.
2019-08-27 18:56:56 -07:00
Rosen Penev a447e1c6b2 libssh2: Don't build tests
Speeds up build and fixes OpenSSL support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-08-27 17:15:13 -07:00
Daniel F. Dickinson c387d0923c uwsgi-cgi: use python3 hostpkg not system python3
On a Debian system without python3-distutils install, uwsgi-cgi was
failing to build because it couldn't import sysconfig from distutils.
OpenWrt packages should be using the OpenWrt python not the system
python. In addition we need to use python3 not python2, even when
both are available.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
2019-08-27 03:50:47 -04:00
Rosen PenevandGitHub 9c43805ae5 Merge pull request #9837 from val-kulkov/imagemagick-package
imagemagick: update to 7.0.8-62
2019-08-26 13:28:15 -07:00
Val Kulkov ca91486de3 imagemagick: update to 7.0.8-62
This version upgrade should fix issue #9830.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-08-26 15:58:40 -04:00
Andreas Nilsen 6a439e2cc6 hcxtools: Updated to v5.2.0. Also modified default install dir to /usr/sbin
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-08-26 20:52:50 +02:00
Dirk BrenkenandGitHub 4d89ce08eb Merge pull request #9828 from dibdot/adblock
adblock: update 3.8.3
2019-08-26 20:09:28 +02:00
Dirk Brenken 95189994e7 adblock: update 3.8.3
* fix a dns restart issue if 'flush dns cache' is set
* fix a suspend/resume issue, the status wasn't properly updated
* fix a long standing query issue
* rework return code handling, mostly for debugging
* various cleanups & cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-08-26 14:18:40 +02:00
Etienne ChampetierandGitHub 9a2ce7c98a Merge pull request #9826 from champtar/phantap
phantap: update to latest commit
2019-08-26 00:30:43 -07:00
Etienne Champetier e75f9e035f phantap: update to latest commit
2ccec01 Replace phantap (script) with phantap-learn (C)
7ed8acd Remove Makefile
cc0911e phantap-learn: Output ERROR on stderr and DEBUG on stdout
b50421e phantap-learn: add dhcp handling code
17da18b phantap-learn: modify dhcp-protocol.h
af55a3d phantap-learn: import dhcp-protocol.h from dnsmasq
850af88 phantap-learn: add network info detection code
721423c phantap-learn: add handle_packet_ip() / handle_packet_arp()
2c0f1b0 phantap-learn: add set_bpf_filter()
b914e3e phantap-learn: rework handle_neighboor()
8ffc56c phantap-learn: rework handle_packet()

Signed-off-by: Diana Dragusin <diana.dragusin@nccgroup.com>
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2019-08-26 00:08:15 -07:00
Hannu NymanandGitHub 4d66a40f85 Merge pull request #9824 from nxhack/swig_401
swig: update to 4.0.1
2019-08-26 10:03:15 +03:00
Hirokazu MORIKAWA 3858fac1d4 swig: update to 4.0.1
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-08-26 09:41:29 +09: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 PenevandGitHub 293b60cab0 Merge pull request #9812 from neheb/soft2
softflowd: Update to 1.0.0
2019-08-24 15:38:55 -07:00
Jiri SlachtaandGitHub 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 PenevandGitHub 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 PavlinecandJosef Schlehofer 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 Pavlinecandtripolar 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 ChampetierandGitHub 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 EngbergandGitHub 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 PenevandGitHub 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 PenevandGitHub 7dfa1c133b Merge pull request #9596 from dengqf6/bind
bind: update to 9.14.4
2019-08-22 20:34:40 -07:00
Rosen PenevandGitHub 6d151be788 Merge pull request #9802 from stangri/master-simple-adblock
simple-adblock: boot-up optimization
2019-08-22 20:24:03 -07:00
Etienne ChampetierandGitHub 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 PenevandGitHub 250111456d Merge pull request #9799 from cotequeiroz/oauhthlib
python-oauthlib: bump to 3.1.0
2019-08-22 18:09:30 -07:00