Commit graph

22780 commits

Author SHA1 Message Date
Carlos Miguel Ferreira
e688f1c764
boost: Updates package to version 1.75
This commit updates boost to version 1.75

This release brings three new packages
* JSON parsing, serialization, and DOM in C++11, from Vinnie Falco and
  Krystian Stasiowski. [1]
* LEAF: A lightweight error-handling library for C++11, from Emil
  Dotchevski. [2]
* PFR: Basic reflection without macro or boilerplate code for user
  defined types, from Antony Polukhin. [3]

More info about Boost 1.75.0 can be found at the usual place [4].

[1]: https://www.boost.org/libs/json/
[2]: https://www.boost.org/libs/leaf/
[3]: https://www.boost.org/libs/pfr/
[4]: https://www.boost.org/users/history/version_1_75_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2020-12-13 21:30:36 +00:00
Philip Prindeville
31a256f0ab bind: add support for the 'rndc' utility
Enable the control port on named that rncd uses to talk to it. Use
rndc to allow for lightweight reloads of some (per-zone) or all of
the database without an interruption of service.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-12-13 13:31:13 -07:00
Daniel Bermond
6df09fb08f
miniupnpc: add InstallDev
Commit ef388ff1f3 removed 'CMAKE_INSTALL:=1', and this makes the
development files to be not installed anymore on 'staging_dir'.
Being such, packages that needs to link against libminiupnpc fails
to build, because it cannot find the headers and the library.

Adding an InstallDev fixes this.

Build-tested on: ipq806x (R7800)
Run-tested on: ipq806x (R7800)

Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
2020-12-12 22:23:38 +00:00
Rosen Penev
05436d3366
Merge pull request #14211 from neheb/glbbbbbb
glib2: use normal format functions
2020-12-12 14:02:36 -08:00
Stan Grishin
22722a8095 simple-adblock: bugfix - config update
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-12-12 15:58:21 -06:00
Rosen Penev
85d66757b0
glib2: use normal format functions
These meson checks rely on being able to run binaries. Just force them
on. Reduces compiled size.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-12 12:30:13 -08:00
Hannu Nyman
59d02aea1b
Merge pull request #14204 from PolynomialDivision/collectd-add-dhcp
collectd: add dhcpleases plugin
2020-12-12 18:21:51 +02:00
Nick Hainke
7f99516ce5 collectd: add dhcpleases plugin
Count the current dhcpleases. Currently, we use a bash script
that does the same job (Freifunk Berlin). We want to use native
collectd plugin for that.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-12-12 14:59:49 +01:00
Rosen Penev
8874c98729
subversion: fix compilation with full NLS
Needs a linker flag.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-11 18:18:40 -08:00
Rosen Penev
90b289f697
Merge pull request #14187 from BKPepe/disable-selinux-for-augeas
augeas: disable selinux
2020-12-11 17:25:32 -08:00
Rosen Penev
43d07a4384
Merge pull request #14192 from neheb/i2pd
i2pd: backport upstream fix for i386
2020-12-11 17:24:29 -08:00
Rosen Penev
1eff28553e
i2pd: backport upstream fix for i386
Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-11 16:59:52 -08:00
Rosen Penev
83dec7e40d
Merge pull request #14181 from sartura/feature_uci2-package
uci2: add library package
2020-12-11 14:59:14 -08:00
Rosen Penev
96411153a8
Merge pull request #14203 from zokl/javascript-obfuscator_2.9.4
javascript-obfuscator: upgrade package to version 2.9.4
2020-12-11 14:58:06 -08:00
Rosen Penev
f4825c64dd
Merge pull request #14201 from ja-pa/curl-7.74.0
curl: update to version 7.74.0 (security fix)
2020-12-11 14:51:21 -08:00
Zbyněk Kocur
a50254d7e8 javascript-obfuscator: upgrade package to versioon 2.9.4
Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
2020-12-11 19:52:44 +01:00
Josef Schlehofer
eb6972b0ea
Merge pull request #14178 from BKPepe/hwinfo-fix-version
Fix version in hwinfo and a few cosmetic stuff
2020-12-11 19:08:25 +01:00
Jan Pavlinec
9e2dc1e51e
curl: update to version 7.74.0 (security fix)
Fixes:
CVE-2020-8286
CVE-2020-8285
CVE-2020-8284

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-12-11 13:20:52 +01:00
Josef Schlehofer
a1eea08fa6
augeas: disable selinux
Fixes:
Package augeas is missing dependencies for the following libraries:
libselinux.so.1

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-12-11 12:18:11 +01:00
Florian Eckert
3292d24cfe
Merge pull request #14190 from TDT-AG/pr/20201210-lcd4linux
lcd4linux: switch service to procd
2020-12-11 07:06:06 +01:00
Rosen Penev
839d126cb6
Merge pull request #14194 from neheb/i3
github: test i386_pentium-mmx instead of pentium4
2020-12-10 18:00:47 -08:00
Philip Prindeville
3e8b7f6ecd isc-dhcp: seeing crashes when attempting to update dynamic dns
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-12-10 18:25:53 -07:00
Rosen Penev
b086dbe6eb
Merge pull request #14193 from nxhack/node_14151
node: update to v14.15.1
2020-12-10 16:10:38 -08:00
Rosen Penev
edadb7726a
github: test i386_pentium-mmx instead of pentium4
It seems the former causes more compilation failures due to not having
SSE.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 16:08:23 -08:00
Rosen Penev
d42259b148
Merge pull request #14191 from luizluca/easy-rsa-3.0.8
openvpn-easy-rsa: bump to 3.0.8
2020-12-10 14:56:16 -08:00
Rosen Penev
69d934f38b
Merge pull request #14135 from simm42/master
Add support to darkstat to allow multiple local networks to be specified for montioring
2020-12-10 14:55:35 -08:00
Luiz Angelo Daros de Luca
de8b7ddc8c openvpn-easy-rsa: bump to 3.0.8
New easyrsa will look for missing vars and x509-types where easyrsa
is located (following symlink). /usr/bin/easyrsa is now a link
to /usr/lib/easyrsa/easyrsa and /usr/lib/easyrsa/{vars,x509-types} a
link to /etc/easyrsa/{vars,x509-types}. This keeps the same previous
OpenWrt easyrsa behavior which tries to use $PWD/pki and
/etc/easyrsa/{vars,x509-types}, but without patching it.

