feed/packages.git
4 years agosimple-adblock: bugfix: start downloads on cold boot 11924/head
Stan Grishin [Wed, 22 Apr 2020 17:45:53 +0000 (17:45 +0000)]
simple-adblock: bugfix: start downloads on cold boot

Signed-off-by: Stan Grishin <stangri@melmac.net>
4 years agoMerge pull request #11922 from adrianschmutzler/micrond
Matthias Schiffer [Wed, 22 Apr 2020 17:11:53 +0000 (19:11 +0200)]
Merge pull request #11922 from adrianschmutzler/micrond

micrond: show stdout and stderr in log

4 years agoMerge pull request #11919 from jefferyto/python-packages-cleanup
Hannu Nyman [Wed, 22 Apr 2020 15:04:37 +0000 (18:04 +0300)]
Merge pull request #11919 from jefferyto/python-packages-cleanup

python-packages: Clean up Makefiles

4 years agomicrond: show stdout and stderr in log 11922/head
Adrian Schmutzler [Wed, 22 Apr 2020 14:57:34 +0000 (16:57 +0200)]
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>
4 years agoMerge pull request #11914 from pprindeville/add-perl-net-cidr-list
Rosen Penev [Wed, 22 Apr 2020 08:52:34 +0000 (01:52 -0700)]
Merge pull request #11914 from pprindeville/add-perl-net-cidr-list

perl: add Net::CIDR::Lite for iptables-mod-geoip

4 years agopython-packages: Clean up Makefiles 11919/head
Jeffery To [Tue, 21 Apr 2020 17:27:50 +0000 (01:27 +0800)]
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>
4 years agoMerge pull request #11858 from peter-stadler/nginx-version
Rosen Penev [Wed, 22 Apr 2020 06:59:31 +0000 (23:59 -0700)]
Merge pull request #11858 from peter-stadler/nginx-version

nginx: update to version 1.17.10 and fix bug

4 years agoMerge pull request #11897 from pprindeville/fix-dhcpd-startup
Rosen Penev [Wed, 22 Apr 2020 06:04:18 +0000 (23:04 -0700)]
Merge pull request #11897 from pprindeville/fix-dhcpd-startup

Fix dhcpd startup

4 years agoisc-dhcp: improve startup performance 11897/head
Philip Prindeville [Wed, 1 Aug 2018 18:41:21 +0000 (12:41 -0600)]
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>
4 years agoperl: add Net::CIDR::Lite for iptables-mod-geoip 11914/head
Philip Prindeville [Tue, 21 Apr 2020 20:17:39 +0000 (14:17 -0600)]
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>
4 years agolibvpx: remove PKG_SOURCE to use default tar.xz
Luiz Angelo Daros de Luca [Wed, 22 Apr 2020 04:45:05 +0000 (01:45 -0300)]
libvpx: remove PKG_SOURCE to use default tar.xz

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
4 years agoMerge pull request #11776 from neheb/gerb
Rosen Penev [Wed, 22 Apr 2020 04:48:56 +0000 (21:48 -0700)]
Merge pull request #11776 from neheb/gerb

gerbera: add

4 years agoMerge pull request #11876 from neheb/evsd
Rosen Penev [Wed, 22 Apr 2020 04:47:46 +0000 (21:47 -0700)]
Merge pull request #11876 from neheb/evsd

libevdev: update to 2.9.0

4 years agoMerge pull request #11874 from neheb/meson
Rosen Penev [Wed, 22 Apr 2020 04:46:08 +0000 (21:46 -0700)]
Merge pull request #11874 from neheb/meson

meson: allow compilation in a subdirectory

4 years agoMerge pull request #11875 from neheb/drm
Rosen Penev [Wed, 22 Apr 2020 04:44:27 +0000 (21:44 -0700)]
Merge pull request #11875 from neheb/drm

libdrm: update to 2.4.101

4 years agoMerge pull request #11885 from BKPepe/libvpx
Luiz Angelo Daros de Luca [Wed, 22 Apr 2020 04:24:10 +0000 (01:24 -0300)]
Merge pull request #11885 from BKPepe/libvpx

libvpx: update to version 1.8.2

4 years agoMerge pull request #11890 from neheb/dump109
Rosen Penev [Wed, 22 Apr 2020 03:59:51 +0000 (20:59 -0700)]
Merge pull request #11890 from neheb/dump109

