Commit Graph

20287 Commits

Author SHA1 Message Date
Rosen Penev ed47f22cce
Merge pull request #12583 from zhanhb/kcptun
kcptun: update to 20200409
2020-06-28 19:55:25 -07:00
Rosen Penev 021737ca73
Merge pull request #12627 from jonathanunderwood/stubby-fix-tls-port
stubby: fix handling of tls_port config option
2020-06-28 19:54:41 -07:00
Rosen Penev 2be45d6189
Merge pull request #12630 from Andy2244/samba4-uci-tuning
samba4: add new UCI option "enable_extra_tuning"
2020-06-28 19:53:56 -07:00
Rosen Penev 676bf0d7f5
Merge pull request #12643 from jefferyto/golang-package-recursively-expand-variables
golang: Evaluate "go install" arguments during Build/Compile
2020-06-28 19:53:27 -07:00
Jeffery To 9425ef1b4d
python-idna: Update to 2.10
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-06-29 06:52:44 +08:00
Rosen Penev 21f2f58752
Merge pull request #12634 from neheb/porta
portaudio: convert to CMake
2020-06-28 15:12:03 -07:00
Rosen Penev 918ed84985
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>
2020-06-28 15:05:58 -07:00
Rosen Penev a1b14ab929
libpng: switch to CMake
Allows simplification of the Makefile.

Remove no more needed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-28 14:56:36 -07:00
Rosen Penev 487ddf78a6
Merge pull request #12605 from neheb/rsy
rsync: update to 3.2.0
2020-06-28 14:06:48 -07:00
Maxim Storchak e1cd4bcf0a
rsync: fix ipv6 detection
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2020-06-28 13:56:21 -07:00
Rosen Penev a05db1acfe
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>
2020-06-28 13:46:00 -07:00
Jeffery To d73fe8ebc3
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>
2020-06-29 02:24:52 +08:00
David Bauer df891a50c5 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 0a6891feac ("jool: update to v4.1.0")
Signed-off-by: David Bauer <mail@david-bauer.net>
2020-06-28 15:12:47 +02:00
Rosen Penev 4edb857f3a
liblo: switch to CMake
Allows simplifying the Makefile.

Make tools option conditional on package selection.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-27 22:02:20 -07:00
Rosen Penev 0be867bef3
Merge pull request #12602 from neheb/ffmpeg2
ffmpeg: update to 4.3
2020-06-27 20:37:03 -07:00
Rosen Penev 0304dcea72
Merge pull request #12631 from neheb/upnn
miniupnpd: remove libcap(-ng) dependency
2020-06-27 15:34:26 -07:00
Rosen Penev ba49c96808
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>
2020-06-27 15:15:14 -07:00
Rosen Penev 96c5b83b64
Merge pull request #12581 from EricLuehrsen/unbound_20200623
unbound: reduced to one package with selectable options
2020-06-27 14:40:56 -07:00
Eric Luehrsen 9c655aed3a unbound: add dns assistants on local host
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2020-06-27 17:17:41 -04:00
Eric Luehrsen 8e0b2d344e 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>
2020-06-27 17:17:41 -04:00
Rosen Penev 3f00aed153
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>
2020-06-27 14:14:46 -07:00
Andy Walsh 68af8dcde3 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>
2020-06-27 22:47:30 +02:00
Paul Spooren e2fe9bda3d 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>
2020-06-27 10:30:29 -10:00
Jonathan G. Underwood 31be44ca61 stubby: fix handling of tls_port config option
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2020-06-27 16:58:47 +01:00
Etienne Champetier ab5bbd9b25
Merge pull request #12342 from PolynomialDivision/feature/add_dawn_node_exporter
prometheus-node-exporter-lua: add dawn exporter
2020-06-27 11:36:52 -04:00
Rosen Penev e678c3a54d
Merge pull request #12622 from ejurgensen/libplist_2.2_pkgconfig
libplist: add missing pkgconfig files in libplist 2.2
2020-06-27 01:29:19 -07:00
Espen Jürgensen ca1bbd228f libplist: add missing pkgconfig files in libplist 2.2
Closes #12571.

Same fix as Debian, see:
137716df3f (commitcomment-40099153)

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2020-06-27 09:02:39 +02:00
Rosen Penev 65af93279d
Merge pull request #12611 from neheb/upn
miniupnpd: update to 2.1.20200510
2020-06-26 14:08:00 -07:00
Rosen Penev 6d3e7bef65
Merge pull request #12620 from blocktrron/jool-v410
jool: update to v4.1.0
2020-06-26 14:02:49 -07:00
Rosen Penev 61b143064b
Merge pull request #12610 from neheb/yamll
yaml: update to 0.2.5
2020-06-26 14:01:35 -07:00
Rosen Penev 6eb2b52d02
Merge pull request #12618 from G-M0N3Y-2503/cgroupfs-mount-git-version-update
cgroupfs-mount: Updated with git version
2020-06-26 14:01:04 -07:00
Nick Hainke c8d1a3b60c 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>
2020-06-26 15:20:03 +02:00
Karel Kočí 43a8f7072e
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>
2020-06-26 13:04:46 +02:00
Gerard Ryan e3150a5854 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>
2020-06-26 20:22:57 +10:00
Rosen Penev c7dca50f11
Merge pull request #12613 from stangri/master-https-dns-proxy
https-dns-proxy: re-add conffiles and add description to Makefile
2020-06-25 22:17:59 -07:00
Stan Grishin d2f4454fe6 https-dns-proxy: re-add conffiles and add description to Makefile
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-06-26 03:09:26 +00:00
Rosen Penev b867631f7c
Merge pull request #12600 from neheb/file
file: update to 5.39
2020-06-25 18:37:45 -07:00
Rosen Penev 91f04a50bd
Merge pull request #12608 from neheb/upmp
upmpdcli: update to 1.4.12
2020-06-25 18:37:26 -07:00
Rosen Penev 1ba707b17c
Merge pull request #12609 from neheb/upnpppppppppp
libupnpp: update to 0.19.2
2020-06-25 18:37:10 -07:00
Rosen Penev 1f813be5df
Merge pull request #12612 from neheb/xfsp
xfsprogs: fix compilation with uClibc-ng
2020-06-25 18:36:54 -07:00
Rosen Penev 2491bcf81b
xfsprogs: fix compilation with uClibc-ng
MAP_SHARED_VALIDATE is completely missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:45:15 -07:00
Rosen Penev 2b5028458e
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>
2020-06-25 17:44:23 -07:00
Rosen Penev 07a1493e32
yaml: update to 0.2.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:43:44 -07:00
Rosen Penev 4ac1339dbc
libupnpp: update to 0.19.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:43:09 -07:00
Rosen Penev f553112e43
upmpdcli: update to 1.4.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:42:30 -07:00
Rosen Penev 8ad11dcd22
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>
2020-06-25 17:41:49 -07:00
Rosen Penev 1abf4f3884
zsh: update to 5.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:41:09 -07:00
David Bauer 0a6891feac jool: update to v4.1.0
Compile-tested: ipq40xx-generic
Run-tested: ipq40xx-generic

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-06-26 02:39:58 +02:00
Rosen Penev 8e77b50954
openssh: update to 8.3p1
Removed outdated options.

Small bashism fix in the init script.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:38:55 -07:00
Rosen Penev 3c450f44d9
ffmpeg: update to 4.3
Remove upstreamed patches. Refreshed other ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:38:04 -07:00