Commit Graph

5870 Commits

Author SHA1 Message Date
Rosen Penev a5cda7269b
Merge pull request #10274 from lucize/frrup
frr: update to 7.2
2019-11-05 17:01:36 -08:00
Rosen Penev 4b7fb1f882
Merge pull request #10418 from neheb/get
geth: Update to 1.9.6
2019-11-04 11:31:33 -08:00
Rosen Penev 507990bd48
Merge pull request #10416 from neheb/h
e2guardian: Remove
2019-11-04 11:28:36 -08:00
Rosen Penev 92c74106bf
Merge pull request #10403 from neheb/mi
mii-tool: Clean up Makefile
2019-11-04 11:27:18 -08:00
Rosen Penev af1123f5ad
Merge pull request #10400 from neheb/fo
foolism: Update to 1.0.13
2019-11-04 11:26:14 -08:00
Yousong Zhou 97bada594b shadowsocks-libev: bump to version 3.3.3
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-11-04 04:54:43 +00:00
Dirk Brenken af504f1288
Merge pull request #10446 from dibdot/adblock
adblock: update 3.8.8
2019-11-03 20:37:39 +01:00
Dirk Brenken 9c82e9e282
adblock: update 3.8.8
* print to stdout if 'logger' is not available
* small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-03 19:44:41 +01:00
Dirk Brenken fcea2f75c3
banip: update 0.3.5
* fix race condition in download utility detection during boot
* fix multiple possible bugs in ipset creation
* prevent parallel service starts
* refine service trigger handling
* add ssh daemon auto detection
* print to stdout if 'logger' is not available

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-11-03 16:44:22 +01:00
Lucian Cristian 5cf5dc5294 frr: update to 7.2
add support to build against OpenSSL

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-11-02 15:08:13 +02:00
Hannu Nyman 66fc0e25a4
Merge pull request #10415 from nickberry17/update_mm
modemmanager: bump version to 1.10.8
2019-11-02 12:52:22 +02:00
Josef Schlehofer 69316134c3 dnscrypt-proxy2: Update to version 2.0.29
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-11-02 11:01:59 +01:00
Hannu Nyman 4c033535c5
Merge pull request #10352 from Ansuel/nginx-ubus
nginx: adds ubus external module
2019-11-01 17:57:04 +02:00
Rosen Penev c5b7a6958b geth: Update to 1.9.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-31 18:12:24 -07:00
Rosen Penev 43f2ad9fb9 e2guardian: Remove
This has been unmaintained since at least 2016 and is woefully out of
date.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-31 18:05:10 -07:00
Nicholas Smith 52cd7d5e1d modemmanager: bump version to 1.10.8
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2019-11-01 06:40:52 +10:00
Dirk Brenken 1b4f838815
Merge pull request #10406 from dibdot/adblock
adblock: update 3.8.7
2019-10-31 21:09:42 +01:00
Rosen Penev df72b551a2
Merge pull request #10412 from bobafetthotmail/patch-1
modemmanager: enable mbim/qmi support by default
2019-10-31 12:33:04 -07:00
Florian Eckert 1a58d8c28e
Merge pull request #10379 from defanator/arp-scan-1.9.6
arp-scan: update to 1.9.6
2019-10-31 18:26:09 +01:00
Alberto Bursi 9f15a632c0 modemmanager: enable mbim/qmi support by default
MBIM and QMI support (necessary for modern and
high-performance LTE modems) should be default
y otherwise the only way to use modemmanager
with these protocols is to recompile the package.
This is very inconvenient for most end users.

Also fix typo in PKG_HASH definition.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2019-10-31 14:03:47 +01:00
Andrei Belov 41ff8a50b2
arp-scan: move MAC databases to separate package
Signed-off-by: Andrei Belov <defanator@gmail.com>
2019-10-31 14:50:22 +03:00
Andrei Belov aa4853d53f
arp-scan: update to 1.9.6
Signed-off-by: Andrei Belov <defanator@gmail.com>
2019-10-31 14:48:41 +03:00
Dirk Brenken a9aae9095f
adblock: update 3.8.7
* prevent forced parallel adblock service starts
* refine service trigger

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-31 12:40:22 +01:00
Rosen Penev 5ae85b7952 treewide: Replace MD5SUM with HASH
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-31 15:54:36 +08:00
Rosen Penev 1901af7875
mii-tool: Clean up Makefile
Fixed license information.

Use xz archives.

Use PKG_SOURCE_DATE instead of PKG_VERSION, which evaluates to the same.

Use HTTPS, which goes through firewalls more easily.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-30 14:32:22 -07:00
Ansuel Smith 980296574c
nginx: adds ubus external module
- Adds ubus module to nginx
- Select module by default
- Adds script to detect ubus module and append config for luci
- Switch all external module to xz

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-30 21:32:12 +01:00
Rosen Penev a283d6186e
foolism: Update to 1.0.13
Switched to standard PKG_INSTALL.

Added PKG_BUILD_PARALLEL for faster compilation.

Added some size optimizations.