dump1090: update to 3.8.1

4 years agosane-backends: enable PKG_BUILD_PARALLEL
Luiz Angelo Daros de Luca [Wed, 22 Apr 2020 03:48:08 +0000 (00:48 -0300)]
sane-backends: enable PKG_BUILD_PARALLEL

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
4 years agolibvpx: Makefile polishing 11885/head
Josef Schlehofer [Tue, 21 Apr 2020 22:18:20 +0000 (00:18 +0200)]
libvpx: Makefile polishing

- Remove PKG_REV
- Reorder things to be more sync with other Makefiles
- Add PKG_BUILD_PARALLEL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #11892 from tobiaswaldvogel/smcroute_keep_config_on_sysupgrade
Hannu Nyman [Tue, 21 Apr 2020 12:19:53 +0000 (15:19 +0300)]
Merge pull request #11892 from tobiaswaldvogel/smcroute_keep_config_on_sysupgrade

smcroute: Keep config file /etc/smcroute.conf on sysupgrade

4 years agoMerge pull request #11906 from BKPepe/git
tripolar [Tue, 21 Apr 2020 08:03:31 +0000 (10:03 +0200)]
Merge pull request #11906 from BKPepe/git

git: update to version 2.26.2

4 years agosmcroute: Remove faulty tab in conf section 11892/head
Tobias Waldvogel [Tue, 21 Apr 2020 06:28:01 +0000 (08:28 +0200)]
smcroute: Remove faulty tab in conf section

Signed-off-by: Tobias Waldvogel <tobias.waldvogel@gmail.com>
4 years agogit: update to version 2.26.2 11906/head
Josef Schlehofer [Tue, 21 Apr 2020 05:37:16 +0000 (07:37 +0200)]
git: update to version 2.26.2

Fixes CVE-2020-11008

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #11899 from pprindeville/xtables-addons-requires-unzip
Philip Prindeville [Tue, 21 Apr 2020 04:24:16 +0000 (22:24 -0600)]
Merge pull request #11899 from pprindeville/xtables-addons-requires-unzip

xtables-addons: iptgeoip requires wget-ssl and zcat

4 years agovsftpd: fix compilation with glibc
Hans Dedecker [Mon, 20 Apr 2020 20:11:01 +0000 (22:11 +0200)]
vsftpd: fix compilation with glibc

Fix compilation for glibc by removing -lnsl flag

Reported-by: Ian Cooper <iancooper@hotmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
4 years agoMerge pull request #11898 from neheb/p111111
Nikos Mavrogiannopoulos [Mon, 20 Apr 2020 17:52:19 +0000 (19:52 +0200)]
Merge pull request #11898 from neheb/p111111

p11-kit: update to 0.23.20

4 years agoMerge pull request #11878 from jefferyto/libmraa-libupm-python-makefile-update
Hannu Nyman [Mon, 20 Apr 2020 17:40:34 +0000 (20:40 +0300)]
Merge pull request #11878 from jefferyto/libmraa-libupm-python-makefile-update

libmraa,libupm: Disable default Python package build recipe

4 years agoMerge pull request #11872 from jefferyto/python3-makefile-cleanup
Hannu Nyman [Mon, 20 Apr 2020 17:05:07 +0000 (20:05 +0300)]
Merge pull request #11872 from jefferyto/python3-makefile-cleanup

python3: Makefile cleanup

4 years agoMerge pull request #11901 from ja-pa/redis-5.0.9
Hannu Nyman [Mon, 20 Apr 2020 13:12:22 +0000 (16:12 +0300)]
Merge pull request #11901 from ja-pa/redis-5.0.9

redis: update to version 5.0.9

4 years agoredis: update to version 5.0.9 11901/head
Jan Pavlinec [Mon, 20 Apr 2020 12:22:52 +0000 (14:22 +0200)]
redis: update to version 5.0.9

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoRevert "glib2: update to 2.64.2"
Josef Schlehofer [Mon, 20 Apr 2020 10:04:03 +0000 (12:04 +0200)]
Revert "glib2: update to 2.64.2"

It is not ready and there are some issues described in
https://github.com/openwrt/packages/pull/11442

This reverts commit b465ac30028c8b17228f455da057e49add3735b4.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoRevert "glib2: fix host build"
Josef Schlehofer [Mon, 20 Apr 2020 09:58:43 +0000 (11:58 +0200)]
Revert "glib2: fix host build"

