feed/packages.git
6 years agoffmpeg: Update to 3.2.10. 5765/head
Ted Hess [Wed, 7 Mar 2018 22:07:02 +0000 (17:07 -0500)]
ffmpeg: Update to 3.2.10.

Re-organize configuration options to allow non-patented/un-licensed builds.
Include AAC and WMA codecs without BUILD_PATENTED

Signed-off-by: Ted Hess <thess@kitschensync.net>
6 years agoMerge pull request #5758 from commodo/python-fix-macos-x-build
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

6 years agolibs/libmicrohttpd: Update to version 0.9.59
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>
6 years agotravis: allow $SDK to be a substring of the sdk filename
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>
6 years agotravis: improve log output of download_sdk
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>
6 years agoopenvswitch: bump to version 2.8.2
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>
6 years agopython,python3: remove `--with-system-ffi=no` config arg 5758/head
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>
6 years agopython,python3: limit underlinking behavior to linux platforms
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>
6 years agopagekitec: add new package
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>
6 years agoMerge pull request #5755 from philenotfound/mutt-bump
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

6 years agoMerge pull request #5756 from zhaojh329/rtty
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

6 years agomutt: bump to version 1.9.4 5755/head
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>
6 years agogit: use hardlinks for /usr/lib/git-core/git{,-shell,-upload-pack}
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>
6 years agortty: Update to 4.1.0 5756/head
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>
6 years agoopenvswitch: add missing dependency
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>
6 years agohaveged: disable MIPS16
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>
6 years agoMerge pull request #5092 from TDT-AG/pr/20171109-fix-libubox-dependencies
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

6 years agoMerge pull request #5749 from zhaojh329/wifidog-ng
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

6 years agoMerge pull request #5748 from zhaojh329/libuhttpd
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

6 years agoMerge pull request #5634 from sartura/sysrepo_v0.7.3_python_lua_bindings
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

6 years agonet/mwan3: add jshn and ip-full to package dependency 5092/head
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>
6 years agowifidog-ng: Update to 1.1.4 5749/head
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>
6 years agoxl2tpd: bump to version 1.3.11
Yousong Zhou [Mon, 12 Mar 2018 03:04:43 +0000 (11:04 +0800)]
xl2tpd: bump to version 1.3.11

6 years agolibuhttpd: Update to 2.0.2 5748/head
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>
6 years agoMerge pull request #5731 from lnslbrty/feature/libcap-bin
Hannu Nyman [Sun, 11 Mar 2018 20:22:16 +0000 (22:22 +0200)]
Merge pull request #5731 from lnslbrty/feature/libcap-bin

libcap: executables

6 years agoMerge pull request #5746 from hnyman/htop210
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

6 years agohtop: update to 2.1.0 5746/head
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>
6 years agonano: update to 2.9.4
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>
6 years agoMerge pull request #5745 from zhaojh329/libuhttpd
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

6 years agolibuhttpd: Update to 2.0.1 5745/head
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>
6 years agoMerge pull request #5744 from zhaojh329/wifidog-ng
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

6 years agowifidog-ng: Update to 1.1.3 5744/head
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>
6 years agoMerge pull request #5740 from ianchi/master
Hannu Nyman [Sun, 11 Mar 2018 08:24:42 +0000 (10:24 +0200)]
Merge pull request #5740 from ianchi/master

youtube-dl: update version

6 years agoMerge pull request #5742 from zhaojh329/wifidog-ng
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

6 years agowifidog-ng: Update to 1.1.1 5742/head
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>
6 years agoyoutube-dl: update version 5740/head
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>
6 years agovips: add giflib dependency
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>
6 years agolibcap: libcap executables 5731/head
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>
6 years agoMerge pull request #5676 from MikePetullo/lcdgrilo
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

6 years agoMerge pull request #5733 from zhaojh329/wifidog-ng
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

6 years agoMerge pull request #5719 from fededim/master
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

6 years agoMerge pull request #5726 from commodo/python3-more-reproducible
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

6 years agoMerge pull request #5724 from jemyzhang/master
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

