Commit graph

19246 commits

Author SHA1 Message Date
Rosen Penev
474692074b
Merge pull request #12068 from ClaymorePT/boost_1.73.0
boost: Package Version Update (1.73.0)
2020-05-03 14:30:08 -07:00
Rosen Penev
9d128700d7
Merge pull request #12051 from neheb/tirp
libtirpc: update to 1.2.6
2020-05-03 14:09:56 -07:00
Etienne Champetier
eea609811e
Merge pull request #12061 from cyrozap/prometheus-node-exporter-lua-time
prometheus-node-exporter-lua: Change node_time_seconds type to "gauge"
2020-05-03 16:40:46 -04:00
Rosen Penev
b8e54f0240
Merge pull request #12050 from neheb/neon
neon: update to 0.31.1
2020-05-03 13:36:50 -07:00
Forest Crossman
850c8dc141 prometheus-node-exporter-lua: Change node_time_seconds type to "gauge"
The official node_exporter reports node_time_seconds as a gauge, but
prometheus-node-exporter-lua reports it as a counter. To be consistent
with the official implementation, and because "gauge" is more correct
than "counter" for this metric (system time can decrease, but the
Prometheus documentation states, "A counter is a cumulative metric that
represents a single monotonically increasing counter whose value can
only increase or be reset to zero on restart."), change the type for
node_time_seconds to "gauge".

Signed-off-by: Forest Crossman <cyrozap@gmail.com>
2020-05-03 15:16:14 -05:00
Hannu Nyman
ba3d8d5794
Merge pull request #12056 from stangri/master-vpnbypass
vpnbypass: bugfix: remove non-ASCII from system log; update README
2020-05-03 22:52:24 +03:00
Hannu Nyman
09eef2fec3
Merge pull request #12064 from wvdakker/master
Shorewall: Bump to 5.2.4.4
2020-05-03 22:45:20 +03:00
Carlos Miguel Ferreira
3fb802f5d0
boost: Package Version Update (1.73.0)
This commit updates Boost to version 1.73.0
In this release, there are two new libraries
 - Nowide [2] - Standard library functions with UTF-8 API on Windows,
   from Artyom Beilis.
 - Static String [3] - A dynamically resizable string of characters
   with compile-time fixed capacity and contiguous embedded storage,
   from Vinnie Falco and Krystian Stasiowski.

More info about Boost 1.73.0 can be found at the usual place [1].

[1]: https://www.boost.org/users/history/version_1_73_0.html
[2]: https://www.boost.org/libs/nowide/
[3]: https://www.boost.org/libs/static_string/

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2020-05-03 20:29:04 +01:00
Hannu Nyman
7a5ac5117e
Merge pull request #12066 from jqqqqqqqqqq/master
fish: update to 3.1.2
2020-05-03 21:56:24 +03:00
Curtis Jiang
db596f132b fish: update to 3.1.2
Signed-off-by: Curtis Jiang <jqqqqqqqqqq@gmail.com>
2020-05-03 14:48:53 -04:00
W. van den Akker
a92b98d926
Shorewall6: Bump to 5.2.4.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-05-03 19:02:25 +02:00
W. van den Akker
48544d330f
Shorewall: Bump to 5.2.4.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-05-03 19:01:21 +02:00
W. van den Akker
f1ca939459
Shorewall6-lite: Bump to 5.2.4.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-05-03 19:00:15 +02:00
W. van den Akker
cc72bef515
Shorewall-lite: Bump to 5.2.4.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-05-03 18:58:31 +02:00
W. van den Akker
211bb322d3
Shorewall-core: Bump to 5.2.4.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2020-05-03 18:57:13 +02:00
Stan Grishin
4bfd3435bb vpnbypass: bugfix: remove non-ASCII from system log; update README
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-05-02 22:35:32 +00:00
Rosen Penev
6198128711
Merge pull request #12053 from neheb/lo
liblo: update to 0.31
2020-05-02 15:24:34 -07:00
Rosen Penev
8962097183
Merge pull request #12047 from jekkos/do-ddns-v2
ddns-scripts: Add digitalocean as DDNS provider
2020-05-02 15:24:04 -07:00
Jeroen Peelaerts
e297ffbe34 ddns-scripts: Add digitalocean as DDNS provider
Signed-off-by: Jeroen Peelaerts <jeroen.peelaerts@gmail.com>
2020-05-03 00:15:13 +02:00
Rosen Penev
25442fbc57
liblo: update to 0.31
Refreshed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 15:14:20 -07:00
Rosen Penev
c77e6fa3af
libtirpc: update to 1.2.6
Add HOST_BUILD_PARALLEL for faster compilation.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 15:12:14 -07:00
Rosen Penev
3a6709756c
neon: update to 0.31.1
Upstream changed.

Add license information.

Add PKG_BUILD_PARALLEL for faster compilation.

Remove several outdated options.

Refreshed OpenSSL patch.

Other small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-02 15:11:07 -07:00
Rosen Penev
e7d5b5bc17
Merge pull request #12042 from neheb/yaml
libyaml: update to 0.2.4
2020-05-02 15:06:34 -07:00
Rosen Penev
47af4eef14
Merge pull request #12040 from neheb/mess
meson: update to 0.54.1
2020-05-02 15:06:19 -07:00
Hannu Nyman
ea7c3e056b
Merge pull request #12045 from peter-stadler/pytz
python-pytz: update version to 2020.1
2020-05-02 19:51:48 +03:00
Peter Stadler
5769ac8304 python-pytz: update version to 2020.1
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-05-02 14:39:02 +02:00
Rosen Penev
85a3bf3cd6
libyaml: update to 0.2.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-01 13:00:42 -07:00
Rosen Penev
67c6bb1937
meson: update to 0.54.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-01 12:56:22 -07:00
Rosen Penev
420cf65304
vala: update to 0.48.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-01 12:55:14 -07:00
Rosen Penev
b112de71e1
idevicerestore: update to 2020-04-20
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-05-01 12:55:14 -07:00
Jan Pavlinec
c8be44062e bind: update to version (security fix)
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-05-01 11:56:56 -07:00
Nikos Mavrogiannopoulos
997723342b ocserv: updated to 1.0.1
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-05-01 19:18:37 +02:00
Nikos Mavrogiannopoulos
d58c3d48a5 openconnect: updated to 8.09
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-05-01 19:18:37 +02:00
Hannu Nyman
01f9b9ec9e
Merge pull request #12034 from micmac1/gperf
Revert gperf: remove
2020-05-01 19:11:36 +03:00
Rosen Penev
58c1818a62
Merge pull request #12013 from neheb/moc
mocp: disable ffmpeg
2020-05-01 08:05:50 -07:00
Eneas U de Queiroz
df229aaddd
Merge pull request #12019 from cotequeiroz/jamvm_host
jamvm: remove unneeded host build, and the package itself
2020-05-01 09:54:26 -03:00
Josef Schlehofer
b83e83ca17
Merge pull request #12026 from jefferyto/python-dns-pypi
python-dns: Change download source, remove incorrect PKG_CPE_ID
2020-05-01 14:53:45 +02:00
Eneas U de Queiroz
4201a4a4fb
jamvm: remove package
Java support is no longer feasible in openwrt.  It's outdated, and can't
be usd without classpath, which has been removed.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-05-01 09:42:15 -03:00
Nikos Mavrogiannopoulos
5782406697
Merge pull request #11798 from GuLinux/patch-1
openconnect: Allow to set `usergroup` option
2020-05-01 13:39:03 +02:00
Sebastian Kemper
dae3bf4e29 Revert gperf: remove
gperf is a basic tool used when building packages. It's not available on
all hosts, in which case having a host package like this one is
required. For instance the CircleCI environment does not contain gperf,
in which case building of software requiring gperf fails.

This commit reverts the gperf removal.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-05-01 13:04:16 +02:00
Hannu Nyman
fe38ef3472
Merge pull request #12028 from jefferyto/python-schema-0.7.2
python-schema: Update to 0.7.2, change download source to PyPI
2020-05-01 13:45:35 +03:00
Hannu Nyman
021a9ec83c
Merge pull request #12027 from jefferyto/python-decorator-4.4.2
python-decorator: Update to 4.4.2, change download source to PyPI
2020-05-01 13:45:13 +03:00
Hannu Nyman
bd2727e09c
Merge pull request #12029 from jefferyto/django-simple-captcha-pypi
django-simple-captcha: Change download source to PyPI
2020-05-01 08:55:41 +03:00
Jeffery To
10fb31451e django-simple-captcha: Change download source to PyPI
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-01 05:14:11 +08:00
Jeffery To
b333a95af6 python-schema: Update to 0.7.2, change download source to PyPI
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-01 05:11:08 +08:00
Jeffery To
0c83ce62c0 python-decorator: Update to 4.4.2, change download source to PyPI
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-01 05:02:50 +08:00
Jeffery To
b5ba871c8f python-dns: Change download source, remove incorrect PKG_CPE_ID
This changes the package to download from PyPI (using pypi.mk) and
removes the incorrect PKG_CPE_ID.

The CPE id was for Debian's python-dns package which contains PyDNS
("pydns" on PyPI). This package contains "dnspython" from PyPI.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-05-01 04:53:48 +08:00
Hannu Nyman
556ba1b2e1
Merge pull request #12025 from dl12345/snort
snort: bump to 2.9.15.1
2020-04-30 22:39:02 +03:00
Ian Cooper
3b58e317f6
snort: bump to 2.9.15.1
Fix compilation error with x86_64 glibc

Fix changed download location on snort.org

Signed-off-by: Ian Cooper <iancooper@hotmail.com>
2020-04-30 18:51:19 +01:00
Rosen Penev
07998f702e
Merge pull request #12021 from eglooca/master
netifyd: Updated to v3.00
2020-04-30 10:27:27 -07:00