feed/packages.git
4 years agotar: alternatives instead of postinst 12671/head
Huangbin Zhan [Tue, 23 Jun 2020 14:43:40 +0000 (22:43 +0800)]
tar: alternatives instead of postinst

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
4 years agosed: alternatives instead of postinst
Huangbin Zhan [Tue, 23 Jun 2020 14:40:35 +0000 (22:40 +0800)]
sed: alternatives instead of postinst

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
4 years agogzip: alternatives instead of postinst
Huangbin Zhan [Tue, 23 Jun 2020 14:37:43 +0000 (22:37 +0800)]
gzip: alternatives instead of postinst

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
4 years agogrep: alternatives instead of postinst
Huangbin Zhan [Tue, 23 Jun 2020 14:32:33 +0000 (22:32 +0800)]
grep: alternatives instead of postinst

Signed-off-by: Huangbin Zhan <zhanhb88@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 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 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>
4 years agosyncthing: Fix GO_PKG_LDFLAGS_X position
Paul Spooren [Sat, 27 Jun 2020 08:52:16 +0000 (22:52 -1000)]
syncthing: Fix GO_PKG_LDFLAGS_X position

Setting the GO_PKG_LDFLAGS_X after including golang-package does not
include them anymore after commit 25a7f00. By adding flags before they
are correctly loaded and included in `syncthing` binary.

Signed-off-by: Paul Spooren <mail@aparcar.org>
4 years agostubby: fix handling of tls_port config option 12627/head
Jonathan G. Underwood [Sat, 27 Jun 2020 15:43:53 +0000 (16:43 +0100)]
stubby: fix handling of tls_port config option

Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
4 years agoMerge pull request #12342 from PolynomialDivision/feature/add_dawn_node_exporter
Etienne Champetier [Sat, 27 Jun 2020 15:36:52 +0000 (11:36 -0400)]
Merge pull request #12342 from PolynomialDivision/feature/add_dawn_node_exporter

prometheus-node-exporter-lua: add dawn exporter

4 years agoMerge pull request #12622 from ejurgensen/libplist_2.2_pkgconfig
Rosen Penev [Sat, 27 Jun 2020 08:29:19 +0000 (01:29 -0700)]
Merge pull request #12622 from ejurgensen/libplist_2.2_pkgconfig

libplist: add missing pkgconfig files in libplist 2.2

4 years agolibplist: add missing pkgconfig files in libplist 2.2 12622/head
Espen Jürgensen [Fri, 26 Jun 2020 21:55:39 +0000 (23:55 +0200)]
libplist: add missing pkgconfig files in libplist 2.2

Closes #12571.

Same fix as Debian, see:
https://github.com/libimobiledevice/libplist/commit/137716df3f197a7184c1fba88fcb30480dafd6e0#commitcomment-40099153

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
4 years agoMerge pull request #12611 from neheb/upn
Rosen Penev [Fri, 26 Jun 2020 21:08:00 +0000 (14:08 -0700)]
Merge pull request #12611 from neheb/upn

miniupnpd: update to 2.1.20200510

4 years agoMerge pull request #12620 from blocktrron/jool-v410
Rosen Penev [Fri, 26 Jun 2020 21:02:49 +0000 (14:02 -0700)]
Merge pull request #12620 from blocktrron/jool-v410

jool: update to v4.1.0

4 years agoMerge pull request #12610 from neheb/yamll
Rosen Penev [Fri, 26 Jun 2020 21:01:35 +0000 (14:01 -0700)]
Merge pull request #12610 from neheb/yamll

yaml: update to 0.2.5

4 years agoMerge pull request #12618 from G-M0N3Y-2503/cgroupfs-mount-git-version-update
Rosen Penev [Fri, 26 Jun 2020 21:01:04 +0000 (14:01 -0700)]
Merge pull request #12618 from G-M0N3Y-2503/cgroupfs-mount-git-version-update

cgroupfs-mount: Updated with git version

4 years agoprometheus-node-exporter-lua: add dawn exporter 12342/head
Nick Hainke [Wed, 27 May 2020 10:31:51 +0000 (12:31 +0200)]
prometheus-node-exporter-lua: add dawn exporter

DAWN is a decentralized WiFi Controller.
https://github.com/berlin-open-wireless-lab/DAWN

The node exporter allows to gather statistics about your network:
- Infos about AP (Channel Utilization, Station Count, ...)
- Connected Clients (Signal, Capabilities)

Signed-off-by: Nick Hainke <vincent@systemli.org>
4 years agosyslog-ng: detect disabled IPv6 on loopback and fallback to IPv4 12619/head
Karel Kočí [Fri, 26 Jun 2020 09:37:32 +0000 (11:37 +0200)]
syslog-ng: detect disabled IPv6 on loopback and fallback to IPv4

Binding in default to IPv6 is preferable but it can be disabled in
kernel and that prevents syslog-ng to start. This setup should not be
that common but syslog is very important service and should survive
that.

This introduces new plugin defining source generator
`network_localhost`. This is used instead of original network source.

Signed-off-by: Karel Kočí <cynerd@email.cz>
4 years agocgroupfs-mount: Updated with git version 12618/head
Gerard Ryan [Fri, 26 Jun 2020 07:56:20 +0000 (17:56 +1000)]
cgroupfs-mount: Updated with git version
* People seem to be dependent on this specific version so we switched to git versioning

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
4 years agoMerge pull request #12613 from stangri/master-https-dns-proxy
Rosen Penev [Fri, 26 Jun 2020 05:17:59 +0000 (22:17 -0700)]
Merge pull request #12613 from stangri/master-https-dns-proxy

https-dns-proxy: re-add conffiles and add description to Makefile

