feed/packages.git
4 years agofping: update to 5.0 13175/head
Rosen Penev [Wed, 19 Aug 2020 21:41:20 +0000 (14:41 -0700)]
fping: update to 5.0

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolua-mosquitto: Update to 0.4.1
Karl Palsson [Wed, 19 Aug 2020 09:55:03 +0000 (09:55 +0000)]
lua-mosquitto: Update to 0.4.1

New methods for setting client options, no major functional changes.

Signed-off-by: Karl Palsson <karlp@etactica.com>
4 years agolua-penlight: Update to 1.8.0
Karl Palsson [Tue, 11 Aug 2020 17:34:12 +0000 (17:34 +0000)]
lua-penlight: Update to 1.8.0

Full changelog at https://github.com/Tieske/Penlight/blob/master/CHANGELOG.md#180-2020-08-05

Signed-off-by: Karl Palsson <karlp@etactica.com>
4 years agonet/mosquitto: Update to 1.6.12
Karl Palsson [Wed, 19 Aug 2020 14:17:36 +0000 (14:17 +0000)]
net/mosquitto: Update to 1.6.12

Security release.  From the changelog:

- In some circumstances, Mosquitto could leak memory when handling PUBLISH
  messages. This is limited to incoming QoS 2 messages, and is related
  to the combination of the broker having persistence enabled, a clean
  session=false client, which was connected prior to the broker restarting,
  then has reconnected and has now sent messages at a sufficiently high rate
  that the incoming queue at the broker has filled up and hence messages are
  being dropped. This is more likely to have an effect where
  max_queued_messages is a small value. This has now been fixed. Closes
  https://github.com/eclipse/mosquitto/issues/1793

Changelog: https://mosquitto.org/blog/2020/08/version-1-6-12-released/

Signed-off-by: Karl Palsson <karlp@etactica.com>
4 years agoMerge pull request #13041 from aaronjg/mwan3-startup-performance
Florian Eckert [Wed, 19 Aug 2020 11:59:02 +0000 (13:59 +0200)]
Merge pull request #13041 from aaronjg/mwan3-startup-performance

mwan3: startup performance improvements and other fixes

4 years agoMerge pull request #13168 from ClaymorePT/boost_1.74.0_r2
Rosen Penev [Wed, 19 Aug 2020 11:31:18 +0000 (04:31 -0700)]
Merge pull request #13168 from ClaymorePT/boost_1.74.0_r2

boost: Package Revision - Remove unneded patches

4 years agoboost: Package Revision - Remove unneded patches 13168/head
Carlos Miguel Ferreira [Wed, 19 Aug 2020 11:12:15 +0000 (12:12 +0100)]
boost: Package Revision - Remove unneded patches

This commit removes patches which are no longer needed

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
4 years agoMerge pull request #13162 from neheb/sysst
Rosen Penev [Wed, 19 Aug 2020 10:13:48 +0000 (03:13 -0700)]
Merge pull request #13162 from neheb/sysst

sysstat: update to 12.4.0

4 years agoMerge pull request #13163 from neheb/strss
Rosen Penev [Wed, 19 Aug 2020 05:40:51 +0000 (22:40 -0700)]
Merge pull request #13163 from neheb/strss

stress: replace usleep with nanosleep

4 years agompd: enable libmad globally
Rosen Penev [Wed, 19 Aug 2020 04:02:27 +0000 (21:02 -0700)]
mpd: enable libmad globally

Since making ffmpeg dependent on BUILD_PATENTED, the full variant
becomes unable to play mp3s. Change that.

libmad is superior to mpg123 because of its faster decoding speed on
soft float systems and because in MPD, it supports streams (HTTP for
example).

ffmpeg supports streams as well. Avoid libmad in that case.

Minor Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13165 from neheb/tcp
Rosen Penev [Wed, 19 Aug 2020 01:45:26 +0000 (18:45 -0700)]
Merge pull request #13165 from neheb/tcp

tcp_wrappers: fix compilation without cdefs

4 years agoMerge pull request #13166 from ClaymorePT/boost_1.74.0_r1
Rosen Penev [Tue, 18 Aug 2020 23:01:14 +0000 (16:01 -0700)]
Merge pull request #13166 from ClaymorePT/boost_1.74.0_r1