6 years agonode-arduino-firmata: bump to 0.3.4
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>
6 years agonode-hid: bump to 0.7.2
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>
6 years agonode-cylon: bump to 0.24.0
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>
6 years agonode-serialport: bump to 6.1.1
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>
6 years agonode: bump to 8.10.0
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>
6 years agolibuv: bump to 1.19.2
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>
6 years agoMerge pull request #5166 from TDT-AG/pr/20171122-keepalived-uci-improvements
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

6 years agowifidog-ng: Add package 5733/head
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>
6 years agoMerge pull request #5446 from Tiboris/libhttp-parser
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

6 years agorp-pppoe: depend on ppp instead of selecting it
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>
6 years agolang/python/python-package-install.sh: assign SOURCE_DATE_EPOCH to PYTHONHASHSEED 5726/head
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>
6 years agolibsoxr: Build cleanup.
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>
6 years agorp-pppoe: fix pppoe server issues
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>
6 years agorp-pppoe: fix linker errors
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>
6 years agorp-pppoe: refresh patches
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>
6 years agonet/https-dns-proxy: Update to 2018-01-28 5724/head
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>
6 years agolibsoxr: Update to version 0.1.3. Use SF package download
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>
6 years agolibvorbisidec: Add pkgconfig to STAGING_DIR
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>
6 years agolibxml2: update to 2.9.8
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>
6 years agosstp-client: updated to 1.0.12 5719/head
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>
6 years agoMerge pull request #5632 from haraldg/smstools3
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

6 years agosmstools3: Move init script to use procd 5632/head
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>
6 years agotree: bump PKG_RELEASE
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>
6 years agotree: use TARGET_{CFLAGS,LDFLAGS} instead of the package default
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>
6 years agoopenvswitch: use https download url
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>
6 years agoopenvswitch: set Yousong Zhou as the maintainer
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>
6 years agoopenvswitch: add gre, vxlan, geneve tunneling support
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>
6 years agoopenvswitch: bump PKG_RELEASE
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>
6 years agoopenvswitch: rework openvswitch kernel datapath package
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>
6 years agoopenvswitch: python: rework host and target dependency
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>
6 years agoopenvswitch: python: remove openvswitch as a dependency
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>
6 years agoopenvswitch: remove --disable-ssl
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>
6 years agoopenvswitch: use default rundir /var/run/openvswitch/
Yousong Zhou [Tue, 13 Feb 2018 06:18:27 +0000 (14:18 +0800)]
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>
6 years agoopenvswitch: remove dependency on SUPPORTED_KERNELS
Yousong Zhou [Tue, 13 Feb 2018 07:34:42 +0000 (15:34 +0800)]
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>
6 years agoMerge pull request #5712 from micmac1/revert-tiff
Jiri Slachta [Mon, 5 Mar 2018 12:14:35 +0000 (13:14 +0100)]
Merge pull request #5712 from micmac1/revert-tiff

tiff: revert uclibc++ commit

6 years agontpd: update to 4.2.8p11
Peter Wagner [Mon, 5 Mar 2018 07:25:48 +0000 (08:25 +0100)]
ntpd: update to 4.2.8p11

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agoMerge pull request #5567 from dissent1/minidlna
Ted Hess [Sun, 4 Mar 2018 19:10:58 +0000 (14:10 -0500)]
Merge pull request #5567 from dissent1/minidlna

minidlna: decrease minidlna log verbosity

6 years agotiff: revert uclibc++ commit 5712/head
Sebastian Kemper [Sun, 4 Mar 2018 18:04:40 +0000 (19:04 +0100)]
tiff: revert uclibc++ commit

This reverts 5b5659850dbaae4d2ac2e3f599015f71e341841e.

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>
6 years agoMerge pull request #5710 from gladiac1337/feature-haproxy-1.8
Thomas Heil [Sun, 4 Mar 2018 14:53:16 +0000 (15:53 +0100)]
Merge pull request #5710 from gladiac1337/feature-haproxy-1.8

haproxy: Update HAProxy to v1.8.4 (+patches)

6 years agoMerge pull request #5708 from gladiac1337/master
Thomas Heil [Sun, 4 Mar 2018 14:51:35 +0000 (15:51 +0100)]
Merge pull request #5708 from gladiac1337/master