4 years agohttps-dns-proxy: re-add conffiles and add description to Makefile 12613/head
Stan Grishin [Fri, 26 Jun 2020 03:09:26 +0000 (03:09 +0000)]
https-dns-proxy: re-add conffiles and add description to Makefile

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #12600 from neheb/file
Rosen Penev [Fri, 26 Jun 2020 01:37:45 +0000 (18:37 -0700)]
Merge pull request #12600 from neheb/file

file: update to 5.39

4 years agoMerge pull request #12608 from neheb/upmp
Rosen Penev [Fri, 26 Jun 2020 01:37:26 +0000 (18:37 -0700)]
Merge pull request #12608 from neheb/upmp

upmpdcli: update to 1.4.12

4 years agoMerge pull request #12609 from neheb/upnpppppppppp
Rosen Penev [Fri, 26 Jun 2020 01:37:10 +0000 (18:37 -0700)]
Merge pull request #12609 from neheb/upnpppppppppp

libupnpp: update to 0.19.2

4 years agoMerge pull request #12612 from neheb/xfsp
Rosen Penev [Fri, 26 Jun 2020 01:36:54 +0000 (18:36 -0700)]
Merge pull request #12612 from neheb/xfsp

xfsprogs: fix compilation with uClibc-ng

4 years agoxfsprogs: fix compilation with uClibc-ng 12612/head
Rosen Penev [Thu, 25 Jun 2020 00:01:36 +0000 (17:01 -0700)]
xfsprogs: fix compilation with uClibc-ng

MAP_SHARED_VALIDATE is completely missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agominiupnpd: update to 2.1.20200510 12611/head
Rosen Penev [Thu, 25 Jun 2020 21:18:35 +0000 (14:18 -0700)]
miniupnpd: update to 2.1.20200510

Use the newly introduced configure script.

Use PKG_INSTALL for consistency between packages.

Use PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoyaml: update to 0.2.5 12610/head
Rosen Penev [Thu, 25 Jun 2020 22:20:28 +0000 (15:20 -0700)]
yaml: update to 0.2.5

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibupnpp: update to 0.19.2 12609/head
Rosen Penev [Thu, 25 Jun 2020 22:29:37 +0000 (15:29 -0700)]
libupnpp: update to 0.19.2

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoupmpdcli: update to 1.4.12 12608/head
Rosen Penev [Thu, 25 Jun 2020 22:30:43 +0000 (15:30 -0700)]
upmpdcli: update to 1.4.12

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoswig: update to 4.0.2 12607/head
Rosen Penev [Thu, 25 Jun 2020 22:35:47 +0000 (15:35 -0700)]
swig: update to 4.0.2

Fix license information.

Add URL.

Add HOST_BUILD_PARALLEL for faster compilation.

Add PKG_HOST_ONLY to signify that this is to be used as a host package
only.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agojool: update to v4.1.0 12620/head
David Bauer [Fri, 26 Jun 2020 00:39:58 +0000 (02:39 +0200)]
jool: update to v4.1.0

Compile-tested: ipq40xx-generic
Run-tested: ipq40xx-generic

Signed-off-by: David Bauer <mail@david-bauer.net>
4 years agoffmpeg: update to 4.3 12602/head
Rosen Penev [Fri, 26 Jun 2020 00:17:12 +0000 (17:17 -0700)]
ffmpeg: update to 4.3

Remove upstreamed patches. Refreshed other ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agofile: update to 5.39 12600/head
Rosen Penev [Fri, 26 Jun 2020 00:34:15 +0000 (17:34 -0700)]
file: update to 5.39

Remove fedora mirror as it delivers a different file that doesn't work.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12595 from Andy2244/ksmbd-3-2-2
Rosen Penev [Thu, 25 Jun 2020 21:23:07 +0000 (14:23 -0700)]
Merge pull request #12595 from Andy2244/ksmbd-3-2-2

ksmbd: update to 3.2.2

4 years agoMerge pull request #12596 from stangri/master-https-dns-proxy
Rosen Penev [Thu, 25 Jun 2020 21:22:02 +0000 (14:22 -0700)]
Merge pull request #12596 from stangri/master-https-dns-proxy

https-dns-proxy: bugfix: remove eDNS support

4 years agohttps-dns-proxy: bugfix: remove eDNS support 12596/head
Stan Grishin [Thu, 25 Jun 2020 19:40:38 +0000 (19:40 +0000)]
https-dns-proxy: bugfix: remove eDNS support

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoksmbd: update to 3.2.2 12595/head
Andy Walsh [Thu, 25 Jun 2020 19:29:46 +0000 (21:29 +0200)]
ksmbd: update to 3.2.2

* update to 3.2.2

ksmbd changelog:
* fix kernel oops when using signing and pysmb (SMB1) as client.
* fix signing bugs.
* fix encryption bugs.
* fix build error on linux-5.8-rc1
* fix bugs with read-only=yes
* fix potential stuck issue due to cache buffers exhaustion

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
4 years agoMerge pull request #12589 from Grommish/master
Hannu Nyman [Thu, 25 Jun 2020 16:52:57 +0000 (19:52 +0300)]
Merge pull request #12589 from Grommish/master

[OpenConnect] Update to version 8.10 to address CVE-2020-12823

4 years agopython-requests: bump to version 2.24.0
Alexandru Ardelean [Thu, 25 Jun 2020 13:41:46 +0000 (16:41 +0300)]
python-requests: bump to version 2.24.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agotcpreplay: bump to version 4.3.3
Alexandru Ardelean [Thu, 25 Jun 2020 11:16:27 +0000 (14:16 +0300)]
tcpreplay: bump to version 4.3.3

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>