Commit graph

6015 commits

Author SHA1 Message Date
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
Christian Lachner
d1a86e9f53 haproxy: Update patches for HAProxy v2.0.8
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.8.html)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-11-02 12:11:07 +01: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
Stan Grishin
338dc52e5c https-dns-proxy: implement dnsmasq integration
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-10-31 12:55:08 -07: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
Toke Høiland-Jørgensen
1653894091 acme: Update to upstream 2.8.3
Upstream release message:
"Letsencrypt CA recent changed the CDN provider, which resulted in hanging issues.
Any downstream package should update.
This is important."

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-10-23 12:26:21 +02:00
Toke Høiland-Jørgensen
7235249df6 acme: Log acme.sh command invocation
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2019-10-23 12:26:21 +02:00
Kenneth J. Miller
ded6468744 ntpd: Fix libevent dependencies
Add required libevent2-pthreads dependency for all ntpd
subpackages.

Remove keygen-specific libevent2-core support as it is
automatically selected by the libevent2-pthreads dependency.

nptd: Bump PKG_RELEASE

Fixes: openwrt/packages#10307

Signed-off-by: Kenneth J. Miller <ken@miller.ec>
2019-10-22 19:44:48 +02:00
Dirk Brenken
7554f5d891
travelmate: update 1.5.1
* fix section naming in wireless & travelmate config
* check/enable disabled 'wifi-device' sections
* fix LuCI frontend issues (separate PR)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-22 07:44:34 +02:00
Rosen Penev
5ecf0fabdb
Merge pull request #10317 from TDT-AG/pr/20191021-keepalived
keepalived: update version to 2.0.19
2019-10-21 09:15:39 -07:00
Rosen Penev
ac9eecd36c
Merge pull request #10320 from eglooca/master
netifyd: Updated to v2.93
2019-10-21 09:15:03 -07:00
Darryl Sokoloski
134a19dccf netifyd: Updated to v2.93
Maintainer: Darryl Sokoloski / @dsokoloski
Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master
Run tested: TP-Link Archer C2600

Change log for v2.93:
[IMP] FreeBSD: Added deploy target (package).
[IMP] Debian: Added OS detection.
[IMP] Ubuntu: Added OS detection.
[IMP] CentOS: Added OS detection.
[IMP] RedHat: Added OS detection.
[IMP] OpenWrt: Updated build documentation.

[FIX] Updated function names for enable/disable sink server.

Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
2019-10-21 10:48:38 -04:00
Florian Eckert
e2689219be keepalived: update version to 2.0.19
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-10-21 07:43:22 +02:00
Stan Grishin
9f135a9042 vpnbypass: bugfix: PROCD command not found on stop
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-10-20 21:18:43 -07:00
Josef Schlehofer
d8d736711d git: Update to version 2.23.0
Refresh patches

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-20 12:53:29 +02:00
Josef Schlehofer
4370331d79
dnscrypt-proxy2: Update to version 2.0.28
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-19 22:33:53 +02:00
Dirk Brenken
a94610c88f
adblock: minor update 3.8.6-2
* fix service status message
* refine readme regarding reload cron job (provided by @novoid)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-19 16:01:20 +02:00
Dirk Brenken
df5c52bcfe
Merge pull request #10271 from dibdot/travelmate
travelmate: update 1.5.0
2019-10-18 19:01:48 +02:00
Yousong Zhou
0412c20f1b xl2tpd: fix building failure caused by pfc
Fixes openwrt/packages#10270

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-18 11:43:08 +00:00
Dirk Brenken
ab51b1ba34
travelmate: update 1.5.0
* add WPA3 support
* fix service status message
* refine trigger handling

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-18 13:25:51 +02:00
Rosen Penev
2fb334f8c4
Merge pull request #9706 from expiron/kcptun-updates
kcptun: bump to v20190809, merge config and service scripts
2019-10-17 18:36:47 -07:00
Ansuel Smith
4d9358bbff
uwsgi-cgi: fix #10235
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-17 17:34:31 +02:00
Jan Hák
f9e3d4e0fa knot: update to version 2.9.0
Signed-off-by: Jan Hák <jan.hak@nic.cz>
2019-10-16 14:42:04 +02:00
Rosen Penev
fc71c87ed1
Merge pull request #10243 from neheb/kn
knxd: Makefile cleanups
2019-10-15 12:28:45 -07:00
Rosen Penev
5a7ac1d83b knxd: Makefile cleanups
argp-standalone is only needed for non GLIBC targets.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed unnecessary C/LDFLAGS.