There isn't prime time for it. Currently, it can not be built.
It fails with the following error:  ERROR: Compiler gcc can not compile programs.
More details in https://github.com/openwrt/packages/pull/11887 and
https://github.com/openwrt/packages/issues/11900

This reverts commit b62ed68007eb9429a3f5e40ce56b0094c57d6414.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #11833 from BKPepe/btrfs-progs
Josef Schlehofer [Mon, 20 Apr 2020 07:29:03 +0000 (09:29 +0200)]
Merge pull request #11833 from BKPepe/btrfs-progs

btrfs-progs: update to version 5.6

4 years agoxtables-addons: iptgeoip requires wget-ssl and zcat 11899/head
Philip Prindeville [Mon, 2 Sep 2019 23:34:04 +0000 (17:34 -0600)]
xtables-addons: iptgeoip requires wget-ssl and zcat

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
4 years agop11-kit: update to 0.23.20 11898/head
Rosen Penev [Sun, 19 Apr 2020 03:33:26 +0000 (20:33 -0700)]
p11-kit: update to 0.23.20

Converted to meson for faster compilation speed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #11895 from wvdakker/master
Hannu Nyman [Sun, 19 Apr 2020 18:58:20 +0000 (21:58 +0300)]
Merge pull request #11895 from wvdakker/master

Shorewall: Bump to 5.2.4.1

4 years agoShorewall6: Bump to 5.2.4.1 11895/head
W. van den Akker [Sun, 19 Apr 2020 17:14:05 +0000 (19:14 +0200)]
Shorewall6: Bump to 5.2.4.1

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall: Bump to 5.2.4.1
W. van den Akker [Sun, 19 Apr 2020 17:04:35 +0000 (19:04 +0200)]
Shorewall: Bump to 5.2.4.1

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall6-lite: Bump to 5.2.4.1
W. van den Akker [Sun, 19 Apr 2020 17:03:28 +0000 (19:03 +0200)]
Shorewall6-lite: Bump to 5.2.4.1

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoShorewall-lite: Bump to 5.2.4.1
W. van den Akker [Sun, 19 Apr 2020 17:02:26 +0000 (19:02 +0200)]
Shorewall-lite: Bump to 5.2.4.1

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agoMerge pull request #11893 from lucize/nssup
Hannu Nyman [Sun, 19 Apr 2020 16:16:36 +0000 (19:16 +0300)]
Merge pull request #11893 from lucize/nssup

nss: update to 3.51.1

4 years agoShorewall-core: Bump to 5.2.4.1
W. van den Akker [Sun, 19 Apr 2020 15:50:44 +0000 (17:50 +0200)]
Shorewall-core: Bump to 5.2.4.1

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
4 years agonss: update to 3.51.1 11893/head
Lucian Cristian [Sun, 19 Apr 2020 13:59:00 +0000 (16:59 +0300)]
nss: update to 3.51.1

also refresh patches

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
4 years agoMerge pull request #11887 from neheb/glbb
tripolar [Sun, 19 Apr 2020 10:47:42 +0000 (12:47 +0200)]
Merge pull request #11887 from neheb/glbb

glib2: fix host build

4 years agoMerge pull request #11690 from neheb/libffi
tripolar [Sun, 19 Apr 2020 09:40:56 +0000 (11:40 +0200)]
Merge pull request #11690 from neheb/libffi

libffi: update to 3.3

4 years agoMerge pull request #10601 from neheb/alsa
tripolar [Sun, 19 Apr 2020 09:40:04 +0000 (11:40 +0200)]
Merge pull request #10601 from neheb/alsa

ALSA update - 1.2.2

4 years agoMerge pull request #11886 from neheb/pulsss
tripolar [Sun, 19 Apr 2020 09:35:58 +0000 (11:35 +0200)]
Merge pull request #11886 from neheb/pulsss

pulseaudio: fix pkgconfig paths

4 years agophp7: update to 7.4.5
Michael Heimpold [Sun, 19 Apr 2020 00:41:04 +0000 (02:41 +0200)]
php7: update to 7.4.5

This fixes:
  - CVE-2020-7067

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
4 years agoglib2: fix host build 11887/head
Rosen Penev [Sun, 19 Apr 2020 00:04:57 +0000 (17:04 -0700)]
glib2: fix host build

