feed/packages.git
4 years agognuplot: Fixed dependencies. 12742/head
Matteo Cicuttin [Tue, 7 Jul 2020 11:24:03 +0000 (13:24 +0200)]
gnuplot: Fixed dependencies.

Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
4 years agognuplot: Added package. 12693/head
Matteo Cicuttin [Thu, 2 Jul 2020 07:58:32 +0000 (09:58 +0200)]
gnuplot: Added package.

About the patch: Gnuplot build process includes the compilation of some
custom binaries which are subsequently used to generate help files/docs.
Since those binaries are compiled for TARGET, this breaks the build on
the HOST. The patch disables the generation of those binaries (and the
documentation).

Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
4 years agoMerge pull request #12691 from jmarcet/pyrsistent-update
Josef Schlehofer [Thu, 2 Jul 2020 06:36:12 +0000 (08:36 +0200)]
Merge pull request #12691 from jmarcet/pyrsistent-update

python-pyrsistent: Update to 0.16.0

4 years agoMerge pull request #12663 from rfrankla/netcat_002_patch
Rosen Penev [Thu, 2 Jul 2020 06:24:39 +0000 (23:24 -0700)]
Merge pull request #12663 from rfrankla/netcat_002_patch

netcat: fix Illegal instruction on listen udp

4 years agoMerge pull request #12674 from ldir-EDB0/miniupnpd
Rosen Penev [Thu, 2 Jul 2020 05:49:16 +0000 (22:49 -0700)]
Merge pull request #12674 from ldir-EDB0/miniupnpd

miniupnpd: macosx compat and refresh patches

4 years agoMerge pull request #12670 from neheb/neto
Rosen Penev [Thu, 2 Jul 2020 05:48:55 +0000 (22:48 -0700)]
Merge pull request #12670 from neheb/neto

Netopeer2: fix compilation with GCC10

4 years agoMerge pull request #12652 from neheb/ykp
Rosen Penev [Thu, 2 Jul 2020 05:48:34 +0000 (22:48 -0700)]
Merge pull request #12652 from neheb/ykp

ykpers: fix compilation with GCC10

4 years agoMerge pull request #12668 from neheb/oplc
Michael Heimpold [Thu, 2 Jul 2020 05:47:18 +0000 (07:47 +0200)]
Merge pull request #12668 from neheb/oplc

open-plc-utils: fix compilation with GCC10

4 years agoMerge pull request #12646 from neheb/minis
Rosen Penev [Thu, 2 Jul 2020 05:46:38 +0000 (22:46 -0700)]
Merge pull request #12646 from neheb/minis

minisatip: fix compilation with GCC10

4 years agoMerge pull request #12684 from neheb/owfs
Rosen Penev [Thu, 2 Jul 2020 05:46:07 +0000 (22:46 -0700)]
Merge pull request #12684 from neheb/owfs

owfs: fix compilation with GCC10

4 years agoMerge pull request #12683 from neheb/minic
Rosen Penev [Thu, 2 Jul 2020 05:45:40 +0000 (22:45 -0700)]
Merge pull request #12683 from neheb/minic

minicom: fix compilation with GCC10

4 years agoMerge pull request #12675 from axet/master
Rosen Penev [Thu, 2 Jul 2020 05:44:24 +0000 (22:44 -0700)]
Merge pull request #12675 from axet/master

add miniupnpd ipv6_disable option, #11971 close

4 years agoMerge pull request #12671 from zhanhb/postinst-alternatives
Rosen Penev [Thu, 2 Jul 2020 05:43:43 +0000 (22:43 -0700)]
Merge pull request #12671 from zhanhb/postinst-alternatives

treewide: alternatives instead of postinst, {pre,post}rm

4 years agoMerge pull request #12687 from padre-lacroix/darkstat-ssh
Rosen Penev [Thu, 2 Jul 2020 05:42:58 +0000 (22:42 -0700)]
Merge pull request #12687 from padre-lacroix/darkstat-ssh

darkstat: correct incompatbility with sshd

4 years agoMerge pull request #12685 from neheb/squa
Rosen Penev [Thu, 2 Jul 2020 05:41:52 +0000 (22:41 -0700)]
Merge pull request #12685 from neheb/squa