boost: Package Revision - Fix C++ standard flag

4 years agoboost: Package Revision - Fix C++ standard flag 13166/head
Carlos Miguel Ferreira [Tue, 18 Aug 2020 22:38:21 +0000 (23:38 +0100)]
boost: Package Revision - Fix C++ standard flag

This commit fixes the use of the C++20 standard when
 GCC 10.x is used.

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
4 years agotcp_wrappers: fix compilation without cdefs 13165/head
Rosen Penev [Wed, 1 Jul 2020 05:38:21 +0000 (22:38 -0700)]
tcp_wrappers: fix compilation without cdefs

__DECLS are glibc specific.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agostress: replace usleep with nanosleep 13163/head
Rosen Penev [Sun, 16 Aug 2020 00:56:51 +0000 (17:56 -0700)]
stress: replace usleep with nanosleep

The former is deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agosysstat: update to 12.4.0 13162/head
Rosen Penev [Wed, 5 Aug 2020 23:57:19 +0000 (16:57 -0700)]
sysstat: update to 12.4.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #12967 from G-M0N3Y-2503/docker-deps-devinstall-remove
Rosen Penev [Tue, 18 Aug 2020 21:12:48 +0000 (14:12 -0700)]
Merge pull request #12967 from G-M0N3Y-2503/docker-deps-devinstall-remove

runc/containerd/libnetwork: Refactored Makefiles

4 years agoMerge pull request #13131 from jefferyto/python-pip-hash-checking
Rosen Penev [Tue, 18 Aug 2020 21:11:32 +0000 (14:11 -0700)]
Merge pull request #13131 from jefferyto/python-pip-hash-checking

python3: Use hash-checking mode when installing host pip packages

4 years agoMerge pull request #13159 from neheb/sed
Rosen Penev [Tue, 18 Aug 2020 20:10:10 +0000 (13:10 -0700)]
Merge pull request #13159 from neheb/sed

sed: don't use selinux

4 years agoMerge pull request #13151 from neheb/mpgrev
Rosen Penev [Tue, 18 Aug 2020 20:04:08 +0000 (13:04 -0700)]
Merge pull request #13151 from neheb/mpgrev

mpg123: revert back to using autotools

4 years agoMerge pull request #13160 from ClaymorePT/boost_1.74.0
Rosen Penev [Tue, 18 Aug 2020 20:02:45 +0000 (13:02 -0700)]
Merge pull request #13160 from ClaymorePT/boost_1.74.0

boost: Package Version Update (1.74.0)

4 years agoboost: Package Version Update (1.74.0) 13160/head
Carlos Miguel Ferreira [Tue, 18 Aug 2020 13:37:33 +0000 (14:37 +0100)]
boost: Package Version Update (1.74.0)

This commit updates Boost to version 1.74.0
In this release, there is one new libraries
 - STLInterfaces [2]:
   A library of CRTP bases to ease the writing of STL views,
   iterators, and sequence containers, from Zach Laine.

This update also provides support to build boost with C++20 when using
GCC 10.x

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

[1]: https://www.boost.org/users/history/version_1_74_0.html
[2]: https://www.boost.org/libs/stl_interfaces/

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
4 years agoMerge pull request #13155 from neheb/at
Rosen Penev [Tue, 18 Aug 2020 10:49:12 +0000 (03:49 -0700)]
Merge pull request #13155 from neheb/at

at: fix compilation

4 years agoMerge pull request #13156 from neheb/vim
Rosen Penev [Tue, 18 Aug 2020 09:16:38 +0000 (02:16 -0700)]
Merge pull request #13156 from neheb/vim

vim: explicitly disable selinux

4 years agoMerge pull request #13158 from neheb/logrot
Rosen Penev [Tue, 18 Aug 2020 09:08:14 +0000 (02:08 -0700)]
Merge pull request #13158 from neheb/logrot

logrotate: remove selinux support

4 years agoMerge pull request #13154 from neheb/meson551
Rosen Penev [Tue, 18 Aug 2020 07:42:48 +0000 (00:42 -0700)]
Merge pull request #13154 from neheb/meson551

meson: update to 0.55.1

