Commit Graph

9919 Commits

Author SHA1 Message Date
Jemy Zhang f74f517b9a net/https-dns-proxy: Update to 2018-04-23
+ add option for resolver_url_prefix

Signed-off-by: Jemy Zhang <jemy.zhang@gmail.com>
2018-04-26 18:19:54 +08:00
Jemy Zhang 1831d97cf1 net/https-dns-proxy: Update to 2018-01-28
+ initial DNS resolve via proxy
+ option of subnet address
+ option of proxy server

Signed-off-by: Jemy Zhang <jemy.zhang@gmail.com>
2018-03-07 17:26:56 +08:00
Ted Hess cba7023cf2 libsoxr: Update to version 0.1.3. Use SF package download
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-03-06 16:12:02 -05:00
Ted Hess 41421d92b0 libvorbisidec: Add pkgconfig to STAGING_DIR
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-03-06 16:04:26 -05:00
Michael Heimpold 1160b4dce7 libxml2: update to 2.9.8
Also drop obviously dead download mirrors.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-06 21:38:42 +01:00
Dirk Brenken 89994f515b
Merge pull request #5632 from haraldg/smstools3
smstools3: Move init script to use procd
2018-03-06 15:43:47 +01:00
Harald Geyer 0cc76f89ae smstools3: Move init script to use procd
* properly install config file
* prevent smsd from starting right after installation to prevent loss of data
  (make default device unavailable by turning configuration into comments)
* move init script to procd
* update init script priority to sane value
* log to syslog - at the moment via stdout and procd
  this is a workaround to force smsd to stay in the foreground
* the init script can't do a modem reset anymore
  use an alarmhandler script instead
* add a local patch to make all processes terminate if the main process dies
* take over the package as new maintainer

Signed-off-by: Harald Geyer <harald@ccbib.org>
2018-03-06 14:17:14 +00:00
Yousong Zhou 5eef0d56cf tree: bump PKG_RELEASE
It was missing in a previous change bab8741 (tree: use
TARGET_{CFLAGS,LDFLAGS} instead of the package default)

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 12:36:36 +08:00
Toni Uhlig bab87417c9 tree: use TARGET_{CFLAGS,LDFLAGS} instead of the package default
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2018-03-06 11:50:15 +08:00
Yousong Zhou e22de081f9 openvswitch: use https download url
At the time of this writing, Open vSwitch official website suggests
http://openvswitch.org whose https couterpart uses a self-signed
certificate, but it redirects to http://www.openvswitch.org, which has a
working https equivalent.

Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou 6aedd02984 openvswitch: set Yousong Zhou as the maintainer
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou 5f5dc3614f openvswitch: add gre, vxlan, geneve tunneling support
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou 19b2e7627e openvswitch: bump PKG_RELEASE
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou eeb6a3fcbb openvswitch: rework openvswitch kernel datapath package
- KCONFIG: bridge compatibility was removed since Open vSwitch 1.10.
   See Open vSwitch FAQ.md for details
 - The module does not depend on kmod-gre, kmod-vxlan
 - Use AutoProbe to remove dependecy on specific priority

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou f53d452bd1 openvswitch: python: rework host and target dependency
Open vSwitch needs to run python on build machine to make build-time
required files.  python-six library is only required by the openvswitch
python library on target machine, not a build dependency.

We override host PYTHONPATH by overriding it in MAKE_VARS.  This way we
can remove 0003-override-pythonpath-via-make-vars.patch

This also fixes shebang wrongly pointing to python on host

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou 5b56acae21 openvswitch: python: remove openvswitch as a dependency
The python library is a standalone unit.  Remove dependency on
PACKAGE_openvswitch to allow users to use it with maybe remote
openvswitch services.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou c8ed010772 openvswitch: remove --disable-ssl
Remove it since we already select libopenssl in openvswitch-base

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou f11d8495ca openvswitch: use default rundir /var/run/openvswitch/
This subdir contains multiple pid, unix domain socket files.  It's a
custom to put them in it's own subdir

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou 4feb43bf43 openvswitch: remove dependency on SUPPORTED_KERNELS
Quote from Open vSwitch FAQ.md

    Open vSwitch userspace should also work with the Linux kernel module
    built into Linux 3.3 and later.

    Open vSwitch userspace is not sensitive to the Linux kernel version. It
    should build against almost any kernel, certainly against 2.6.32 and
    later.

The SUPPORTED_KERNEL dependency for openvswitch kernel module only
makes sense when we are building it from the ovs release tarballs
against mainline kernels.  Now that we are using the module from vanilla
kernel itself, the dependency does not exist anymore

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Jiri Slachta cc172131db
Merge pull request #5712 from micmac1/revert-tiff
tiff: revert uclibc++ commit
2018-03-05 13:14:35 +01:00
Peter Wagner 280f764ef8 ntpd: update to 4.2.8p11
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-03-05 08:26:04 +01:00
Ted Hess f9eee0ca87
Merge pull request #5567 from dissent1/minidlna
minidlna: decrease minidlna log verbosity
2018-03-04 14:10:58 -05:00
Sebastian Kemper 883af8a5d1 tiff: revert uclibc++ commit
This reverts 5b5659850d.

In hindsight I have to admit I did not correctly understand the
implications of the uclibc++.mk include.