squashfs-tools: fix compilation with GCC10

4 years agotcsh: fix compilation with GCC10
Rosen Penev [Wed, 1 Jul 2020 22:37:40 +0000 (15:37 -0700)]
tcsh: fix compilation with GCC10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agominiupnpd: add miniupnpd ipv6_disable option, #11971 close 12675/head
Alexey Kuznetsov [Thu, 2 Jul 2020 03:18:45 +0000 (06:18 +0300)]
miniupnpd: add miniupnpd ipv6_disable option, #11971 close

Signed-off-by: Alexey Kuznetsov <axet@me.com>
4 years agopython-pyrsistent: Update to 0.16.0 12691/head
Javier Marcet [Wed, 1 Jul 2020 23:23:10 +0000 (01:23 +0200)]
python-pyrsistent: Update to 0.16.0

Signed-off-by: Javier Marcet <javier@marcet.info>
4 years agodarkstat: correct incompatbility with sshd 12687/head
Jean-Michel Lacroix [Wed, 1 Jul 2020 22:40:42 +0000 (18:40 -0400)]
darkstat: correct incompatbility with sshd
The init file of darkstat is creating the pid in /var/empty and
setting the owner of the directory to darkstat which is incompatible
with sshd as sshd requires /var/empty to be owned by root and not
group or world-writable.  See issue #12420.

This corrects the problem by creating another directory: /var/darkstat
instead without setting the owner, which is not actually required.
Compile tested: not applicable as the changes do not involve
compilation.
Tested on my home router running darkstat.

Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
4 years agoMerge pull request #12666 from neheb/band
Rosen Penev [Wed, 1 Jul 2020 22:16:31 +0000 (15:16 -0700)]
Merge pull request #12666 from neheb/band

bandwidthd: fix compilation with GCC10

4 years agosquashfs-tools: fix compilation with GCC10 12685/head
Rosen Penev [Wed, 1 Jul 2020 22:12:32 +0000 (15:12 -0700)]
squashfs-tools: fix compilation with GCC10

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoowfs: fix compilation with GCC10 12684/head
Rosen Penev [Wed, 1 Jul 2020 21:59:28 +0000 (14:59 -0700)]
owfs: fix compilation with GCC10

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agominicom: fix compilation with GCC10 12683/head
Rosen Penev [Wed, 1 Jul 2020 05:27:10 +0000 (22:27 -0700)]
minicom: fix compilation with GCC10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12664 from neheb/dum
Rosen Penev [Wed, 1 Jul 2020 21:31:52 +0000 (14:31 -0700)]
Merge pull request #12664 from neheb/dum

dump1900: fix compilation with GCC10

4 years agoMerge pull request #12665 from neheb/reads
Stijn Tintel [Wed, 1 Jul 2020 11:04:04 +0000 (14:04 +0300)]
Merge pull request #12665 from neheb/reads

readsb: fix compilation with GCC10

4 years agominiupnpd: macosx compat and refresh patches 12674/head
Kevin Darbyshire-Bryant [Sun, 28 Jun 2020 14:52:41 +0000 (15:52 +0100)]
miniupnpd: macosx compat and refresh patches

Tidy up some minor patch fuzz with a refresh.

Also tweak the linux makefile to make it run on macosx and linux:
install only understand -m for filemode, not that the openwrt staging
dir understands file modes.  Also glibc>2.17 so patch out the check that
otherwise barfs a number of errors from a missing 'ldd' command under
macos.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
4 years agoMerge pull request #12672 from eduardoabinader/opusfile-0.15
Rosen Penev [Wed, 1 Jul 2020 08:44:19 +0000 (01:44 -0700)]
Merge pull request #12672 from eduardoabinader/opusfile-0.15

opusfile: bump 0.12

4 years agoMerge pull request #12667 from neheb/ocd
Rosen Penev [Wed, 1 Jul 2020 08:43:49 +0000 (01:43 -0700)]
Merge pull request #12667 from neheb/ocd

openocd: fix compilation with GCC10