Remove libstdcpp depends. It's included with libfmt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-15 12:16:13 -07:00
Rosen Penev
6e6df4f743
Merge pull request #10197 from tiagogaspar8/kea-1.6.0
kea: update package to 1.6.0
2019-10-14 21:08:31 -07:00
W. Michael Petullo
e29a9ffe2e dmapd: update PKG_LICENSE and enable parallel build
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-14 13:41:38 -04:00
W. Michael Petullo
13f7aa5a5f dmapd: update to 0.0.83
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-14 13:41:00 -04:00
Rosen Penev
59290881cb
Merge pull request #10206 from ysc3839/cifsd
cifsd: update to git (2019-10-08)
2019-10-14 01:45:52 -07:00
Yousong Zhou
620ba386b4 xl2tpd: bump to version 1.3.15
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-14 08:23:07 +00:00
Yousong Zhou
29991142e2 shadowsocks-libev: bump to version 3.3.2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-14 08:23:07 +00:00
W. Michael Petullo
102e67cc15 snort: update to 2.9.15
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-13 16:41:24 -04:00
Nikos Mavrogiannopoulos
aeb198bb82
Merge pull request #10208 from dengqf6/oc
openconnect: update to 8.05
2019-10-13 08:06:10 +02:00
Jeffery To
53e1692ae9 treewide: Use default PKG_BUILD_DIR when possible
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-13 02:01:34 +08:00
Hannu Nyman
7de37d7fea
Merge pull request #10193 from Ansuel/nginx-sock
nginx: adds new socket to luci uwsgi config
2019-10-12 14:46:06 +03:00
Ansuel Smith
b9c7a570a2
nginx: adds new socket to luci uwsgi config
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-12 13:22:08 +02:00
Rosen Penev
326b48d5c5
Merge pull request #10207 from dengqf6/upnpd
miniupnpd: update to 2.1.20191006
2019-10-12 00:20:16 -07:00
DENG Qingfang
81f6ef0013 openconnect: update to 8.05
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-10-12 15:15:46 +08:00
DENG Qingfang
fcf72ceec4 miniupnpd: update to 2.1.20191006
Removed upstreamed patch:
100-build-on-OpenWrt.patch

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-10-12 14:54:26 +08:00
Hannu Nyman
5c1c478b9a
Merge pull request #10173 from Ansuel/uwsgi-fix
uwsgi-cgi: adds patch to fix #10134
2019-10-12 09:39:47 +03:00
Richard Yu
f6ee8cb4e2
cifsd: update to git (2019-10-08)
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-10-12 10:32:04 +08:00
Petr Štetiar
bb6cdb804c cgi-io: iron out extra compiler warnings
Fixes following errors:

 main.c:458:37: error: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
 main.c:463:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare]
 main.c:518:35: error: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
 main.c:157:3: error: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Werror=unused-result]
 main.c:763:3: error: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Werror=unused-result]

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-10-11 16:03:54 +02:00
Petr Štetiar
4e7411a8d0 cgi-io: cmake: enable extra compiler warnings
Spotting issues during compilation is cheaper.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-10-11 16:03:54 +02:00
Petr Štetiar
fd47e99be4 cgi-io: cmake: fix libraries lookup
In order to make it compile properly in more environments.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-10-11 16:03:54 +02:00
Jo-Philipp Wich
f22bd6116a
Merge pull request #10191 from Ansuel/cgi-io-fix
cgi-io: fix various errors
2019-10-11 12:10:47 +02:00
Rosen Penev
2fcdd1fb57 mosh: Add protobuf host build dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-10 20:08:54 -07:00
Ansuel Smith
6cc1ae7fd5
uwsgi-cgi: adds luci webui and cgi-io vassals config
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-11 03:38:43 +02:00
Ansuel Smith
e8a391e9c7
uwsgi-cgi: introduce emperor mode as default uwsgi installation
- Use uwsgi in emperor mode by default

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-11 03:38:32 +02:00
Ansuel Smith
fdcb6e6873
uwsgi-cgi: add patch to fix #10134
- add uwsgi patch to add option to don't follow simbolic link but call it directly (waiting to be approved)

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-11 01:26:18 +02:00
Tiago Gaspar
03cf093332 kea: update package to 1.6.0
Update kea to the latest stable verion (1.6.0).

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2019-10-10 23:15:19 +01:00
Rosen Penev
e6a75aaf63
Merge pull request #9150 from lucize/uacme
uacme: add package
2019-10-10 13:25:40 -07:00
Ansuel Smith
535b2b6bd8
cgi-io: fix read after end errors
Currently cgi-io try to read data after the data ended.
- Adds "-" to whitelist char
- In main_upload is tried to consume the buffer while it's already readed by the while loop before

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-10 20:02:30 +02:00
Lucian Cristian
cb81ac1e06 uacme: add package
lightweight client for the RFC8555 ACMEv2 protocol, written in plain C code
with minimal dependencies (libcurl and one of GnuTLS, OpenSSL or mbedTLS).

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-10-10 18:55:52 +03:00
Jan Pavlinec
390da39191 tor: update to 0.4.1.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-10-10 08:58:40 +02:00
Rosen Penev
16fdfac0ec
Merge pull request #10194 from nickberry17/master
modemmanager: remove check for unneeded host dependency intltool
2019-10-09 18:57:45 -07:00
Nicholas Smith
805daeaff1 modemmanager: remove check for unneeded host dependency intltool
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2019-10-10 08:31:20 +10:00
Rosen Penev
a5c60d7249
Merge pull request #10170 from ewsi/feature_dcwifi_1.1
dcwifi: Update component versions
2019-10-09 12:46:00 -07:00
Dirk Brenken
b704e70689
Merge pull request #10189 from dibdot/banIP
banip: update 0.3.1
2019-10-09 19:04:39 +02:00
Carey Sonsino
0f00bcb16e dcwifi: Update component versions
update package versions and hashes
remove bzero patches
remove uclibc++ patch
refactor directory structure
relocate mrmctl in menuconfig
update macremapper patch

Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com>
Signed-off-by: Carey Sonsino <csonsino@gmail.com>
2019-10-09 14:53:01 +00:00
Karl Palsson
74b34fb148 net/mosquitto: drop obsolete libuuid dependency
libuuid was dropped as a dependency in mosquitto 1.6.0

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-10-09 14:11:33 +00:00
Dirk Brenken
70ab67649b
banip: update 0.3.1
* the WAN auto detection now supports multiple interfaces, too
* no longer filter out possible LAN devices
* add a new DoH (DNS over HTTPS) blocklist source with public
  DoH DNS server addresses, to effectively block client side DoH
  communication, e.g. via Firefox or Chrome

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-09 14:07:05 +02:00
Rosen Penev
451ec9cdc4
Merge pull request #10038 from tiagogaspar8/kea-fix
kea: fix makefile and dependencies
2019-10-07 21:20:55 -07:00
Xingwang Liao
2384acdc9d
aria2: Update to 1.35.0
* remove OpenSSL patch, it has already merged to the source.

Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
2019-10-08 11:40:49 +08:00
Hannu Nyman
401abc0f6f
Merge pull request #10163 from stangri/master-simple-adblock
simple-adblock: bugfix: proper dnsmasq reload on stop, rework start/stop logic
2019-10-07 18:08:41 +03:00
Michael Heimpold
d3012ecf08
Merge pull request #9137 from nickberry17/master
modemmanager: add ModemManager to packages

