feed/packages.git
5 years agoicu: fix patch, which adds big endian ARM support 9710/head
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>
5 years agogolang: update to version 1.10.8 9702/head
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>
5 years agolibgee: copy vapi files to versioned vala dir
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)

5 years agolibgee: use unversioned vala dir, misc fixes
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)

5 years agoicu: Fix patch from faulty backport
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>
5 years agoprotobuf-c: add build time dependency protobuf
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)

5 years agojamvm: depends on supported architectures
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)

5 years agoicu: Backport ARMEB support patch
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)

5 years agogammu: Really fix compilation under 64-bit
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)

5 years agogammu: Fix build under 64-bit targets.
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)

5 years agosubversion: update to version 1.10.6
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>
5 years agojq: compile with _GNU_SOURCE (fixes #7785)
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)

5 years agolibsoc: fix compilation error caused by multiple goals on make
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)

5 years agortl-ais: Fix compilation on i386
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)

5 years agolibdouble-conversion: Update to 3.1.4
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)

5 years agolibdouble-conversion: Update to 3.1.1
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)

5 years agolibaio: Update to 0.3.112
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)

5 years agolibaio: Backport DESTDIR patch to simplify the Makefile
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)

5 years agolibaio: Update to 0.3.111
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)

5 years agoquassel-irssi: Fix compilation with GCC8
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)

5 years agoquasselc: Fix compilation with uClibc-ng
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)

5 years agoMerge pull request #9625 from micmac1/18.06-mariadb10141
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

5 years agomariadb: security bump to 10.1.41 9625/head
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>
5 years agosoftethervpn: Fix compilation under 64-bit targets 9619/head
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)

5 years agoMerge pull request #9542 from jefferyto/python-musl-find_library-openwrt-18.06
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()

5 years agoopendkim: Fix compilation with uClibc-ng
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)

5 years agotvheadend: Fix compilation on GCC8
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)

5 years agotvheadend: Fix compilation without deprecated OpenSSL 1.0.2 APIs
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)

5 years agotvheadend: Fix compilation without OpenSSL deprecated APIs
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)

5 years agolibartnet: Fix compilation with GCC8
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)

5 years agopoco: Do not build on ARC
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)

5 years agoflent-tools: Fix compilation with uClibc-ng
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)

5 years agooath-toolkit: Fix compilation with uClibc-ng
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)

5 years agoflashrom: Add ARC support
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)

5 years agoelektra: Fix compilation with uClibc-ng
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>
5 years agoelektra: Fix compilation without deprecated OpenSSL APIs
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>
5 years agohfsprogs: Fix compilation with uClibc-ng
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)

5 years agodosfsutils: Properly fix iconv linking
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)

5 years agodosfstools: Fix compilation with full NLS
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)

5 years agoloudmouth: Fix compilation with uClibc-ng
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)

5 years agoloudmouth: Disable debug and fix no deprecated API compilation
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)

5 years agotransmission: Fix compilation under uClibc-ng
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)

5 years agotransmission: add PKGARCH:=all for transmission-web
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)

5 years agotransmission: Add LTO support to shave off 35KB off of the ipk
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)

5 years agotransmission: Allow user to configure web ui home directory
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)

5 years agoopen2300: Switch to GitHub fork
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)

5 years agosoftethervpn: Add openssl to host build deps
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>
5 years agosoftethervpn: Really fix iconv support
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)

5 years agosoftethervpn: add package name to build dir
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)

5 years agosoftethervpn: cleanup host/build, pass HOST_*FLAGS
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)

5 years agopython,python3: Fix ctypes.util.find_library() 9542/head
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>
5 years agopython: add patch for CVE-2018-20852 9539/head
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>
5 years agopython: bump to version 2.7.16
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>
5 years agopython3: update to version 3.6.9 9534/head
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>
5 years agodiffutils: provide diff, cmp as alternatives 9536/head
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)

5 years agoMerge pull request #9463 from ps790/patch-4
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

5 years agoMerge pull request #9461 from ps790/patch-2
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

5 years agocoreutils: add alternatives support
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)

5 years agobridge-utils: fix conflict with busybox brctl
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)

5 years agosoftethervpn: Update to rtm version 4.29-9680 9463/head
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>
5 years agosoftethervpn: Pass FLAGS to CC for hamcorebuilder 9461/head
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>
5 years agowifidog: fix getting ip from interface, cleanup
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>
5 years agoirssi: update to version 1.2.1 (security fix)
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>
5 years agoMerge pull request #9396 from stangri/openwrt-18.06-simple-adblock
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

5 years agosimple-adblock: options to filter non-ASCII domains, local compressed storage 9396/head
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>
5 years agoocserv: updated to 0.12.4
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>
5 years agoMerge pull request #9292 from BKPepe/18.06-youtube
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

5 years agophp7: update to 7.2.19
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)

5 years agophp7: update to 7.2.18
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)