haproxy: Fix Lua-support on non-mips(el) targets.

6 years agolibiio: rework backend selection (fixes #5637)
Michael Heimpold [Sun, 4 Mar 2018 12:58:29 +0000 (13:58 +0100)]
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>
6 years agophp7: update to 7.2.3
Michael Heimpold [Sun, 4 Mar 2018 13:02:57 +0000 (14:02 +0100)]
php7: update to 7.2.3

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 years agohaproxy: Fix non-ssl builds 5710/head
Christian Lachner [Sun, 4 Mar 2018 12:07:07 +0000 (13:07 +0100)]
haproxy: Fix non-ssl builds
- Add missing libatomic dependency in non-ssl variant of the build

Signed-off-by: Christian Lachner <gladiac@gmail.com>
6 years agohaproxy: Update HAProxy to v1.8.4 (+patches)
Christian Lachner [Sun, 4 Mar 2018 11:21:28 +0000 (12:21 +0100)]
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>
6 years agoMerge pull request #5704 from wvdakker/master
Hannu Nyman [Sun, 4 Mar 2018 07:25:41 +0000 (09:25 +0200)]
Merge pull request #5704 from wvdakker/master

Shorewall: Bump to version 5.1.12.3

6 years agoMerge pull request #5699 from br101/pingcheck
Hannu Nyman [Sat, 3 Mar 2018 18:56:24 +0000 (20:56 +0200)]
Merge pull request #5699 from br101/pingcheck

pingcheck: Update to latest version

6 years agoMerge pull request #5707 from zhaojh329/rtty
Hannu Nyman [Sat, 3 Mar 2018 18:54:55 +0000 (20:54 +0200)]
Merge pull request #5707 from zhaojh329/rtty

rtty: Update to latest version

6 years agotor: update to 0.3.2.10
Peter Wagner [Sat, 3 Mar 2018 17:37:57 +0000 (18:37 +0100)]
tor: update to 0.3.2.10

Signed-off-by: Peter Wagner <tripolar@gmx.at>
6 years agohaproxy: Change download-URLs to https-variants 5708/head
Christian Lachner [Sat, 3 Mar 2018 16:07:20 +0000 (17:07 +0100)]
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>
6 years agortty: Update to latest version 5707/head
Jianhui Zhao [Sat, 3 Mar 2018 15:16:27 +0000 (23:16 +0800)]
rtty: Update to latest version

Change license to LGPL2

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
6 years agohaproxy: Fix Lua-support on non-mips(el) targets.
Christian Lachner [Sat, 3 Mar 2018 15:14:17 +0000 (16:14 +0100)]
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>
6 years agoocserv: updated to 0.11.11
Nikos Mavrogiannopoulos [Sat, 3 Mar 2018 14:12:29 +0000 (15:12 +0100)]
ocserv: updated to 0.11.11

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
6 years agopingcheck: Update to latest version 5699/head
Bruno Randolf [Fri, 2 Mar 2018 16:25:43 +0000 (16:25 +0000)]
pingcheck: Update to latest version

Signed-off-by: Bruno Randolf <br1@einfach.org>
6 years agoShorewall6: Bump to version 5.1.12.3 5704/head
W. van den Akker [Sat, 3 Mar 2018 11:31:46 +0000 (12:31 +0100)]
Shorewall6: Bump to version 5.1.12.3

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years agoShorewall: Bump to version 5.1.12.3
W. van den Akker [Sat, 3 Mar 2018 11:30:35 +0000 (12:30 +0100)]
Shorewall: Bump to version 5.1.12.3

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years agoShorewall6-lite: Bump to version 5.1.12.3
W. van den Akker [Sat, 3 Mar 2018 11:29:18 +0000 (12:29 +0100)]
Shorewall6-lite: Bump to version 5.1.12.3

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
6 years agoMerge pull request #5703 from micmac1/libssh2-pkg_config_deps
Jiri Slachta [Sat, 3 Mar 2018 09:48:49 +0000 (10:48 +0100)]
Merge pull request #5703 from micmac1/libssh2-pkg_config_deps

libssh2: add missing PKG_CONFIG_DEPENDS