This also includes related libraries libmbim and libqmi and the command line tools.
2019-10-07 12:50:13 +02:00
Josef Schlehofer
318e6acddb
Merge pull request #10146 from BKPepe/unbound
unbound: Update to version 1.9.4
2019-10-07 01:10:47 +02:00
Stan Grishin
756bbb7afd simple-adblock: bugfix: proper dnsmasq reload on stop, rework start/stop logic
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-10-06 09:33:33 -07:00
Christian Lachner
5d59ddd923 haproxy: Update HAProxy to v2.0.7
- Update haproxy download URL and hash
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.7.html)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-10-05 13:59:57 +02:00
Hannu Nyman
341b519ea5
Merge pull request #10142 from stangri/master-simple-adblock
simple-adblock: bugfix and improvements (check description)
2019-10-05 11:25:44 +03:00
Dirk Brenken
f0950804bf
Merge pull request #10145 from dibdot/banIP
banip: update 0.3.0
2019-10-04 18:21:43 +02:00
Josef Schlehofer
1caf170daf
unbound: Update to version 1.9.4
Fixes CVE-2019-16866

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-04 11:58:32 +02:00
Dirk Brenken
ff8b853a6d
banip: update 0.3.0
* new 'ca-bundle' dependency as all https connections
  are now validated by default
