Commit Graph

23455 Commits

Author SHA1 Message Date
Rosen Penev 960f2dd15f Merge pull request #11943 from neheb/mpd3
mpd: update to 0.21.23
2020-04-24 13:29:47 -07:00
Hannu Nyman f6b3db4081 Merge pull request #11947 from jefferyto/python-lxml-default-build
python-lxml: Use default Python package build recipe
2020-04-24 19:49:49 +03:00
Jeffery To 6678689f44 python-lxml: Use default Python package build recipe
This also updates the package's metadata (title, description, license).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-25 00:34:11 +08:00
Hannu Nyman 368a072c8a Merge pull request #11944 from jefferyto/python3-pip-pep517-pyc-fix
python3-pip: Fix error when installing packages that require compilation
2020-04-24 17:31:41 +03:00
Jeffery To 11bc05763d python3-pip: Fix error when installing packages that require compilation
This addresses one of the issues raised in #11912.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-24 21:09:37 +08:00
Dirk Brenken 9eebb43159 travelmate: refine logical interface selection
Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-24 08:28:16 +02:00
Rosen Penev 332e6d4e26 mpd: update to 0.21.23
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-23 16:15:39 -07:00
Tobias Girstmair f97a349bdf freeradius3: Support building freeradius3-mod-rest
Signed-off-by: Tobias Girstmair <tobias.girstmair@tirol.gv.at>
2020-04-23 15:08:06 +02:00
Lucian Cristian a636c85eda open-iscsi: add package open-iscsi
iscsi initiator utilities

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-04-23 13:29:00 +03:00
Rosen Penev d88e1ae4dd meson: fix rpath handling
This was uncovered with glib2 where the host builds were linking to the
actual host instead of the generated libraries.

Patch taken from buildroot.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 18:37:33 -07:00
Rosen Penev a4bb706918 Merge pull request #11766 from neheb/remove
Mass unmaintained/unused package removal
2020-04-22 18:33:34 -07:00
Rosen Penev 311e2d76bb modemmanager: fix compilation under uClibc-ng
Needs nls.mk as a result of the glib2 change.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 15:50:57 -07:00
Rosen Penev 62079e2b97 vala: update to 0.48.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 15:50:23 -07:00
Rosen Penev 779a4dca67 zstd: convert to meson
Allows faster build with ninja. Unfortunately, the LTO stage slows it
massively.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 15:50:08 -07:00
Rosen Penev e21a063ecb Merge pull request #11834 from sumpfralle/master
muninlite: update to 2.0.1
2020-04-22 15:38:27 -07:00
Rosen Penev 03766feb80 Merge pull request #11911 from pprindeville/xtables-addons-requires-wget-ssl
xtables-addons: ipt_geoip scripts require wget-ssl
2020-04-22 15:37:08 -07:00
Rosen Penev b79df90ea0 Merge pull request #11931 from jefferyto/django1-remove-common-package
django1: Remove common package
2020-04-22 15:35:24 -07:00
Rosen Penev 3d9916b07f Merge pull request #11934 from jefferyto/python-gnupg-0.4.6
python-gnupg: Update to 0.4.6
2020-04-22 15:35:03 -07:00
Rosen Penev d3ce675c02 Merge pull request #11888 from neheb/libinp
libinput: update to 1.15.5
2020-04-22 14:44:48 -07:00
Rosen Penev 509ff35712 libinput: update to 1.15.5
Converted to meson for speed.

Removed all patches. The issues have all been fixed upstream.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 14:40:41 -07:00
Rosen Penev 191656d42c Merge pull request #11830 from lucize/addisns
isns: add open-isns
2020-04-22 14:33:49 -07:00
Rosen Penev 19d9bfdec7 Merge pull request #11915 from BKPepe/less-add-alternatives
less: add ALTERNATIVES
2020-04-22 14:31:14 -07:00
Rosen Penev b3638b751f Merge pull request #11824 from aleksander0m/aleksander/qmi-1-24-10
libqmi: update version to 1.24.10
2020-04-22 14:30:37 -07:00
Rosen Penev cf4f00912d Merge pull request #11905 from txt-file/patch-1
prosody: update to 0.11.5
2020-04-22 14:30:11 -07:00
Rosen Penev 25e56f5d9f Merge pull request #11932 from jefferyto/python-appdirs-description
python-appdirs: Fix description
2020-04-22 14:29:40 -07:00
Jeffery To 125f9fca87 python-gnupg: Update to 0.4.6
This also updates all package metadata (it appears this information was
not updated when the package switched from packaging "gnupg" from PyPI
to "python-gnupg"), updates the package to use the default Python
package build recipe, and adds a src package.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-23 05:25:52 +08:00
Jeffery To 97b435c8a5 python-appdirs: Fix description
This fixes the incorrect description for this package, as well as adding
a more descriptive title.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-23 04:38:43 +08:00
Jeffery To 78ef6a9d31 django1: Remove common package
python-django1-common was added to allow both Python 2 and 3 versions of
Django 1.11 to be installed at the same time. With the removal of Python
2, this package is no longer necessary.