4 years agoMerge pull request #13119 from neheb/lpc
Rosen Penev [Tue, 18 Aug 2020 07:28:45 +0000 (00:28 -0700)]
Merge pull request #13119 from neheb/lpc

lpc2list: remove deprecated functions

4 years agoMerge pull request #13144 from jefferyto/python-cffi-1.14.2
Rosen Penev [Tue, 18 Aug 2020 07:28:01 +0000 (00:28 -0700)]
Merge pull request #13144 from jefferyto/python-cffi-1.14.2

python-cffi: Update to 1.14.2

4 years agoMerge pull request #13157 from neheb/logro
Rosen Penev [Tue, 18 Aug 2020 07:27:08 +0000 (00:27 -0700)]
Merge pull request #13157 from neheb/logro

findutils: do not use selinux

4 years agosed: don't use selinux 13159/head
Rosen Penev [Tue, 18 Aug 2020 06:29:58 +0000 (23:29 -0700)]
sed: don't use selinux

Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agologrotate: remove selinux support 13158/head
Rosen Penev [Tue, 18 Aug 2020 05:49:06 +0000 (22:49 -0700)]
logrotate: remove selinux support

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agofindutils: do not use selinux 13157/head
Rosen Penev [Tue, 18 Aug 2020 05:37:36 +0000 (22:37 -0700)]
findutils: do not use selinux

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agovim: explicitly disable selinux 13156/head
Rosen Penev [Tue, 18 Aug 2020 03:56:17 +0000 (20:56 -0700)]
vim: explicitly disable selinux

Now that libselinux is in the tree, vim picks it up.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoat: fix compilation 13155/head
Rosen Penev [Tue, 18 Aug 2020 02:22:46 +0000 (19:22 -0700)]
at: fix compilation

libselinux is being picked up by at.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13152 from neheb/glib2651
Rosen Penev [Tue, 18 Aug 2020 07:18:51 +0000 (00:18 -0700)]
Merge pull request #13152 from neheb/glib2651

glib2: update to 2.65.1

4 years agomeson: update to 0.55.1 13154/head
Rosen Penev [Tue, 18 Aug 2020 00:03:58 +0000 (17:03 -0700)]
meson: update to 0.55.1

Remove upstream backports.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agomwan3: improve startup performance; version 2.9.0 13041/head
Aaron Goodman [Sun, 26 Jul 2020 21:21:50 +0000 (17:21 -0400)]
mwan3: improve startup performance; version 2.9.0

improve startup and runtime performance by

1) moving common startup procedures out of hotplug script when called
from mwan3 start
2) reducing calls to iptables to check status of rules
3) consolidating iptables updates and updating with iptables-restore
4) do not wait for kill if nothing was killed
5) running interface hotplug scripts in parallel
6) eliminate operations in hotplug script that check status on every
single interface unnecessarily
7) consolidate how mwan3track makes hotplug calls
8) do not restart mwan3track on connected events

This is a significant refactor, but should not result in any breaking
changes or require users to update their configurations.

version bump to 2.9.0

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agoglib2: update to 2.65.1 13152/head
Rosen Penev [Mon, 17 Aug 2020 21:36:27 +0000 (14:36 -0700)]
glib2: update to 2.65.1

Add a small hack to glib2 to avoid using proxy-intl and break
compilation under uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agompg123: revert back to using autotools 13151/head
Rosen Penev [Mon, 17 Aug 2020 20:48:52 +0000 (13:48 -0700)]
mpg123: revert back to using autotools

CMake build seems to be experimental and not ready for primetime.

Added altivec support.

Fixed installing static output libraries to the target.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agopython3: Use hash-checking mode when installing host pip packages 13131/head
Jeffery To [Sat, 15 Aug 2020 06:33:30 +0000 (14:33 +0800)]
python3: Use hash-checking mode when installing host pip packages

In hash-checking mode[1], pip will verify downloaded package archives
(source tarballs in our case) against known SHA256 hashes before
installing the packages.

As a consequence, this requires the use of requirements files[2] and
pinning packages to known versions.

The syntax for package Makefiles has changed slightly;
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS no longer accepts requirement
specifiers like "foo>=1.0", only requirements file names (which are the
same as package names in the most common case).

This also updates affected packages, in particular:

* python-zipp: "setuptools_scm[toml]" has been split into
  "setuptools-scm toml" to reuse the requirements file for
  setuptools-scm (the extra depends installed by "setuptools_scm[toml]"
  is toml).

* python-pycparser: This previously used ply 3.10, whereas the
  requirements file will now install 3.11.

[1]: https://pip.pypa.io/en/stable/reference/pip_install/#hash-checking-mode
[2]: https://pip.pypa.io/en/stable/user_guide/#requirements-files

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agohs20: prepare server using uci-defaults and ship files
Daniel Golle [Mon, 17 Aug 2020 01:13:44 +0000 (02:13 +0100)]
hs20: prepare server using uci-defaults and ship files

Setup user database if non-existent, configure uhttpd .php interpreter
and patch php scripts to work out-of-the-box.
Also ship Hotspot 2.0 SPP and OMA DM XML schema/DTD files needed at
run-time for both client and server.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agoMerge pull request #13135 from jefferyto/python-host-pip-cache-world-readable
Josef Schlehofer [Mon, 17 Aug 2020 10:46:38 +0000 (12:46 +0200)]
Merge pull request #13135 from jefferyto/python-host-pip-cache-world-readable

python3: Add config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE

4 years agompg123: install fmt123.h file
Rosen Penev [Mon, 17 Aug 2020 01:41:16 +0000 (18:41 -0700)]
mpg123: install fmt123.h file

Seems it's not included in the CMake port.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13143 from jefferyto/python-hyperlink-20.0.1
Rosen Penev [Mon, 17 Aug 2020 01:25:52 +0000 (18:25 -0700)]
Merge pull request #13143 from jefferyto/python-hyperlink-20.0.1

python-hyperlink: Update to 20.0.1

4 years agoMerge pull request #13142 from mateste/moniker.com_ddns
Rosen Penev [Mon, 17 Aug 2020 01:25:42 +0000 (18:25 -0700)]
Merge pull request #13142 from mateste/moniker.com_ddns

ddns-scripts: Add moniker.com DDNS service

4 years agoMerge pull request #13136 from neheb/ser
Rosen Penev [Mon, 17 Aug 2020 01:20:57 +0000 (18:20 -0700)]
Merge pull request #13136 from neheb/ser

serialconsole: fix compilation with uClibc-ng

4 years agopython-cffi: Update to 1.14.2 13144/head
Jeffery To [Sun, 16 Aug 2020 18:07:45 +0000 (02:07 +0800)]
python-cffi: Update to 1.14.2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython-hyperlink: Update to 20.0.1 13143/head
Jeffery To [Sun, 16 Aug 2020 16:30:09 +0000 (00:30 +0800)]
python-hyperlink: Update to 20.0.1

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoddns-scripts: Add moniker.com DDNS service 13142/head
Mateusz Stępień [Sun, 16 Aug 2020 15:33:57 +0000 (17:33 +0200)]
ddns-scripts: Add moniker.com DDNS service

Signed-off-by: Mateusz Stępień <mateusz@argc.pl>
4 years agoexfat-nofuse: remove
Rosen Penev [Sat, 15 Aug 2020 06:21:41 +0000 (23:21 -0700)]
exfat-nofuse: remove

Since the introduction of the official exfat-oot package in base, this
is now pointless.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoserialconsole: fix compilation with uClibc-ng 13136/head
Rosen Penev [Fri, 14 Aug 2020 05:40:49 +0000 (22:40 -0700)]
serialconsole: fix compilation with uClibc-ng

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agomwan3: use ip monitor route to detect routing changes
Aaron Goodman [Sat, 25 Jul 2020 15:35:09 +0000 (11:35 -0400)]
mwan3: use ip monitor route to detect routing changes

use only committed uci changes for updating routing table

use functions.sh functions rather than uci command line tool
to find interfaces for routing table.

consolidate rtmon_ipv4 and rtmon_ipv6 functions into a single function

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
4 years agotracertools: remove usleep usage
Rosen Penev [Fri, 14 Aug 2020 02:38:07 +0000 (19:38 -0700)]
tracertools: remove usleep usage

usleep is deprecated.

Modernized the Makefile to modern standards.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agoMerge pull request #13129 from neheb/mpg
Rosen Penev [Sat, 15 Aug 2020 22:39:41 +0000 (15:39 -0700)]
Merge pull request #13129 from neheb/mpg