* automatically select the download utility: 'aria2', 'curl',
  'uclient-fetch' with libustream-* or wget are supported
* track & ban failed LuCI login attempts as well
* add a small log/banIP background monitor to block
  SSH/LuCI brute force attacks in realtime (disabled by default)
* add a config version check (please update your default config!)
* made the automatic wan detection more stable
* fix the IPv6 logfile parser
* fix the service status message
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-04 10:16:20 +02:00
Stan Grishin
54f4487af1 simple-adblock: bugfix and improvements (check description)
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-10-03 18:41:49 -07:00
Rosen Penev
1d4a09e0c5
nbd: Remove other build dependency
Already satisfied by glib2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-03 16:22:38 -07:00
Rosen Penev
61b7341a7a
Merge pull request #10131 from neheb/jool
jool: Update to 4.0.5
2019-10-03 15:51:22 -07:00
Rosen Penev
ea3e5db68d
nbd: Remove glib2 build dependency
It is already included.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-02 18:54:43 -07:00
Carey Sonsino
9129b75fff dcwifi: Add Dual Channel Wi-Fi component packages
dcstad: Dual Channel Wi-Fi Station Daemon
dcwapd: Dual Channel Wi-Fi Access Point Daemon
libdcwproto: Dual Channel Wi-Fi Protocol Library
libdcwsocket: Dual Channel Wi-Fi Socket Library
macremapper: MAC Address Remapper Linux Kernel Module
mrmctl: Userland tool to get/set remap rules

Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com>
Signed-off-by: Carey Sonsino <csonsino@gmail.com>

Much help from @neheb
2019-10-02 13:34:11 +00:00
Rosen Penev
cae9da4d26 jool: Update to 4.0.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-01 18:40:39 -07:00
Tiago Gaspar
74603fe5ea kea: remove dependency and reduce file size
Remove boost-python3 dependency and reduce file size of the compiled 
kea-libs

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2019-10-01 02:05:15 +01:00
Tiago Gaspar
9314a96765 kea: fix kea-admin dependency
Fix kea-admin dependency where if procps-ng-ps wasn't available busybox 
would output an error casuse it does't support showing a processe's PID

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2019-10-01 02:03:21 +01:00
Tiago Gaspar
95307f2a4b kea: fix and improve makefile
Fix an issue where the Makefile wouldn't allow kea to show up in the
menuconfig Also added some description to the packages

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
2019-10-01 01:59:36 +01:00
Rosen Penev
1ffbba3fb1
Merge pull request #10102 from mister-benjamin/feature/etherwake-nfqueue
etherwake-nfqueue: Add package etherwake-nfqueue
2019-09-30 13:10:58 -07:00
Lucian Cristian
b06b04d27c frr: don't enable backtrace
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-09-30 06:31:52 +03:00
Rosen Penev
0c6fcf6ed0
umurmur: Switch to CMake
Fixed license information.