4 years agoopenocd: fix compilation with GCC10 12667/head
Rosen Penev [Wed, 1 Jul 2020 02:19:15 +0000 (19:19 -0700)]
openocd: fix compilation with GCC10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoopusfile: bump 0.12 12672/head
Eduardo Abinader [Wed, 1 Jul 2020 05:40:45 +0000 (07:40 +0200)]
opusfile: bump 0.12

Changes since the v0.11 release:

    Fix stack overflow buffering out-of-sequence streams.
    Fix possible divide-by-zero.
    Fix issues with seeking in the win32 backend.
    Fix an issue where the seek algorithm could be confused by stream data changing between reads.
    Clean up compiler and scan-build warnings.
    Avoid use of the deprecated ftime() function which has Y2038 problems.
    Remove undefined behaviour memcpy(NULL) in op_read_native().
    Visual Studio project files updated for libogg 1.3.4 library name change.
    Various build systems updates.
    Various integration and testing environment improvements.

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
4 years agoNetopeer2: fix compilation with GCC10 12670/head
Rosen Penev [Tue, 30 Jun 2020 22:45:06 +0000 (15:45 -0700)]
Netopeer2: fix compilation with GCC10

Refreshed openssl patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoopen-plc-utils: fix compilation with GCC10 12668/head
Rosen Penev [Wed, 1 Jul 2020 01:49:41 +0000 (18:49 -0700)]
open-plc-utils: fix compilation with GCC10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agonetcat: fix Illegal instruction on listen udp 12663/head
Rick Frankland [Tue, 30 Jun 2020 16:09:46 +0000 (17:09 +0100)]
netcat: fix Illegal instruction on listen udp

When listening to a udp port an Illegal instruction occurs.
This did NOT happen when compiled with debug on.

Fixes issue openwrt#4747, FS#2937

Signed-off-by: Rick Frankland <rfrankla@yahoo.com>
4 years agobandwidthd: fix compilation with GCC10 12666/head
Rosen Penev [Mon, 29 Jun 2020 23:09:13 +0000 (16:09 -0700)]
bandwidthd: fix compilation with GCC10

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoreadsb: fix compilation with GCC10 12665/head
Rosen Penev [Mon, 29 Jun 2020 23:52:36 +0000 (16:52 -0700)]
readsb: fix compilation with GCC10

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agodump1900: fix compilation with GCC10 12664/head
Rosen Penev [Mon, 29 Jun 2020 23:34:20 +0000 (16:34 -0700)]
dump1900: fix compilation with GCC10

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12653 from jefferyto/python-no-parallel-host-pip-install
Rosen Penev [Tue, 30 Jun 2020 21:34:35 +0000 (14:34 -0700)]
Merge pull request #12653 from jefferyto/python-no-parallel-host-pip-install

python-packages: Disable parallel build when host pip is needed

4 years agoMerge pull request #12654 from zokl/javascript-obfuscator_1.2.2
Rosen Penev [Tue, 30 Jun 2020 21:34:11 +0000 (14:34 -0700)]
Merge pull request #12654 from zokl/javascript-obfuscator_1.2.2

javascript-obfuscator: update to 1.2.2

4 years agoMerge pull request #12655 from wvdakker/master
Rosen Penev [Tue, 30 Jun 2020 21:33:22 +0000 (14:33 -0700)]
Merge pull request #12655 from wvdakker/master

Shorewall: Bump to 5.2.5.2

4 years agoMerge pull request #12660 from eduardoabinader/check_0.15
Rosen Penev [Tue, 30 Jun 2020 21:32:51 +0000 (14:32 -0700)]
Merge pull request #12660 from eduardoabinader/check_0.15

check: bump 0.15.0

4 years agocheck: bump 0.15.0 12660/head
Eduardo Abinader [Tue, 30 Jun 2020 14:52:35 +0000 (16:52 +0200)]
check: bump 0.15.0

Compiled and run in x86_64.

Changes:
        -Define CK_ATTRIBUTE_FORMAT for GCC >= 2.95.3, to make use of ‘gnu_printf’ format attribute
        -Refactor tests to fix signed - unsigned conversions
        -Refactor some Check internals to use proper interger types
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
4 years agoMerge pull request #12619 from Cynerd/syslog-ng-network-failover
Josef Schlehofer [Tue, 30 Jun 2020 12:44:57 +0000 (14:44 +0200)]
Merge pull request #12619 from Cynerd/syslog-ng-network-failover