This removes this common package and updates the CONFLICTS value for the
django package.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-23 04:24:23 +08:00
Hannu Nyman 69d1539075 Merge pull request #11930 from jefferyto/vobject-remove-maintainer
vobject: Remove maintainer
2020-04-22 23:17:30 +03:00
Hannu Nyman d6dd2aa973 Merge pull request #11929 from jefferyto/python-zope-interface-5.1.0
python-zope-interface: Update to 5.1.0
2020-04-22 23:06:24 +03:00
Rosen Penev ebd05cf227 Merge pull request #11927 from jefferyto/golang-1.14.2
golang: Update to 1.14.2
2020-04-22 12:54:07 -07:00
Jeffery To 7bf5ed1eda vobject: Remove maintainer
The previous maintainer has removed himself from his other packages
(#11612). This package appears to have been omitted by mistake.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-23 03:47:12 +08:00
Jeffery To 2e14e639c4 python-zope-interface: Update to 5.1.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-23 03:40:11 +08:00
Dirk Brenken 59cca01a23 travelmate: release 1.5.4
* add 'status_service' as workaround to init for 19.07
* fix 'wifionice' auto-login script
* fix autologin script matching
* change wifi scanning to logical interface name,
  no longer use the radio device

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-04-22 21:00:03 +02:00
Rosen Penev 40818276c2 Merge pull request #11896 from oleg-derevenetz/bwping-1.16
bwping: add new package
2020-04-22 11:41:59 -07:00
Jeffery To a00a0230b4 golang: Update to 1.14.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-23 02:40:50 +08:00
Hannu Nyman 9cbfa032f9 Merge pull request #11924 from stangri/master-simple-adblock
simple-adblock: bugfix: start downloads on cold boot/fresh install
2020-04-22 20:57:27 +03:00
Stan Grishin c805064a7d simple-adblock: bugfix: start downloads on cold boot
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-04-22 17:45:53 +00:00
Matthias Schiffer 65f63a0e9d Merge pull request #11922 from adrianschmutzler/micrond
micrond: show stdout and stderr in log
2020-04-22 19:11:53 +02:00
Hannu Nyman b5672b0fd1 Merge pull request #11919 from jefferyto/python-packages-cleanup
python-packages: Clean up Makefiles
2020-04-22 18:04:37 +03:00
Adrian Schmutzler 26ccda6eed micrond: show stdout and stderr in log
So far, all output created by scripts run with micrond has been
discarded. Since there is no reason for that and it also does not
match the expected behavior, this enables both stdout and stderr
output for the service.

If not desired, a user can still use >/dev/null or similar in his/her
micrond jobs to disable output easily and similar to what it would be
on other systems.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-22 16:57:34 +02:00
Oleg Derevenetz 1515fad922 bwping: add new package
Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
2020-04-22 15:07:16 +03:00
Rosen Penev 3cac33fbd1 Merge pull request #11914 from pprindeville/add-perl-net-cidr-list
perl: add Net::CIDR::Lite for iptables-mod-geoip
2020-04-22 01:52:34 -07:00
Jeffery To 2210c4a60d python-packages: Clean up Makefiles
This removes:

* Python 3 variants (VARIANT:=python3)

* "for Python3" from package titles

* Package selection condition from package dependencies, e.g.
  +PACKAGE_python3-six:python3-light replaced with +python3-light

* "Default" package information sections, e.g.
  Package/python-six/Default removed and package details merged into
  Package/python3-six

* "(Variant for Python3)" from package descriptions

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-22 16:36:55 +08:00
Rosen Penev 124b966b3f Merge pull request #11858 from peter-stadler/nginx-version
nginx: update to version 1.17.10 and fix bug
2020-04-21 23:59:31 -07:00
Rosen Penev 2e49e6e776 Merge pull request #11897 from pprindeville/fix-dhcpd-startup
Fix dhcpd startup
2020-04-21 23:04:18 -07:00
Philip Prindeville 8193eb5952 isc-dhcp: improve startup performance
On some platforms where interfaces come up very slowly, this can
cause a race-condition with dhcpd coming up before all the interfaces
have finished initializing.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-04-21 23:57:33 -06:00
Philip Prindeville acf7aef830 perl: add Net::CIDR::Lite for iptables-mod-geoip
The DBIP geolocation database is generated from sparse data without
compaction.  Two different ISP's in the same country might have
adjacent CIDR blocks, and when aggregated as "country" data, may
be merged to conserve space.  This package facilitates this.

There are scripts to download and preprocess the GeoIP database
for iptables-mod-geoip which require this Perl module.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-04-21 23:51:03 -06:00
Luiz Angelo Daros de Luca 348d3aad2a libvpx: remove PKG_SOURCE to use default tar.xz
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-04-22 01:50:23 -03:00
Rosen Penev 14f5004f30 Merge pull request #11776 from neheb/gerb
gerbera: add
2020-04-21 21:48:56 -07:00