Added HTTPS to URL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-29 18:20:25 -07:00
Rosen Penev
f95b46a179
Revert "ola: Remove HOST_LDFLAGS hack"
This reverts commit 4e6dae7f39.
2019-09-29 17:52:40 -07:00
Josef Schlehofer
f477ab25e3
Merge pull request #10101 from BKPepe/dnscrypt
dnscrypt-proxy2: Update to version 2.0.27
2019-09-29 20:06:51 +02:00
Lech Perczak
ca81022a27 openvswitch: fix conditions for Linux 4.14
Condition testing for Linux version 4.14 is spelled LINUX_4_14, not
LINUX_4.14, so the checks were ineffective up to this change.
This Fixes the following error which appeared after update to 2.12.0,
when built against kernel 4.14:
Package kmod-openvswitch-intree is missing dependencies for the
following libraries:
tunnel6.ko

Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
2019-09-29 17:29:59 +08:00
Dirk Brenken
644b7f585e
Merge pull request #10100 from claell/patch-1
adblock: More cosmetic changes and more detailed installation instruc…
2019-09-29 07:53:47 +02:00
Rosen Penev
1086846107
Merge pull request #10051 from neheb/snor
snort3: Clean up Makefile
2019-09-28 14:56:33 -07:00
Mister Benjamin
df921dbcea
etherwake-nfqueue: Fix PKG_LICENSE
Signed-off-by: Mister Benjamin <144dbspl@gmail.com>
2019-09-28 23:06:52 +02:00
Mister Benjamin
1b5e13c0dc
etherwake-nfqueue: Add package etherwake-nfqueue
Signed-off-by: Mister Benjamin <144dbspl@gmail.com>
2019-09-28 22:20:39 +02:00
Josef Schlehofer
b9fbb90fd4
dnscrypt-proxy2: Update to version 2.0.27
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-09-28 17:55:03 +02:00
Claudius Ellsel
6121af755d
adblock: More cosmetic changes and more detailed installation instructions to README.md
Signed-off-by: Claudius Ellsel <claudius.ellsel@live.de>
2019-09-28 16:50:13 +02:00
Josef Schlehofer
1df857235e
Merge pull request #9896 from BKPepe/bind
bind: Update to version 9.14.5
2019-09-28 11:51:54 +02:00
Rosen Penev
eabf8798fd
Merge pull request #9933 from lucize/frr
frr: add package
2019-09-27 12:36:35 -07:00
Rosen Penev
481f66e043
Merge pull request #10066 from BKPepe/sysrepo
sysrepo: Use correct SPDX License Identifier
2019-09-27 12:21:17 -07:00
Rosen Penev
579534e52a
Merge pull request #9942 from dengqf6/xt3.4
xtables-addons: update to 3.5
2019-09-27 12:16:38 -07:00
Rosen Penev
1987afb655
Merge pull request #10091 from ysc3839/tr-web-control
transmission-web-control: update to latest git
2019-09-27 12:08:41 -07:00
Rosen Penev
2cfad4cd87
Merge pull request #10093 from ysc3839/frp
frp: update to 0.29.0
2019-09-27 12:08:14 -07:00
William Fleurant
7296ff1b5c yggdrasil: bump to 0.3.9
Signed-off-by: William Fleurant <meshnet@protonmail.com>
2019-09-27 13:50:15 -04:00
Richard Yu
144e7df270
transmission: fix command param issue and use default respawn settings
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-09-27 18:17:02 +08:00
Richard Yu
865c80e384
frp: update to 0.29.0
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-09-27 17:56:58 +08:00
Richard Yu
6cf14e9f0c
transmission-web-control: update to latest git
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-09-27 17:22:46 +08:00
Nicholas Smith
180fb0d622 modemmanager: add ModemManager to packages
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2019-09-27 11:26:51 +10:00
Rosen Penev
3a5ebd85a1
Merge pull request #10074 from ynezz/upstream/coova-fixes
coova-chilli fixes and improvements
2019-09-26 13:32:30 -07:00
Rosen Penev
aee2f6ba8a
Merge pull request #10058 from dbermond/proxychains-ng
proxychains-ng: new package
2019-09-26 13:30:42 -07:00
Rosen Penev
2982f950a6 isc-dhcp: fix confused description
Originally https://github.com/openwrt/packages/pull/10044

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-26 13:27:48 -07:00
Rosen Penev
07f664b3a1
Merge pull request #10068 from gentoo-root/master
apcupsd: Preset binaries used on target system
2019-09-26 13:22:19 -07:00
Andreas Nilsen
a79d3903f7 hcxdumptool: update to v5.2.2
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-09-26 20:45:08 +02:00
Andreas Nilsen
e28f4e1422 hcxtools: update to v5.2.2
Signed-off-by: Andreas Nilsen <adde88@gmail.com>
2019-09-26 20:44:52 +02:00
Rosen Penev
6ed8abd958 transmission: Merge all the command line params in one line
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-26 01:46:26 -07:00
Rosen Penev
4e6dae7f39
ola: Remove HOST_LDFLAGS hack
This has been solved properly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-25 22:00:04 -07:00
Rosen Penev
d6e1e8d9fb
transmission: Fix typo in init script
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-25 13:25:53 -07:00
Hannu Nyman
4a9d223732
Merge pull request #10065 from stangri/master-simple-adblock
simple-adblock: dnsmasq.ipset option support, better handling of IDNs, updated README
2019-09-25 19:12:48 +03:00
Karl Palsson
9af5c0ded8 net/mosquitto: bump to 1.6.7
Fixes compatibility with newer libwebsockets versions.
Fixes performance issues with websockets
Fixes potential crash on config reload
Fixes CVEs: CVE-2019-11778 and CVE-2019-11779
Various MQTTv5 fixes.
Skips releases with critical regressions