Seems to need -liconv.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agodump1090: update to 3.8.1 11890/head
Rosen Penev [Fri, 17 Apr 2020 02:04:51 +0000 (19:04 -0700)]
dump1090: update to 3.8.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoquasselc: fix compilation with newer glib2
Rosen Penev [Sun, 19 Apr 2020 00:30:35 +0000 (17:30 -0700)]
quasselc: fix compilation with newer glib2

Needed to fix LDFLAGS variable.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoavahi: patch client pkgconfig files without dbus
Rosen Penev [Sun, 19 Apr 2020 00:08:51 +0000 (17:08 -0700)]
avahi: patch client pkgconfig files without dbus

It still gets built without dbus.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agopulseaudio: fix pkgconfig paths 11886/head
Rosen Penev [Sat, 18 Apr 2020 23:48:30 +0000 (16:48 -0700)]
pulseaudio: fix pkgconfig paths

Turns out, packages like mpd that use pkgconfig to find pulseaudio
end up using host paths.

Fixes compilation with at least mpd.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #9327 from ysc3839/overture
Daniel Engberg [Sat, 18 Apr 2020 21:37:27 +0000 (23:37 +0200)]
Merge pull request #9327 from ysc3839/overture

overture: add new package

4 years agolibvpx: update to version 1.8.2
Josef Schlehofer [Sat, 18 Apr 2020 21:11:58 +0000 (23:11 +0200)]
libvpx: update to version 1.8.2

- Change URL to use HTTPS instead of HTTP
- Remove empty row between maintainer and license

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agoMerge pull request #11884 from pesintta/uacme-1.2.1
Daniel Engberg [Sat, 18 Apr 2020 21:07:34 +0000 (23:07 +0200)]
Merge pull request #11884 from pesintta/uacme-1.2.1

uacme: update to 1.2.1

4 years agouacme: update to 1.2.1 11884/head
Antti Seppälä [Sat, 18 Apr 2020 18:25:51 +0000 (21:25 +0300)]
uacme: update to 1.2.1

Update to latest release.

Do not compile optional ualpn binary.

Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
4 years agopython3: Change PYTHON_VERSION references to PYTHON3_VERSION 11872/head
Jeffery To [Fri, 17 Apr 2020 15:47:25 +0000 (23:47 +0800)]
python3: Change PYTHON_VERSION references to PYTHON3_VERSION

PYTHON_VERSION is a holdover from Python 2; all Python 3 variables are
prefixed with PYTHON3 (or some variation with "3").

This updates all uses of PYTHON_VERSION to PYTHON3_VERSION.

This also sets PYTHON3_PKG_BUILD:=0 before python3-package.mk is
included in the python3 Makefile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoseafile: Remove Python variants, update Python packaging
Jeffery To [Fri, 17 Apr 2020 14:35:31 +0000 (22:35 +0800)]
seafile: Remove Python variants, update Python packaging

This removes Python build variants and adds PYTHON3_PKG_BUILD:=0 (where
appropriate) for the Seafile packages.

This also updates the way the Python bindings packages are packaged,
using automake installation instead of manual install recipes.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agotreewide: Remove Python variants for non-Python packages
Jeffery To [Fri, 17 Apr 2020 14:23:39 +0000 (22:23 +0800)]
treewide: Remove Python variants for non-Python packages

This removes Python-related build variants, and adds
PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate),
for non-Python packages. There should be no changes to build output.

This also updates some include paths for python3-package.mk and/or
python3-host.mk to be relative to the package Makefile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython3: Use PYTHON3_PKG_BUILD to control default Python package build
Jeffery To [Fri, 17 Apr 2020 14:09:32 +0000 (22:09 +0800)]
python3: Use PYTHON3_PKG_BUILD to control default Python package build

This replaces the use of BUILD_VARIANT with PYTHON3_PKG_BUILD to opt
in/out of the default Python package build recipe (Py3Build/Compile).

PYTHON3_PKG_BUILD defaults to true (1), i.e. if a package includes
python3-package.mk, then by default it will set the package's
Build/Compile to Py3Build/Compile.

If PYTHON3_PKG_BUILD is set to 0 before python3-package.mk is included,
then Build/Compile will not be modified.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython3: Remove MIPS16 changes from python3-package.mk
Jeffery To [Wed, 15 Apr 2020 13:58:40 +0000 (21:58 +0800)]
python3: Remove MIPS16 changes from python3-package.mk