syslog-ng: detect disabled IPv6 on loopback and fallback to IPv4

4 years agoShorewall6: Bump to 5.2.5.2 12655/head
W. van den Akker [Tue, 30 Jun 2020 08:21:59 +0000 (10:21 +0200)]
Shorewall6: Bump to 5.2.5.2

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agojavascript-obfuscator: update to 1.2.2 12654/head
Zbyněk Kocur [Tue, 30 Jun 2020 08:04:34 +0000 (10:04 +0200)]
javascript-obfuscator: update to 1.2.2

New version of package node-javascript-obfuscator.

Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
4 years agoShorewall: Bump to 5.2.5.2
W. van den Akker [Tue, 30 Jun 2020 07:49:14 +0000 (09:49 +0200)]
Shorewall: Bump to 5.2.5.2

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall6-lite: Bump to 5.2.5.2
W. van den Akker [Tue, 30 Jun 2020 07:48:06 +0000 (09:48 +0200)]
Shorewall6-lite: Bump to 5.2.5.2

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall-lite: Bump to 5.2.5.2
W. van den Akker [Tue, 30 Jun 2020 07:47:00 +0000 (09:47 +0200)]
Shorewall-lite: Bump to 5.2.5.2

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall-core: Bump to 5.2.5.2
W. van den Akker [Tue, 30 Jun 2020 07:45:45 +0000 (09:45 +0200)]
Shorewall-core: Bump to 5.2.5.2

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agopython-packages: Disable parallel build when host pip is needed 12653/head
Jeffery To [Mon, 29 Jun 2020 20:41:15 +0000 (04:41 +0800)]
python-packages: Disable parallel build when host pip is needed

This adds PKG_BUILD_PARALLEL:=0 to packages that depend on host Python
packages (HOST_PYTHON3_PACKAGE_BUILD_DEPENDS), because installing
packages with multiple concurrent pip processes can lead to errors or
unexpected results[1].

This also:

* Move HOST_PYTHON3_PACKAGE_BUILD_DEPENDS definitions to before
  python3-package.mk is included

* Update Python folder readme to include PKG_BUILD_PARALLEL:=0

[1]: https://github.com/pypa/pip/issues/2361

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoykpers: fix compilation with GCC10 12652/head
Rosen Penev [Tue, 30 Jun 2020 00:58:02 +0000 (17:58 -0700)]
ykpers: fix compilation with GCC10

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12651 from aparcar/syncthing-1.6.1
Rosen Penev [Tue, 30 Jun 2020 01:10:58 +0000 (18:10 -0700)]
Merge pull request #12651 from aparcar/syncthing-1.6.1

syncthing: bump to 1.6.1

4 years agosyncthing: bump to 1.6.1 12651/head
Paul Spooren [Tue, 30 Jun 2020 00:14:13 +0000 (14:14 -1000)]
syncthing: bump to 1.6.1

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agoMerge pull request #12650 from neheb/gstre
Rosen Penev [Tue, 30 Jun 2020 00:58:50 +0000 (17:58 -0700)]
Merge pull request #12650 from neheb/gstre

gstreamer updates

4 years agoMerge pull request #12649 from neheb/dmaplib
Rosen Penev [Tue, 30 Jun 2020 00:58:42 +0000 (17:58 -0700)]
Merge pull request #12649 from neheb/dmaplib

libdmapsharing: update to 3.98

4 years agoMerge pull request #12637 from neheb/tiff
Jiri Slachta [Mon, 29 Jun 2020 23:26:43 +0000 (01:26 +0200)]
Merge pull request #12637 from neheb/tiff

tiff: switch to CMake

4 years agoMerge pull request #12648 from neheb/messon2
Rosen Penev [Mon, 29 Jun 2020 22:33:42 +0000 (15:33 -0700)]
Merge pull request #12648 from neheb/messon2

meson: update to 0.54.3

4 years agogst1-libav: update to 1.17.1 12650/head
Rosen Penev [Wed, 24 Jun 2020 00:45:37 +0000 (17:45 -0700)]
gst1-libav: update to 1.17.1