5 years agoznc: backport fix for CVE-2019-12816
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>
5 years agoyoutube-dl: update to version 2019.06.21 9292/head
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>
5 years agoRevert "php7: Fix compilation without deprecated OpenSSL APIs" 9303/head
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>
5 years agoRevert "php7: update to 7.2.18"
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>
5 years agoRevert "php7: update to 7.2.19"
Michael Heimpold [Fri, 21 Jun 2019 08:26:48 +0000 (10:26 +0200)]
Revert "php7: update to 7.2.19"

This reverts commit 8abaf8a3088f2290cd17964ac7d5e8467ebe1061.
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>
5 years agolibxml2: update to 2.9.9
Michael Heimpold [Thu, 3 Jan 2019 20:06:30 +0000 (21:06 +0100)]
libxml2: update to 2.9.9

Also drop the CVE patches which are already covered by this new release.

Compile tested for and run tested on mxs platform.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit d5f0331c91b08e5d6f4f13a9a3d6077d3f10933d)

5 years agolibxml2: Fix CVE-2018-14404
Rosen Penev [Tue, 21 Aug 2018 20:57:28 +0000 (13:57 -0700)]
libxml2: Fix CVE-2018-14404

Embarrasingly, I missed this one last time.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit b7870ea71125311c24095a7bfd9be717b563ef7b)

5 years agophp7: update to 7.2.19
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)

5 years agophp7: update to 7.2.18
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)

5 years agophp7: Fix compilation without deprecated OpenSSL APIs
Rosen Penev [Sat, 20 Apr 2019 20:57:38 +0000 (13:57 -0700)]
php7: Fix compilation without deprecated OpenSSL APIs

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit b81a2bd3840e45684df6f7dd67b8b9230046b6d2)

5 years agophp7: update to 7.2.17
Michael Heimpold [Sat, 13 Apr 2019 21:53:21 +0000 (23:53 +0200)]
php7: update to 7.2.17

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit 71d3f6aa8c73b55f3a4e8d331e61296f1eed368d)

5 years agonano: update to 4.3
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)

5 years agoMerge pull request #9272 from gladiac1337/openwrt-18.06
Hannu Nyman [Thu, 20 Jun 2019 10:14:23 +0000 (13:14 +0300)]
Merge pull request #9272 from gladiac1337/openwrt-18.06

[openwrt-18.06] haproxy: Update HAProxy to v1.8.20

5 years agoMerge pull request #9268 from EricLuehrsen/unbound_192_1806
Hannu Nyman [Thu, 20 Jun 2019 10:14:08 +0000 (13:14 +0300)]
Merge pull request #9268 from EricLuehrsen/unbound_192_1806

[openwrt-18.06] unbound: update to 1.9.2 with package bug fixes

5 years agohaproxy: Update HAProxy to v1.8.20 9272/head
Christian Lachner [Wed, 19 Jun 2019 12:34:29 +0000 (14:34 +0200)]
haproxy: Update HAProxy to v1.8.20

- Update haproxy download URL and hash
- Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.20.html)
- Make halog use our CFLAGS
- Update statically linked LUA to v5.3.5

Signed-off-by: Christian Lachner <gladiac@gmail.com>
5 years agounbound: update to 1.9.2 with package bug fixes 9268/head
Eric Luehrsen [Wed, 19 Jun 2019 04:37:17 +0000 (00:37 -0400)]
unbound: update to 1.9.2 with package bug fixes

- fix package makefile resulted in resolved symlink and copied
double file contents of libunbound.so during install
- treat RFC6762 'local.' as nxdomain because avahi and other services
will disable if SOA or NS records appear in central DNS
- NLNetLabs has moved download and documentation sites

cherry-pick and squash from openwrt-19.07
add3e6c699e148460fa7bca4011b9fbf95a0ef75
936a71739c062772b4580ed06e4d57874d53a822
4618c741502d392212864b10fe1f671424f9a79e

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
5 years agoMerge pull request #9232 from neheb/13
Rosen Penev [Sat, 15 Jun 2019 22:46:06 +0000 (15:46 -0700)]
Merge pull request #9232 from neheb/13

[18.06]haproxy: Remove unnecessary OpenSSL depends

5 years agohaproxy: Remove unnecessary OpenSSL depends 9232/head
Rosen Penev [Fri, 14 Jun 2019 19:47:54 +0000 (12:47 -0700)]
haproxy: Remove unnecessary OpenSSL depends
All of these are either not needed or not valid.

Added a patch to remove the OPENSSL_WITH_DEPRECATED dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 430906bd7833a130f3673ed3fde4a5702d52e41b)
(refreshed patches)

5 years agolm-sensors: install libsensors using CP instead of INSTALL_DATA
Deng Qingfang [Wed, 12 Jun 2019 16:51:18 +0000 (00:51 +0800)]
lm-sensors: install libsensors using CP instead of INSTALL_DATA

INSTALL_DATA turns all of the symlinks to files, increasing size.

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
(cherry-picked from 3417ee01220e7ce2190845a6d8b5f16311b93258)