There are no bug reports or other evidence to suggest Python is not
compatible with MIPS16 compilation.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython3: Minor edits for python3-package.mk
Jeffery To [Wed, 15 Apr 2020 13:55:17 +0000 (21:55 +0800)]
python3: Minor edits for python3-package.mk

* Remove PYTHON3_BIN_DIR, it isn't used anywhere in the repo
* Rephrase *-src package description
* Reduce Py3Package/$(1)/install indentation

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython3: Add canned recipe to invoke filespec processing
Jeffery To [Wed, 15 Apr 2020 07:11:01 +0000 (15:11 +0800)]
python3: Add canned recipe to invoke filespec processing

This extracts filespec export and processing into
Py3Package/ProcessFilespec.

This also allows the filespec variable to be explicitly set to an empty
value, to bypass filespec processing. (The default filespec is also
available as Py3Package/filespec/Default to be explicitly assigned to
the filespec variable.)

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython3: Move functionality into python3-package.mk
Jeffery To [Tue, 14 Apr 2020 13:14:49 +0000 (21:14 +0800)]
python3: Move functionality into python3-package.mk

This moves functionality from python-package-install.sh into
python3-package.mk, so that they can be reused separate from filespec
processing.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython3: Reorder recipes in python3-package.mk
Jeffery To [Fri, 10 Apr 2020 14:22:58 +0000 (22:22 +0800)]
python3: Reorder recipes in python3-package.mk