Switch to meson as autotools support was removed.

Adjustment for consistency between packages.

Reorder plugins based on meson_options.txt order.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogst1-plugins-ugly: update to 1.17.1
Rosen Penev [Wed, 24 Jun 2020 00:26:10 +0000 (17:26 -0700)]
gst1-plugins-ugly: update to 1.17.1

Updated option list.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogst1-plugins-bad: update to 1.17.1
Rosen Penev [Wed, 24 Jun 2020 00:22:30 +0000 (17:22 -0700)]
gst1-plugins-bad: update to 1.17.1

Updated options.

Disabled yadif as it fails to compile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogst1-plugins-good: update to 1.17.1
Rosen Penev [Tue, 23 Jun 2020 23:19:25 +0000 (16:19 -0700)]
gst1-plugins-good: update to 1.17.1

Updated options.

Removed deinterlace plugin as it's failing to build.

Reorganized plugin list based on meson_options.txt order.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogst1-plugins-base: update to 1.17.1
Rosen Penev [Tue, 23 Jun 2020 22:57:22 +0000 (15:57 -0700)]
gst1-plugins-base: update to 1.17.1

Updated options.

Added extra plugins that are now available.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogstreamer1: update to 17.1
Rosen Penev [Tue, 23 Jun 2020 22:49:18 +0000 (15:49 -0700)]
gstreamer1: update to 17.1

Updated options list.

Removed outdated autotools patch. autotools is now gone.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibdmapsharing: update to 3.98 12649/head
Rosen Penev [Wed, 24 Jun 2020 00:50:18 +0000 (17:50 -0700)]
libdmapsharing: update to 3.98

Refreshed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12647 from neheb/gdb
Rosen Penev [Mon, 29 Jun 2020 22:20:13 +0000 (15:20 -0700)]
Merge pull request #12647 from neheb/gdb

gdbm: fix GCC 10 multiple def compilation error

4 years agomeson: update to 0.54.3 12648/head
Rosen Penev [Tue, 23 Jun 2020 22:30:58 +0000 (15:30 -0700)]
meson: update to 0.54.3

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12607 from neheb/swg
Rosen Penev [Mon, 29 Jun 2020 22:17:57 +0000 (15:17 -0700)]
Merge pull request #12607 from neheb/swg

swig: update to 4.0.2

4 years agogdbm: fix GCC 10 multiple def compilation error 12647/head
Syrone Wong [Mon, 1 Jun 2020 14:48:16 +0000 (22:48 +0800)]
gdbm: fix GCC 10 multiple def compilation error

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
4 years agoMerge pull request #12635 from neheb/liblo
Rosen Penev [Mon, 29 Jun 2020 22:12:02 +0000 (15:12 -0700)]
Merge pull request #12635 from neheb/liblo

liblo: switch to CMake

4 years agoMerge pull request #12582 from zhanhb/frp
Rosen Penev [Mon, 29 Jun 2020 22:11:08 +0000 (15:11 -0700)]
Merge pull request #12582 from zhanhb/frp

frp: update to 0.33.0

4 years agominisatip: fix compilation with GCC10 12646/head
Rosen Penev [Sun, 28 Jun 2020 05:37:48 +0000 (22:37 -0700)]
minisatip: fix compilation with GCC10

Backported upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agotiff: switch to CMake 12637/head
Rosen Penev [Sun, 28 Jun 2020 01:49:14 +0000 (18:49 -0700)]
tiff: switch to CMake

Allows removing autotools hacks. Also simplified InstallDev section.

Added ABI_VERSION parameter for proper rebuilds. Also used in the
pkgconfig path fixup.

Small cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #11517 from jmarcet/nfs-kernel-server
Rosen Penev [Mon, 29 Jun 2020 21:16:34 +0000 (14:16 -0700)]
Merge pull request #11517 from jmarcet/nfs-kernel-server

nfs-kernel-server: update to 2.4.3

4 years agoMerge pull request #12645 from Andy2244/libtirpc-pkgconfig_fix
Rosen Penev [Mon, 29 Jun 2020 21:15:17 +0000 (14:15 -0700)]
Merge pull request #12645 from Andy2244/libtirpc-pkgconfig_fix

