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>
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>
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>
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>
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>
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
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>
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
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>
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)
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.
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>
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>
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>
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>
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
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
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
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>
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>
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>
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>
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>
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>
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>
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>
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>
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
Dirk Brenken [Sat, 3 Mar 2018 09:13:20 +0000 (10:13 +0100)]
Merge pull request #5678 from neheb/wifidog
wifidog: Change URL to HTTPS and switch file to .xz
W. van den Akker [Sat, 3 Mar 2018 08:48:53 +0000 (09:48 +0100)]
Shorewall-lite: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Sat, 3 Mar 2018 08:47:15 +0000 (09:47 +0100)]
Shorewall-core: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
Sebastian Kemper [Sat, 3 Mar 2018 08:16:46 +0000 (09:16 +0100)]
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>
Dirk Brenken [Sat, 3 Mar 2018 07:43:38 +0000 (08:43 +0100)]
Merge pull request #5700 from dibdot/travelmate
travelmate: update 1.1.3
Dirk Brenken [Fri, 2 Mar 2018 17:25:05 +0000 (18:25 +0100)]
Merge pull request #5698 from TDT-AG/bwm-ng_gcc7x_fix
bwm-ng: add patch to fix GCC 7.x compatibility
Dirk Brenken [Fri, 2 Mar 2018 17:16:51 +0000 (18:16 +0100)]
Merge pull request #5695 from neheb/tr
transmission: Fix HTTPS and mobile devices.
Dirk Brenken [Fri, 2 Mar 2018 17:09:34 +0000 (18:09 +0100)]
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>
Martin Schiller [Fri, 2 Mar 2018 09:00:23 +0000 (10:00 +0100)]
bwm-ng: add patch to fix GCC 7.x compatibility
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Rosen Penev [Fri, 2 Mar 2018 01:53:53 +0000 (17:53 -0800)]
transmission: Fix HTTPS and mobile devices.
HTTPS verification is totally broken in Transmission. Unclear why. Disabling as a result.
Safari exposes a JavaScript bug that makes it not load. Fixed.
Portcheck was backported to HTTPS for testing initially. Seems like a good idea.
Makefile was also fixed to use the external libnatpmp. Smaller binary.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Matthias Schiffer [Wed, 21 Feb 2018 23:56:05 +0000 (00:56 +0100)]
dmx_usb_module: fix build against kernel 4.14
The change should also work fine with older kernels, as <linux/uaccess.h>
has existed for a long time, and it includes <asm/uaccess.h>.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Matthias Schiffer [Thu, 1 Mar 2018 23:56:49 +0000 (00:56 +0100)]
dmx_usb_module: change source URL to HTTPS
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
W. Michael Petullo [Thu, 1 Mar 2018 21:31:47 +0000 (16:31 -0500)]
lcdgrilo: update to 0.0.12
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Karl Palsson [Thu, 1 Mar 2018 11:05:03 +0000 (11:05 +0000)]
mosquitto: bump to 1.4.15 for CVE fixes
See
https://mosquitto.org/blog/2018/02/security-advisory-cve-2017-7651-cve-2017-7652/
for full details.
patch for reproducible builds had to be rebuilt based on upstream change.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Tony Ambardar [Mon, 8 Jan 2018 11:50:26 +0000 (03:50 -0800)]
sqm-scripts: Fix return value bug in postrm script
The script removes the UCI option ucitrack.@sqm[0] if present and then
returns success. If that UCI option is already absent however, the
script incorrectly returns failure, which blocks upgrade of the
luci-app-sqm package.
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Jiri Slachta [Thu, 1 Mar 2018 09:48:45 +0000 (10:48 +0100)]
Merge pull request #5669 from micmac1/my-ups
libs/libssh2: Remove $(FPIC), update InstallDev
Jiri Slachta [Thu, 1 Mar 2018 09:48:31 +0000 (10:48 +0100)]
Merge pull request #5671 from micmac1/xslt-up
libxslt: remove $(FPIC), clean up install defines
Jiri Slachta [Thu, 1 Mar 2018 09:47:52 +0000 (10:47 +0100)]
Merge pull request #5670 from micmac1/tiff-up
Tiff: remove $(FPIC), update install defines
Hannu Nyman [Wed, 28 Feb 2018 13:43:40 +0000 (15:43 +0200)]
Merge pull request #5650 from dangowrt/collectd-modbus-little-endian
collectd: modbus: backport support for little-endian values
Dirk Brenken [Wed, 28 Feb 2018 13:02:13 +0000 (14:02 +0100)]
Merge pull request #5664 from Ansuel/ariang
ariang: add new package
Daniel Golle [Wed, 28 Feb 2018 12:15:15 +0000 (13:15 +0100)]
Merge pull request #5651 from neheb/mk
mktorrent: Update to version 1.1.
Daniel Golle [Wed, 21 Feb 2018 15:49:03 +0000 (16:49 +0100)]
collectd: modbus: backport support for little-endian values
Support for little-endian word-order of 32-bit fields was added
upstream recently. Import the corresponding PR
https://github.com/collectd/collectd/pull/2660
into a local patch and bump package release.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Ansuel Smith [Sat, 24 Feb 2018 19:17:53 +0000 (20:17 +0100)]
ariang: add new package
Modern webui for aria2 package
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Dirk Brenken [Tue, 27 Feb 2018 18:23:17 +0000 (19:23 +0100)]
Merge pull request #5684 from dibdot/travelmate
travelmate: update 1.1.2
Dirk Brenken [Tue, 27 Feb 2018 13:26:18 +0000 (14:26 +0100)]
travelmate: update 1.1.2
* validate input timings/ranges
* fix an eap detection issue
* refine re-connection handling in case of an error
* refine debug logging
Signed-off-by: Dirk Brenken <dev@brenken.org>
Peter Wagner [Tue, 27 Feb 2018 11:27:20 +0000 (12:27 +0100)]
irssi: update to 1.1.1
Closes the following CVEs:
CVE-2018-7050
https://nvd.nist.gov/vuln/detail/CVE-2018-7050
CVE-2018-7051
https://nvd.nist.gov/vuln/detail/CVE-2018-7051
CVE-2018-7052
https://nvd.nist.gov/vuln/detail/CVE-2018-7052
CVE-2018-7053
https://nvd.nist.gov/vuln/detail/CVE-2018-7053
CVE-2018-7054
https://nvd.nist.gov/vuln/detail/CVE-2018-7054
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Stijn Tintel [Mon, 26 Feb 2018 23:35:12 +0000 (00:35 +0100)]
strongswan: bump to 5.6.2
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Dirk Brenken [Mon, 26 Feb 2018 18:54:38 +0000 (19:54 +0100)]
Merge pull request #5645 from neheb/dfu
dfu-programmer: Change PKG_SOURCE_URL to use @SF macro.
Dirk Brenken [Mon, 26 Feb 2018 18:30:41 +0000 (19:30 +0100)]
Merge pull request #5668 from kissg1988/pytz
pytz: update to version 2018.3
Rosen Penev [Mon, 26 Feb 2018 01:04:19 +0000 (17:04 -0800)]
wifidog: Change URL to HTTPS and switch file to .xz
HTTPS tends to go through firewalls and xz is smaller.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Sebastian Kemper [Sun, 25 Feb 2018 19:06:02 +0000 (20:06 +0100)]
tiff: install headers of the c++ bindings
Make sure that the c++ headers get installed to the staging directory
when libtiffxx was selected/built.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 25 Feb 2018 19:03:39 +0000 (20:03 +0100)]
tiff: use CONFIGURE_ARGS
Simplify the Makefile. No functional change.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 25 Feb 2018 19:01:23 +0000 (20:01 +0100)]
tiff: switch PKG_SOURCE_URL to HTTPS
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Hannu Nyman [Sun, 25 Feb 2018 08:22:34 +0000 (10:22 +0200)]
Merge pull request #5648 from neheb/dfu-util
dfu-util: Add PKG_MAINTAINER entry + fix URL.
Hannu Nyman [Sun, 25 Feb 2018 08:21:16 +0000 (10:21 +0200)]
Merge pull request #5654 from NeoRaider/update-jool
jool: update to latest git version
Hannu Nyman [Sun, 25 Feb 2018 08:20:09 +0000 (10:20 +0200)]
Merge pull request #5659 from neheb/kadnode
kadnode: Change URL to use git.