mpg123: update to 1.26.3

4 years agoMerge pull request #13108 from neheb/nets
Rosen Penev [Sat, 15 Aug 2020 22:32:39 +0000 (15:32 -0700)]
Merge pull request #13108 from neheb/nets

netsniff-ng: add missing header

4 years agopython3: Add config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE 13135/head
Jeffery To [Sat, 15 Aug 2020 22:09:45 +0000 (06:09 +0800)]
python3: Add config PYTHON3_HOST_PIP_CACHE_WORLD_READABLE

This adds a config option PYTHON3_HOST_PIP_CACHE_WORLD_READABLE; if
enabled, chmod will be run after pip install to make all
files/directories in the host pip cache world-readable.

Supersedes https://github.com/openwrt/packages/pull/13012.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agophp7-pecl-redis: update to 5.3.1
Michael Heimpold [Sat, 15 Aug 2020 21:57:27 +0000 (23:57 +0200)]
php7-pecl-redis: update to 5.3.1

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agoMerge pull request #13125 from ja-pa/procps-ng-sysct
Rosen Penev [Sat, 15 Aug 2020 19:03:08 +0000 (12:03 -0700)]
Merge pull request #13125 from ja-pa/procps-ng-sysct

procps-ng: add new applet sysctl

4 years agoMerge pull request #13134 from antonlacon/ffmpeg-431
Rosen Penev [Sat, 15 Aug 2020 18:51:16 +0000 (11:51 -0700)]
Merge pull request #13134 from antonlacon/ffmpeg-431

ffmpeg: update to 4.3.1

4 years agohs20: add Hotspot 2.0 OSU client and server implementation
Daniel Golle [Sat, 15 Aug 2020 15:52:17 +0000 (16:52 +0100)]
hs20: add Hotspot 2.0 OSU client and server implementation

Add hs20-server and hs20-client packages correspoding to the
hs20/client and hs20/server folder in hostap.git.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agoopenvswitch: backport patch to fix build against kernel 4.14.193
Matthias Schiffer [Fri, 14 Aug 2020 19:52:32 +0000 (21:52 +0200)]
openvswitch: backport patch to fix build against kernel 4.14.193

(and possibly other recent stable kernels)

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
4 years agompg123: update to 1.26.3 13129/head
Rosen Penev [Sat, 15 Aug 2020 00:58:19 +0000 (17:58 -0700)]
mpg123: update to 1.26.3

Switched to CMake. CMake compiles faster.

Added libsyn123 library as it's needed since version 1.26.

Before:

time make package/mpg123/compile -j 12
Executed in   16.05 secs   fish           external
   usr time   26.65 secs    0.00 micros   26.65 secs
   sys time    4.82 secs  833.00 micros    4.81 secs

After:

time make package/mpg123/compile -j 12
Executed in   12.12 secs   fish           external
   usr time   19.35 secs    0.00 micros   19.35 secs
   sys time    3.22 secs  752.00 micros    3.22 secs

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agocanutils: add back install section
Rosen Penev [Wed, 12 Aug 2020 00:58:19 +0000 (17:58 -0700)]
canutils: add back install section

5969273ff40cdf6d90f3442aa6c986226e0a16dc mistakenly got rid of the
install section for canutils, causing errors when trying to install.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolpc2list: remove deprecated functions 13119/head
Rosen Penev [Wed, 12 Aug 2020 19:58:58 +0000 (12:58 -0700)]
lpc2list: remove deprecated functions

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13115 from neheb/more
Rosen Penev [Fri, 14 Aug 2020 20:33:00 +0000 (13:33 -0700)]
Merge pull request #13115 from neheb/more

moreutils: fix compilation with uClibc-ng

4 years agoffmpeg: update to 4.3.1 13134/head
Ian Leonard [Sun, 26 Jul 2020 04:22:43 +0000 (21:22 -0700)]
ffmpeg: update to 4.3.1

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
4 years agoMerge pull request #13124 from dibdot/adblock
Dirk Brenken [Fri, 14 Aug 2020 15:36:46 +0000 (17:36 +0200)]
Merge pull request #13124 from dibdot/adblock

adblock: refresh blocklist sources

