Krystian Kozak [Thu, 22 Aug 2019 20:19:03 +0000 (22:19 +0200)]
zabbix: update to 4.0.11
Updated to 4.0.11 LTS version.
Deleted 003-change-user-and-foreground.patch in according to [ZBX-10611] fixed changing process user owner on startup in foreground when AllowRoot disabled.
Compile tested: Yes, lantiq
Run tested: Yes, lantiq
Signed-off-by: Krystian Kozak <krystian.kozak20@gmail.com>
Josef Schlehofer [Tue, 20 Aug 2019 18:35:48 +0000 (20:35 +0200)]
ruamel-yaml: Update to version 0.15.100
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit
907287b)
Matthias Schiffer [Wed, 21 Aug 2019 14:03:57 +0000 (16:03 +0200)]
fastd: update URL and PKG_SOURCE_URL
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Matthias Schiffer [Wed, 21 Aug 2019 14:03:28 +0000 (16:03 +0200)]
libuecc: update URL and PKG_SOURCE_URL
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Jeffery To [Mon, 19 Aug 2019 14:55:38 +0000 (22:55 +0800)]
golang: Update to 1.12.9
Includes fixes (in 1.12.8) for:
CVE-2019-14809 - https://nvd.nist.gov/vuln/detail/CVE-2019-14809
CVE-2019-9512 - https://nvd.nist.gov/vuln/detail/CVE-2019-9512
CVE-2019-9514 - https://nvd.nist.gov/vuln/detail/CVE-2019-9514
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Josef Schlehofer [Tue, 6 Aug 2019 21:16:03 +0000 (23:16 +0200)]
clamav: update to version 0.101.3
Correct SPDX License Identifier
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from
e19f753be5981f94a81a61d2ba8cb190d245c5de)
Eneas U de Queiroz [Tue, 13 Aug 2019 17:06:19 +0000 (14:06 -0300)]
clamav: don't install dev files into package
This avoids copying /usr/include, unversioned *.so files, pkgconfig,
/usr/lib/*.la, and the build-time libs/cflags configuration utility
clamav-config.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry-picked from
815e05e38eddd0933d06078e4bbf5ba2fd95457f)
Eneas U de Queiroz [Sat, 10 Aug 2019 22:59:47 +0000 (19:59 -0300)]
clamav: avoid host pickup of libxml2
If libxml2 is installed in the host, then the host library is used and
compilation fails.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry-picked from
199ccc94756bc6c577bf4be96014c27bf12ea3ef)
William Fleurant [Thu, 15 Aug 2019 19:39:26 +0000 (15:39 -0400)]
yggdrasil: fix #9712 upstream dependency with branch develop
Signed-off-by: William Fleurant <meshnet@protonmail.com>
(cherry-picked from
07625bb6a7daf5af49a0a303ff42d426ebe43319)
William Fleurant [Wed, 7 Aug 2019 23:45:27 +0000 (19:45 -0400)]
yggdrasil: properly call the daemon with procd
Signed-off-by: William Fleurant <meshnet@protonmail.com>
(cherry-picked from
9436ff426171d5ff4f3b4d31edf5c7db7b08a78b)
William Fleurant [Mon, 5 Aug 2019 02:36:02 +0000 (22:36 -0400)]
yggdrasil: match contributing.md order of config section
Signed-off-by: William Fleurant <meshnet@protonmail.com>
(cherry-picked from
fee12663cb4b67d790f54cbb12c262e019418293)
William Fleurant [Mon, 5 Aug 2019 02:26:27 +0000 (22:26 -0400)]
yggdrasil: package LICENSE filename, update license id name
Signed-off-by: William Fleurant <meshnet@protonmail.com>
(cherry-picked from
e08d17fbe043ad7ae73aa004ee57ad6a425db846)
William Fleurant [Sun, 4 Aug 2019 21:54:23 +0000 (17:54 -0400)]
yggdrasil: bump to 0.3.6
Signed-off-by: William Fleurant <meshnet@protonmail.com>
(cherry-picked from
8128ef3793beb16d7b72154afa37ed7b60396bc6)
Eneas U de Queiroz [Thu, 15 Aug 2019 11:47:02 +0000 (08:47 -0300)]
squashfs-tools: need to include sys/sysmacros.h
The inclusion of <sys/sysmacros.h> by <sys/types.h> was deprecated and
removed. This is causing major, minor, and makedev to be undefined.
The patch is an upstream commit fixing it.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Hannu Nyman [Sun, 18 Aug 2019 18:08:00 +0000 (21:08 +0300)]
Merge pull request #9764 from stangri/19.07-simple-adblock
[19.07] simple-adblock: support for varios DNS resolvers/options
Stan Grishin [Sat, 17 Aug 2019 13:09:56 +0000 (06:09 -0700)]
[19.07] simple-adblock: support for varios DNS resolvers/options
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Sat, 17 Aug 2019 06:00:11 +0000 (23:00 -0700)]
Merge pull request #9762 from jefferyto/host-python-mac-openwrt-19.07
[openwrt-19.07] python,python3: Fix host Python compilation for macOS
Jeffery To [Fri, 16 Aug 2019 20:45:58 +0000 (04:45 +0800)]
python,python3: Fix host Python compilation for macOS
* Remove $$$$(pkg-config --static --libs libcrypto libssl) from
HOST_LDFLAGS
Having this leads to an "unknown type name 'u_int'" error on Mac.
Removing it doesn't appear to affect Python's ability to find
buildroot LibreSSL.
* Change -Wl,-rpath=... to -Wl,-rpath,... in HOST_LDFLAGS
The equals sign version is not supported by the Mac linker (appears to
be an GNU extension). The comma version is supported; -rpath and its
argument will be separated by a space when passed to the linker.
* Add ac_cv_header_libintl_h=no to HOST_CONFIGURE_VARS for Mac
Python on Mac doesn't expect to use libintl, but if gettext-full is
compiled for host, it will try, leading to undefined symbol errors
during compilation. This prevents configure from finding libintl.h.
Fixes #7171.
Fixes #9621.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Josef Schlehofer [Fri, 16 Aug 2019 14:50:23 +0000 (16:50 +0200)]
Merge pull request #9714 from jefferyto/python-twisted-19.7.0-openwrt-19.07
[openwrt-19.07] python-twisted: Update to 19.7.0, refresh patches
Etienne Champetier [Fri, 16 Aug 2019 05:55:41 +0000 (22:55 -0700)]
Merge pull request #9751 from champtar/openwrt-19.07
[19.07] prometheus-node-exporter-lua: add target & system to OpenWrt collector
Etienne Champetier [Thu, 15 Aug 2019 03:48:48 +0000 (20:48 -0700)]
prometheus-node-exporter-lua: add target & system to OpenWrt collector
Before:
node_openwrt_info{revision="r10756+1-
7546be6007",model="GL.iNet GL-AR150",id="OpenWrt",board_name="glinet,gl-ar150",release="SNAPSHOT"} 1
After:
node_openwrt_info{revision="r10756+1-
7546be6007",target="ath79/generic",board_name="glinet,gl-ar150",id="OpenWrt",model="GL.iNet GL-AR150",release="SNAPSHOT",system="Atheros AR9330 rev 1"} 1
Fixes #9730, replace #9735
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
(cherry picked from commit
a14bed1bc959116617b0eb75d2d9a46551a480e6)
Eneas U de Queiroz [Thu, 4 Jul 2019 12:01:52 +0000 (09:01 -0300)]
coova-chilli: disable parallel build
Parallel building is causing a failure because it executes some
commands, such as patch, more than once.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Dirk Brenken [Thu, 8 Aug 2019 10:57:59 +0000 (12:57 +0200)]
travelmate: update 1.4.11
* fix logical glitch in last commit
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
751f312334b4d30f05059560f912c9b1bfdd1aca)
Dirk Brenken [Tue, 6 Aug 2019 13:29:00 +0000 (15:29 +0200)]
travelmate: update 1.4.10
* add missing dnsmasq dependency
* add a captive portal auto-login hook (configurable via uci/LuCI),
you could reference an external auto-login script - see readme
* provide an auto-login script for german ICE hotspots
(/etc/travelmate/wifionice.login), requires 'curl'
* small fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
5a2a4fa20a29d39aae91448c632be447444aa11f)
Jeffery To [Tue, 13 Aug 2019 19:55:26 +0000 (03:55 +0800)]
python-twisted: Update to 19.7.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Etienne Champetier [Wed, 14 Aug 2019 18:58:49 +0000 (11:58 -0700)]
Merge pull request #9731 from jefferyto/ci-improvements-openwrt-19.07
[openwrt-19.07] CI fixes and improvement
Petr Štetiar [Tue, 13 Aug 2019 13:20:15 +0000 (15:20 +0200)]
circleci: provide prereq output in the build log
Commit
200f2666fb1c ("sdk: fix GCC and Python dangling symlinks") in
master tree has forced prereq build step, which is now failing on the CI
as the Docker CI images are missing Python3 support, so now every build
fails with the following error:
make: *** [staging_dir/host/.prereq-build] Error 1
which is not helpful due to the silenced output of `make defconfig >
/dev/null`, so let's add `make prereq` build step in order to get
something usable next time.
Reported-by: Karl Palsson <karlp@etactica.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Petr Štetiar [Tue, 13 Aug 2019 09:25:30 +0000 (11:25 +0200)]
circleci: use Docker image v1.0.4
This new image which is already available contains Python3 support.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Petr Štetiar [Mon, 5 Aug 2019 08:50:08 +0000 (10:50 +0200)]
circleci: make logs of build failures more readable
Due to concurrent build, it's currently not that easy to find the proper
reason for the package build failure, so let's just build the failing
package with -j1 in order to provide more human readable build log
failures.
Ref: https://github.com/openwrt/packages/pull/9584#issuecomment-
518038631
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Petr Štetiar [Mon, 5 Aug 2019 08:42:49 +0000 (10:42 +0200)]
circleci: add python3 package into Docker image
We've switched to Python3 some time ago so it would make sense to
provide Python3 in the CI image as well.
Ref: https://github.com/openwrt/packages/pull/9584#issuecomment-
518038631
Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Karl Palsson [Wed, 7 Aug 2019 16:50:59 +0000 (16:50 +0000)]
net/mosquitto: bump to 1.6.4
Full changelog here: https://mosquitto.org/blog/2019/08/version-1-6-4-released/
Fixes a regression in persistent session handling, and various other
regressions related to the mqtt5 support.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Jan Pavlinec [Wed, 10 Jul 2019 13:18:16 +0000 (15:18 +0200)]
zeromq: update to version 4.1.7 (security fix)
Fixes:
CVE-2019-13132
Added CPE ID
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry-picked from commit
92bf4b40126438c77f99a758ba7884436314ee12)
Rosen Penev [Fri, 26 Jul 2019 02:22:31 +0000 (19:22 -0700)]
gddrescue: Add uClibc-ng support
It turns out, this breaks only when compiling with both uClibc-ng and
uClibc++. If the libc or libc++ gets swapped out, it compiles fine.
libstdcpp is fine because it already undefs these macros. The actual
bug is probably in uClibc-ng but this is a fine workaround.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
d6af6a4d75bd520510aaf2ef97b89024b427cac3)
Rosen Penev [Sun, 14 Jul 2019 22:41:14 +0000 (15:41 -0700)]
fossil: Remove
The maintainer is inactive, in addition to this package being woefully out
of date. It probably does not work properly.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
196976cdf0f7206caea7c680e08046b0028aaf01)
Rosen Penev [Thu, 8 Aug 2019 16:47:31 +0000 (09:47 -0700)]
Merge pull request #9680 from mrstegeman/remove
node-mozilla-iot-gateway: Remove package
Michael Stegeman [Tue, 6 Aug 2019 16:33:53 +0000 (08:33 -0800)]
node-mozilla-iot-gateway: Remove package
As the WebThings Gateway moves into a full-fledged router
distribution, it no longer makes sense to have this as a
standalone package, as it now modifies system-wide settings.
References #9629
References mozilla-iot/gateway#2060
References https://gitlab.labs.nic.cz/turris/turris-os-packages/issues/452
Signed-off-by: Michael Stegeman <michael@stegeman.me>
Rosen Penev [Thu, 8 Aug 2019 16:40:10 +0000 (09:40 -0700)]
Merge pull request #9656 from liudf0716/kcptun
[openwrt-19.07]kcptun: add new package
Dengfeng Liu [Mon, 5 Aug 2019 02:40:57 +0000 (10:40 +0800)]
kcptun: add new package
kcptun is a stable & secure tunnel based on kcp with N:M multiplexing.
https://github.com/xtaci/kcptun
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
Karl Palsson [Tue, 18 Dec 2018 14:49:13 +0000 (14:49 +0000)]
ntpdate: use uci configured servers instead of static list
If we're going to have a list of ntp servers, we should at least respect
them. Fallback to the original static list if no configured servers are
found.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Val Kulkov [Mon, 5 Aug 2019 17:35:34 +0000 (13:35 -0400)]
subversion: update to the latest release
Update to the latest maintenance release, fixing CVE-2018-11782 and
CVE-2019-0203 among other things.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
(cherry-picked from commit
53f33e5e74e648cd1b1435d354ccd214098d885b)
Karel Kočí [Mon, 5 Aug 2019 11:47:17 +0000 (13:47 +0200)]
btrfs-progs: scan devices in preinit instead of init script
There is no gain to do device scan in init. Commonly we want to always
scan BTRFS devices to ensure that after boot raids are correctly linked.
It should be done before any init script tries to mount any raid FS.
Comparing init scripts and preinit scripts there are I think two primary
considerations. First is if user is expected to restart/reload/stop
given service on will. I think that there is no such reason for this as
user can easily enough just call btrfs utility it self. Second
consideration is if it makes sense to have it optional. This means if we
want to have ability to enable and disable given service. I think that
there is no such need in this case. It is pretty much doing nothing if
you don't have BTRFS FS connected and when you have you probably want to
scan it.
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
Karel Kočí [Mon, 5 Aug 2019 11:31:52 +0000 (13:31 +0200)]
btrfs-progs: use box version of btrfs tool (busybox like)
This instead of building every tool separately builds one btrfs binary
and additional tools are links to this binary. This is same approach as
busybox is using.
This splits list of tools to two. boxprogs are tools that are boxed to
code btrfs binary and progs are tools that are not.
This also overload default all make target of Build/Compile and instead
builds (unified) btrfs.progs and separate progs.
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
Josef Schlehofer [Sun, 4 Aug 2019 17:58:44 +0000 (19:58 +0200)]
btrfs-progs: Update to version 5.2.1
- Move Depends under URL
- Fix PKG_LICENSE to use correct SPDX License Identifier instead of
deprecated one
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Fri, 2 Aug 2019 23:45:45 +0000 (16:45 -0700)]
libsigar: Add missing header
The new version of musl does not include this header internally anymore.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
b97f32ec4401dba64ea80d0c066fcb79658a58b7)
Rosen Penev [Wed, 31 Jul 2019 05:03:16 +0000 (22:03 -0700)]
libsigar: Remove deprecated rindex function
Optionally unavailable with uClibc-ng.
Switched to local tarballs. .xz is smaller.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
b134eb3800f174376a90a382000a5a7af5bea619)
Rosen Penev [Fri, 2 Aug 2019 23:41:18 +0000 (16:41 -0700)]
mt-st: Add missing header
New version of musl no longer includes this header internally.
Removed several unnecessary variables in Makefile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
4cda68c72b54885e0465411ba8667e543771d2e2)
Rosen Penev [Thu, 25 Jul 2019 01:30:55 +0000 (18:30 -0700)]
xz: Remove bash dependency
Bash is not needed here. These scripts are POSIX compliant.
This was originally added as the configure script looks for /bin/bash
locally. Passing gl_cv_posix_shell overrides this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
d0e3aa7493edf6110ca80134bd04c839ecc09459)
Rosen Penev [Mon, 5 Aug 2019 17:20:18 +0000 (10:20 -0700)]
Merge pull request #9661 from gladiac1337/haproxy-2.0.3-2
[openwrt-19.07] haproxy: Update all patches for HAProxy v2.0.3
Rosen Penev [Mon, 5 Aug 2019 17:00:52 +0000 (10:00 -0700)]
Merge pull request #9649 from jefferyto/python-pyasn1-0.4.6-openwrt-19.07
[openwrt-19.07] python-pyasn1: Update to 0.4.6
Rosen Penev [Mon, 5 Aug 2019 17:00:36 +0000 (10:00 -0700)]
Merge pull request #9651 from jefferyto/python-pyasn1-modules-0.2.6-openwrt-19.07
[openwrt-19.07] python-pyasn1-modules: Update to 0.2.6
Christian Lachner [Mon, 5 Aug 2019 07:24:49 +0000 (09:24 +0200)]
haproxy: Update all patches for HAProxy v2.0.3
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.3.html)
- Raise PKG_RELEASE to 2
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Rosen Penev [Thu, 25 Jul 2019 02:07:31 +0000 (19:07 -0700)]
haproxy: Get rid of bashisms from get-latest-patches.sh
Plus some other shellcheck cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 4 Aug 2019 21:47:06 +0000 (14:47 -0700)]
findutils: Add missing header
New version of musl no longer internally includes this header.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
8ca5cf042d6e08f1e7b9f86cb8338d2982a9d296)
Rosen Penev [Fri, 2 Aug 2019 23:53:09 +0000 (16:53 -0700)]
findutils: Fixed up LICENSE information.
Also cleaned some whitespace.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
fca20e2b2fdf4a83db8e2c7904225422b11f0d2e)
Jeffery To [Sun, 4 Aug 2019 20:03:36 +0000 (04:03 +0800)]
python-pyasn1-modules: Update to 0.2.6
Requires python-pyasn1 0.4.6 (#9649).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 4 Aug 2019 19:41:05 +0000 (03:41 +0800)]
python-pyasn1: Update to 0.4.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Sun, 4 Aug 2019 15:46:28 +0000 (08:46 -0700)]
Merge pull request #9642 from noblepepper/gcc-7.4.0
gcc: fix build on x86 targets
Noble Pepper [Sun, 4 Aug 2019 12:33:48 +0000 (07:33 -0500)]
gcc: fix build on x86 targets
Signed-off-by: Noble Pepper <noblepepper@gmail.com>
Rosen Penev [Sun, 4 Aug 2019 13:47:51 +0000 (06:47 -0700)]
Merge pull request #9627 from jefferyto/slide-switch-0.9.5-openwrt-19.07
[openwrt-19.07] slide-switch: Update to 0.9.5
Michael Heimpold [Sat, 3 Aug 2019 22:27:08 +0000 (00:27 +0200)]
php7: update to 7.2.21
This fixes CVE-2019-11042 and CVE-2019-11041.
Compile and run tested on mxs platform
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Nikos Mavrogiannopoulos [Fri, 2 Aug 2019 19:15:00 +0000 (21:15 +0200)]
gnutls: updated to 3.6.9
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Jeffery To [Thu, 1 Aug 2019 22:55:00 +0000 (06:55 +0800)]
slide-switch: Update to 0.9.5
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Daniel Engberg [Thu, 1 Aug 2019 23:09:04 +0000 (01:09 +0200)]
Merge pull request #9624 from micmac1/19.07-maria10226
mariadb (19.07): security bump to 10.2.26
Sebastian Kemper [Thu, 1 Aug 2019 19:57:40 +0000 (21:57 +0200)]
mariadb: security bump to 10.2.26
mariadb: security bump to 10.2.26
New upstream release. Addresses:
CVE-2019-2805
CVE-2019-2740
CVE-2019-2739
CVE-2019-2737
CVE-2019-2758
Package updates:
- includes "THIRDPARTY" in PKG_LICENSE_FILES
- drops client_ed25519 as a dynamic plugin and install it with the lib
as per upstream decision
- refreshes patches
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Mon, 29 Jul 2019 00:59:10 +0000 (17:59 -0700)]
ulogd: Backport JSON network patch
It was requested in #9065 .
Cleaned up Makefile slightly.
Removed inactive maintainer.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
23a36b00e243137d50b8c6c0edd58f4446b6714e)
Eneas U de Queiroz [Tue, 18 Jun 2019 18:35:35 +0000 (15:35 -0300)]
bcrypt: add python-cffi/host build dependency
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from
86fb008751718c4c28d4031006289850a0ca393d)
Matthias Schiffer [Thu, 25 Jul 2019 18:48:00 +0000 (20:48 +0200)]
Merge pull request #9567 from blocktrron/openwrt-19.07
[19.07] fastd: fix segmentation fault with musl >1.1.20
David Bauer [Thu, 25 Jul 2019 16:58:03 +0000 (18:58 +0200)]
fastd: fix segmentation fault with musl >1.1.20
When compiled with musl >1.1.20, fastd will crash in case it can't
resolve a peers hostname. This is due to a changed implementation of
freeaddrinfo in musl 1.1.21 onwards.
This segfault is fixed by not calling freeaddrinfo in case the supplied
pointer is null.
Signed-off-by: David Bauer <mail@david-bauer.net>
Rosen Penev [Thu, 25 Jul 2019 17:31:38 +0000 (10:31 -0700)]
Merge pull request #9544 from jefferyto/prometheus-fix-mips64-build-openwrt-19.07
[openwrt-19.07] prometheus: Fix build for mips64/mips64el
Rosen Penev [Wed, 24 Jul 2019 06:27:18 +0000 (23:27 -0700)]
netifyd: Don't build on uClibc-ng
This absolutely needs symbols from libresolv, which uClibc-ng does not
support.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
0a3ebb32a134df9cfb4cd0d80e5ae5dc259f314b)
Christian Lachner [Wed, 24 Jul 2019 05:54:52 +0000 (07:54 +0200)]
haproxy: Update HAProxy to v2.0.3
- Update haproxy download URL and hash
- Add new patches
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Rosen Penev [Fri, 19 Jul 2019 07:02:21 +0000 (00:02 -0700)]
opendkim: Fix compilation with uClibc-ng
res_nsend and res_send are both not available in uClibc-ng as configured
in OpenWrt. Having this function return an error is the only sensible way
to fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
b5b776fc9ad807739977e82f809c3fe7b485d262)
Stepan Henek [Fri, 19 Jul 2019 13:27:33 +0000 (15:27 +0200)]
python-cachelib: package added
Signed-off-by: Stepan Henek <stepan.henek@nic.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Jeffery To [Mon, 22 Jul 2019 20:05:09 +0000 (04:05 +0800)]
prometheus: Fix build for mips64/mips64el
Prometheus uses an older version of fsnotify, which uses a system call
(unix.InotifyInit) that is not implemented for mips64/mips64el.
This patches Prometheus to use a newer version of fsnotify that uses a
different system call (unix.InotifyInit1) that should be available on
all Linux systems.
Fixes #9494.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Josef Schlehofer [Mon, 22 Jul 2019 12:21:10 +0000 (14:21 +0200)]
python: add patch for CVE-2018-20852
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Mon, 22 Jul 2019 13:28:49 +0000 (15:28 +0200)]
Merge pull request #9533 from jefferyto/python-musl-find_library-openwrt-19.07
[openwrt-19.07] python,python3: Fix ctypes.util.find_library()
Jeffery To [Sun, 21 Jul 2019 20:42:54 +0000 (04:42 +0800)]
python,python3: Fix ctypes.util.find_library()
Python's ctypes.util.find_library() function currently doesn't work for
musl libraries/systems[1].
This adds a patch to fix this function, based on a patch from Alpine
Linux[2].
Fixes #9448.
[1]: https://bugs.python.org/issue21622
[2]: https://git.alpinelinux.org/aports/tree/main/python2/musl-find_library.patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Maxim Storchak [Sat, 13 Jul 2019 12:10:24 +0000 (15:10 +0300)]
tgt: update to 1.0.79
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
(cherry-picked from
9c5d11a9daac433d6691288a970388c374a7589d)
Jeffery To [Tue, 16 Jul 2019 16:31:39 +0000 (00:31 +0800)]
golang: Update to 1.12.7
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Yousong Zhou [Wed, 12 Jun 2019 05:50:36 +0000 (05:50 +0000)]
diffutils: provide diff, cmp as alternatives
Resolves openwrt/packages#6361
Resolves openwrt/packages#9524 by backporting from master
b02e4eafd
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Dirk Brenken [Tue, 28 May 2019 07:30:45 +0000 (09:30 +0200)]
ddns-scripts: various fixes
* use '$ddns_rundir' in 'get_service_data' for pipe creation, fix #8971
* add missing local variables in 'get_service_data'
* change DNS server verification with drill in 'verify_host_port',
fix/supersed #8935
* remove needless cat calls in 'verify_host_port'
* set cloudfare TTL to min. 120 seconds, fix #7745
* bump/align package version number
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
2e06c4ec93acb0f941b4aabe79df4437b9520110)
James Qian [Wed, 26 Jun 2019 08:41:42 +0000 (16:41 +0800)]
ddns-scripts: modify deSEC update url
the latest update url format for deSEC is
http(s)://update.dedyn.io/update?username=[USERNAME]&password=[PWD]
Signed-off-by: James Qian <sotux82@gmail.com>
(cherry picked from commit
e4951651e2c57c86e681d239dc98887f7970bc45)
Andy Walsh [Thu, 11 Jul 2019 14:55:19 +0000 (16:55 +0200)]
softethervpn5: update to 5.01.9671
* update to 5.01.9671
* switch to release tar's
* add cmake iconv and musl patches
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
(cherry-pick from
46c320f18f8f6715d4e578ce8015de6a5a249843)
Rosen Penev [Wed, 10 Jul 2019 19:37:25 +0000 (12:37 -0700)]
softethervpn: Really fix iconv support
softethervpn overrides nls.mk by defining its iconv functions. This only
works if the libc has iconv. In addition, it does not allow external
libiconv usage. TARGET_LDFLAGS is also the wrong place to add -liconv.
Removed SSL3 patch. It was needed for OpenSSL 1.0.2 but not anymore.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
fb480e297c04f6e428324cb787d276c9c3cfe0a6)
Rosen Penev [Thu, 27 Jun 2019 07:07:24 +0000 (00:07 -0700)]
coova-chili: Fix compilation with newer GCC
Added -Wno-error to fix.
Also added patch to fix compilation without deprecated OpenSSL APIs.
Added PKG_BUILD_PARALLEL for faster compilation.
Switched libcyassl to libwolfssl.
Reorganized makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
266b0ba9d9c21e3a879aaa28f8ba93448d4ea0a4)
Rosen Penev [Thu, 20 Jun 2019 22:21:15 +0000 (15:21 -0700)]
dosfsutils: Properly fix iconv linking
Necessary when using libiconv.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
fbfe49d7ffeae87e3d6538ab49cd7dea3b887142)
Rosen Penev [Fri, 28 Jun 2019 23:01:04 +0000 (16:01 -0700)]
linknx: Update iconv patch to work with libiconv-full
libiconv-full requires a const char for its second parameter. Otherwise
-fpermissive error is thrown.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
ee94a1e9120e369666909de97ddf68966d61f8e2)
Rosen Penev [Mon, 24 Jun 2019 20:46:05 +0000 (13:46 -0700)]
linknx: Fix compilation with libiconv
This applies to uClibc-ng and libiconv-full
Switched to building with uClibc++.
Fixed license information.
Fixed BUILD_DEPENDS.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
fec9257655803cdb704fa4fbb0b03b496c2290cc)
Rosen Penev [Fri, 21 Jun 2019 07:50:49 +0000 (00:50 -0700)]
elektra: Fix compilation with uClibc-ng
Add patch that checks for libiconv instead of iconv. nls.mk handles this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
50719a639a89a3da57b2fbdf393cee03837dd640)
Rosen Penev [Sun, 7 Jul 2019 20:27:25 +0000 (13:27 -0700)]
squid: Fix compilation with GCC9
by passing -Werror. Also added -latomic as some platforms need it.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
c18cb9e7c57a1806017a473c2a076c2a5d9aabee)
Rosen Penev [Tue, 16 Jul 2019 20:54:09 +0000 (13:54 -0700)]
gddrescue: Do not build with uClibc-ng
From the developer:
It seems that uClibc-ng is defining fgetc, fputc, feof, and ferror as
macros and not including them in std.
IMO this is a bug in uClibc-ng (maybe caused by lack of clarity in the
C++ standard), because even the C functions that are alowed to be
defined as macros (putc, getc) should be included in std for
consistency. Just imagine the chaos if std::getc were defined or
undefined depending on how it is implemented.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(
9172e2828f29d1c6de3997ab7b0246bf351d33d7)
Rosen Penev [Mon, 1 Jul 2019 17:30:59 +0000 (10:30 -0700)]
flashrom: Add ARC support
Mainly endian definitions are needed.
Removed sys/io.h patch. It's a GNU header unsupported by uClibc-ng.
Cleaned up Makefile slightly.
Added HTTPS everywhere.
Added PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
12378cd4d3d96975f1066e26089500cac73ac68e)
Rosen Penev [Sun, 7 Jul 2019 20:33:48 +0000 (13:33 -0700)]
open2300: Switch to GitHub fork
It applies the single patch here as well as adding some fixes.
The upstream project is dead.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
d2af82a6f599f781b17e0c6c3967572242caed00)
Rosen Penev [Fri, 28 Jun 2019 17:53:53 +0000 (10:53 -0700)]
apinger: Update to latest git revision
This project seems abandoned. Updated to latest version.
Also cleaned up the Makefile quite a bit.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from
dff6d2639eabb93e2d3782bfc1262bb6f7dccc33)
Rosen Penev [Wed, 19 Jun 2019 20:08:42 +0000 (13:08 -0700)]
fbzmq: Fix compilation with newer GCC
Added -faligned-new to fix compilation.
As fbzmq is passing -Werror, fixed compilation with newer GCC versions.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
50f865714127755dde89294a68215a6c73d200e8)
Hirokazu MORIKAWA [Mon, 8 Jul 2019 02:25:54 +0000 (11:25 +0900)]
node-mozilla-iot-gateway: Remove unnecessary step
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
(cherry-picked from
1314b86231f34a25619523d1656e127bbb1262fe)
champtar [Thu, 18 Jul 2019 14:52:34 +0000 (07:52 -0700)]
Merge pull request #9504 from jefferyto/circleci-usign-openwrt-19.07
[openwrt-19.07] CircleCI: Add support for usign signatures
Eneas U de Queiroz [Wed, 17 Jul 2019 12:50:41 +0000 (09:50 -0300)]
oniguruma: fix CVE-2019-13224 & CVE-2019-13225
The patches were taken from upstream commits.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Jeffery To [Wed, 17 Jul 2019 08:25:25 +0000 (16:25 +0800)]
CircleCI: Add support for usign signatures
It appears snapshot target builds have switched from GPG signatures
(sha256sums.asc) to usign signatures (sha256sums.sig).
This adds support for verifying these usign signatures. (GPG signatures
will also be verified if found.)
This also restores the alphabetical ordering of packages to be installed
by apt-get.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Josef Schlehofer [Thu, 11 Jul 2019 19:42:32 +0000 (21:42 +0200)]
python-pyrsistent: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>