Changelog for 1.6.7:
https://mosquitto.org/blog/2019/09/version-1-6-7-released/

Changelog for 1.6.5:
https://mosquitto.org/blog/2019/09/version-1-6-5-released/

Changelog for 1.6.6:
https://mosquitto.org/blog/2019/09/version-1-6-6-released/

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-09-25 16:12:09 +00:00
Hannu Nyman
00806485f0
Merge pull request #10071 from gladiac1337/haproxy-2.0.6
haproxy: Update HAProxy to v2.0.6
2019-09-25 19:11:27 +03:00
Jan Hák
8a82181c27 knot: update to version 2.8.4
Signed-off-by: Jan Hák <jan.hak@nic.cz>
2019-09-25 16:28:05 +02:00
Petr Štetiar
dd39acba55 coova-chilli: Fix debug flag config example and synchronize bool options
debug is boolean option/flag so setting it to 9 doesn't work, while at
it I've synchronized boolean options from source code and sorted it
alphabeticaly with following command:

  grep flag src/cmdline.ggo | cut -d \" -f2 | sort | tr '\n' '|'

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-09-25 13:00:22 +02:00
Petr Štetiar
9d3a1a2a63 coova-chilli: Fix unwanted startup of disabled instances
Code in option_cb was referencing $chilli_inst variable which was
declared as local, thus the instance startup logic in start_chilli was
referencing variable which would always get value of 1, effectively
making `disabled` config option useless.

