Hirokazu MORIKAWA [Mon, 28 Oct 2019 02:04:05 +0000 (11:04 +0900)]
mg: update to 6.6
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Yousong Zhou [Sat, 26 Oct 2019 11:05:28 +0000 (11:05 +0000)]
qemu: allow configure SPICE ui support
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Sat, 26 Oct 2019 11:19:05 +0000 (11:19 +0000)]
spice: initial version 0.14.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Sat, 26 Oct 2019 11:23:51 +0000 (11:23 +0000)]
spice-protocol: initial version 0.12.15
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Sat, 26 Oct 2019 10:35:39 +0000 (10:35 +0000)]
qemu: enable basic VNC ui support
With other features like vnc jpeg, png, sasl configurable
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Michael Heimpold [Sun, 27 Oct 2019 22:14:31 +0000 (23:14 +0100)]
Merge pull request #10369 from micmac1/xml2-config-host-triplet
libxml2: install xml2-config with host triplet
Luiz Angelo Daros de Luca [Sun, 27 Oct 2019 18:37:50 +0000 (15:37 -0300)]
ruby: update to 2.6.5
2.6.5 fixes:
* CVE-2019-16255: A code injection vulnerability of Shell#[] and Shell#test
* CVE-2019-16254: HTTP response splitting in WEBrick (Additional fix)
* CVE-2019-15845: A NUL injection vulnerability of File.fnmatch and File.fnmatch?
* CVE-2019-16201: Regular Expression Denial of Service vulnerability of WEBrick’s Digest access authentication
2.6.4 fixes:
* Multiple jQuery vulnerabilities in RDoc
Changelog: https://github.com/ruby/ruby/compare/v2_6_3...v2_6_5
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Hannu Nyman [Sun, 27 Oct 2019 19:04:49 +0000 (21:04 +0200)]
Merge pull request #10366 from wfleurant/ygg-init-uci
yggdrasil: uci firewall Section name and cover both IP versions
Sebastian Kemper [Sun, 27 Oct 2019 09:06:35 +0000 (10:06 +0100)]
libxml2: install xml2-config with host triplet
Currently only xml2-config is installed, for both the normal libxml2
package as well as the host package. The problem with that is that due
to multilib considerations the build host may have xml2-config installed
with a host triplet prefix, like x86_64-pc-linux-gnu-xml2-config (and
xml2-config as a symbolic link to it). Gentoo for instance sets it up
like this.
Packages may actually search for a prefixed xml2-config before searching
for xml2-config. An example would be Asterisk:
checking for x86_64-pc-linux-gnu-xml2-config... /usr/bin/x86_64-pc-linux-gnu-xml2-config
This then introduces wrong information into the build, for instance
bad includes:
~/tmp/openwrt $ /usr/bin/x86_64-pc-linux-gnu-xml2-config --cflags
-I/usr/include/libxml2
When the intention is to use OpenWrt's own (host) libxml2 one would like
to see this output used instead:
~/tmp/openwrt $ ./staging_dir/hostpkg/bin/xml2-config --cflags
-I/home/sk/tmp/openwrt/staging_dir/hostpkg/include/libxml2
This commit addresses this by installing xml2-config with a suitable
prefix and creating a symbolic link xml2-config. This is done for both
the host package and the normal package. The latter also needs this fix
because the target may use the same triplet as the host system (for
instance x86_64 cross-compiling for x86_64).
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Sun, 27 Oct 2019 09:19:04 +0000 (10:19 +0100)]
Merge pull request #10361 from micmac1/xslt-xml2-host
libxslt/host: depend on libxml2/host
Saverio Proto [Sun, 27 Oct 2019 08:21:10 +0000 (09:21 +0100)]
tinc: version bump to 1.0.36
Signed-off-by: Saverio Proto <zioproto@gmail.com>
Hannu Nyman [Sat, 26 Oct 2019 18:16:56 +0000 (21:16 +0300)]
Merge pull request #10365 from lucize/doveup
dovecot: update to 2.3.8
William Fleurant [Sat, 26 Oct 2019 17:41:13 +0000 (13:41 -0400)]
yggdrasil: uci firewall Section name and cover both IP versions
- rename the section instance to yggdrasil (feat. request)
- allow zone to cover both ip4 and ip6 fam
Signed-off-by: William Fleurant <meshnet@protonmail.com>
Lucian Cristian [Sat, 26 Oct 2019 18:04:57 +0000 (21:04 +0300)]
dovecot: update to 2.3.8
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Hannu Nyman [Sat, 26 Oct 2019 15:06:29 +0000 (18:06 +0300)]
Merge pull request #10292 from dengqf6/sensors
lm-sensors: update to 3.6.0
Hannu Nyman [Sat, 26 Oct 2019 13:23:30 +0000 (16:23 +0300)]
Merge pull request #10349 from dynasticorpheus/pytz-2019.03
python-pytz: update to 2019.03
Sebastian Kemper [Sat, 26 Oct 2019 12:47:52 +0000 (14:47 +0200)]
libxslt/host: depend on libxml2/host
The host build requires libxml2-dev. This commit adds the dependency for
libxml2/host, as the host system may not have it installed. This also
avoids using the host's xml2-config (in /usr/bin for instance) while
linking to libraries in staging_dir/hostpkg.
ldd staging_dir/hostpkg/bin/xsltproc | grep xml2
libxml2.so.2 => /home/sk/tmp/openwrt/staging_dir/hostpkg/lib/libxml2.so.2 (0x00007fcc0644c000)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Hannu Nyman [Sat, 26 Oct 2019 09:32:36 +0000 (12:32 +0300)]
Merge pull request #10346 from lucize/libreprocd
libreswan: switch to procd
Hannu Nyman [Sat, 26 Oct 2019 09:31:56 +0000 (12:31 +0300)]
Merge pull request #10359 from wfleurant/ygg-bump-0-3-11
yggdrasil: bump to 0.3.11
Hannu Nyman [Sat, 26 Oct 2019 09:31:42 +0000 (12:31 +0300)]
Merge pull request #10356 from expiron/kcptun-updates
kcptun: bump to v20190924, add new config options
William Fleurant [Sat, 26 Oct 2019 04:24:30 +0000 (00:24 -0400)]
yggdrasil: bump to 0.3.11
Signed-off-by: William Fleurant <meshnet@protonmail.com>
Daniel Engberg [Fri, 25 Oct 2019 18:17:33 +0000 (20:17 +0200)]
Merge pull request #10344 from lucize/nsprup
nspr: update to 4.23
Daniel Engberg [Fri, 25 Oct 2019 18:17:13 +0000 (20:17 +0200)]
Merge pull request #10345 from lucize/nssup
nss: update to 3.47
Chao Liu [Fri, 25 Oct 2019 14:41:14 +0000 (22:41 +0800)]
kcptun: bump to v20190924, add new config options
This commit updates:
- bump version to v20190924
- add new options for latest release
(https://github.com/xtaci/kcptun/releases/tag/v20190924)
Signed-off-by: Chao Liu <expiron18@gmail.com>
Alexandru Ardelean [Fri, 25 Oct 2019 08:38:02 +0000 (11:38 +0300)]
python-asn1crypto: bump to version 1.2.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Josef Schlehofer [Fri, 25 Oct 2019 02:01:30 +0000 (04:01 +0200)]
btrfs-progs: Update to version 5.3
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Fri, 25 Oct 2019 01:02:50 +0000 (03:02 +0200)]
openvswitch: backport patch to fix compilation
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Jeffery To [Fri, 18 Oct 2019 07:08:17 +0000 (15:08 +0800)]
circleci: Add 19.07 GPG/usign public keys, verify keys
This also updates the user id comments for GPG keys and untrusted
comments for usign keys.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
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>
Lucian Cristian [Thu, 24 Oct 2019 10:56:52 +0000 (13:56 +0300)]
libreswan: switch to procd
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Lucian Cristian [Thu, 24 Oct 2019 10:50:52 +0000 (13:50 +0300)]
nss: update to 3.47
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Lucian Cristian [Thu, 24 Oct 2019 10:48:40 +0000 (13:48 +0300)]
nspr: update to 4.23
Signed-off-by: Lucian Cristian <lucian.cristian@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
DENG Qingfang [Sun, 20 Oct 2019 14:40:31 +0000 (22:40 +0800)]
lm-sensors: update to 3.6.0
Update lm-sensors to 3.6.0
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
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>