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>
Josef Schlehofer [Thu, 11 Jul 2019 20:14:57 +0000 (22:14 +0200)]
python-cachetools: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Dirk Brenken [Sun, 14 Jul 2019 20:13:49 +0000 (22:13 +0200)]
adblock: update 3.6.5-2
* clean-up config
- remove youtube source (not working, false positives)
- remove urlhaus source (false positives)
- remove zeus source (discontinued)
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
1d81adc003071d9ac3d6afcb99c6bef5fe407822)
Yousong Zhou [Sat, 13 Jul 2019 09:52:16 +0000 (09:52 +0000)]
coreutils: add alternatives support
Fixes openwrt/packages#9290
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry-picked from commit
92820448519d43101f646339cbcc557761188b0e)
Eneas U de Queiroz [Tue, 9 Jul 2019 18:46:27 +0000 (15:46 -0300)]
python-oauthlib: update to 3.0.2 (bugfix release)
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit
6c4ba3a58dee6a0aabceb248b765dfbbae3a4878)
Eneas U de Queiroz [Tue, 9 Jul 2019 12:21:12 +0000 (09:21 -0300)]
wifidog: fix getting ip from interface, cleanup
Patch taken from upstream fixes an Invalid argument error while trying
to get the IP address of an interface.
Makefile was updated to current style.
(cherry-picked from
5ab9f3e3576d7fd28cf55ac604dbf485eb1b0de3)
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Josef Schlehofer [Tue, 9 Jul 2019 19:33:48 +0000 (21:33 +0200)]
python-sentry-sdk: Update to version 0.10.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit
4a7b407d70de228dacc66dad8f866d5c05b6d581 )
Josef Schlehofer [Sun, 7 Jul 2019 16:45:17 +0000 (18:45 +0200)]
python-sentry-sdk: Update to version 0.10.0
- Reorder alphabetically dependencies
- Add python3-logging as a dependency
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit
cd13d5d4de6af33c71efb24497489c1a0389c49e)
Eneas U de Queiroz [Fri, 28 Jun 2019 14:00:06 +0000 (11:00 -0300)]
python-curl: add ssl locking support to wolfssl
Patch was merged upstream.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry-picked from commit
8bdb697671dedc73651ffd17fa4c592b264e68b6 )
Eneas U de Queiroz [Wed, 26 Jun 2019 18:08:11 +0000 (15:08 -0300)]
python-curl: fix compilation with libcurl-wolfssl
This allows compilation when libcurl is build with wolfssl as its SSL
backend.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry-picked from
3e78945eaf243fe07bd513302972ae49006cfed1)
Josef Schlehofer [Mon, 17 Jun 2019 06:50:00 +0000 (08:50 +0200)]
python-curl: update to version 7.43.0.3
Patch was accepted.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit
3856573)
Josef Schlehofer [Sun, 30 Jun 2019 21:43:31 +0000 (23:43 +0200)]
python3-bottle: update to version 0.12.17
Shorter TITLE
- The longer one was not shown in make menuconfig.
Reodered stuff in Makefile
Removed PKG_UNPACK and change PKG_BUILD_DIR
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from
0a3e4d8)
Jan Pavlinec [Wed, 10 Jul 2019 13:43:25 +0000 (15:43 +0200)]
irssi: update to version 1.2.1 (security fix)
Fixes CVE-2019-13045
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Josef Schlehofer [Tue, 9 Jul 2019 18:56:33 +0000 (20:56 +0200)]
python3: Update to version 3.7.4
- Update setuptools to 40.8.0
- Update pip to 19.0.3
- Refreshed patches
- Removed 4 patches (2 of them was included in 3.7.3 and other two are
included in this release)
Makefile python3:
- Move PKG_MAINTAINER above PKG_LICENSE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from
ce769db0077f3ace8ef691cf33b827a10e0613a5)
Eneas U de Queiroz [Fri, 21 Jun 2019 20:53:15 +0000 (17:53 -0300)]
python3: use _python_sysroot for cross-compilation
This patch, taken from buildroot, avoids the use of host paths when
compiling third-party extensions.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry-picked from
523c52f6f272810a6183f7e1302c09e9a7f16f46)
Florian Eckert [Wed, 10 Jul 2019 07:27:08 +0000 (09:27 +0200)]
Merge pull request #9433 from TDT-AG/pr/mwan3-19.07-
20190709
[19.07] mwan3: add migration script for flush_conntrack config
Florian Eckert [Wed, 26 Jun 2019 14:34:11 +0000 (16:34 +0200)]
mwan3: add migration script for flush_conntrack config
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit
8d3c8dadcfeb7ce8170c0ddec98a6d8fc6bc9756)
Adam Mizerski [Thu, 10 May 2018 21:47:41 +0000 (23:47 +0200)]
dnscrypt-proxy2: add init script using procd
Signed-off-by: Adam Mizerski <adam@mizerski.pl>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from commit
cc4ed960634ce9859fd6659e07c5787ac0431185)
Josef Schlehofer [Wed, 3 Jul 2019 11:39:00 +0000 (13:39 +0200)]
dnscrypt-proxy2: add a new package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from
cff7ce4b24240ff92801b95eeef87ce901f01c23 )
Deng Qingfang [Wed, 26 Jun 2019 10:14:19 +0000 (18:14 +0800)]
bind: update to 9.14.3
Fixed CVE-2019-6471
ChangeLog: https://ftp.isc.org/isc/bind9/9.14.3/CHANGES
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
(cherry-picked from
868f29d4ee61205e65994f67f23a02198a9dea33)
Josef Schlehofer [Fri, 5 Jul 2019 18:25:31 +0000 (20:25 +0200)]
python-sqlalchemy: add package with version 1.3.5
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from
f5fae3d )
Josef Schlehofer [Sat, 6 Jul 2019 06:37:27 +0000 (08:37 +0200)]
bcrypt: Update to version 3.1.7
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from
43c89c56a2d0b037764b95705d1aef1886699c20)
Josef Schlehofer [Sat, 6 Jul 2019 06:33:48 +0000 (08:33 +0200)]
bcrypt: Reorder Makefile and change TITLE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from
b728e84ec6d8cb11f0de7df1341ab2fb4370e882 )
Rosen Penev [Mon, 8 Jul 2019 19:30:23 +0000 (12:30 -0700)]
Merge pull request #9418 from noblepepper/gcc-7.4.0
Bump gcc to version 7.4.0, Add config options
Dirk Brenken [Mon, 8 Jul 2019 12:02:47 +0000 (14:02 +0200)]
travelmate: update 1.4.9
* fix a corner case issue with auto expiry of the
'Faulty Station' list (the last run information was not updated)
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
59a69ee05933f0263101529184c6e896f6f0b8ee)
Noble Pepper [Tue, 25 Jun 2019 13:18:06 +0000 (08:18 -0500)]
gcc: update to version 7.4.0, Add config options
for coping libc.a, libpthread.a and libstdc++ to target.
Add config option to eliminate need for -lstdc++ and -lgcc_pic
switches when linking statically
Signed-off-by: Noble Pepper <noblepepper@gmail.com>
Karel Kočí [Mon, 13 Aug 2018 14:14:40 +0000 (16:14 +0200)]
python-markdown: add a new package
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
[Add me as maintainer]
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from
6cdcfd9)
Josef Schlehofer [Wed, 3 Jul 2019 19:19:49 +0000 (21:19 +0200)]
python-yaml: update to version 5.1.1
Reorder one thing in Makefile and add two spaces in description
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-pick from
bec7011401ce6cfb9d41b07f2fe5614dfb93dbd2 )
Josef Schlehofer [Sat, 15 Jun 2019 10:40:17 +0000 (12:40 +0200)]
python-sentry-sdk: add package with version 0.9.5
Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
(cherry-pick from
7fb6466435afbca5971fb23e0bcccc7688b2148d)
Josef Schlehofer [Sat, 20 Apr 2019 19:52:37 +0000 (21:52 +0200)]
python-aiohttp-cors: add package
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-pick from commit
eb38ddfa13a2213878e5fd51885832b708dd00a9)
Josef Schlehofer [Wed, 3 Jul 2019 19:01:19 +0000 (21:01 +0200)]
youtube-dl: update to version 2019.7.2
Simplify Makefile
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry-picked from
2d13229b33bb1fe527e9ed54fa6c837aa79064a4)
Rosen Penev [Tue, 2 Jul 2019 18:13:32 +0000 (11:13 -0700)]
python-cryptography: Remove NPN
Upstream backport. It seems the holdup is on python-twisted.
Without this, it fails with
SSL_get0_next_proto_negotiated: symbol not found
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from commit
0859931)
Daniel Danzberger [Mon, 17 Jun 2019 22:20:38 +0000 (00:20 +0200)]
postgresql: Update to version 11.3
Version 11.3 is the current stable relase.
Changes between 9.3 and 11.3:
- pg_receivexlog, pg_resetxlog and pg_xlogdump have been replaced with pg_resetwal
- ZIC config variable must be set when cross compiling
- disable systemd support
- ecpg is no longer needed for building
- MAKELEVEL must be set to 0 when called from another makefile
- Setting AC_CONFIG_AUX_DIR([config]) is no longer requried
- Decrease build time by removing unnecessary configure checks
Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
(cherry-picked from
d9bd0c19e4d44c8c7bb32f6ff69c5d60029e3590)
Rosen Penev [Sat, 6 Jul 2019 22:38:56 +0000 (15:38 -0700)]
libextractor: Add missing header
Fixes compilation with -Wimplicit-function-declaration
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
0860268f22f2869b38d7b2de1541fa1b3624d36f)
Vladimir Ulrich [Sat, 6 Jul 2019 17:41:16 +0000 (20:41 +0300)]
zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
(cherry picked from commit
5df6ff15be03f8a0a55efabfe62b4f850c2fcf1b)
Dirk Brenken [Fri, 5 Jul 2019 04:40:37 +0000 (06:40 +0200)]
Merge pull request #9397 from stangri/openwrt-19.07-simple-adblock
[19.07] simple-adblock: options to filter non-ASCII domains, local compressed storage
Stan Grishin [Thu, 4 Jul 2019 22:42:51 +0000 (15:42 -0700)]
simple-adblock: options to filter non-ASCII domains, local compressed storage
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Wed, 3 Jul 2019 05:34:41 +0000 (22:34 -0700)]
Merge pull request #9366 from gladiac1337/haproxy-2.0.1
[openwrt-19.07] haproxy: Update HAProxy to v2.0.1
Christian Lachner [Wed, 3 Jul 2019 05:12:32 +0000 (07:12 +0200)]
haproxy: Change DEPENDS from libncursesw to libncurses
- Change DEPENDS from libncrusesw to libncurses
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Rosen Penev [Mon, 24 Jun 2019 17:42:33 +0000 (10:42 -0700)]
openconnect: Fix DTLS with OpenSSL
Backported upstream patches that fix this.
Removed local patch that fixes libp11 with version 0.4.7, which is not
used anymore. Upstream has a different solution.
License fixes and Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
6dbbc17b1f3d29ce4db772e792cbae6a9c8e87be)
Rosen Penev [Fri, 21 Jun 2019 19:27:47 +0000 (12:27 -0700)]
dnscrypt-proxy: Update to latest git revision
Includes a security fix.
Fixed usage with latest libsodium.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
71f9b042d8fb4a9ebc87c3ce75c4757e4af73928)
Christian Lachner [Mon, 1 Jul 2019 18:27:43 +0000 (20:27 +0200)]
haproxy: Update HAProxy to v2.0.1
- Update haproxy download URL and hash
- Add new patches
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Dirk Brenken [Mon, 24 Jun 2019 13:47:06 +0000 (15:47 +0200)]
mc: update to 4.8.23
* bump to release 4.8.23, see
https://midnight-commander.org/wiki/NEWS-4.8.23
* (re-)enable VFS support by default
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
81eccbf480eb3d8492a19fca171571fd95d2afd9)
Dirk Brenken [Wed, 26 Jun 2019 20:30:36 +0000 (22:30 +0200)]
travelmate: update 1.4.8
* optimize the main scan/iwinfo call (performance & system load):
- remove a needless f_trim function call
- remove a redundant awk call
- reduce the scan buffer size and
make it configurable (trm_scanbuffer, default 1024 bytes)
* cosmetics
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit
8335e6e76c6fe3480123310a20078c12676039a6)
Rosen Penev [Sat, 29 Jun 2019 21:29:19 +0000 (14:29 -0700)]
Merge pull request #9355 from jefferyto/obfs4proxy-0.0.11-openwrt-19.07
[openwrt-19.07] obfs4proxy: Update to 0.0.11
Jeffery To [Sat, 29 Jun 2019 19:19:54 +0000 (03:19 +0800)]
obfs4proxy: Update to 0.0.11
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Sat, 29 Jun 2019 04:58:25 +0000 (07:58 +0300)]
Merge pull request #9315 from liudf0716/apfree
[19.07] apfree-wifidog: Update to v3.11.1716
Hannu Nyman [Tue, 25 Jun 2019 19:25:35 +0000 (22:25 +0300)]
Merge pull request #9313 from gladiac1337/haproxy-v2.0.0-19.07
[openwrt-19.07] haproxy: Update HAProxy to v2.0.0 (LTS)
Dengfeng Liu [Thu, 13 Jun 2019 09:26:18 +0000 (17:26 +0800)]
apfree-wifidog: Update to v3.11.1716
Change log for v3.11.1716:
[IMP] Replaced libhttpd with libevent, therefore commented thread
related parameters in wifidogx conf file
[IMP] Added REQUEST_TYPE_COUNTERS_V2 to wifidog protocol
[IMP] Sent online and offline client's counter info to auth server
[FIX] Fixed missing setting online_time parameter bug
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
Christian Lachner [Mon, 24 Jun 2019 21:08:52 +0000 (23:08 +0200)]
haproxy: Update HAProxy to v2.0.0 (LTS)
- Update haproxy download URL and hash
- Add new patches
- Add several CFLAGS (derived from haproxy Makefile) to make the build work with v1.9+
- Update default configuration
- Add check-command (for config) to init-script
- Add prometheus-service from contribs by default
- Add support for uclibc to haproxy with libcrypt disabled
- Minor cleanups
I have been running v2.0 for some time now and it feels as stable as v1.8. v2.0 is the new LTS release.
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Hannu Nyman [Mon, 24 Jun 2019 17:30:42 +0000 (20:30 +0300)]
collectd: update to 5.9.0
Update collectd to version 5.9.0
* remove backported upstream patches (sensors, modbus)
* remove lua patch that has been been implemented upstream
(See collectd PR 3144)
* refresh patches and accommodate into upstream path changes
* place the 'stations' datatype for iwinfo in alpbetically
correct place in types.db
* add libmnl dependency to 'processes' plugin required for the
new Linux process Delay Accounting capability.
(Alternatively the capability & requirement might be patched away
in Makefile.am, HAVE_LIBTASKSTATS from collectd_4ea7a572)
* new plugins (disabled): ampq1, gpu_nvidia, pcie_errors,
write_stackdriver, write_syslog
compile-tested: ar71xx/WNDR3700 (all plugins)
run-tested: ar71xx/WNDR3700 (selected plugins)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
08d759f14a2f5cac21750e2c44734583056daf2c)
Jonas Gorski [Mon, 24 Jun 2019 12:46:39 +0000 (14:46 +0200)]
znc: update to 1.7.4
Fixes CVE-2019-12816.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
(cherry picked from commit
9063c9a601f6004be7659a3bb928bf4f75db72da)
Daniel Engberg [Fri, 21 Jun 2019 20:41:59 +0000 (22:41 +0200)]
Merge pull request #9260 from dibdot/banIP-19.07
[openwrt-19.07] banip: update 0.1.4
Yousong Zhou [Thu, 20 Jun 2019 13:25:59 +0000 (13:25 +0000)]
treewide: avoid deref symlinks when installing .so
This change is inspired by commit openwrt/openwrt@
38b22b1e ("nghttp2:
deduplicate files in libnghttp2")
The packages in this commit are identified with the following command
grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*'
Some of them do not have symlinks and are not affected, but the change
is still applied for consideration of best practices just in case
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry-picked from
9ac5ac81ab2241b7c13c01e8801e0e7d95ebb4eb)
Jianhui Zhao [Wed, 19 Jun 2019 02:42:11 +0000 (10:42 +0800)]
libuhttpd: update to 2.2.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
(cherry-picked from
4e705708ae616ca5f3b6ce1117e97496ea5990d3)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Alexandru Ardelean [Thu, 20 Jun 2019 09:11:39 +0000 (12:11 +0300)]
seafile-server: fix build with libssp & non-musl libc
Fixes: https://github.com/openwrt/packages/issues/9255
This seems to fail the build for this package only.
So, this change patches the build, to add `-lssp` to the LDFLAGS of this
package, in case the build uses GCC's libssp.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Rosen Penev [Mon, 17 Jun 2019 21:24:59 +0000 (14:24 -0700)]
fbzmq: Switch to HOSTPKG
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Jun 2019 19:11:52 +0000 (12:11 -0700)]
libmstch: Switch HOST to HOSTPKG
HOST should be used by tools only, not for host packages.
Other minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Jun 2019 18:34:47 +0000 (11:34 -0700)]
fbthrift: Install to STAGING_DIR_HOSTPKG
As part of the boost change. Also get rid of various CMake options as
CMake can find everything properly now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Jun 2019 18:32:52 +0000 (11:32 -0700)]
libfolly: Fix compilation for older ARM platforms
ARM6 and below do not support the yield instruction. Do not use it there.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 17 Jun 2019 18:07:23 +0000 (11:07 -0700)]
boost: Install HOST libraries to HOSTPKG
After talking to @jow on IRC, we found two problems. STAGING_DIR_HOST is
designed for tools, not host packages. Changing this to HOSTPKG allows
CMake and pkgconfig to work properly with fbthrift.
The host-libraries should not be modular like this for host packages.
Changed to eliminate them and to only build the needed ones. This can be
changed as conditions change.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Amol Bhave [Sat, 11 May 2019 00:39:03 +0000 (17:39 -0700)]
fbzmq: Add fbzmq library
fbzmq provides a framework for writing services in C++ while leveraging
the features of libzmq (message passing semantics).
Compile tested: nbg6817, master
Maintainer: me
Signed-off-by: Amol Bhave <ambhave@fb.com>
Rosen Penev [Tue, 11 Jun 2019 20:29:23 +0000 (13:29 -0700)]
librsocket-cpp: Update to 2019-06-11
Fix compilation with newer GCC
Added Maintainer.
Reorganized Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 10 Jun 2019 19:49:02 +0000 (12:49 -0700)]
fbthrift: Update to 2019.06.10.00
Rearranged Makefile for consistency between packages.
Added -Dlib_only to save some time.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 10 Jun 2019 19:39:53 +0000 (12:39 -0700)]
libwangle: Update to 2019.06.10.00
Added Maintainer.
Rearranged Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 10 Jun 2019 19:36:28 +0000 (12:36 -0700)]
libfizz: Update to 2019.06.10.00
Fixes compilation when ChaCha20 is missing from OpenSSL 1.1
Added Maintainer.
Rearranged Makefile for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 10 Jun 2019 19:26:10 +0000 (12:26 -0700)]
libfolly: Update to 2019.06.10.00
Partially restore uclibc patch. Some parts were upstreamed while others
were not.
Fixes compilation without ChaCha20 support in OpenSSL 1.1 and above.
Depend on libunwind conditionally. libunwind is not supported on all
targets. Depending on it unconditionally makes libfolly and dependent
packages unavailable on those targets.
Added missing Maintainer.
Several Makefile rearrangements for consistency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 4 Jun 2019 01:09:31 +0000 (18:09 -0700)]
liblz4: Update to 1.9.1 and switch to codeload
Simplifies the Makefile.
Remove build hacks and use CMake
Use PKG_BUILD_PARALLEL for faster compilation.
Switch to the Compression submenu to group this with the others.
Added lz4 binaries to be installable.
Add Optimization option.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 18 Jun 2019 17:09:33 +0000 (10:09 -0700)]
poco: Do not build on ARC
Not supported.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Thu, 20 Jun 2019 11:45:22 +0000 (14:45 +0300)]
nano: update to 4.3
Update nano to 4.3
Release notes at https://nano-editor.org/news.php
2019.06.18 - GNU nano 4.3
* The ability to read from and write to a FIFO has been regained.
* Startup time is reduced by fully parsing a syntax only when needed.
* Asking for help (^G) when using --operatingdir does not crash.
* The reading of a huge or slow file can be stopped with ^C.
* Cut, zap, and copy operations are undone separately when intermixed.
* M-D reports the correct number of lines (zero for an empty buffer).
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit
2bdd3856fd3c5050ca9981f2ec508b89cf789ce5)
Karl Palsson [Tue, 18 Jun 2019 16:05:27 +0000 (16:05 +0000)]
mosquitto: update to 1.6.3
Fixes multiple issues, primarily of interest to OpenWrt:
* getrandom issues with and without TLS and glibc
See https://github.com/openwrt/packages/issues/9005 and
https://github.com/openwrt/packages/pull/9243
Many many many other fixes related to mqttv5/v3.1.1 interactions and
mqtt5 support options.
Full changelog at: https://mosquitto.org/blog/2019/06/version-1-6-3-released/
Signed-off-by: Karl Palsson <karlp@etactica.com>
Dirk Brenken [Tue, 18 Jun 2019 20:52:24 +0000 (22:52 +0200)]
banip: update 0.1.4
* refine 'refresh' mode, add normal processing/download as fallback
* remove needless reload trigger
* fix various ipset warnings
* fix timer in 'refresh' mode
* adapt ssbl regex to new source list format
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Tue, 18 Jun 2019 18:12:14 +0000 (21:12 +0300)]
Merge pull request #9249 from jefferyto/golang-1.12.6-openwrt-19.07
[openwrt-19.07] golang: Update to 1.12.6
Jeffery To [Tue, 18 Jun 2019 10:56:21 +0000 (18:56 +0800)]
golang: Update to 1.12.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>