The include allows a package to follow the user's choice regarding which
C++ library should be the standard. Linking against uClibc++ instead of
libstd++ is not a problem when running musl (which is what I had
incorrectly assumed), as both C++ libs are separate packages. And
uClibc++ is a lot smaller than libstd++, which is probably why it is
even the default C++ lib on OpenWrt currently.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-04 19:14:10 +01:00
Thomas Heil 153b14cbfb
Merge pull request #5710 from gladiac1337/feature-haproxy-1.8
haproxy: Update HAProxy to v1.8.4 (+patches)
2018-03-04 15:53:16 +01:00
Thomas Heil 906dbf43f8
Merge pull request #5708 from gladiac1337/master
haproxy: Fix Lua-support on non-mips(el) targets.
2018-03-04 15:51:35 +01:00
Michael Heimpold 457594fdf7 libiio: rework backend selection (fixes #5637)
Provide configuration items to select individual backends. This
also allows to fine-tune the package dependencies.
In order to address #5637, we make this dep unconditionally
until upstream allow to opt-in/opt-out libavahi support.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-04 14:21:46 +01:00
Michael Heimpold 7ffa1641d8 php7: update to 7.2.3
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-04 14:21:46 +01:00
Christian Lachner d6ff6a97d5 haproxy: Fix non-ssl builds
- Add missing libatomic dependency in non-ssl variant of the build

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-03-04 13:10:53 +01:00
Christian Lachner 02deb12f70 haproxy: Update HAProxy to v1.8.4 (+patches)
- Update haproxy download URL and hash
- Update the haproxy homepage
- Add libatomic to the dependencies as 1.8 needs it
- Make USE_REGPARM an x86-only option as this fixes many warnings and does not do much on non-x86 platforms
- Add USE_GETADDRINFO=1 to use getaddrinfo() to resolve IPv6 host names
- Add USE_TFO=1 to enable TCP fast open
- Unbreak CFLAGS, LD and LDFLAGS by adding the missing backslash after $(ADDON)
- Unbreak IGNOREGIT=1 option (typo)
- Rework LDFLAGS and add libatomic
- Add MEDIUM+ patches (see https://www.haproxy.org/bugs/bugs-1.8.4.html)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-03-04 12:42:10 +01:00
Hannu Nyman e0e6e5229d
Merge pull request #5704 from wvdakker/master
Shorewall: Bump to version 5.1.12.3
2018-03-04 09:25:41 +02:00
Hannu Nyman 39b11f401b
Merge pull request #5699 from br101/pingcheck
pingcheck: Update to latest version
2018-03-03 20:56:24 +02:00
Hannu Nyman 620117ecb9
Merge pull request #5707 from zhaojh329/rtty
rtty: Update to latest version
2018-03-03 20:54:55 +02:00
Peter Wagner 741623d10c tor: update to 0.3.2.10
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-03-03 18:37:57 +01:00
Christian Lachner 4012a69514 haproxy: Change download-URLs to https-variants
- change haproxy download-URL to https-variant
- change lua download-URL to https-variant

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-03-03 17:07:20 +01:00
Jianhui Zhao 790935eed2 rtty: Update to latest version
Change license to LGPL2

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-03 23:16:27 +08:00
Christian Lachner f66b279d87 haproxy: Fix Lua-support on non-mips(el) targets.
- the Lua-support logic was cleaned up to unbreak Lua-support on non-mips(el) targets. Previously, no target had Lua-support.
- mips and mipsel are both known to currently not build with Lua-support enabled => disable both.
- mips64 and mips64el were tested fine with Lua-support enabled.

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-03-03 16:14:17 +01:00
Nikos Mavrogiannopoulos 1256498a3c ocserv: updated to 0.11.11
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-03-03 15:12:29 +01:00
Bruno Randolf 5aa7987876 pingcheck: Update to latest version
Signed-off-by: Bruno Randolf <br1@einfach.org>
2018-03-03 12:30:02 +00:00
W. van den Akker 21f905698c
Shorewall6: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 12:32:02 +01:00
W. van den Akker 9b48603fc4
Shorewall: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 12:30:48 +01:00
W. van den Akker 1b29396d71
Shorewall6-lite: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 12:29:40 +01:00
Jiri Slachta 7dbf73f4eb
Merge pull request #5703 from micmac1/libssh2-pkg_config_deps
libssh2: add missing PKG_CONFIG_DEPENDS
2018-03-03 10:48:49 +01:00
Dirk Brenken 2e4e7b0487
Merge pull request #5678 from neheb/wifidog
wifidog: Change URL to HTTPS and switch file to .xz
2018-03-03 10:13:20 +01:00
W. van den Akker 7000109be3
Shorewall-lite: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 09:49:08 +01:00
W. van den Akker e67677a7b6
Shorewall-core: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 09:47:37 +01:00
Sebastian Kemper 27c77ff0e9 libssh2: add missing PKG_CONFIG_DEPENDS
Recently added symbols CONFIG_LIBSSH2_MBEDTLS and CONFIG_LIBSSH2_OPENSSL
require a rerun of ./configure when their selection changes. So add them
to PKG_CONFIG_DEPENDS accordingly.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-03 09:19:29 +01:00
Dirk Brenken 0a8bdb8564
Merge pull request #5700 from dibdot/travelmate
travelmate: update 1.1.3
2018-03-03 08:43:38 +01:00
Dirk Brenken 3eeabf1273
Merge pull request #5698 from TDT-AG/bwm-ng_gcc7x_fix
bwm-ng: add patch to fix GCC 7.x compatibility
2018-03-02 18:25:05 +01:00
Dirk Brenken 92efa690be
Merge pull request #5695 from neheb/tr
transmission: Fix HTTPS and mobile devices.
2018-03-02 18:16:51 +01:00
Dirk Brenken fe7d6d7522 travelmate: update 1.1.3
* fix remaining status oddities
* LuCI: show WiFi QR codes from all configured Access Points

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-02 18:09:34 +01:00