4 years agoadblock: refresh blocklist sources 13124/head
Dirk Brenken [Fri, 14 Aug 2020 12:27:50 +0000 (14:27 +0200)]
adblock: refresh blocklist sources

* remove 'dshield' and 'sysctl' (discontinued)
* switch 'malwaredomains', 'shallalist' and 'winhelp' to https
* add a second regional list for poland (provided by matx1002)
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agoprocps-ng: add new applet sysctl 13125/head
Jan Pavlinec [Fri, 14 Aug 2020 12:06:20 +0000 (14:06 +0200)]
procps-ng: add new applet sysctl

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #13112 from neheb/isn
Rosen Penev [Fri, 14 Aug 2020 09:18:10 +0000 (02:18 -0700)]
Merge pull request #13112 from neheb/isn

open-isns: fix compilation without deprecated signal API

4 years agoMerge pull request #13120 from neheb/urcu2
Rosen Penev [Fri, 14 Aug 2020 06:57:53 +0000 (23:57 -0700)]
Merge pull request #13120 from neheb/urcu2

liburcu: don't build docs and tests

4 years agoMerge pull request #13121 from neheb/cgrp
Rosen Penev [Fri, 14 Aug 2020 06:57:30 +0000 (23:57 -0700)]
Merge pull request #13121 from neheb/cgrp

libcgroup: don't build tests

4 years agoMerge pull request #13118 from neheb/xcr
Rosen Penev [Fri, 14 Aug 2020 06:54:31 +0000 (23:54 -0700)]
Merge pull request #13118 from neheb/xcr

keyutils: fix deprecated function usage

4 years agoMerge pull request #13087 from jjm2473/lvm2-fix-mac-sh
Rosen Penev [Fri, 14 Aug 2020 06:43:18 +0000 (23:43 -0700)]
Merge pull request #13087 from jjm2473/lvm2-fix-mac-sh

lvm2: fix CE in mac

4 years agolvm2: fix CE in mac 13087/head
Liangbin Lian [Fri, 14 Aug 2020 06:19:12 +0000 (14:19 +0800)]
lvm2: fix CE in mac

command-count.h generated by makefile was wrong
when using default shell in mac,
set shell to bash to fix it.

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
4 years agolibcgroup: don't build tests 13121/head
Rosen Penev [Wed, 12 Aug 2020 19:50:43 +0000 (12:50 -0700)]
libcgroup: don't build tests

Speeds up compile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoliburcu: don't build docs and tests 13120/head
Rosen Penev [Wed, 12 Aug 2020 19:51:47 +0000 (12:51 -0700)]
liburcu: don't build docs and tests

Faster compilation

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agokeyutils: fix deprecated function usage 13118/head
Rosen Penev [Wed, 12 Aug 2020 20:00:52 +0000 (13:00 -0700)]
keyutils: fix deprecated function usage

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agomoreutils: fix compilation with uClibc-ng 13115/head
Rosen Penev [Fri, 14 Aug 2020 02:33:06 +0000 (19:33 -0700)]
moreutils: fix compilation with uClibc-ng

getloadavg is missing not just under cygwin.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoopen-isns: fix compilation without deprecated signal API 13112/head
Rosen Penev [Fri, 14 Aug 2020 03:13:44 +0000 (20:13 -0700)]
open-isns: fix compilation without deprecated signal API

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agonetsniff-ng: add missing header 13108/head
Rosen Penev [Fri, 14 Aug 2020 03:22:26 +0000 (20:22 -0700)]
netsniff-ng: add missing header

Needed for ssize_t.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolvm2: depend on libselinux
Daniel Golle [Fri, 14 Aug 2020 00:42:40 +0000 (01:42 +0100)]
lvm2: depend on libselinux

LVM2 uses libselinux if found at buildtime and then requires it to
be present on run-time.
As LVM2 is usually not installed on space-constraint systems just
always build with libselinux as apart from the extra space usage it
doesn't hurt.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agoMerge pull request #13098 from neheb/clms
Rosen Penev [Thu, 13 Aug 2020 20:01:42 +0000 (13:01 -0700)]
Merge pull request #13098 from neheb/clms

clamsmtp: remove

4 years agomusl-fts: move to core
Daniel Golle [Thu, 13 Aug 2020 10:41:59 +0000 (11:41 +0100)]
musl-fts: move to core