libtirpc: remove pkgconfig hack

4 years agoMerge pull request #12644 from jefferyto/python-idna-2.10
Rosen Penev [Mon, 29 Jun 2020 21:14:55 +0000 (14:14 -0700)]
Merge pull request #12644 from jefferyto/python-idna-2.10

python-idna: Update to 2.10

4 years agolibtirpc: remove pkgconfig hack 12645/head
Andy Walsh [Mon, 29 Jun 2020 17:03:23 +0000 (19:03 +0200)]
libtirpc: remove pkgconfig hack

* the pkgconfig hack is no longer needed

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agonfs-kernel-server: update to 2.5.1 11517/head
Javier Marcet [Mon, 29 Jun 2020 15:36:21 +0000 (17:36 +0200)]
nfs-kernel-server: update to 2.5.1

Signed-off-by: Javier Marcet <javier@marcet.info>
4 years agoMerge pull request #12601 from neheb/pam2
Nikos Mavrogiannopoulos [Mon, 29 Jun 2020 06:01:22 +0000 (08:01 +0200)]
Merge pull request #12601 from neheb/pam2

libpam: update to 1.4.0

4 years agoMerge pull request #12086 from aleksander0m/aleksander/mm-auth
Rosen Penev [Mon, 29 Jun 2020 03:01:26 +0000 (20:01 -0700)]
Merge pull request #12086 from aleksander0m/aleksander/mm-auth

Authentication protocol setup in ModemManager

4 years agoMerge pull request #12277 from xjboss/master
Rosen Penev [Mon, 29 Jun 2020 02:59:05 +0000 (19:59 -0700)]
Merge pull request #12277 from xjboss/master

ddns-scripts: Added api token method for cloudflare ddns script v4

4 years agoMerge pull request #12583 from zhanhb/kcptun
Rosen Penev [Mon, 29 Jun 2020 02:55:25 +0000 (19:55 -0700)]
Merge pull request #12583 from zhanhb/kcptun

kcptun: update to 20200409

4 years agoMerge pull request #12627 from jonathanunderwood/stubby-fix-tls-port
Rosen Penev [Mon, 29 Jun 2020 02:54:41 +0000 (19:54 -0700)]
Merge pull request #12627 from jonathanunderwood/stubby-fix-tls-port

stubby: fix handling of tls_port config option

4 years agoMerge pull request #12630 from Andy2244/samba4-uci-tuning
Rosen Penev [Mon, 29 Jun 2020 02:53:56 +0000 (19:53 -0700)]
Merge pull request #12630 from Andy2244/samba4-uci-tuning

samba4: add new UCI option "enable_extra_tuning"

4 years agoMerge pull request #12643 from jefferyto/golang-package-recursively-expand-variables
Rosen Penev [Mon, 29 Jun 2020 02:53:27 +0000 (19:53 -0700)]
Merge pull request #12643 from jefferyto/golang-package-recursively-expand-variables

golang: Evaluate "go install" arguments during Build/Compile

4 years agopython-idna: Update to 2.10 12644/head
Jeffery To [Sun, 28 Jun 2020 22:52:44 +0000 (06:52 +0800)]
python-idna: Update to 2.10

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoMerge pull request #12634 from neheb/porta
Rosen Penev [Sun, 28 Jun 2020 22:12:03 +0000 (15:12 -0700)]
Merge pull request #12634 from neheb/porta

portaudio: convert to CMake

4 years agoportaudio: convert to CMake 12634/head
Rosen Penev [Sun, 28 Jun 2020 04:34:16 +0000 (21:34 -0700)]
portaudio: convert to CMake

Allows simplifying the Makefile.

Replaced InstallDev with CMAKE_INSTALL.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed inactive maintainer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12605 from neheb/rsy
Rosen Penev [Sun, 28 Jun 2020 21:06:48 +0000 (14:06 -0700)]
Merge pull request #12605 from neheb/rsy

rsync: update to 3.2.0

