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>
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>
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.
Hannu Nyman [Sun, 25 Feb 2018 08:18:27 +0000 (10:18 +0200)]
Merge pull request #5674 from wvdakker/master
Shorewall: Bump to version 5.1.12.2
Felix Fietkau [Sat, 24 Feb 2018 15:13:31 +0000 (16:13 +0100)]
ethtool: remove package (added to OpenWrt main repository)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Sebastian Kemper [Sat, 24 Feb 2018 11:06:22 +0000 (12:06 +0100)]
libxslt: install all lib symlinks
Makes sure that even i.e. libxslt.so symlink gets copied to the target.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sat, 24 Feb 2018 11:04:56 +0000 (12:04 +0100)]
libxslt: update xsltproc depends
libxml2 can be removed as libxslt already depends on it.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sat, 24 Feb 2018 11:02:48 +0000 (12:02 +0100)]
libxslt: remove $(FPIC) from TARGET_CFLAGS
libxslt already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the libxslt build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.
Also with $(FPIC) in CFLAGS even the libxslt utils get compiled with
PIC, which us undesirable.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sat, 24 Feb 2018 10:58:39 +0000 (11:58 +0100)]
tiff: update install defines
- Use $(INSTALL_DATA) for headers (and really copy only the headers).
- Install _all_ symlinks.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sat, 24 Feb 2018 10:56:02 +0000 (11:56 +0100)]
tiff: remove $(FPIC) from TARGET_CFLAGS
tiff already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the tiff build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.
Also with $(FPIC) in CFLAGS even the tiff utils get compiled with PIC,
which us undesirable.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sat, 24 Feb 2018 10:54:23 +0000 (11:54 +0100)]
tiff: remove uclibc++.mk include
The include injects a lib depend on libuClibc++.so.0 into the package,
even on musl. Remove it and replace the depend with libstcpp instead.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sat, 24 Feb 2018 10:49:54 +0000 (11:49 +0100)]
libssh2: update InstallDev define
Use $(INSTALL_DATA) for headers and pkgconfig file.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sat, 24 Feb 2018 10:45:16 +0000 (11:45 +0100)]
libssh2: remove $(FPIC) from TARGET_CFLAGS
libssh2 already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the libssh2 build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Yousong Zhou [Thu, 22 Feb 2018 13:32:23 +0000 (21:32 +0800)]
qemu: bump to version 2.11.1
Here are the notable changes
- pixman is now not part of the release tarball and is required as an
external dependency
- archipelago is removed by upstream
- patches are regenerated with git-format-patch
- ifunc requirement is now removed
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Thu, 22 Feb 2018 13:46:54 +0000 (21:46 +0800)]
pixman: initial version 0.34.0
This will be required by qemu 2.11. The two patches are copied from
packaging of current qemu 2.6
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Dirk Brenken [Sat, 24 Feb 2018 05:32:47 +0000 (06:32 +0100)]
Merge pull request #5667 from lpapier/luasocket-linking
luasocket: fix build on mpc85xx
W. van den Akker [Fri, 23 Feb 2018 22:38:58 +0000 (23:38 +0100)]
Shorewall6: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Fri, 23 Feb 2018 22:38:06 +0000 (23:38 +0100)]
Shorewall: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Fri, 23 Feb 2018 22:37:08 +0000 (23:37 +0100)]
Shorewall6-lite: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Fri, 23 Feb 2018 22:36:35 +0000 (23:36 +0100)]
Shorewall-lite: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
W. van den Akker [Fri, 23 Feb 2018 22:34:36 +0000 (23:34 +0100)]
Shorewall-core: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
Gergely Kiss [Fri, 23 Feb 2018 20:29:32 +0000 (21:29 +0100)]
pytz: update to version 2018.3
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Laurent Papier [Thu, 22 Feb 2018 22:46:48 +0000 (23:46 +0100)]
luasocket: fix build on mpc85xx
Signed-off-by: Laurent Papier <papier[at]tuxfan.net>
Daniel Golle [Thu, 22 Feb 2018 23:35:48 +0000 (00:35 +0100)]
auc: update to version 0.0.9
* use full package list when checking for upgrades
* verify sha256sums and usign signature of sha256sums.sig
* introduce '-c' option to only check if system is up-to-date
* introduce '-F' option to ignore the signature verification result
* return -1 on locally caused and -2 on server-side errors
* don't include locally appended attributes in debug output of a
server reply
* output bug report note on 412 target not found
* use content-length header instead of filesize field in JSON content
* suppress duplicate error messages
* drop unused attributes
* make debug messages optional at compile-time
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Ted Hess [Thu, 22 Feb 2018 20:26:19 +0000 (15:26 -0500)]
libvorbisidec: Change to .xz archive, update mirror and sha256sum
Signed-off-by: Ted Hess <thess@kitschensync.net>
Dirk Brenken [Thu, 22 Feb 2018 16:41:48 +0000 (17:41 +0100)]
Merge pull request #5663 from dibdot/travelmate
travelmate: update 1.1.1
Dirk Brenken [Thu, 22 Feb 2018 16:32:17 +0000 (17:32 +0100)]
travelmate: update 1.1.1
* various backend bugfixes
* refine default connection threshold
Signed-off-by: Dirk Brenken <dev@brenken.org>