5 years agoboost: Release update with minor fix
Carlos Miguel Ferreira [Thu, 7 Feb 2019 20:25:32 +0000 (20:25 +0000)]
boost: Release update with minor fix

This commit fixes the bug described in issue #8146 [1], where the
package fails to build if the boost package is selected without
selecting any of the internal non-header-only libraries.

[1]: https://github.com/openwrt/packages/issues/8146

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
(cherry-picked from 92c93ca0f4647a1fa198d205e4fa3397cfa9b3da)

5 years agoznc: update my email address
Jonas Gorski [Mon, 16 Jul 2018 10:47:40 +0000 (12:47 +0200)]
znc: update my email address

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
5 years agoMerge pull request #9193 from ryzhovau/getdns_lib-18.06
Rosen Penev [Sat, 8 Jun 2019 18:41:35 +0000 (11:41 -0700)]
Merge pull request #9193 from ryzhovau/getdns_lib-18.06

getdns: fix library double packing (18.06 branch)

5 years agogetdns: fix library double packing 9193/head
Alexander Ryzhov [Thu, 6 Jun 2019 16:57:52 +0000 (19:57 +0300)]
getdns: fix library double packing

Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
5 years agonlbwmon: update to latest Git HEAD
Jo-Philipp Wich [Thu, 6 Jun 2019 06:58:34 +0000 (08:58 +0200)]
nlbwmon: update to latest Git HEAD

4574e6e nfnetlink: prevent tight retry loops
163a211 client: fix commit error information
21290db nlbwmon: merge existing data
abe701d database: do not overwrite unexpectedly preexisting databases
ef3fa58 socket: handle EAGAIN on send()

Ref: https://github.com/jow-/nlbwmon/issues/23
Ref: https://github.com/jow-/nlbwmon/issues/26
Ref: https://github.com/jow-/nlbwmon/issues/30
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit c528e01f4cb5112cbd26b973400ad424280a61e1)

5 years agoMerge pull request #9058 from micmac1/sqlite3-arm-endian-owrt18 9092/head 9147/head
Rosen Penev [Fri, 24 May 2019 06:43:06 +0000 (23:43 -0700)]
Merge pull request #9058 from micmac1/sqlite3-arm-endian-owrt18

(18.06) sqlite3: fix arm endian issue

5 years agosqlite3: fix arm endian issue 9058/head
Sebastian Kemper [Thu, 23 May 2019 18:36:09 +0000 (20:36 +0200)]
sqlite3: fix arm endian issue

Forum user portuquesa raised a topic (see [1]) about being unable to use
Asterisk on his armeb xscale device. We narrowed it down to sqlite3.
Asterisk was unable to insert a simple table into its db.

In short, sqlite3 assumes little endian for every ARM device. This worked OK
for 4 Byte (unaligned) access. But once upstream (back in 2015) added a
function which accesses 2 Bytes (see [2]) this failed for some (if not all) ARM
big endian devices. ARM CPUs are bi-endian for 4 Byte reads but not for 2 Byte
reads.

This patch fixes the problem by setting the endianness adequately for
ARM targets, for both 32 bit and 64 bit varieties. The patch was applied
upstream (see [3]).

[1] https://forum.openwrt.org/t/solved-asterisk13-or-15-sqlite3-database-problem/36856
[2] https://github.com/sqlite/sqlite/commit/329428e2088aabb1db2dc6e48108b76551405a8e
[3] https://www.sqlite.org/src/info/b7aad929619f7043

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
5 years agoMerge pull request #8966 from BKPepe/18.06-ytdl
Rosen Penev [Mon, 13 May 2019 20:33:44 +0000 (13:33 -0700)]
Merge pull request #8966 from BKPepe/18.06-ytdl

[OpenWrt 18.06] youtube-dl: update to version 2019.05.11

5 years agoyoutube-dl: update to version 2019.05.11 8966/head
Josef Schlehofer [Sun, 12 May 2019 09:41:04 +0000 (11:41 +0200)]
youtube-dl: update to version 2019.05.11

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
5 years agoMerge pull request #8765 from BKPepe/1806-urllib3
Josef Schlehofer [Sun, 12 May 2019 09:09:35 +0000 (11:09 +0200)]
Merge pull request #8765 from BKPepe/1806-urllib3

[OpenWrt 18.06] python-urllib3: update to 1.24.3

5 years agoMerge pull request #8954 from jonathanunderwood/openwrt-18.06-getdns-stubby-from...
Rosen Penev [Sat, 11 May 2019 19:14:15 +0000 (12:14 -0700)]
Merge pull request #8954 from jonathanunderwood/openwrt-18.06-getdns-stubby-from-master

[18.06] stubby and getdns: cherry pick commits from master

5 years agonfs-kernel-server: use portmap, drop rpcbind
Peter Wagner [Sat, 11 May 2019 16:03:06 +0000 (18:03 +0200)]
nfs-kernel-server: use portmap, drop rpcbind