libselinux added to core needs musl-fts. Move it to core as well.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agoMerge pull request #13100 from neheb/esmtp
Rosen Penev [Thu, 13 Aug 2020 10:27:13 +0000 (03:27 -0700)]
Merge pull request #13100 from neheb/esmtp

libesmtp: update URLs

4 years agopcre: move package to core
Daniel Golle [Thu, 13 Aug 2020 10:25:27 +0000 (11:25 +0100)]
pcre: move package to core

libpcre is required for libselinux which was added to core recently.
Move it to the core so core builds without the packages feed.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
4 years agoMerge pull request #13103 from neheb/mpack
Rosen Penev [Thu, 13 Aug 2020 08:20:49 +0000 (01:20 -0700)]
Merge pull request #13103 from neheb/mpack

mpack: update URLs

4 years agoMerge pull request #13102 from neheb/str
Rosen Penev [Thu, 13 Aug 2020 08:19:51 +0000 (01:19 -0700)]
Merge pull request #13102 from neheb/str

stress: use fossies mirror

4 years agostress: use fossies mirror 13102/head
Rosen Penev [Thu, 13 Aug 2020 02:09:14 +0000 (19:09 -0700)]
stress: use fossies mirror

The original website went down.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #13099 from neheb/gkr
Rosen Penev [Thu, 13 Aug 2020 02:07:33 +0000 (19:07 -0700)]
Merge pull request #13099 from neheb/gkr

gkermit: replace PKG_SOURCE_URL

4 years agompack: update URLs 13103/head
Rosen Penev [Thu, 13 Aug 2020 01:36:00 +0000 (18:36 -0700)]
mpack: update URLs

Upstream sort of moved to GitLab.

Use fossies mirror since the original site went down.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibesmtp: update URLs 13100/head
Rosen Penev [Thu, 13 Aug 2020 01:27:34 +0000 (18:27 -0700)]
libesmtp: update URLs

The author's website went down and moved to GitHub.

Used a mirror for PKG_SOURCE_URL and he does not have the same tarball
on GitHub.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogkermit: replace PKG_SOURCE_URL 13099/head
Rosen Penev [Thu, 13 Aug 2020 01:21:24 +0000 (18:21 -0700)]
gkermit: replace PKG_SOURCE_URL

It's been down for quite a while. HTTP is also more reliable.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoclamsmtp: remove 13098/head
Rosen Penev [Thu, 13 Aug 2020 01:10:37 +0000 (18:10 -0700)]
clamsmtp: remove

Judging from https://salsa.debian.org/clamav-team/clamsmtp/-/tags ,
it seems that this was last updated 11 years ago. The domain is also
gone.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agophp7: update to 7.4.9
Michael Heimpold [Wed, 12 Aug 2020 21:15:44 +0000 (23:15 +0200)]
php7: update to 7.4.9

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agoMerge pull request #13062 from neheb/mpd-ffm
Rosen Penev [Wed, 12 Aug 2020 20:12:36 +0000 (13:12 -0700)]
Merge pull request #13062 from neheb/mpd-ffm

mpd - remove ffmpeg support and add opus

4 years agoMerge pull request #13030 from neheb/getdn
Rosen Penev [Wed, 12 Aug 2020 20:11:15 +0000 (13:11 -0700)]
Merge pull request #13030 from neheb/getdn

getdns: fix compilation without deprecated OpenSSL APIs

4 years agoMerge pull request #13063 from neheb/sendm
Rosen Penev [Wed, 12 Aug 2020 20:10:19 +0000 (13:10 -0700)]
Merge pull request #13063 from neheb/sendm

sendmail: fix compilation without sys/cdefs

4 years agoMerge pull request #13069 from neheb/microp
Rosen Penev [Wed, 12 Aug 2020 20:10:08 +0000 (13:10 -0700)]
Merge pull request #13069 from neheb/microp

micropython: fix compilation without sys/cdefs

4 years agoMerge pull request #13079 from neheb/oor
Rosen Penev [Wed, 12 Aug 2020 20:09:47 +0000 (13:09 -0700)]
Merge pull request #13079 from neheb/oor

oor: fix compilation with GCC 10