Sebastian Kemper [Tue, 22 Oct 2019 21:58:12 +0000 (23:58 +0200)]
libxml2/host: revert xml2-config prefix fix
Commit
218f0229a4594b32d9db6ad0678cdce7e2663e27 added a workaround for a
problem. The host compile overwrote xml2-config in
"$(STAGING_DIR)/host/bin". The workaround fixed the issue for regular
target packages. But it didn't leave a proper xml2-config script for
host packages.
Times have changed. Host packages are now installed in
"$(STAGING_DIR_HOSTPKG). So there is no longer any danger of the host
package overwriting the xml2-config script for target packages. So
revert the mentioned commit, leaving us with two proper xml2-config
scripts, one for target package builds and one for host package builds.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Kenneth J. Miller [Mon, 21 Oct 2019 00:13:54 +0000 (02:13 +0200)]
ntpd: Fix libevent dependencies
Add required libevent2-pthreads dependency for all ntpd
subpackages.
Remove keygen-specific libevent2-core support as it is
automatically selected by the libevent2-pthreads dependency.
nptd: Bump PKG_RELEASE
Fixes: openwrt/packages#10307
Signed-off-by: Kenneth J. Miller <ken@miller.ec>
Florian Eckert [Tue, 22 Oct 2019 15:03:52 +0000 (17:03 +0200)]
Merge pull request #10261 from TDT-AG/pr/
20191016-xsltproc
libxslt: add host build
Florian Eckert [Mon, 14 Oct 2019 10:38:02 +0000 (12:38 +0200)]
libxslt: add host build
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Dirk Brenken [Tue, 22 Oct 2019 05:55:09 +0000 (07:55 +0200)]
Merge pull request #10325 from dibdot/travelmate
travelmate: update 1.5.1
Dirk Brenken [Mon, 21 Oct 2019 18:37:08 +0000 (20:37 +0200)]
travelmate: update 1.5.1
* fix section naming in wireless & travelmate config
* check/enable disabled 'wifi-device' sections
* fix LuCI frontend issues (separate PR)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Daniel Engberg [Mon, 21 Oct 2019 22:28:30 +0000 (00:28 +0200)]
Merge pull request #10326 from BKPepe/ytdl
youtube-dl: Update to version 2019.10.22
Josef Schlehofer [Mon, 21 Oct 2019 19:32:57 +0000 (21:32 +0200)]
youtube-dl: Update to version 2019.10.22
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Michael Heimpold [Mon, 21 Oct 2019 19:05:16 +0000 (21:05 +0200)]
Merge pull request #10288 from flyn-org/php7
php7: mark /etc/config/php7-fastcgi as conffile
Hannu Nyman [Mon, 21 Oct 2019 18:53:23 +0000 (21:53 +0300)]
Merge pull request #10322 from jefferyto/python-2.7.17
python: Update to 2.7.17, refresh patches
Rosen Penev [Mon, 21 Oct 2019 16:15:39 +0000 (09:15 -0700)]
Merge pull request #10317 from TDT-AG/pr/
20191021-keepalived
keepalived: update version to 2.0.19
Rosen Penev [Mon, 21 Oct 2019 16:15:03 +0000 (09:15 -0700)]
Merge pull request #10320 from eglooca/master
netifyd: Updated to v2.93
Rosen Penev [Mon, 21 Oct 2019 16:12:09 +0000 (09:12 -0700)]
Merge pull request #10310 from stangri/master-vpnbypass
vpnbypass: bugfix: PROCD command not found on stop
Hannu Nyman [Mon, 21 Oct 2019 15:36:13 +0000 (18:36 +0300)]
Merge pull request #10314 from commodo/python-3-8
python3: bump to version 3.8
Jeffery To [Mon, 21 Oct 2019 15:30:53 +0000 (23:30 +0800)]
python: Update to 2.7.17, refresh patches
Patches already merged and so removed:
* 011-fix-ssl-build-use-have-npn.patch
* 019-bpo-36216-Add-check-for-characters-in-netloc-that-normalize-to-separators-GH-12216.patch
* 020-bpo-36216-Only-print-test-messages-when-verbose-GH-12291.patch
* 021-2.7-bpo-35121-prefix-dot-in-domain-for-proper-subdom.patch
* 022-bpo-30458-Disallow-control-chars-in-http-URLs-GH-13315.patch
* 023-bpo-35907-Avoid-file-reading-as-disallowing-the-unnecessary-URL-scheme-in-urllib-GH-11842.patch
* 027-bpo-38243-Escape-the-server-title-of-DocXMLRPCServer.patch
* 028-bpo-34155-Dont-parse-domains-containing-GH-13079.patch
Patches no longer necessary and so removed:
* 017_lib2to3_fix_pyc_search.patch
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Mon, 21 Oct 2019 15:23:45 +0000 (08:23 -0700)]
Merge pull request #10287 from neheb/mai
emailrelay: Update to 2.1
Rosen Penev [Mon, 21 Oct 2019 15:21:23 +0000 (08:21 -0700)]
Merge pull request #10244 from neheb/kl
klish: Remove unused libstdcpp dependency
Darryl Sokoloski [Mon, 21 Oct 2019 14:48:38 +0000 (10:48 -0400)]
netifyd: Updated to v2.93
Maintainer: Darryl Sokoloski / @dsokoloski
Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master
Run tested: TP-Link Archer C2600
Change log for v2.93:
[IMP] FreeBSD: Added deploy target (package).
[IMP] Debian: Added OS detection.
[IMP] Ubuntu: Added OS detection.
[IMP] CentOS: Added OS detection.
[IMP] RedHat: Added OS detection.
[IMP] OpenWrt: Updated build documentation.
[FIX] Updated function names for enable/disable sink server.
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
Jeffery To [Mon, 21 Oct 2019 12:31:34 +0000 (20:31 +0800)]
python,python3: Add PYPI_SOURCE_NAME to pypi.mk
This adds a new (optional) variable, PYPI_SOURCE_NAME, to pypi.mk.
For some PyPi packages (e.g. aiohttp_cors, click, django-compressor),
the name of the package and the source tarball name are slightly
different (usually by capitalisation or hyphen/underscore change).
This new variable is to make this difference explicit. PYPI_NAME is
meant for the "official" package name, whereas PYPI_SOURCE_NAME is meant
for the source tarball name.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 20 Oct 2019 21:44:55 +0000 (05:44 +0800)]
python-ipaddress: Update to 1.0.23
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 20 Oct 2019 21:06:35 +0000 (05:06 +0800)]
python-automat: Update to 0.8.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Sun, 20 Oct 2019 20:43:23 +0000 (04:43 +0800)]
python-attrs: Update to 19.3.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Gerard Ryan [Tue, 15 Oct 2019 09:15:09 +0000 (19:15 +1000)]
docker-ce: Updated to 19.03.3
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Tue, 15 Oct 2019 09:49:56 +0000 (19:49 +1000)]
libnetwork: Updated to
45c71022 for docker 19.03.3
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Tue, 15 Oct 2019 10:08:19 +0000 (20:08 +1000)]
containerd: Updated to 1.2.10
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Tue, 15 Oct 2019 10:02:39 +0000 (20:02 +1000)]
runc: Updated to
3e425f80 for containerd 1.2.10
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Alexandru Ardelean [Fri, 18 Oct 2019 06:25:38 +0000 (09:25 +0300)]
python3: bump to version 3.8
This required a bit work to get working, compared to other versions. So,
some things have changed a bit more significantly.
Some highlights:
* there is no longer a pgen executable, seems this is now part of
libpython; let's see what this means for us in the future
* blake2 hash (from OpenSSL) detection needs some fixing; will upstream
added patch 002-fix-blake2-detection.patch
* removed all bpo patches; those should be fixed in upstream
* some needed to be manually re-applied as stuff changed:
- 001-enable-zlib.patch - file changed
- 004-do-not-write-bytes-codes.patch - file changed
- 015-abort-on-failed-modules.patch - variable was renamed
cross_compiling -> CROSS_COMPILING
* 017_lib2to3_fix_pyc_search.patch - the code changed, it does not seem to
have the original problem with respect to file-extension, as there
does not seem to be any special extension logic anymore there
* 006-remove-multi-arch-and-local-paths.patch - dropped patch; I can't
remember the full-details of this issue; it was something with
Debian/Ubuntu's multi-arch stuff; it was probably added maybe due to
some overzealous (on my part) thingy caused by some weird reports,
that I could never solve; let's have this patch dropped and see
* make package/python3/refresh to reduce fuzz for the rest
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Jeffery To [Sun, 20 Oct 2019 21:32:59 +0000 (05:32 +0800)]
python-cryptography: Update to 2.8
With this update, the package no longer depends on python-asn1crypto[1].
[1]: https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#28---2019-10-16
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Florian Eckert [Mon, 21 Oct 2019 05:43:22 +0000 (07:43 +0200)]
keepalived: update version to 2.0.19
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Stan Grishin [Mon, 21 Oct 2019 04:18:43 +0000 (21:18 -0700)]
vpnbypass: bugfix: PROCD command not found on stop
Signed-off-by: Stan Grishin <stangri@melmac.net>
Jeffery To [Sun, 20 Oct 2019 21:19:23 +0000 (05:19 +0800)]
python-cffi: Update to 1.13.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Josef Schlehofer [Sun, 20 Oct 2019 18:51:08 +0000 (20:51 +0200)]
Merge pull request #10285 from BKPepe/golang
golang: Update to version 1.13.3
Rosen Penev [Sat, 19 Oct 2019 21:05:02 +0000 (14:05 -0700)]
emailrelay: Update to 2.1
Remove uClibc++ reference. This requires C++11 features not provided by
uClibc++.
Added size optimizations as this package is huge.
Cleaned up Makefile for consistency between packages.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Engberg [Sun, 20 Oct 2019 16:34:57 +0000 (18:34 +0200)]
Merge pull request #10281 from BKPepe/netdata
netdata: Update to version 1.18.1
Josef Schlehofer [Sat, 19 Oct 2019 23:58:02 +0000 (01:58 +0200)]
git: Update to version 2.23.0
Refresh patches
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Sun, 20 Oct 2019 01:13:24 +0000 (18:13 -0700)]
Merge pull request #10284 from BKPepe/dnscrypt-proxy
dnscrypt-proxy2: Update to version 2.0.28
W. Michael Petullo [Sat, 19 Oct 2019 22:13:41 +0000 (18:13 -0400)]
php7: mark /etc/config/php7-fastcgi as conffile
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Josef Schlehofer [Sat, 19 Oct 2019 20:53:14 +0000 (22:53 +0200)]
golang: Update to version 1.13.3
Fixes CVE-2019-17596
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Sat, 19 Oct 2019 20:52:11 +0000 (13:52 -0700)]
Merge pull request #10280 from BKPepe/sudo
sudo: Update to version 1.8.28p1
Josef Schlehofer [Sat, 19 Oct 2019 20:33:53 +0000 (22:33 +0200)]
dnscrypt-proxy2: Update to version 2.0.28
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sat, 19 Oct 2019 14:23:52 +0000 (16:23 +0200)]
sudo: Update to version 1.8.28p1
- Refreshed patches
- Remove inactive maintainer
Fixes: CVE-2019-14287
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Sat, 19 Oct 2019 17:09:48 +0000 (19:09 +0200)]
netdata: Update to version 1.18.1
Enable PKG_BUILD_PARALLEL
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Dirk Brenken [Sat, 19 Oct 2019 14:05:22 +0000 (16:05 +0200)]
Merge pull request #10278 from dibdot/adblock
adblock: minor update 3.8.6-2
Dirk Brenken [Sat, 19 Oct 2019 14:01:20 +0000 (16:01 +0200)]
adblock: minor update 3.8.6-2
* fix service status message
* refine readme regarding reload cron job (provided by @novoid)
Signed-off-by: Dirk Brenken <dev@brenken.org>
Rosen Penev [Fri, 18 Oct 2019 22:28:43 +0000 (15:28 -0700)]
sispmctl: Reduce ipk size
Do not install static libraries or symlinks as actual files.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 18 Oct 2019 22:06:57 +0000 (15:06 -0700)]
vala: Update to 0.46.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 18 Oct 2019 22:00:35 +0000 (15:00 -0700)]
sispmctl: Update to 4.2
Added license file.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 18 Oct 2019 21:47:45 +0000 (14:47 -0700)]
msmtp: Update to 1.8.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 18 Oct 2019 21:46:32 +0000 (14:46 -0700)]
fio: Update to 3.16
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 18 Oct 2019 20:26:37 +0000 (13:26 -0700)]
Merge pull request #10242 from jefferyto/pypi-mk
python,python3: Add pypi makefile
Dirk Brenken [Fri, 18 Oct 2019 17:01:48 +0000 (19:01 +0200)]
Merge pull request #10271 from dibdot/travelmate
travelmate: update 1.5.0
Jeffery To [Mon, 14 Oct 2019 21:27:20 +0000 (05:27 +0800)]
python,python3: Add pypi makefile
This adds pypi.mk, which can be included in Python packages that
download their sources from PyPI, to auto-fill various PKG_* variables
based on the value of PYPI_NAME.
This makefile should be included after $(TOPDIR)/rules.mk but before
$(INCLUDE_DIR)/package.mk (and $(INCLUDE_DIR)/host-build.mk).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Yousong Zhou [Fri, 18 Oct 2019 11:30:30 +0000 (11:30 +0000)]
xl2tpd: fix building failure caused by pfc
Fixes openwrt/packages#10270
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Dirk Brenken [Fri, 18 Oct 2019 10:37:37 +0000 (12:37 +0200)]
travelmate: update 1.5.0
* add WPA3 support
* fix service status message
* refine trigger handling
Signed-off-by: Dirk Brenken <dev@brenken.org>
Daniel Engberg [Fri, 18 Oct 2019 08:59:29 +0000 (10:59 +0200)]
Merge pull request #10256 from br101/bluez-5.51
bluez: Update to version 5.51
Rosen Penev [Fri, 18 Oct 2019 01:36:47 +0000 (18:36 -0700)]
Merge pull request #9706 from expiron/kcptun-updates
kcptun: bump to v20190809, merge config and service scripts
Rosen Penev [Mon, 14 Oct 2019 21:41:56 +0000 (14:41 -0700)]
klish: Remove unused libstdcpp dependency
This is not a C++ project.
Added PKG_BUILD_PARALLEL for faster compilation.
Cleaned up Makefile to modern standards.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Thu, 17 Oct 2019 15:49:50 +0000 (18:49 +0300)]
Merge pull request #10263 from Ansuel/fixuwsgi
uwsgi-cgi: fix #10235
Ansuel Smith [Wed, 16 Oct 2019 15:37:21 +0000 (17:37 +0200)]
uwsgi-cgi: fix #10235
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
Rosen Penev [Thu, 17 Oct 2019 01:19:04 +0000 (18:19 -0700)]
Merge pull request #10168 from neheb/boooooooooooo
boost: Remove several host libraries
Rosen Penev [Thu, 17 Oct 2019 01:16:34 +0000 (18:16 -0700)]
Merge pull request #10259 from BKPepe/youtubedl
youtube-dl: Update to version 2019.10.16
Rosen Penev [Wed, 16 Oct 2019 18:43:15 +0000 (11:43 -0700)]
Merge pull request #10169 from jalowiczor/master
Changed poco version to "all", and from minimal build to typical.
Rosen Penev [Wed, 16 Oct 2019 17:33:30 +0000 (10:33 -0700)]
Merge pull request #10264 from ewsi/fix-macremapper-compile
kernel/macremapper: fix compile err on mipsel
Josef Schlehofer [Wed, 16 Oct 2019 13:15:09 +0000 (15:15 +0200)]
youtube-dl: Update to version 2019.10.16
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Jan Hák [Wed, 16 Oct 2019 12:42:04 +0000 (14:42 +0200)]
knot: update to version 2.9.0
Signed-off-by: Jan Hák <jan.hak@nic.cz>
Bruno Randolf [Fri, 11 Oct 2019 09:55:28 +0000 (10:55 +0100)]
bluez: Update to version 5.51
Signed-off-by: Bruno Randolf <br1@einfach.org>
Rosen Penev [Wed, 16 Oct 2019 06:19:55 +0000 (23:19 -0700)]
Merge pull request #10248 from changeway/libstrophe
libstrophe: Update to 0.9.3
Chih-Wei Chen [Tue, 15 Oct 2019 00:28:10 +0000 (08:28 +0800)]
libstrophe: Update to 0.9.3
Release 0.9.3:
-PLAIN mechanism is used only when no other mechanisms are supported
-Legacy authentication is disabled by default, can be enabled with connection flag
XMPP_CONN_FLAG_LEGACY_AUTH
-Session is not established if it is optional
-Fixed a bug causing a reused connection not to cleanup properly
-Improved debug logging in OpenSSL module
-Few memory leaks fixed
Also fix some build flag
Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
Michael Heimpold [Tue, 15 Oct 2019 22:01:51 +0000 (00:01 +0200)]
php7-mod-xmlreader: add conditional dependency to php7-mod-dom (fixes #10201)
PHP7 fails to load xmlreader.so (php7-mod-xmlreader) module without
dom.so (php7-mod-dom) module loaded:
-snip-
PHP Warning: PHP Startup: Unable to load dynamic library 'xmlreader.so'
(tried: /usr/lib/php/xmlreader.so (Error relocating /usr/lib/php/xmlreader.so:
dom_node_class_entry: symbol not found), /usr/lib/php/xmlreader.so.so (Error
loading shared library /usr/lib/php/xmlreader.so.so: No such file or
directory)) in Unknown on line 0
^C
-snap-
However, this dependency only exists when during build also php7-mod-dom
is selected.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Carey Sonsino [Tue, 15 Oct 2019 21:37:34 +0000 (21:37 +0000)]
kernel/macremapper: fix compile err on mipsel
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Signed-off-by: Carey Sonsino <csonsino@gmail.com>
Josef Schlehofer [Tue, 15 Oct 2019 19:49:31 +0000 (21:49 +0200)]
Merge pull request #10252 from jefferyto/python-pyasn1-modules-0.2.7
python-pyasn1-modules: Update to 0.2.7
Michael Heimpold [Thu, 10 Oct 2019 21:48:54 +0000 (23:48 +0200)]
mmc-utils: update to latest git head
Remove already upstreamed patches, add another one from mailing-list.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Rosen Penev [Tue, 15 Oct 2019 19:31:13 +0000 (12:31 -0700)]
Merge pull request #10241 from micmac1/sql3-up
sqlite3: bump to version 3.30.1
Rosen Penev [Tue, 15 Oct 2019 19:28:45 +0000 (12:28 -0700)]
Merge pull request #10243 from neheb/kn
knxd: Makefile cleanups
Rosen Penev [Mon, 14 Oct 2019 21:34:05 +0000 (14:34 -0700)]
knxd: Makefile cleanups
argp-standalone is only needed for non GLIBC targets.
Added PKG_BUILD_PARALLEL for faster compilation.
Removed unnecessary C/LDFLAGS.
Remove libstdcpp depends. It's included with libfmt.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jeffery To [Tue, 15 Oct 2019 18:12:51 +0000 (02:12 +0800)]
python-pyasn1-modules: Update to 0.2.7
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Tue, 15 Oct 2019 07:08:08 +0000 (00:08 -0700)]
Merge pull request #10245 from neheb/crt
crtmpserver: Remove
Rosen Penev [Tue, 15 Oct 2019 04:08:31 +0000 (21:08 -0700)]
Merge pull request #10197 from tiagogaspar8/kea-1.6.0
kea: update package to 1.6.0
Rosen Penev [Tue, 15 Oct 2019 02:13:35 +0000 (19:13 -0700)]
espeak: Remove nano open file
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 14 Oct 2019 23:59:27 +0000 (16:59 -0700)]
crtmpserver: Remove
It has several compilation bugs in addition to being under no development.
There are also alternatives in the tree.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Sebastian Kemper [Mon, 14 Oct 2019 20:01:01 +0000 (22:01 +0200)]
sqlite3: bump to version 3.30.1
In other news:
- adds ABI_VERSION
- prefers INSTALL_DATA over CP
- removes gratuitous trailing slashes
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Rosen Penev [Sun, 13 Oct 2019 04:11:56 +0000 (21:11 -0700)]
espeak: Compile with uClibc++
Several Makefile cleanups.
Added PKG_BUILD_PARALLEL for faster compilation.
Several size optimizations applied.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 13 Oct 2019 04:29:00 +0000 (21:29 -0700)]
libplist: Switch to normal releases
Also added the capability to use uclibcxx instead of libstdcpp.
Several size optimizations.
Fixed up Makefile to be up to standards.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 14 Oct 2019 18:49:54 +0000 (11:49 -0700)]
ffmpeg: Fix fdkaac patches
The patch created patch files in the ffmpeg build directory, which did
absolutely nothing. Properly backported them.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 14 Oct 2019 18:47:00 +0000 (11:47 -0700)]
protobuf-c: Fix typo in pkgconfig file
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 14 Oct 2019 18:23:27 +0000 (11:23 -0700)]
Merge pull request #10225 from flyn-org/dmapd
dmapd: update to 0.0.83
W. Michael Petullo [Mon, 14 Oct 2019 17:41:38 +0000 (13:41 -0400)]
dmapd: update PKG_LICENSE and enable parallel build
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Mon, 14 Oct 2019 17:41:00 +0000 (13:41 -0400)]
dmapd: update to 0.0.83
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Rosen Penev [Mon, 14 Oct 2019 17:36:11 +0000 (10:36 -0700)]
Merge pull request #10239 from neheb/libdm
libdmapsharing: Add build dependency
Rosen Penev [Mon, 14 Oct 2019 17:01:14 +0000 (10:01 -0700)]
libdmapsharing: Add build dependency
glib2 no longer depends on its host build. Added here.
Fixed license information.
Added PKG_BUILD_PARALLEL:=1 for faster compilation.
Removed gstreamer1-libs dependency as gst1-plugins-base includes it.
Other cleanups for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 14 Oct 2019 16:31:23 +0000 (09:31 -0700)]
Merge pull request #9916 from neheb/lcd4
lcd4linux: Switch to git
Rosen Penev [Mon, 14 Oct 2019 16:29:54 +0000 (09:29 -0700)]
Merge pull request #10226 from flyn-org/hwloc
hwloc: update to 2.1.0
Rosen Penev [Mon, 14 Oct 2019 16:28:49 +0000 (09:28 -0700)]
Merge pull request #10223 from flyn-org/gstreamer1
gstreamer1: update to 1.16.1
Rosen Penev [Mon, 14 Oct 2019 16:27:58 +0000 (09:27 -0700)]
Merge pull request #10224 from flyn-org/bogofilter
bogofilter: update to 1.2.5
Rosen Penev [Mon, 14 Oct 2019 16:27:10 +0000 (09:27 -0700)]
Merge pull request #10229 from flyn-org/pigeonhole
pigeonhole: update to 0.5.8
W. Michael Petullo [Mon, 14 Oct 2019 12:53:55 +0000 (08:53 -0400)]
pigeonhole: reflect license of LGPL-2.1-or-later
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Mon, 14 Oct 2019 12:47:34 +0000 (08:47 -0400)]
hwloc: add PKG_LICENSE_FILES and remove PKG_FIXUP
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Mon, 14 Oct 2019 12:45:18 +0000 (08:45 -0400)]
bogofilter: make use of PKG_BUILD_PARALLEL
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Mon, 14 Oct 2019 12:41:20 +0000 (08:41 -0400)]
bogofilter: change license field from GPLv2 to GPL-2.0-or-later
Signed-off-by: W. Michael Petullo <mike@flyn.org>
W. Michael Petullo [Mon, 14 Oct 2019 12:38:33 +0000 (08:38 -0400)]
gst1-libav: update to 1.16.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>