Added license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-30 11:31:13 -07:00
Hannu Nyman 5329e65e46
Merge pull request #10396 from val-kulkov/subversion-package
subversion: update to the latest release
2019-10-30 20:06:37 +02:00
Val Kulkov 9926660e1d subversion: update to the latest release
Update to subversion v1.13.0, the latest regular release.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2019-10-30 13:02:27 -04:00
Rosen Penev c037c8d988
kea: Remove openssl host dependency
OpenSSL is already built as part of tools (LibreSSL actually) and can be
used instead for the host build.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-30 09:36:46 -07:00
Jeffery To 635cb1309c treewide: Use pypi.mk for Python packages
This updates all Python packages that download their source from PyPi to
use pypi.mk.

This will allow future improvements/changes to pypi.mk to affect all
relevant packages.

This also makes it easier for future Python packages to start using
pypi.mk, when it's clear how it is used in existing packages.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-30 23:16:18 +08:00
Daniel Golle 29ef2938d1 gnunet: update to 0.11.8
Allows to remove local patch again.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-10-30 14:36:26 +01:00
Daniel Golle fb54e9c22b gnunet-secushare: build against gnunet 0.11.7
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-10-29 23:01:02 +01:00
Daniel Golle 8bee758bc0 gnunet: update to version 0.11.7
Backport dist bug and add missing header file.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2019-10-29 23:01:02 +01:00
Sebastian Kemper e11a3d101f umurmur: fix paths
The wrong paths slipped into the Makefile when converting to CMake. This
commit corrects them.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-10-29 20:54:22 +01:00
Saverio Proto 251d4043df tinc: fix build regression in pkg 1.0.36-1
the patches 010-Fix-compilation-when-OpenSSL-has-no-ENGINE-support
and 020-Fix-compilation-without-deprecated-OpenSSL-APIs are now
merged upstream, so they must be dropped from the OpenWrt pkg

Signed-off-by: Saverio Proto <zioproto@gmail.com>
2019-10-29 10:47:42 +01:00
Rosen Penev f2ddeb214a
Merge pull request #10362 from micmac1/modemmanager-host-tools
modemmanager: fix compilation
2019-10-28 19:22:18 -07:00
Ansuel Smith e35042bc3d nginx: update nginx-dav-ext-module to 3.0
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-28 08:00:47 -03:00
Hannu Nyman 5e8a504705
Merge pull request #10366 from wfleurant/ygg-init-uci
yggdrasil: uci firewall Section name and cover both IP versions
2019-10-27 21:04:49 +02:00
Sebastian Kemper fa8ad6e69c modemmanager: fix compilation
MM has a problem with cross-compiling. It needs to run some
tools during compilation (glib-mkenums & gdbus-codegen) but uses
pkg-config to detect them. But like this it finds the wrong tools, the
ones in $(STAGING_DIR). The correct tools are in
$(STAGING_DIR_HOSTPKG)/bin.

As a workaround this commit patches configure.ac so the correct tools
are used, the ones from glib2/host. The latter is also added to
PKG_BUILD_DEPENDS to reflect this.

libxslt/host is also added to PKG_BUILD_DEPENDS and the related
RequireCommand call is removed. This is OK to do since we have
libxslt/host available since a few days ago.

Resolves #10249

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-10-27 17:58:34 +01:00
Saverio Proto b6ec718b98 tinc: version bump to 1.0.36
Signed-off-by: Saverio Proto <zioproto@gmail.com>
2019-10-27 09:27:31 +01:00
William Fleurant 2baab77b77 yggdrasil: uci firewall Section name and cover both IP versions
- rename the section instance to yggdrasil (feat. request)
- allow zone to cover both ip4 and ip6 fam

Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-10-26 14:13:47 -04:00
Hannu Nyman faf346eb4d
Merge pull request #10346 from lucize/libreprocd
libreswan: switch to procd
2019-10-26 12:32:36 +03:00
Hannu Nyman a58461ba42
Merge pull request #10359 from wfleurant/ygg-bump-0-3-11
yggdrasil: bump to 0.3.11
2019-10-26 12:31:56 +03:00
William Fleurant 06bdd7aebf yggdrasil: bump to 0.3.11
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-10-26 00:24:30 -04:00
Chao Liu 68318682a7 kcptun: bump to v20190924, add new config options
This commit updates:
- bump version to v20190924
- add new options for latest release
  (https://github.com/xtaci/kcptun/releases/tag/v20190924)

Signed-off-by: Chao Liu <expiron18@gmail.com>
2019-10-25 22:41:14 +08:00
Josef Schlehofer 00eda4bb0d openvswitch: backport patch to fix compilation
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-25 11:15:50 +08:00
Alexandru Ardelean c21a453ffd django: split django1 package and update to 2.2.6
After many failed attempts at upgrading Django to 2.2.6, the solution seems
to be to split a `python-django1` package that works with Python2 and
upgrade `python3-django` to the latest 2.2[.6] LTS release.

This also means that all Python2 Django packages will be stuck & based on
Django 1.11[.24] LTS release. But, it's currently the sanest approach I
could find to be able to perform an upgrade of Django to 2.2, and not break
Seafile.

Upgrading Seafile is also pretty difficult, as their Python3 support is not
yet finished & released. And in the meantime, we want to allow people to
use newer Django versions.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2019-10-24 09:13:38 -03:00
Lucian Cristian 875883f2d9 libreswan: switch to procd
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-10-24 13:56:52 +03:00
Christian Lachner 38a4100d04 haproxy: Update HAProxy to v2.0.8
- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-10-23 14:48:09 +02:00