Hannu Nyman [Mon, 19 Mar 2018 15:29:07 +0000 (17:29 +0200)]
Merge pull request #5789 from zhaojh329/rtty
rtty: Fix the bug of startup script
tripolar [Mon, 19 Mar 2018 07:41:57 +0000 (08:41 +0100)]
Merge pull request #5788 from micmac1/baresip-pulse-dep2
pulseaudio: fix non-NEON ARM compiles
Jianhui Zhao [Mon, 19 Mar 2018 07:30:59 +0000 (15:30 +0800)]
rtty: Fix the bug of startup script
Not correctly judging whether uci_validate_section is successful
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Sebastian Kemper [Mon, 19 Mar 2018 02:43:39 +0000 (03:43 +0100)]
pulseaudio: fix non-NEON ARM compiles
PulseAudio in some cases does not detect the ARM CPU's capabilities
correctly and enables NEON ASM while it is not supported. For example
when compiling for arm_arm1176jzf-s_vfp the assembler rejects this and
the compile fails:
{standard input}: Assembler messages:
{standard input}:27: Error: selected processor does not support `vld1.16 {d0},[r1]!' in ARM mode
{standard input}:28: Error: selected processor does not support `vmovl.s16 q0,d0' in ARM mode
{standard input}:29: Error: selected FPU does not support instruction -- `vcvt.f32.s32 q0,q0,#15'
{standard input}:31: Error: selected processor does not support `vst1.32 {q0},[r2]!' in ARM mode
{standard input}:70: Error: selected processor does not support `vld1.32 {q0},[r1]!' in ARM mode
{standard input}:71: Error: selected FPU does not support instruction -- `vcvt.s32.f32 q0,q0,#31'
{standard input}:72: Error: selected processor does not support `vqrshrn.s32 d0,q0,#16' in ARM mode
{standard input}:74: Error: selected processor does not support `vst1.16 {d0},[r2]!' in ARM mode
Makefile:8668: recipe for target 'pulsecore/libpulsecore_sconv_neon_la-sconv_neon.lo' failed
To fix this tell PulseAudio explicitly when to use the NEON ASM and when
not to.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Hannu Nyman [Sun, 18 Mar 2018 17:42:34 +0000 (19:42 +0200)]
Merge pull request #5777 from TDT-AG/pr/
20181316-net-wan3-update
net/wan3: add some enhancements
Hannu Nyman [Sun, 18 Mar 2018 17:40:41 +0000 (19:40 +0200)]
Merge pull request #5779 from zhaojh329/wifidog-ng
wifidog-ng: update to 1.2.4
Hannu Nyman [Sun, 18 Mar 2018 17:40:07 +0000 (19:40 +0200)]
Merge pull request #5783 from zhaojh329/libuhttpd
libuhttpd: update to 2.0.3
Peter Wagner [Sun, 18 Mar 2018 14:05:05 +0000 (15:05 +0100)]
glib2: update to 2.56.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Jianhui Zhao [Sat, 17 Mar 2018 04:45:46 +0000 (12:45 +0800)]
wifidog-ng: update to 1.2.4
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Jianhui Zhao [Sun, 18 Mar 2018 03:03:19 +0000 (11:03 +0800)]
libuhttpd: update to 2.0.3
ecb3ea9 Fix compile error on openwrt-x64
d9ef540 mention some code in lua_template.c copied from.
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Hannu Nyman [Fri, 16 Mar 2018 14:19:32 +0000 (16:19 +0200)]
Merge pull request #5774 from ryzhovau/stm32flash-src
stm32flash: fix source URL
Florian Eckert [Fri, 16 Mar 2018 13:00:39 +0000 (14:00 +0100)]
net/mwan3: update version to 2.6.11
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Fri, 16 Mar 2018 13:36:24 +0000 (14:36 +0100)]
net/mwan3: update hint in mwan3.user for connected/disconnected
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 14 Mar 2018 10:57:02 +0000 (11:57 +0100)]
net/mwan3: deviate max interface value from mmx_mask value
We need always three of the firewall mask value for
* default routing table
* blackhole
* unreachable
the other will be used for the interfaces.
* If we have set the mmx_mask to max 0xFF00 (8 bit set) we could use max 252
interfaces.
* If we have set the mmx_mask to min 0x0E00 (3 bit set) we could use max 4
interfaces.
Only the ones are counting from the firewall mask value.
Minimal three firewall mask bit vaules must be set.
Maximal eight firewall mask bit vaules could be set.
Table overview mmx_mask value bits vs. max interfaces
mmx_mask value bits set 1 -> not usefull
mmx_mask value bits set 2 -> not usefull
mmx_mask value bits set 3 -> 4 Interfaces (mask example 0x0E)
mmx_mask value bits set 4 -> 12 Interfaces
mmx_mask value bits set 5 -> 28 Interfaces
mmx_mask value bits set 6 -> 60 Interfaces
mmx_mask value bits set 7 -> 124 Interfaces
mmx_mask value bits set 8 -> 252 Interfaces (mask example 0xFF)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 14 Mar 2018 09:25:14 +0000 (10:25 +0100)]
net/mwan3: remove unused local variables
Remove unused local variables
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Tue, 6 Mar 2018 14:44:50 +0000 (15:44 +0100)]
net/mwan3: add connected/disconnected ACTION to mwan3track
Add a new ACTIONs:
* connected ACTION is called once if mwan3track reach all configured track_ips
* disconnected ACTION is called once if mwan3track is unable to reach the track_ips
The connected/disconnected will called only by mwan3track in opposite
the ACTIONs ifup/ifdown will also be called by netifd.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Alexander Ryzhov [Fri, 16 Mar 2018 07:08:18 +0000 (10:08 +0300)]
stm32flash: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Hannu Nyman [Thu, 15 Mar 2018 16:34:18 +0000 (18:34 +0200)]
Merge pull request #5768 from zhaojh329/wifidog-ng
wifidog-ng: update 1.2.0
Jianhui Zhao [Thu, 15 Mar 2018 16:13:22 +0000 (00:13 +0800)]
wifidog-ng: update 1.2.0
78c472b Support allow doamin by ubus
eb6036d support add/del client by ubus
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Hannu Nyman [Thu, 15 Mar 2018 15:40:51 +0000 (17:40 +0200)]
Merge pull request #5763 from neheb/patch-1
aircrack-ng: Add -std=gnu89 to fix compile issues.
Hannu Nyman [Thu, 15 Mar 2018 15:39:12 +0000 (17:39 +0200)]
Merge pull request #5657 from iamperson347/stubby0.2.2
stubby: Bump to 0.2.2 plus updates to default config
Hannu Nyman [Thu, 15 Mar 2018 15:37:19 +0000 (17:37 +0200)]
Merge pull request #5762 from iamperson347/getdns1.4
gettdns: Bump to 1.4.1 plus fixes
Hannu Nyman [Thu, 15 Mar 2018 15:36:29 +0000 (17:36 +0200)]
Merge pull request #5767 from zhaojh329/rtty
rtty: update to v4.1.1
Jianhui Zhao [Thu, 15 Mar 2018 14:46:00 +0000 (22:46 +0800)]
rtty: update to v4.1.1
f056af0 Fix bug: double free when execute a command timeout
69260b6 Fix bug: Error class did not match the server
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Rosen Penev [Thu, 15 Mar 2018 02:26:13 +0000 (19:26 -0700)]
aircrack-ng: Add -std=gnu89 to fix compile issues.
The code assumes pre-C99 inlining. This causes issues with GCC7 which assumes C11. Add std=gnu89 to restore proper behavior.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Wed, 14 Mar 2018 21:10:52 +0000 (23:10 +0200)]
Merge pull request #5758 from commodo/python-fix-macos-x-build
python,python3: attempt to fix Mac OS X host build issues
Paul Wassi [Mon, 12 Mar 2018 18:29:13 +0000 (19:29 +0100)]
libs/libmicrohttpd: Update to version 0.9.59
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Alexander Couzens [Wed, 14 Mar 2018 16:03:45 +0000 (17:03 +0100)]
travis: allow $SDK to be a substring of the sdk filename
$SDK doesn't need to be updated everytime the filename changes because of
a gcc update
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Alexander Couzens [Wed, 14 Mar 2018 12:32:44 +0000 (13:32 +0100)]
travis: improve log output of download_sdk
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Yousong Zhou [Wed, 14 Mar 2018 06:47:05 +0000 (14:47 +0800)]
openvswitch: bump to version 2.8.2
Changes since 2.8.2 as recorded in NEWS-2.8.2
- NSH implementation now conforms to latest draft (draft-ietf-sfc-nsh-28).
- Bug fixes
0006-adapt-ovs-scripts.patch was splited into two separate patches as
the original patch does not apply against 2.8.2 anymore. Other patches
are just re-numbered without actual function change
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Alexandru Ardelean [Wed, 14 Mar 2018 14:21:40 +0000 (16:21 +0200)]
python,python3: remove `--with-system-ffi=no` config arg
Report https://github.com/openwrt/packages/issues/5638
It was mentioned that this causes build failures on Mac OS X.
The default behavior [in the setup.py script] is to check whether
`--with-system-ffi` is present in the CONFIG_ARGS env var.
However that back-fires a bit when `--with-system-ffi=no`, because the
condition `not '--with-system-ffi' in sysconfig.get_config_var("CONFIG_ARGS")`
evaluates to true.
This is a small bug in the `setup.py` script, but it looks like the
easiest/cleanest way to address it on our end is to just remove it entirely
from the HOST_CONFIGURE_ARGS.
At least that's how it looks like when testing on a Linux machine.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Wed, 14 Mar 2018 14:18:27 +0000 (16:18 +0200)]
python,python3: limit underlinking behavior to linux platforms
This change was introduced in commit
1c54e2b0fbe2e9a7d to address build
issues on Ubuntu 12.04.
However it was reported to cause issues on Mac OS X.
Report: https://github.com/openwrt/packages/issues/5310
It was also reported that removing this on MacOS X fixes the issue.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Karl Palsson [Tue, 6 Mar 2018 16:57:54 +0000 (16:57 +0000)]
pagekitec: add new package
From the package description:
PageKite is a system for running publicly visible servers (generally
web servers) on machines without a direct connection to the Internet,
such as mobile devices or computers behind restrictive firewalls.
PageKite works around NAT, firewalls and IP-address limitations by
using a combination of tunnels and reverse proxies.
This package provides an implementation of the PageKite Protocol in C,
optimized for high-performance or embedded applications.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Hannu Nyman [Wed, 14 Mar 2018 08:13:39 +0000 (10:13 +0200)]
Merge pull request #5755 from philenotfound/mutt-bump
mutt: bump to version 1.9.4
Hannu Nyman [Wed, 14 Mar 2018 08:08:31 +0000 (10:08 +0200)]
Merge pull request #5756 from zhaojh329/rtty
rtty: Update to 4.1.0
Phil Eichinger [Tue, 13 Mar 2018 06:04:48 +0000 (07:04 +0100)]
mutt: bump to version 1.9.4
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
David Mora [Thu, 22 Feb 2018 02:04:16 +0000 (21:04 -0500)]
gettdns: Bump to 1.4.1 plus fixes
Makefile needed to be updated specify ssl dir
Signed-off-by: David Mora <iamperson347+public@gmail.com>
Peter Wagner [Tue, 13 Mar 2018 18:08:56 +0000 (19:08 +0100)]
git: use hardlinks for /usr/lib/git-core/git{,-shell,-upload-pack}
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Jianhui Zhao [Tue, 13 Mar 2018 14:57:58 +0000 (22:57 +0800)]
rtty: Update to 4.1.0
support execute a command remote
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Felix Fietkau [Tue, 13 Mar 2018 10:17:27 +0000 (11:17 +0100)]
openvswitch: add missing dependency
Fixes a build error
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Hannu Nyman [Mon, 12 Mar 2018 19:38:41 +0000 (21:38 +0200)]
haveged: disable MIPS16
Disable MIPS16 usage so that haveged compiles ok with GCC 7.3
for MIPS targets.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Mon, 12 Mar 2018 15:45:04 +0000 (17:45 +0200)]
Merge pull request #5092 from TDT-AG/pr/
20171109-fix-libubox-dependencies
mwan3: fix package to dependency
Hannu Nyman [Mon, 12 Mar 2018 11:11:40 +0000 (13:11 +0200)]
Merge pull request #5749 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.1.4
Hannu Nyman [Mon, 12 Mar 2018 11:11:20 +0000 (13:11 +0200)]
Merge pull request #5748 from zhaojh329/libuhttpd
libuhttpd: Update to 2.0.2
Marko Ratkaj [Mon, 12 Mar 2018 10:56:08 +0000 (11:56 +0100)]
Merge pull request #5634 from sartura/sysrepo_v0.7.3_python_lua_bindings
sysrepo: add python2 and lua5.1 language bindings
Florian Eckert [Thu, 9 Nov 2017 10:50:55 +0000 (11:50 +0100)]
net/mwan3: add jshn and ip-full to package dependency
* The mwan3 scripts sources ". /usr/share/libubox/jshn.sh"
* Mwan3 only works if ip-full is installed
Error -> "ip: invalid argument '0xfd00/0xff00' to 'fwmark'"
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Jianhui Zhao [Mon, 12 Mar 2018 06:04:07 +0000 (14:04 +0800)]
wifidog-ng: Update to 1.1.4
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Yousong Zhou [Mon, 12 Mar 2018 03:04:43 +0000 (11:04 +0800)]
xl2tpd: bump to version 1.3.11
Jianhui Zhao [Mon, 12 Mar 2018 03:02:52 +0000 (11:02 +0800)]
libuhttpd: Update to 2.0.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Hannu Nyman [Sun, 11 Mar 2018 20:22:16 +0000 (22:22 +0200)]
Merge pull request #5731 from lnslbrty/feature/libcap-bin
libcap: executables
champtar [Sun, 11 Mar 2018 18:29:55 +0000 (11:29 -0700)]
Merge pull request #5746 from hnyman/htop210
htop: update to 2.1.0
Hannu Nyman [Sun, 11 Mar 2018 17:25:52 +0000 (19:25 +0200)]
htop: update to 2.1.0
* Update htop to 2.1.0
* Remove unnecessary patch
(upstream has removed the reference to libtool version)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sun, 11 Mar 2018 16:37:29 +0000 (18:37 +0200)]
nano: update to 2.9.4
Update nano to 2.9.4
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sun, 11 Mar 2018 15:06:20 +0000 (17:06 +0200)]
Merge pull request #5745 from zhaojh329/libuhttpd
libuhttpd: Update to 2.0.1
Jianhui Zhao [Sun, 11 Mar 2018 14:37:12 +0000 (22:37 +0800)]
libuhttpd: Update to 2.0.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Hannu Nyman [Sun, 11 Mar 2018 13:07:55 +0000 (15:07 +0200)]
Merge pull request #5744 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.1.3
Jianhui Zhao [Sun, 11 Mar 2018 09:59:00 +0000 (17:59 +0800)]
wifidog-ng: Update to 1.1.3
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Hannu Nyman [Sun, 11 Mar 2018 08:24:42 +0000 (10:24 +0200)]
Merge pull request #5740 from ianchi/master
youtube-dl: update version
Hannu Nyman [Sun, 11 Mar 2018 08:00:43 +0000 (10:00 +0200)]
Merge pull request #5742 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.1.1
Jianhui Zhao [Sun, 11 Mar 2018 04:57:35 +0000 (12:57 +0800)]
wifidog-ng: Update to 1.1.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Adrian Panella [Sat, 10 Mar 2018 20:40:57 +0000 (14:40 -0600)]
youtube-dl: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
Hannu Nyman [Sat, 10 Mar 2018 16:40:57 +0000 (18:40 +0200)]
vips: add giflib dependency
Add dependency to giflib as the buildbot complained about that.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Toni Uhlig [Fri, 2 Mar 2018 17:48:46 +0000 (18:48 +0100)]
libcap: libcap executables
* add option to install additional executables - capsh, getcap, getpcaps, setcap
* capsh can be configured to execute a different shell rather than /bin/bash
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Hannu Nyman [Sat, 10 Mar 2018 09:45:31 +0000 (11:45 +0200)]
Merge pull request #5676 from MikePetullo/lcdgrilo
lcdgrilo: update to 0.0.12
Hannu Nyman [Sat, 10 Mar 2018 09:42:12 +0000 (11:42 +0200)]
Merge pull request #5733 from zhaojh329/wifidog-ng
wifidog-ng: Add package
Hannu Nyman [Sat, 10 Mar 2018 09:39:22 +0000 (11:39 +0200)]
Merge pull request #5719 from fededim/master
sstp-client: updated to 1.0.12
Hannu Nyman [Sat, 10 Mar 2018 09:36:16 +0000 (11:36 +0200)]
Merge pull request #5726 from commodo/python3-more-reproducible
lang/python/python-package-install.sh: assign SOURCE_DATE_EPOCH to PYTHONHASHSEED
Hannu Nyman [Sat, 10 Mar 2018 09:34:58 +0000 (11:34 +0200)]
Merge pull request #5724 from jemyzhang/master
net/https-dns-proxy: Update to 2018-01-28
Marko Ratkaj [Fri, 9 Mar 2018 17:20:23 +0000 (18:20 +0100)]
node-arduino-firmata: bump to 0.3.4
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Fri, 9 Mar 2018 17:15:55 +0000 (18:15 +0100)]
node-hid: bump to 0.7.2
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Fri, 9 Mar 2018 16:47:05 +0000 (17:47 +0100)]
node-cylon: bump to 0.24.0
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Fri, 9 Mar 2018 15:50:48 +0000 (16:50 +0100)]
node-serialport: bump to 6.1.1
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Fri, 9 Mar 2018 13:07:26 +0000 (14:07 +0100)]
node: bump to 8.10.0
Changes:
Version bump to 8.10.0
Refreshed patches
Added npx install
Added 004-node_crypto-remove-std.patch
Additional patch fixes node_cypto compile failure:
./src/node_crypto.cc:5626:32: error: expected unqualified-id before '('
Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com>
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Fri, 9 Mar 2018 14:54:23 +0000 (15:54 +0100)]
libuv: bump to 1.19.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Hannu Nyman [Fri, 9 Mar 2018 09:09:22 +0000 (11:09 +0200)]
Merge pull request #5166 from TDT-AG/pr/
20171122-keepalived-uci-improvements
net/keepalived: uci improvements
Jianhui Zhao [Fri, 9 Mar 2018 05:15:35 +0000 (13:15 +0800)]
wifidog-ng: Add package
Next generation WifiDog
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
Hannu Nyman [Thu, 8 Mar 2018 16:57:40 +0000 (18:57 +0200)]
Merge pull request #5446 from Tiboris/libhttp-parser
libhttp-parser: Bump to version 2.8.0
Felix Fietkau [Thu, 8 Mar 2018 10:01:45 +0000 (11:01 +0100)]
rp-pppoe: depend on ppp instead of selecting it
ppp has multiple variants, so selecting one of them introduces a
recursive dependency for any packge selecting it.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Alexandru Ardelean [Wed, 7 Mar 2018 18:43:35 +0000 (20:43 +0200)]
lang/python/python-package-install.sh: assign SOURCE_DATE_EPOCH to PYTHONHASHSEED
Following a discussion on bugs.python.org:
* https://bugs.python.org/issue29708
* https://bugs.python.org/msg313384
It seems that setting a fixed value to PYTHONHASHSEED guarantees that
the bytecodes are generated consistently/in a reproducible manner.
Hopefully, this is the last bit to make Python3 build reproducible.
Tested this locally on a few files [that were not reproducible without
this change].
The PYTHONHASHSEED is only assigned to the host Python/Python3 during
compilation of byte-codes [from python source].
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Ted Hess [Wed, 7 Mar 2018 18:32:43 +0000 (13:32 -0500)]
libsoxr: Build cleanup.
Remove automatic inclusion of avutil if ffmpeg libraries present in build.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Felix Fietkau [Wed, 7 Mar 2018 17:41:00 +0000 (18:41 +0100)]
rp-pppoe: fix pppoe server issues
Use ppp-mod-pppoe instead of shipping its own broken plugin
Always use rp-pppoe.so instead of the (not packaged) pppoe user space
implementation
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Wed, 7 Mar 2018 16:20:24 +0000 (17:20 +0100)]
rp-pppoe: fix linker errors
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Wed, 7 Mar 2018 16:18:12 +0000 (17:18 +0100)]
rp-pppoe: refresh patches
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Jemy Zhang [Wed, 7 Mar 2018 09:22:19 +0000 (17:22 +0800)]
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>
Ted Hess [Tue, 6 Mar 2018 21:12:02 +0000 (16:12 -0500)]
libsoxr: Update to version 0.1.3. Use SF package download
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Tue, 6 Mar 2018 21:03:06 +0000 (16:03 -0500)]
libvorbisidec: Add pkgconfig to STAGING_DIR
Signed-off-by: Ted Hess <thess@kitschensync.net>
Michael Heimpold [Tue, 6 Mar 2018 20:35:06 +0000 (21:35 +0100)]
libxml2: update to 2.9.8
Also drop obviously dead download mirrors.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Federico Di Marco [Sun, 4 Mar 2018 17:50:46 +0000 (18:50 +0100)]
sstp-client: updated to 1.0.12
softethervpn: updated to 4.25-9656
Signed-off-by: Federico Di Marco <fededim@gmail.com>
Dirk Brenken [Tue, 6 Mar 2018 14:43:47 +0000 (15:43 +0100)]
Merge pull request #5632 from haraldg/smstools3
smstools3: Move init script to use procd
Harald Geyer [Sun, 14 May 2017 17:13:17 +0000 (17:13 +0000)]
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>
Yousong Zhou [Tue, 6 Mar 2018 04:33:16 +0000 (12:33 +0800)]
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>
Toni Uhlig [Fri, 2 Mar 2018 17:37:42 +0000 (18:37 +0100)]
tree: use TARGET_{CFLAGS,LDFLAGS} instead of the package default
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Yousong Zhou [Thu, 1 Mar 2018 03:33:43 +0000 (11:33 +0800)]
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>
Yousong Zhou [Wed, 28 Feb 2018 06:55:06 +0000 (14:55 +0800)]
openvswitch: set Yousong Zhou as the maintainer
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Tue, 13 Feb 2018 07:40:11 +0000 (15:40 +0800)]
openvswitch: add gre, vxlan, geneve tunneling support
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Wed, 28 Feb 2018 06:55:31 +0000 (14:55 +0800)]
openvswitch: bump PKG_RELEASE
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Mon, 5 Mar 2018 08:01:17 +0000 (16:01 +0800)]
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>
Yousong Zhou [Wed, 28 Feb 2018 05:22:20 +0000 (13:22 +0800)]
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>
Yousong Zhou [Tue, 13 Feb 2018 07:51:01 +0000 (15:51 +0800)]
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>
Yousong Zhou [Tue, 13 Feb 2018 06:24:16 +0000 (14:24 +0800)]
openvswitch: remove --disable-ssl
Remove it since we already select libopenssl in openvswitch-base
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>