So I've fixed it with simpler config_get_bool and while at it, I've simplified the
surrounding code little bit as well.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-09-25 12:59:55 +02:00
Petr Štetiar
aa6dfc5978 coova-chilli: Wrap excessively long lines
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-09-25 12:59:55 +02:00
Christian Lachner
c44b070804 haproxy: Update HAProxy to v2.0.6
- Update haproxy download URL and hash
- Add new patches

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-09-25 11:36:07 +02:00
Rosen Penev
b50ee9b45e
Merge pull request #10062 from ja-pa/treewide-cpe-id-2
treewide: add PKG_CPE_ID for cvescanner
2019-09-24 15:03:31 -07:00
Daniel Bermond
63379c3d35
proxychains-ng: new package
Compile tested: R7800 (arm_cortex-a15_neon-vfpv4), OpenWrt git master
Run tested: R7800 (arm_cortex-a15_neon-vfpv4), OpenWrt git master

Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
2019-09-24 20:31:46 +00:00
Josef Schlehofer
d0e2a3e81a
sysrepo: Use correct SPDX License Identifier
- Add PKG_LICENSE_FILES
- Refresh patches
- Use better URL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-09-24 21:55:47 +02:00
Josef Schlehofer
9ed187693f
quassel-irssi: refresh patches to avoid fuzz
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-09-24 20:36:09 +02:00
Maxim Mikityanskiy
4a3b1ee42a apcupsd: Preset binaries used on target system
apcupsd's configure script looks up paths to sh, wall and mail on the
host system, but intends to use them on the target system. OpenWrt
replaces apcupsd's scripts by its own versions, so those paths don't
really matter, however, if the host system doesn't have wall installed,
the build fails. This is the case on Gentoo when util-linux is built
with USE=-tty-helpers (default). Prevent such failures by providing
explicit stub paths to sh, wall and mail to configure script.

Signed-off-by: Maxim Mikityanskiy <maxtram95@gmail.com>
2019-09-24 21:29:54 +03:00
Rosen Penev
862510a251
Merge pull request #10046 from neheb/pfix
protobuf fixes from CMake conversion
2019-09-24 10:50:20 -07:00
Stan Grishin
c6beee74f9 simple-adblock: dnsmasq.ipset option support, better handling of IDNs, updated README
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-09-24 09:11:45 -07:00
Dirk Brenken
1f81686c0e
Merge pull request #10055 from claell/patch-1
adblock: Cosmetic changes to README.md
2019-09-24 15:14:15 +02:00
Dirk Brenken
8c2264a2da
Merge pull request #10034 from onjen/captive-optional-args
travelmate: add support for optional args in auto-login script
2019-09-24 15:13:41 +02:00
Jan Pavlinec
ceadbcbb64
treewide: add PKG_CPE_ID for cvescanner
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-24 13:51:22 +02:00
Rosen Penev
acc646dafb
Merge pull request #9940 from neheb/tr2
transmission: Fix tracker issue with some firewalls
2019-09-23 17:28:10 -07:00
Rosen Penev
546ea3475a
ola: Fix HOSTPKG linking
Before the CMake update, either protobuf was being installed to HOST
instead of HOSTPKG by mistake or some other problem.

This adds a linker flag to look in the proper location.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-23 15:23:41 -07:00
Nikos Mavrogiannopoulos
6358c3e72e
Merge pull request #10045 from yousong/oc-form
openconnect: allow specifying form_entry list
2019-09-23 20:57:05 +02:00
Rosen Penev
730a1697fe transmission: Fix tracker issue with some firewalls
Some firewalls mandate a minimum size of 4k for SYN packets, which
transmission does not do by default. Upstream issue here:

https://github.com/transmission/transmission/issues/964

Cleanup:

Fixed license info.

Removed two unnecessary patches.

Ran shell script through shellcheck.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-23 11:41:10 -07:00
Claudius Ellsel
088a14e5ce adblock: Cosmetic changes to README.md
Add code blocks for easier reading and change "dns" to "DNS".

Signed-off-by: Claudius Ellsel <claudius.ellsel@live.de>
2019-09-23 16:52:17 +02:00
David Yang
f9cf4e1f2c i2pd: Update to 2.28.0
Signed-off-by: David Yang <mmyangfl@gmail.com>
2019-09-22 13:42:04 +08:00
Rosen Penev
e7be39e933
snort3: Clean up Makefile
Removed PKG_FIXUP and PKG_INSTALL. They are both unnecessary.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-21 15:58:07 -07:00
Rosen Penev
78248fb2fd
miniupnpc: Update to 2.1.20190824
Switched to CMAKE_INSTALL to get rid of InstallDev.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-21 15:57:41 -07:00
Rosen Penev
61b5f5b16c
cshark: Switch to standard PKG_SOURCE_VERSION/DATE
Several other cleanups.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed PKG_INSTALL as cmake.mk already defines it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-21 15:56:58 -07:00
Diana Dragusin
bda3b710ba phantap: update to latest commit
7cc6017 phantap-learn: Add another way to detect the victim
8a4b30b phantap-learn: Continue listening for DNS traffic after initial detection
3e1cf09 Improve setup documentation
ddde4b9 Fix neighbour spelling
bee7e92 Readme.md: Update
efb57f6 Readme.md: Update

