DENG Qingfang [Sat, 20 Jul 2019 17:21:24 +0000 (01:21 +0800)]
bind: update to 9.11.9
Fixes CVEs:
CVE-2018-5738
CVE-2018-5740
CVE-2018-5743
CVE-2018-5744
CVE-2018-5745
CVE-2019-6465
CVE-2019-6471
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[mention fixed CVEs;patches: refreshed and removed those which are in
upstream now]
Rosen Penev [Sat, 30 Mar 2019 08:48:17 +0000 (01:48 -0700)]
lcdringer: Remove libcheck dependency to fix compilation
libcheck is some kind of testing framework. it is not only unnecessary, it
is not even used in the code.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Sun, 18 Aug 2019 18:08:10 +0000 (21:08 +0300)]
Merge pull request #9765 from stangri/18.06-simple-adblock
[18.06] simple-adblock: support for varios DNS resolvers/options
Josef Schlehofer [Sat, 17 Aug 2019 21:16:30 +0000 (23:16 +0200)]
dovecot: update to version 2.2.36.3
- Fixes CVE-2019-7524
- Refresh patch
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Stan Grishin [Sat, 17 Aug 2019 13:09:43 +0000 (06:09 -0700)]
[18.06] simple-adblock: support for varios DNS resolvers/options
Signed-off-by: Stan Grishin <stangri@melmac.net>
Rosen Penev [Fri, 16 Aug 2019 20:02:54 +0000 (13:02 -0700)]
linknx: Fix compilation with libiconv
Based on
ee94a1e9120e369666909de97ddf68966d61f8e2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Eneas U de Queiroz [Thu, 14 Jun 2018 15:00:55 +0000 (12:00 -0300)]
rp-pppoe: redo glibc patch
Previous fix broke compilation with kernel < 4.8
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from
e40d67a48f6dc82c5e52f07859251460d6064a09)
Eneas U de Queiroz [Wed, 23 May 2018 17:24:35 +0000 (14:24 -0300)]
rp-pppoe: Fixed compilation with glibc
Do not inlcude <netinet/in.h> when using glibc to avoid various
redefinitions.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from
0c995cabe7d1e8d6e695772848d1d54f0e978bf9)
Rosen Penev [Fri, 16 Aug 2019 19:51:27 +0000 (12:51 -0700)]
ldbus: Add zip/host build dependency
Needed when zip is missing on the host (very rare).
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 16 Aug 2019 19:46:22 +0000 (12:46 -0700)]
gcc: Do not build on ARC
Not supported until GCC8.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Guo Li [Sat, 8 Sep 2018 11:04:04 +0000 (19:04 +0800)]
openssh: fix pthread functions redefine with pam module
we should pass -DUNSUPPORTED_POSIX_THREADS_HACK to CFLAGS to openssh
to prevent function redefine, I don't know why pam module use
micro UNSUPPORTED_POSIX_THREADS_HACK to detect whether define
pthread functions, but not detect whether define
UNSUPPORTED_POSIX_THREADS_HACK.
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Josef Schlehofer [Wed, 14 Aug 2019 19:20:07 +0000 (21:20 +0200)]
Merge pull request #9403 from BKPepe/yt-18.06
[18.06] youtube-dl: update to version 2019.8.2
Josef Schlehofer [Wed, 14 Aug 2019 19:19:50 +0000 (21:19 +0200)]
Merge pull request #9513 from BKPepe/openwrt-18.06_python_shebang
[OpenWrt 18.06] python,python3: move shebang handle in install script
Rosen Penev [Tue, 12 Feb 2019 20:36:07 +0000 (12:36 -0800)]
libinput: Add missing header to fix compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
671f0363a438518e676517b4fb5ed9fd8d4d5f49)
Eneas U de Queiroz [Fri, 7 Dec 2018 19:02:05 +0000 (17:02 -0200)]
libglog: fix removing libunwind dependency
ac_cv_header_libunwind_h needs to be set to 0, as ac_cv_have_libunwind_h
overwritten based on the former's value.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from
ec317934b2317e0e0f1831c703a643028d1acaa6)
Eneas U de Queiroz [Wed, 15 May 2019 12:42:47 +0000 (09:42 -0300)]
libseccomp: workaround a recursive dependency
DEPENDS:=@!arc is causing a recursive dependency because of the optional
selection of libseccomp by util/lxc. The workaround hides the package
in Package/libseccomp/config instead.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from
e29483d7e202b06c49b3ede7fbb63c2ba1879321)
Rosen Penev [Thu, 16 May 2019 00:23:04 +0000 (17:23 -0700)]
lxc: Backport uClibc patch
Fixes compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
189a1700383a9d6cb964f764344194e4a904ce12)
Eneas U de Queiroz [Wed, 15 May 2019 12:40:45 +0000 (09:40 -0300)]
lxc: hide seccomp support for arc
libseccomp does not compile for arc, so we can't show that option for
arc.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from
57b4d94d98a572c02b9b78e4bb1d3e9810a95db7)
Daniel F. Dickinson [Mon, 21 Jan 2019 05:12:18 +0000 (00:12 -0500)]
lxc: Disable use of unwanted libraries explicity
Otherwise one gets a failure if the libraries (e.g. Python
header file) exist in the build system. Worse in some cases
is host headers being found if one doesn't specifically
disable a library search in autotools. It is especially
important that Python is disabled by default.
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
(cherry-picked from
cc039d801e28cf2fdf6a1d1466865d142a4ef278)
Rosen Penev [Wed, 1 May 2019 20:58:07 +0000 (13:58 -0700)]
boost: Fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
053faa31e53122eb7efdc78f954e9563ed06116e)
Rosen Penev [Wed, 1 May 2019 19:01:03 +0000 (12:01 -0700)]
iodine: Fix compilation with uClibc-ng
daemon is supported now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
3226673a48f42fd9f9a66ec1578a6ea887a0ccf6)
Sebastian Kemper [Mon, 24 Jun 2019 08:36:20 +0000 (10:36 +0200)]
mariadb: add dependency on libaio for arc as well
Now that libaio compiles on arc targets we need to add the dependency to
libaio on these targets as well.
resolves #9298
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry-picked from
c571c37e5c7e68eb9c431869f09a83d2a7ffaea2)
Daniel Golle [Fri, 8 Feb 2019 20:59:50 +0000 (21:59 +0100)]
libudev-fbsd: update to git source as of 2017-12-16
Remove patches 001-fix-unused.patch and 002-replace-nitems.patch,
similar fixes to make libudev-fbsd compile were applied upstream.
Refresh remaining patches.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry-picked from
58f1de60f87cc9d81934749d020aa69b83d3bee9)
Rosen Penev [Tue, 13 Aug 2019 15:54:36 +0000 (08:54 -0700)]
Merge pull request #9710 from BKPepe/icu_fix
[OpenWrt 18.06] icu: fix patch, which adds big endian ARM support
Josef Schlehofer [Tue, 13 Aug 2019 11:13:30 +0000 (13:13 +0200)]
icu: fix patch, which adds big endian ARM support
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Mon, 12 Aug 2019 19:43:24 +0000 (21:43 +0200)]
golang: update to version 1.10.8
Fixes CVEs
1.10.6
CVE-2018-16873
CVE-2018-16874
CVE-2018-16875
1.10.8
CVE-2019-6486
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Eneas U de Queiroz [Thu, 13 Dec 2018 17:27:36 +0000 (15:27 -0200)]
libgee: copy vapi files to versioned vala dir
The version is obtained via `valac --api-version`
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from
fb4b5c57015bcae10c1ba11aa575ba6ec93dbf4f)
Eneas U de Queiroz [Mon, 10 Dec 2018 02:22:15 +0000 (00:22 -0200)]
libgee: use unversioned vala dir, misc fixes
Copy vapi files to unversioned vala dir.
Added vala/host to PKG_BUILD_DEPENDS.
Removed TARGET_LDFLAGS
Removed copyright lines
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from
2cf76d52780d352b2ecb4bf14cb5eb403ef5144d)
Rosen Penev [Mon, 12 Aug 2019 23:05:04 +0000 (16:05 -0700)]
icu: Fix patch from faulty backport
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Mislav Novakovic [Thu, 7 Jun 2018 10:26:42 +0000 (12:26 +0200)]
protobuf-c: add build time dependency protobuf
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
(cherry-picked from
a35581902cf6c6d4b51fc44a4db4d8c5bc8b51a5)
Yousong Zhou [Thu, 27 Sep 2018 03:48:53 +0000 (03:48 +0000)]
jamvm: depends on supported architectures
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry-picked from
11f054474446a9984e828637e0a474011b3b16f6)
Rosen Penev [Thu, 11 Apr 2019 01:39:34 +0000 (18:39 -0700)]
icu: Backport ARMEB support patch
This should fix php compilation on PPC.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
a958f49bd0947e3647a77fb16394ec035544f34d)
Rosen Penev [Sat, 30 Mar 2019 08:31:27 +0000 (01:31 -0700)]
gammu: Really fix compilation under 64-bit
The InstallDev section needed the same treatment as the Install one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
5fbc6c873e29dcde6d048ffbbea252411816f884)
Rosen Penev [Sun, 16 Dec 2018 18:31:02 +0000 (10:31 -0800)]
gammu: Fix build under 64-bit targets.
There's a faulty suffix variable that points to the wrong place.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
bf42426e4a97f3e771de2d3063a4d38f7c8f40e8)
Josef Schlehofer [Thu, 8 Aug 2019 17:16:18 +0000 (19:16 +0200)]
youtube-dl: update to version 2019.8.2
Backport the Makefile from branches 'master' and 'openwrt-19.07'
- It means that now it will be created as Python package
with one difference that this one uses Python2
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Jeffery To [Sun, 31 Mar 2019 11:11:15 +0000 (19:11 +0800)]
python,python3: Fix overridden usr/bin symlinks
Currently, all files in usr/bin (presumably all Python scripts) are run
through sed to replace the shebang; sed will overwrite the file whether
or not a match is found. This causes symlinks to be overridden and made
into copies of their targets. python[3]-base and python[3]-dev are
affected by this.
This adds the --follow-symlinks flag to sed, in addition to using
$(SED), so that symlinks are not overridden.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Alexandru Ardelean [Mon, 4 Feb 2019 14:36:25 +0000 (16:36 +0200)]
python,python3: move shebang handle in install script
This extends the Python[3] shebang fixup to all packages.
Only Python scripts in `/usr/bin` will be handled at the moment. Later it
may make sense to also cover executables in `/bin`, though typically Python
executables shouldn't be placed there.
Previously the shebang handling was only done for python[3]-pip &
python[3]-setuptools.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Josef Schlehofer [Mon, 5 Aug 2019 21:13:57 +0000 (23:13 +0200)]
subversion: update to version 1.10.6
Most interesting changes:
- Fixes CVEs
1.10.6
- CVE-2018-11782
- CVE-2019-0203
1.10.4
- CVE-2018-11803
Other misc changes:
- Fixes indentation in Makefile
- Reorder some things in Makefile to be sync with other packages
- Use HTTPS in URL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
W. Michael Petullo [Mon, 11 Feb 2019 00:31:53 +0000 (19:31 -0500)]
jq: compile with _GNU_SOURCE (fixes #7785)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
(cherry-picked from
4bb18b04b6750af9a62b68792415d527f0a54f5e)
Yousong Zhou [Thu, 5 Jul 2018 01:56:04 +0000 (09:56 +0800)]
libsoc: fix compilation error caused by multiple goals on make
Error of the following kind can happen when parallel build with goals "all" and
"install" both specified on the command line. Seems like make can parallelly
build for both targets causing race conditions
make[3]: Entering directory `/tmp/tmp.HIR3tEIqBb/build_dir/target-mips_24kc_musl/libsoc-2016-12-22-
5b788d4d'
Making all in lib
Making install in lib
make[4]: Entering directory `/tmp/tmp.HIR3tEIqBb/build_dir/target-mips_24kc_musl/libsoc-2016-12-22-
5b788d4d/lib'
CC libsoc_la-gpio.lo
make[4]: Entering directory `/tmp/tmp.HIR3tEIqBb/build_dir/target-mips_24kc_musl/libsoc-2016-12-22-
5b788d4d/lib'
CC libsoc_la-spi.lo
CC libsoc_la-gpio.lo
CC libsoc_la-file.lo
CC libsoc_la-i2c.lo
CC libsoc_la-spi.lo
CC libsoc_la-pwm.lo
CC libsoc_la-board.lo
CC libsoc_la-file.lo
CC libsoc_la-conffile.lo
CC libsoc_la-debug.lo
CC libsoc_la-pwm.lo
CC libsoc_la-conffile.lo
CCLD libsoc.la
OpenWrt-libtool: link: `libsoc_la-pwm.lo' is not a valid libtool object
make[4]: *** [libsoc.la] Error 1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry-picked from
19bde8da683bfee543b3815d0614e7bf900acda3)
Rosen Penev [Wed, 9 Jan 2019 23:59:29 +0000 (15:59 -0800)]
rtl-ais: Fix compilation on i386
The code from 1996 is using pre-c99 inline semantics that cause compilation
failures on i386. Added std-gnu89 to fix this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
16f623b38765bb6218fd622d4d3ae92da4d9ae0e)
Rosen Penev [Mon, 1 Apr 2019 03:51:19 +0000 (20:51 -0700)]
libdouble-conversion: Update to 3.1.4
Added patch to fix compilation on big endian ARM.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
4252d20f6ac36d7caf5010e18cba78c2093bd373)
Rosen Penev [Wed, 26 Dec 2018 19:33:59 +0000 (11:33 -0800)]
libdouble-conversion: Update to 3.1.1
Switched to codeload and updated the Makefile to standards.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
9da161b8aefe23e074b04c773a9aa882835102de)
Rosen Penev [Tue, 18 Jun 2019 18:02:47 +0000 (11:02 -0700)]
libaio: Update to 0.3.112
Replace inactive maintainer with myself.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
7cd204e99e564ea9c19e2e1b50e7088ffc5252a8)
Rosen Penev [Fri, 7 Jun 2019 21:02:36 +0000 (14:02 -0700)]
libaio: Backport DESTDIR patch to simplify the Makefile
Fixes issue where OpenWrt CFLAGS like relro were not being passed.
Updated license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
5e34f4a32b6649ec87ca082b8fbe50d90c994caa)
Rosen Penev [Wed, 27 Jun 2018 00:04:22 +0000 (17:04 -0700)]
libaio: Update to 0.3.111
Switched to new upstream at pagure.io.
Refreshed debian patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
9428e4cbd27bf0bca0d540a51566a2136055ee56)
Rosen Penev [Fri, 17 May 2019 01:38:58 +0000 (18:38 -0700)]
quassel-irssi: Fix compilation with GCC8
It throws new warnings which triggers -Werror. Remove it.
Added support for full NLS.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
)cherry picked from
623d25a86b7e6bd5db68fe8e07c221d3db558360)
Rosen Penev [Sat, 11 May 2019 23:12:27 +0000 (16:12 -0700)]
quasselc: Fix compilation with uClibc-ng
nls.mk is needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
54e6f29df1309b7cc80a9045ec60876975966011)
Rosen Penev [Fri, 2 Aug 2019 00:22:14 +0000 (17:22 -0700)]
Merge pull request #9625 from micmac1/18.06-mariadb10141
mariadb (18.06): security bump to 10.1.41
Sebastian Kemper [Thu, 1 Aug 2019 22:07:43 +0000 (00:07 +0200)]
mariadb: security bump to 10.1.41
New upstream release. Addresses:
CVE-2019-2805
CVE-2019-2740
CVE-2019-2739
CVE-2019-2737
Package updates:
- refreshes patches
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Mon, 1 Apr 2019 19:43:37 +0000 (12:43 -0700)]
softethervpn: Fix compilation under 64-bit targets
-m64 is not compatible with OpenWrt's compilers.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
23134b07de24cce815c4c1f0f700393ada69a33e)
Josef Schlehofer [Wed, 24 Jul 2019 07:11:35 +0000 (09:11 +0200)]
Merge pull request #9542 from jefferyto/python-musl-find_library-openwrt-18.06
[openwrt-18.06] python,python3: Fix ctypes.util.find_library()
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)
Rosen Penev [Wed, 1 May 2019 02:25:07 +0000 (19:25 -0700)]
tvheadend: Fix compilation on GCC8
New string warnings were introduced. Adding -Wno-error to TARGET_CFLAGS
does not work so patch it out.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
9eea417e92f332e2c0a6b014655c0c5bbaebb48b)
Rosen Penev [Wed, 2 Jan 2019 05:46:47 +0000 (21:46 -0800)]
tvheadend: Fix compilation without deprecated OpenSSL 1.0.2 APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
c59e53619e0b0b3c19651023456e500e6906dbd2)
Rosen Penev [Mon, 19 Nov 2018 22:48:02 +0000 (14:48 -0800)]
tvheadend: Fix compilation without OpenSSL deprecated APIs
Also switched to codeload for Makefile simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
5033e594ccca4368ee0562abd7ea618f19f10948)
Rosen Penev [Sun, 5 May 2019 22:30:07 +0000 (15:30 -0700)]
libartnet: Fix compilation with GCC8
Previous GCC7 fix was incorrect and GCC8 correctly complains about it.
Fix it properly.
Also cleaned up the Makefile for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
fac6f0e0a5a6f419ffef2e2add78366233139304)
Rosen Penev [Tue, 23 Jul 2019 03:26:26 +0000 (20:26 -0700)]
poco: Do not build on ARC
Not supported.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(ported from
ec2f6326033d2d1a7f90c47f7c693e284c9a8d27)
Rosen Penev [Tue, 23 Jul 2019 03:22:41 +0000 (20:22 -0700)]
flent-tools: Fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(ported from
9cd01fd1c5ae4394092dd1443a751c0e046d6c41)
Rosen Penev [Sat, 11 May 2019 23:42:17 +0000 (16:42 -0700)]
oath-toolkit: Fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
c201e5814585fe75ee7034d501752ede92afacd8)
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 [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>
Rosen Penev [Wed, 15 May 2019 21:49:47 +0000 (14:49 -0700)]
elektra: Fix compilation without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 5 May 2019 22:31:38 +0000 (15:31 -0700)]
hfsprogs: Fix compilation with uClibc-ng
Replaced deprecated and unsupported valloc with posix_memalign.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
4639e208b3b159d8c85361682936b3941fb996b4)
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 [Sun, 19 May 2019 23:38:55 +0000 (16:38 -0700)]
dosfstools: Fix compilation with full NLS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
28a18b8eccfa478dc2028363e70bed32977ea3a3)
Rosen Penev [Sat, 11 May 2019 23:52:43 +0000 (16:52 -0700)]
loudmouth: Fix compilation with uClibc-ng
nls.mk must be included.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from
e69d5dc1d59a12f97d414b6a3b4bd9ef89bfc55b)
Rosen Penev [Tue, 27 Nov 2018 17:41:55 +0000 (09:41 -0800)]
loudmouth: Disable debug and fix no deprecated API compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
788fda356e209a17095e185c166cd8f3f9a61688)
Rosen Penev [Wed, 1 May 2019 17:41:27 +0000 (10:41 -0700)]
transmission: Fix compilation under uClibc-ng
Upstream has a patch for this dated 2016.
Also ran the init script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
f4f665c7dbfb6b3310366a4fa9682eb1758cc282)
Richard Yu [Thu, 18 Apr 2019 08:36:17 +0000 (16:36 +0800)]
transmission: add PKGARCH:=all for transmission-web
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
(cherry-picked from
eaeadff317245d2470c2e7aa62efe23f5aff6503)
Rosen Penev [Sat, 16 Feb 2019 02:07:31 +0000 (18:07 -0800)]
transmission: Add LTO support to shave off 35KB off of the ipk
Minor Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
70c34ef472add53e89d026b39c97e31bc041a545)
Andrii Korzh [Thu, 12 Jul 2018 12:40:07 +0000 (15:40 +0300)]
transmission: Allow user to configure web ui home directory
Signed-off-by: Andrii Korzh <andrii.korzh@gmail.com>
(cherry-picked from
582f697afd3fece189139ed3583441a867914ac5)
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 [Sun, 21 Jul 2019 00:46:26 +0000 (17:46 -0700)]
softethervpn: Add openssl to host build deps
Some hosts might be missing OpenSSL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from
fb480e297c04f6e428324cb787d276c9c3cfe0a6)
Eneas U de Queiroz [Fri, 21 Dec 2018 16:59:51 +0000 (14:59 -0200)]
softethervpn: add package name to build dir
Current build dir is set at just v$(PKG_VERSION).
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from
80b61c3e57c0d7deef587046ef38315f5adb230e)
Eneas U de Queiroz [Tue, 18 Dec 2018 11:54:06 +0000 (09:54 -0200)]
softethervpn: cleanup host/build, pass HOST_*FLAGS
Remove hack to avoid readline host dependency, now that readline is
being host/built.
Pass on HOST_CFLAGS, HOST_CPPFLAGS, & HOST_LDFLAGS, to fix buildbots
host-compile errors about not finding openssl headers.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
(cherry-picked from
e3c6fcb79647b09f669addf4d7fa37151e19b3f1)
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>
Josef Schlehofer [Mon, 22 Jul 2019 10:23:02 +0000 (12:23 +0200)]
python: add patch for CVE-2018-20852
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Alexandru Ardelean [Thu, 7 Mar 2019 11:53:05 +0000 (13:53 +0200)]
python: bump to version 2.7.16
This change updates Python to version 2.7.16, which is a bugfix release
in the Python 2.7 series.
This also removes patches back-ported from upstream.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Josef Schlehofer [Mon, 22 Jul 2019 08:06:48 +0000 (10:06 +0200)]
python3: update to version 3.6.9
3.6.9 is the latest security fix release of Python 3.6.
- Fixes: CVE-2018-20852, CVE-2019-9948, CVE-2019-9740, CVE-2019-5010
- Refreshed patches
- Removed a few backports patches
Signed-off-by: Josef Schlehofer <pepe.schlehofer@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
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(Backported from commit
b02e4eafd18eb436f0d4ebcc1cf345bb024fc093)
Rosen Penev [Tue, 16 Jul 2019 20:09:39 +0000 (13:09 -0700)]
Merge pull request #9463 from ps790/patch-4
softethervpn: Update to rtm version 4.29-9680
Rosen Penev [Tue, 16 Jul 2019 20:09:19 +0000 (13:09 -0700)]
Merge pull request #9461 from ps790/patch-2
softethervpn: Pass FLAGS to CC for hamcorebuilder
Yousong Zhou [Sat, 13 Jul 2019 11:09:09 +0000 (11:09 +0000)]
coreutils: add alternatives support
Fixes openwrt/packages#9290
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry-picked from commit
92820448519d43101f646339cbcc557761188b0e)
Konstantin Demin [Fri, 7 Jun 2019 19:52:44 +0000 (22:52 +0300)]
bridge-utils: fix conflict with busybox brctl
Busybox brctl applet conflicts with the version from bridge-utils.
Fix this by using ALTERNATIVE support for brctl in bridge-utils.
Fixes openwrt/packages#8812
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
[PKG_RELEASE bump]
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry-picked from commit
fabd9efdea6a57dfc58d9c57f5b31cb1ee4aa9a0)
Philipp Schuster [Fri, 12 Jul 2019 02:13:03 +0000 (04:13 +0200)]
softethervpn: Update to rtm version 4.29-9680
Update SoftEther VPN to the latest rtm version 4.29-9680
Compile tested: Atheros AR7xxx/AR9xxx, TP-LINK Archer C7 v2, 18.06.4
Signed-off-by: Philipp Schuster <philippschuster@gmx.com>
Philipp Schuster [Fri, 12 Jul 2019 01:33:45 +0000 (03:33 +0200)]
softethervpn: Pass FLAGS to CC for hamcorebuilder
CFLAGS, CPPFLAGS & LDFLAGS need to be passed with CC because they are being ingored.
This is already contained in the master branch but was missing in 18.06. Without these flags the compilation fails.
Compile tested: Atheros AR7xxx/AR9xxx, TP-LINK Archer C7 v2, 18.06.4
Signed-off-by: Philipp Schuster <philippschuster@gmx.com>
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>
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>
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Hannu Nyman [Sat, 6 Jul 2019 07:01:23 +0000 (10:01 +0300)]
Merge pull request #9396 from stangri/openwrt-18.06-simple-adblock
[18.06] simple-adblock: options to filter non-ASCII domains, local compressed storage
Stan Grishin [Thu, 4 Jul 2019 22:42:34 +0000 (15:42 -0700)]
simple-adblock: options to filter non-ASCII domains, local compressed storage
Signed-off-by: Stan Grishin <stangri@melmac.net>
Nikos Mavrogiannopoulos [Wed, 3 Jul 2019 19:38:35 +0000 (21:38 +0200)]
ocserv: updated to 0.12.4
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Rosen Penev [Tue, 2 Jul 2019 01:09:55 +0000 (18:09 -0700)]
Merge pull request #9292 from BKPepe/18.06-youtube
[OpenWrt 18.06] youtube-dl: update to version 2019.06.21
Michael Heimpold [Fri, 21 Jun 2019 04:45:53 +0000 (06:45 +0200)]
php7: update to 7.2.19
Compile and run tested on mxs platform
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit
134ebb7a9d5ea2f96f7ea74b4b6df7a97c9b28c1)
Michael Heimpold [Mon, 20 May 2019 19:10:33 +0000 (21:10 +0200)]
php7: update to 7.2.18
Compile and run tested on mxs platform.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit
59e48a68ba3c0858063797d161ddd838e3a363c3)
Jonas Gorski [Mon, 24 Jun 2019 12:08:06 +0000 (14:08 +0200)]
znc: backport fix for CVE-2019-12816
Backport the fix for CVE-2019-12816 from 1.7.4 to 1.6.x.
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Josef Schlehofer [Sat, 22 Jun 2019 17:04:42 +0000 (19:04 +0200)]
youtube-dl: update to version 2019.06.21
Small Makefile polishing
- removed PKG_BUILD_DIR
- PKG_MAINTAINER is above PKG_LICENSE
- URL should be under TITLE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Michael Heimpold [Fri, 21 Jun 2019 08:29:04 +0000 (10:29 +0200)]
Revert "php7: Fix compilation without deprecated OpenSSL APIs"
This reverts commit
a176ffa0a114a8a59b783c63ac8f493754abf4bc.
I just noticed that I accidentally used wrong openwrt branch
to compile this, with 18.09 branch the compilation fails.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Fri, 21 Jun 2019 08:28:28 +0000 (10:28 +0200)]
Revert "php7: update to 7.2.18"
This reverts commit
8e9429f3e9918ca561d147d75a70e24cb8cd0435.
I just noticed that I accidentally used wrong openwrt branch
to compile this, with 18.09 branch the compilation fails.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>