Fabian Lipken [Thu, 24 Oct 2019 13:30:19 +0000 (15:30 +0200)]
python-pytz: update to 2019.03
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
Alexandru Ardelean [Fri, 11 Oct 2019 06:29:46 +0000 (09:29 +0300)]
django: split django1 package and update to 2.2.6
After many failed attempts at upgrading Django to 2.2.6, the solution seems
to be to split a `python-django1` package that works with Python2 and
upgrade `python3-django` to the latest 2.2[.6] LTS release.
This also means that all Python2 Django packages will be stuck & based on
Django 1.11[.24] LTS release. But, it's currently the sanest approach I
could find to be able to perform an upgrade of Django to 2.2, and not break
Seafile.
Upgrading Seafile is also pretty difficult, as their Python3 support is not
yet finished & released. And in the meantime, we want to allow people to
use newer Django versions.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Gerard Ryan [Tue, 22 Oct 2019 09:30:04 +0000 (19:30 +1000)]
docker-ce: Updated to 19.03.4
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Tue, 22 Oct 2019 09:33:50 +0000 (19:33 +1000)]
libnetwork: Updated to
3eb39382 for docker 19.03.4
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Rosen Penev [Thu, 24 Oct 2019 06:44:58 +0000 (23:44 -0700)]
Merge pull request #10267 from ysc3839/ttyd
ttyd: update to 1.5.2 and add init script
Rosen Penev [Wed, 23 Oct 2019 20:37:20 +0000 (13:37 -0700)]
Merge pull request #10337 from cshoredaniel/pr-update-msmtp-scripts
msmtp-scripts: Update msmtp-scripts
Michael Heimpold [Wed, 23 Oct 2019 20:04:21 +0000 (22:04 +0200)]
Merge pull request #10333 from micmac1/xml2-config-fix
libxml2/host: revert xml2-config prefix fix
Daniel F. Dickinson [Mon, 21 Oct 2019 04:07:33 +0000 (00:07 -0400)]
findutils: Update and switch to xz tarball
Update to the latest findutils. This eliminates the need for
the sysmacro patch. While we're at it switch to smaller xz
tarball (saves bandwidth)
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
Rosen Penev [Wed, 23 Oct 2019 16:02:24 +0000 (09:02 -0700)]
Merge pull request #10341 from gladiac1337/haproxy-2.0.8
haproxy: Update HAProxy to v2.0.8
Josef Schlehofer [Wed, 16 Oct 2019 13:37:33 +0000 (15:37 +0200)]
travis: Download SDK from OpenWrt instead of LEDE
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Wed, 16 Oct 2019 13:37:15 +0000 (15:37 +0200)]
travis: Use Ubuntu (Bionic Beaver) 18.04 LTS
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Christian Lachner [Wed, 23 Oct 2019 12:48:09 +0000 (14:48 +0200)]
haproxy: Update HAProxy to v2.0.8
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Toke Høiland-Jørgensen [Wed, 23 Oct 2019 10:39:20 +0000 (12:39 +0200)]
Merge pull request #10340 from tohojo/acme-upd
A few updates to acme
Toke Høiland-Jørgensen [Wed, 23 Oct 2019 10:22:31 +0000 (12:22 +0200)]
acme: Update to upstream 2.8.3
Upstream release message:
"Letsencrypt CA recent changed the CDN provider, which resulted in hanging issues.
Any downstream package should update.
This is important."
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Toke Høiland-Jørgensen [Wed, 23 Oct 2019 10:21:32 +0000 (12:21 +0200)]
acme: Log acme.sh command invocation
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Rosen Penev [Wed, 23 Oct 2019 01:55:52 +0000 (18:55 -0700)]
Merge pull request #10240 from neheb/mb
libmbim: Fix compilation with full iconv
Rosen Penev [Wed, 23 Oct 2019 01:54:21 +0000 (18:54 -0700)]
Merge pull request #10276 from neheb/nbcdu
ncdu: Update to 1.14.1
Rosen Penev [Wed, 23 Oct 2019 01:54:03 +0000 (18:54 -0700)]
Merge pull request #10318 from jalowiczor/master
poco:InstallDev section changed due to poco all problems
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, 14 Oct 2019 17:40:04 +0000 (10:40 -0700)]
libqmi: Fix compilation with full iconv
nls.mk is needed.
Removed +glib2 dependency. It's already included in libmbim.
Other minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 14 Oct 2019 17:31:09 +0000 (10:31 -0700)]
libmbim: Fix compilation with full iconv
nls.mk is needed.
explicitly disabled udev. It's not available for use.
Added autoreconf to try to fix the buildbots.
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jakub Jalowiczor [Mon, 21 Oct 2019 14:22:49 +0000 (10:22 -0400)]
poco: Added changes to InstallDev section and conditions for poco libs.
Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
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>
Daniel F. Dickinson [Mon, 21 Oct 2019 04:16:00 +0000 (00:16 -0400)]
msmtp-scripts: Update msmtp-scripts
Update to 1.2.5.1 (latest stable release)
Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
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:20:31 +0000 (15:20 -0700)]
ncdu: Update to 1.14.1
Several Makefile cleanups for consistency.
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>
Richard Yu [Thu, 17 Oct 2019 05:03:16 +0000 (13:03 +0800)]
ttyd: update to 1.5.2 and add init script
Signed-off-by: Richard Yu <yurichard3839@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>