Group Python3/* recipes together, group Py3Package and Py3Build
together.

This also adds headings and whitespace to separate major sections.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython3: Rename canned recipes in python3-package.mk
Jeffery To [Thu, 9 Apr 2020 15:28:07 +0000 (23:28 +0800)]
python3: Rename canned recipes in python3-package.mk

This renames "internal" recipes to use the Python3/ prefix and clarifies
the names (RunTarget to Run, Mod to ModSetup, Shebang to FixShebang).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython3: Rename canned recipes in python3-host.mk
Jeffery To [Thu, 9 Apr 2020 15:02:14 +0000 (23:02 +0800)]
python3: Rename canned recipes in python3-host.mk

This changes the recipe name prefix from Build/Compile/HostPy3 to
HostPython3, and clarifies some of the names (RunHost to Run, Mod to
ModSetup).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agopython3: Remove HostPython3 in python3-host.mk
Jeffery To [Thu, 9 Apr 2020 14:42:27 +0000 (22:42 +0800)]
python3: Remove HostPython3 in python3-host.mk

HostPython3 only adds a few environment variables before running host
Python. It has only two users, Build/Compile/HostPy3RunHost and
Build/Compile/HostPy3RunTarget.

HostPython3 also accesses $(PYTHON3PATH), even though python3-host.mk
does not include python3-package.mk, where the variable is defined.

This removes HostPython3 and has its two users run host Python directly.
This also combines the environment variables of HostPython3 and the two
users into HOST_PYTHON3_VARS and PYTHON3_VARS.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoadblock: filter spurious line endings in sources
Dirk Brenken [Sat, 18 Apr 2020 13:33:16 +0000 (15:33 +0200)]
adblock: filter spurious line endings in sources

* prevent processing of spurious line endings
  that confuses (g)awk

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agolibmraa,libupm: Disable default Python package build recipe 11878/head
Jeffery To [Sat, 18 Apr 2020 10:29:06 +0000 (18:29 +0800)]
libmraa,libupm: Disable default Python package build recipe

This adds PYTHON3_PKG_BUILD:=0, to disable the default Python package
build recipe. There should be no changes to build output.

This also updates include paths for python3-package.mk to be relative to
the package Makefile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agoMerge pull request #11442 from neheb/glb
tripolar [Sat, 18 Apr 2020 11:19:18 +0000 (13:19 +0200)]
Merge pull request #11442 from neheb/glb

glib2: update to 2.64.2

4 years agoMerge pull request #11877 from neheb/pulse
tripolar [Sat, 18 Apr 2020 11:17:19 +0000 (13:17 +0200)]
Merge pull request #11877 from neheb/pulse

pulseaudio: update to 13.0

4 years agoMerge pull request #11859 from ja-pa/libssh-security-update
Rosen Penev [Sat, 18 Apr 2020 10:16:54 +0000 (03:16 -0700)]
Merge pull request #11859 from ja-pa/libssh-security-update

libssh: update to version 0.9.4 (security fix)

4 years agogdbm: don't build gettext-full
Rosen Penev [Sat, 18 Apr 2020 09:58:03 +0000 (02:58 -0700)]
gdbm: don't build gettext-full

It's not necessary.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agopulseaudio: update to 13.0 11877/head
Rosen Penev [Sat, 18 Apr 2020 09:27:55 +0000 (02:27 -0700)]
pulseaudio: update to 13.0

Converted to use meson for compilation speed.

Removed libwrap dependency. Upstream no longer supports it.

Removed intltool and glib2 host dependencies. They seem to be no
longer needed.

Removed upstream patch.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agolibevdev: update to 2.9.0 11876/head
Rosen Penev [Sat, 18 Apr 2020 06:41:51 +0000 (23:41 -0700)]
libevdev: update to 2.9.0

Converted to meson for compilation speed.

Removed uClibc-ng patch as tests no longer get built.

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogit: update to version 2.26.1
Josef Schlehofer [Wed, 15 Apr 2020 14:51:50 +0000 (16:51 +0200)]
git: update to version 2.26.1

Fixes: CVE-2020-5260
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
4 years agolibdrm: update to 2.4.101 11875/head
Rosen Penev [Sat, 18 Apr 2020 06:27:50 +0000 (23:27 -0700)]
libdrm: update to 2.4.101

Converted to meson for faster compilation.

Cleaned up Makefile slightly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agomeson: allow compilation in a subdirectory 11874/head
Rosen Penev [Sat, 18 Apr 2020 07:01:28 +0000 (00:01 -0700)]
meson: allow compilation in a subdirectory

Small tweak to get it to build.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #11659 from ja-pa/tor-hs-new
Rosen Penev [Fri, 17 Apr 2020 20:15:46 +0000 (13:15 -0700)]
Merge pull request #11659 from ja-pa/tor-hs-new

tor-hs: add new package

4 years agoMerge pull request #11867 from commodo/drop-django-constance
Hannu Nyman [Fri, 17 Apr 2020 15:25:50 +0000 (18:25 +0300)]
Merge pull request #11867 from commodo/drop-django-constance

django-constance: drop package

4 years agoMerge pull request #11866 from commodo/openpyxl-update
Hannu Nyman [Fri, 17 Apr 2020 15:25:30 +0000 (18:25 +0300)]
Merge pull request #11866 from commodo/openpyxl-update

openpyxl: bump to version 3.0.3

4 years agopython3: Remove include guard for python3-host.mk
Jeffery To [Thu, 9 Apr 2020 11:20:48 +0000 (19:20 +0800)]
python3: Remove include guard for python3-host.mk

Since it only defines variables and canned recipes, it is safe to
include python3-host.mk more than once.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
4 years agodawn: feed hostapd with nr reports and improve 802.11k handling
Nick Hainke [Fri, 17 Apr 2020 11:05:25 +0000 (13:05 +0200)]
dawn: feed hostapd with nr reports and improve 802.11k handling

If set_hostapd_nr config flag is set, dawn will insert the nr reports
to allow the hostapd to answer to nr requests from clients.

Improve the synchronization of rcpi and rsni in the network.
Further, clients with bad 802.11k were sending beacon reports with
bssid 00:00:00:00:00:00. Catch those corner cases.

Signed-off-by: Nick Hainke <vincent@systemli.org>
4 years agotor-hs: add new package 11659/head
Jan Pavlinec [Tue, 24 Mar 2020 14:35:08 +0000 (15:35 +0100)]
tor-hs: add new package

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
4 years agoMerge pull request #11869 from br101/bluez-5.54
Hannu Nyman [Fri, 17 Apr 2020 11:01:46 +0000 (14:01 +0300)]
Merge pull request #11869 from br101/bluez-5.54

bluez: Update to version 5.54

4 years agoMerge pull request #11860 from commodo/squashfs-tools-4-4
Hannu Nyman [Fri, 17 Apr 2020 11:01:22 +0000 (14:01 +0300)]
Merge pull request #11860 from commodo/squashfs-tools-4-4

squashfs-tools: bump to version 4.4

4 years agobluez: Update to version 5.54 11869/head
Bruno Randolf [Thu, 16 Apr 2020 15:10:37 +0000 (16:10 +0100)]
bluez: Update to version 5.54

Signed-off-by: Bruno Randolf <br1@einfach.org>
4 years agoMerge pull request #11862 from br101/websocketpp-boost
Rosen Penev [Fri, 17 Apr 2020 09:31:12 +0000 (02:31 -0700)]
Merge pull request #11862 from br101/websocketpp-boost

websocketpp: Fix compile with Boost 1.70+

4 years agosquashfs-tools: bump to version 4.4 11860/head
Alexandru Ardelean [Tue, 14 Apr 2020 08:41:14 +0000 (11:41 +0300)]
squashfs-tools: bump to version 4.4

All patches are not needed anymore. squashfs-tools has implemented them in
one way or another.

Converted to download release tarballs. This should work better to get
notified of a newer release.

Also adds support for ZSTD compression:
  https://facebook.github.io/zstd/

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agowebsocketpp: Fix compile with Boost 1.70+ 11862/head
Bruno Randolf [Thu, 16 Apr 2020 14:33:20 +0000 (15:33 +0100)]
websocketpp: Fix compile with Boost 1.70+

Fix compilation for newer Boost versions, same as in the websocketpp 'develop'
branch: https://github.com/zaphoyd/websocketpp/pull/814

Signed-off-by: Bruno Randolf <br1@einfach.org>
4 years agodjango-constance: drop package 11867/head
Alexandru Ardelean [Fri, 17 Apr 2020 08:25:15 +0000 (11:25 +0300)]
django-constance: drop package

This was needed for Seafile up to a certain version. Since it's not
required anymore by any other package/known-user, remove it.

Should be installable via pip or manually.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
4 years agoadblock: fix gawk incompatibility
Dirk Brenken [Fri, 17 Apr 2020 04:57:49 +0000 (06:57 +0200)]
adblock: fix gawk incompatibility

* fix gawk incompatibility in reporting

Signed-off-by: Dirk Brenken <dev@brenken.org>
4 years agoglib2: update to 2.64.2 11442/head
Rosen Penev [Wed, 26 Feb 2020 22:33:46 +0000 (14:33 -0800)]
glib2: update to 2.64.2

Modified to use meson as upstream has abandoned autotools.

Added license information.

Cleaned up Makefile for consistency between packages.

Added hack to compile static libs.

Removed old patches and add new ones.

Removed BUILD_PARALLEL options. These are default with ninja/meson.

Removed gettext build dependencies. glib2 now includes its own solution.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agogerbera: add 11776/head
Rosen Penev [Mon, 23 Mar 2020 05:06:12 +0000 (22:06 -0700)]
gerbera: add

This is a proper replacement for MiniDLNA with none of its problems.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 years agoMerge pull request #10578 from stintel/flashrom
Rosen Penev [Thu, 16 Apr 2020 22:26:59 +0000 (15:26 -0700)]
Merge pull request #10578 from stintel/flashrom

flashrom: bump to 1.2

4 years agoflashrom: bump to 1.2 10578/head
Stijn Tintel [Thu, 16 Apr 2020 17:30:55 +0000 (20:30 +0300)]
flashrom: bump to 1.2

Add new PCI and USB drivers to flashrom.mk to disable them in other
build variant.s
Fix DefineConfig calls to use new config symbols, and have it only
append NEED_FEATURE=yes to MAKE_FLAGS. Appending NEED_FEATURE=no would
still enable the feature because upstream compares against an empty
string instead of comparing to yes.
Drop libusb-compat dependency as all drivers use libusb-1 now.
Remove upstreamed patch 010-add-arc.patch.
Rework 0001-fix_internal_bitbang.patch, give it a correct prefix and
more descriptive name.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
4 years agoMerge pull request #11861 from PolynomialDivision/feature/add_v_k
Etienne Champetier [Thu, 16 Apr 2020 15:54:17 +0000 (11:54 -0400)]
Merge pull request #11861 from PolynomialDivision/feature/add_v_k

dawn: add 802.11v, prepare 802.11k and debug fix

4 years agodawn: add 802.11v, prepare 802.11k and debug fix 11861/head
Nick Hainke [Wed, 15 Apr 2020 20:20:49 +0000 (22:20 +0200)]
dawn: add 802.11v, prepare 802.11k and debug fix

Add 802.11v bss transition. Exchange nr-reports.

Implement 802.1k hearing map. Future release will use hearing map
for load balancing decisions.

Remove debug output from stderr.

Signed-off-by: Nick Hainke <vincent@systemli.org>