Easyrsa can also use env vars to set pki root path (instead of
/usr/lib/easyrsa), pki path (instead of $PWD/pki) and vars path.
Those variables are commented in /etc/profile.d/50-openvpn-easy-rsa.sh
as an example of how to make easyrsa run independent of $PWD. That
scriptlet also sets $EASYRSA_TEMP_DIR from $EASYRSA_PKI/tmp to /tmp
in order to avoid writing to persistent media (normally flash). However,
as a profile scriptlet, it will only be used after session is restarted.

The "build" tgz was replaced by the "source" tar. "build" version has a
different file structure, making any patch backports too complex.

I'm also putting myself as maintainer.

Closes openwrt/openwrt#2926, since it moved to openwrt/packages.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-12-10 15:59:56 -03:00
Florian Eckert
111b16ca1f lcd4linux: switch service to procd
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-12-10 16:10:17 +01:00
Michael Heimpold
9279a206e9
Merge pull request #13628 from mhei/php7-test
php7: add CI test script
2020-12-10 15:14:56 +01:00
Jakov Petrina
4e2b5ea85c uci2: add library package
Maintainer: @jpetrina
Compile tested: arm, ipq4018, master@r15169-36e0268aa6
Run tested: arm, ipq4018, master@r15169-36e0268aa6

Description:

UCI2 is a C library that provides an alternative UCI parser with an Abstract
Syntax Tree (AST) representation of configuration files.

Signed-off-by: Jakov Petrina <jakov.petrina@sartura.hr>
Tested-by: Jakov Petrina <jakov.petrina@sartura.hr>
2020-12-10 11:54:08 +01:00
Rosen Penev
f86acf1e1a
libpng: fix paths in config files
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:51:05 -08:00
Rosen Penev
20b77be7be
xmlrpc-c: fix config file prefix path
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:51:05 -08:00
Rosen Penev
8285806e10
curl: fix host config file
Fix the prefix instead.

Replace custom Compile section with PKG_INSTALL.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:50:28 -08:00
Rosen Penev
fb521dd79f
gnurl: fix host config file
Fix the prefix instead.

Replace custom Compile section with PKG_INSTALL.

Minor cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:50:28 -08:00
Rosen Penev
7d3737f82a
libgcrypt: fix config file
Change the prefix instead of each path.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:50:28 -08:00
Rosen Penev
5af59188f6
kmod: fix wrong paths in pkgconfig files
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:50:28 -08:00
Rosen Penev
4ee2e27896
libuv: fix pkgconfig paths for libuv-static.pc as well
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 01:50:27 -08:00
Rosen Penev
7b60ca26c2 iftop: fix compilation with GCC 10
GCC 10 defaults to fno-common, which demands unique defenitions.

Patch taken from buildroot.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-09 23:36:29 -10:00
Paul Spooren
78b22d532a iftop: add package
Moved over from openwrt.git

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-12-09 23:36:29 -10:00
Stan Grishin
822939f537 https-dns-proxy: update binary to 2020-08-21
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-12-09 23:32:19 -10:00
Rosen Penev
6d4b8cfb76
Merge pull request #14177 from neheb/bash
bash: update to 5.1
2020-12-10 01:30:09 -08:00
Rosen Penev
ebfcc30c3f
Merge pull request #14189 from nxhack/mg_681
mg: update to 6.8.1
2020-12-10 01:29:41 -08:00
Hirokazu MORIKAWA
2aa5671e67 node: update to v14.15.1
Update to v14.15.1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-10 14:51:08 +09:00
Hirokazu MORIKAWA
0f05a0712b mg: update to 6.8.1
update to 6.8.1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-10 12:22:19 +09:00
Rosen Penev
aca1ee1b67 modemmanager: bump release
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-09 01:40:11 -08:00
Karel Kočí
54b6116d7d
rpcd-mod-lxc: add postinst to reload rpcd on update/installation
This is dependency of luci-app-lxc and when users install that package
it is no way clear that they have to reload rpcd to get it working
correctly. Without it container listing does not work.
In general this reload should be in this package simply because other
rpcd-mod-* packages reload rpcd as well.

Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2020-12-09 10:16:37 +01:00
Rosen Penev
520a619e58
Merge pull request #13009 from valexi7/master
modemmanager: Added options
2020-12-09 00:55:54 -08:00
Rosen Penev
f64fd72365
Merge pull request #14159 from ja-pa/git-2.29.2
git: update to version 2.29.2
2020-12-08 17:19:14 -08:00
Josef Schlehofer
743e645b1f
hwinfo: refresh patches to avoid fuzz and offset
Fixes:
Applying patch 3-assorted-Makefile-butchery
patching file Makefile
patching file Makefile.common
patching file src/Makefile
patching file src/hd/Makefile
Hunk #1 succeeded at 8 with fuzz 1 (offset -4 lines).
patching file src/isdn/Makefile
patching file src/smp/Makefile

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-12-09 02:17:24 +01:00
Rosen Penev
fd0188383f
bash: update to 5.1
Remove upstreamed patches.

Refresh others.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-08 16:57:38 -08:00