Signed-off-by: Diana Dragusin <diana.dragusin@nccgroup.com>
2019-09-21 14:53:32 -07:00
Yousong Zhou
384398d452 openconnect: allow specifying form_entry list
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-09-21 10:33:18 +00:00
Johannes Rothe
a7f87f939d travelmate: add support for optional args in auto-login script
This can be helpful for example in hotels where you need to
enter a new user/password combination every week.

Signed-off-by: Johannes Rothe <mail@johannes-rothe.de>
2019-09-20 22:15:17 +02:00
Josef Schlehofer
61dcd6849f
bind: Update to version 9.14.6
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-09-19 21:20:34 +02:00
Rosen Penev
a0516d7e1d
Merge pull request #10027 from James-TR/fix/pdns-lua-dep
pdns: Explicitly define lua implementation
2019-09-18 11:52:08 -07:00
Jan Pavlinec
b42159dea3 irssi: update to version 1.2.2 (security fix)
Fixes CVE-2019-15717

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-18 20:12:17 +02:00
James Taylor
001e30e387 pdns: Explicitly define lua implementation
Compile Tested: yes, selects lua as implementation and doesn't pick up luajit
Run Tested: no, minor change

Maintainer: me

Description:
On some architectures PowerDNS was preferring Luajit over Lua, which wasn't added
as a dependency. On previous versions this was controlled by passing `--with-lua`
and `--without-luajit` however this isn't functional anymore.

On the 4.2 series, it is instead possible to define the lua implementation to be
used by passing `--with-lua=[implementation]` ie `--with-lua=lua`

Signed-off-by: James Taylor <james@jtaylor.id.au>
2019-09-19 00:11:04 +10:00
Jan Pavlinec
299e5b0a9b
treewide: add PKG_CPE_ID for better cvescanner coverage
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-09-17 12:40:26 +02:00
Florian Eckert
ffe358b918
Merge pull request #10015 from mwarning/zt
zerotier: update to 1.4.6
2019-09-17 08:35:10 +02:00
Rosen Penev
0fa6b85686
ulogd: Add back autoreconf
Compile fails at times, probably because of the patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-09-16 17:49:17 -07:00
Moritz Warning
6181852408 zerotier: update to 1.4.6
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2019-09-17 01:37:24 +02:00
Rosen Penev
b505803714
Merge pull request #9995 from flyn-org/scapy
scapy: update to 2.4.3
2019-09-16 09:46:59 -07:00
Dirk Brenken
496d527080
adblock: update 3.8.6
* refine stop logic to prevent needless dns backend restarts
  and other oddities
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-09-16 10:49:37 +02:00
Yousong Zhou
feacaa5f80 openvswitch: bump to version 2.12.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-09-16 07:59:31 +00:00
Stijn Tintel
6bcfacca5e strongswan: bump to 5.8.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2019-09-16 02:28:20 +03:00
W. Michael Petullo
aa96854564 scapy: fix PKG_LICENSE_FILES
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-09-15 13:36:52 -04:00
Rosen Penev
744fc97820
Merge pull request #9584 from ynezz/upstream/move-scons
scons: move host build tool to a proper place
2019-09-15 07:21:52 -07:00
W. Michael Petullo
3c9ce19f92 scapy: update to 2.4.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-09-14 12:11:19 -04:00
Toke Høiland-Jørgensen
1126368e0e sqm-scripts: Bump to v1.4.0
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2019-09-14 13:19:23 +02:00
DENG Qingfang
685fe876be xtables-addons: update to 3.5
Add xt_PROTO target.

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-09-14 17:31:56 +08:00