4 years agorsync: fix ipv6 detection 12605/head
Maxim Storchak [Sun, 28 Jun 2020 11:54:18 +0000 (14:54 +0300)]
rsync: fix ipv6 detection

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
4 years agolibpam: update to 1.4.0 12601/head
Rosen Penev [Fri, 26 Jun 2020 00:29:54 +0000 (17:29 -0700)]
libpam: update to 1.4.0

Remove upstreamed patch and add a new one to fix compilation.

Add some more configure options.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogolang: Evaluate "go install" arguments during Build/Compile 12643/head
Jeffery To [Sun, 28 Jun 2020 18:18:34 +0000 (02:18 +0800)]
golang: Evaluate "go install" arguments during Build/Compile

This evaluates the arguments passed to "go install" during Build/Compile
rather than when golang-package.mk is included.

This also changes build directory-related variables to be recursively
expanded, because PKG_BUILD_DIR depends on BUILD_VARIANT and so can
change during different runs of Build/Compile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agojool: downgrade to v4.0.9
David Bauer [Sun, 28 Jun 2020 10:53:59 +0000 (12:53 +0200)]
jool: downgrade to v4.0.9

Jool v4.1.0 suffers from bad offload management as well as broken
stateful NAT64 translation. See upstream issues #331 as well as #332 for
more information.

Downgrade to v4.0.9 until these are ironed out.

Tested on: ipq40xx-generic

Fixes commit 0a6891feaca4 ("jool: update to v4.1.0")
Signed-off-by: David Bauer <mail@david-bauer.net>
4 years agoliblo: switch to CMake 12635/head
Rosen Penev [Sun, 28 Jun 2020 02:32:02 +0000 (19:32 -0700)]
liblo: switch to CMake

Allows simplifying the Makefile.

Make tools option conditional on package selection.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12602 from neheb/ffmpeg2
Rosen Penev [Sun, 28 Jun 2020 03:37:03 +0000 (20:37 -0700)]
Merge pull request #12602 from neheb/ffmpeg2

ffmpeg: update to 4.3

4 years agoMerge pull request #12631 from neheb/upnn
Rosen Penev [Sat, 27 Jun 2020 22:34:26 +0000 (15:34 -0700)]
Merge pull request #12631 from neheb/upnn

miniupnpd: remove libcap(-ng) dependency

4 years agominiupnpd: added libcap-ng dependency 12631/head
Rosen Penev [Sat, 27 Jun 2020 22:00:13 +0000 (15:00 -0700)]
miniupnpd: added libcap-ng dependency

As miniupnpd is running as root, libcap(-ng) can be used to limit its
capabilities.

libcap-ng is very small, so this isn't a problem.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12581 from EricLuehrsen/unbound_20200623
Rosen Penev [Sat, 27 Jun 2020 21:40:56 +0000 (14:40 -0700)]
Merge pull request #12581 from EricLuehrsen/unbound_20200623

unbound: reduced to one package with selectable options

4 years agounbound: add dns assistants on local host 12581/head
Eric Luehrsen [Wed, 24 Jun 2020 04:48:21 +0000 (00:48 -0400)]
unbound: add dns assistants on local host

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
4 years agounbound: refactor build options to select switches
Eric Luehrsen [Tue, 23 Jun 2020 04:58:38 +0000 (00:58 -0400)]
unbound: refactor build options to select switches

The two unique packages "Unbound light" and "Unbound heavy"
were not working well due to the fact that Unbound is mostly
its library. Tools and helpers would crash. Instead a reasonable
default Unbound is built. Also up select options like python
are added. libevent and libpthreads are options to down select.

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
4 years agorsync: update to 3.2.1
Rosen Penev [Thu, 25 Jun 2020 23:01:34 +0000 (16:01 -0700)]
rsync: update to 3.2.1

Disable several options to enable compilation.

Simplified several configure options.

Remove pointless configure var.

Added ssh hinting patch. Some SSH incompatibility.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agosamba4: add new UCI option "enable_extra_tuning" 12630/head
Andy Walsh [Sat, 27 Jun 2020 20:47:30 +0000 (22:47 +0200)]
samba4: add new UCI option "enable_extra_tuning"

* add new UCI option "enable_extra_tuning"
* update template
* add config examples for options
* fix some access warnings on samba /var dirs

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>