Hannu Nyman [Sat, 10 Nov 2018 17:52:47 +0000 (19:52 +0200)]
Merge pull request #7333 from neheb/libaio
libaio: Update to 0.3.111
Dirk Brenken [Sat, 10 Nov 2018 16:46:25 +0000 (17:46 +0100)]
Merge pull request #7377 from dibdot/adblock
adblock: fix adguard source
Dirk Brenken [Sat, 10 Nov 2018 16:39:08 +0000 (17:39 +0100)]
adblock: fix adguard source
* fix regex for adguard blocklist source
Signed-off-by: Dirk Brenken <dev@brenken.org>
Kevin Darbyshire-Bryant [Mon, 5 Nov 2018 18:01:50 +0000 (18:01 +0000)]
nlbwmon: receive dhcp interface triggers
Not all interfaces may have been allocated address at nlbwmon startup so
it may not collect statistics as expected/configured.
Add interface triggers to catch dhcp events and restart as required.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Ted Hess [Sat, 10 Nov 2018 15:50:27 +0000 (10:50 -0500)]
Merge pull request #7365 from thess/ffmpeg-work
ffmpeg: Resolve hard/float builds with work-around dependencies
Hannu Nyman [Sat, 10 Nov 2018 15:22:36 +0000 (17:22 +0200)]
Revert "keyutils: Update to 1.5.11"
This reverts commit
41f2036afe67bb7aecf9395d74b77b04c30064bf.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Marko Ratkaj [Tue, 6 Nov 2018 16:40:55 +0000 (17:40 +0100)]
net: dhcpcd: bump version to 7.0.8
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Hannu Nyman [Sat, 10 Nov 2018 13:12:00 +0000 (15:12 +0200)]
Merge pull request #7376 from danrl/dm
jool: Remove inactive maintainer
Dan Lüdtke [Sat, 10 Nov 2018 12:52:56 +0000 (13:52 +0100)]
jool: Remove inactive maintainer
Signed-off-by: Dan Lüdtke <mail@danrl.com>
Hannu Nyman [Sat, 10 Nov 2018 09:24:15 +0000 (11:24 +0200)]
Merge pull request #6974 from neheb/miniupnopc
miniupnpc: Update to 2.1
Hannu Nyman [Sat, 10 Nov 2018 09:18:52 +0000 (11:18 +0200)]
Merge pull request #7242 from neheb/key
keyutils: Update to 1.5.11
Hannu Nyman [Sat, 10 Nov 2018 09:17:58 +0000 (11:17 +0200)]
Merge pull request #7243 from neheb/patch-46
liboping: Update to 1.10.0
Hannu Nyman [Sat, 10 Nov 2018 09:17:22 +0000 (11:17 +0200)]
Merge pull request #7262 from neheb/patch-22
qrencode: Update to 4.0.2
Hannu Nyman [Sat, 10 Nov 2018 09:16:46 +0000 (11:16 +0200)]
Merge pull request #7263 from neheb/ldap
python-ldap: Update to 3.1.0
Hannu Nyman [Sat, 10 Nov 2018 08:15:34 +0000 (10:15 +0200)]
Merge pull request #7318 from neheb/mraa
libmraa: Update to 2.0.0
Yousong Zhou [Sat, 10 Nov 2018 07:38:53 +0000 (07:38 +0000)]
openvswitch: fix building intree datapath module unconditionally
Fixes
f2bf8d3 ("openvswitch: provide in-tree kmod builds")
Closes openwrt/packages#7360
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Rosen Penev [Tue, 6 Nov 2018 20:14:57 +0000 (12:14 -0800)]
libssh: Fix compile without OpenSSL deprecated APIs
Backported several patches from version 0.8 to fix this.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Fri, 9 Nov 2018 20:09:57 +0000 (22:09 +0200)]
Merge pull request #7261 from neheb/patch-17
dmidecode: Update to 3.2
Ycarus [Fri, 9 Nov 2018 08:48:26 +0000 (09:48 +0100)]
msmtp: Fix typo
Fix typo in msmtp Makefile PACAKGE -> PACKAGE
Signed-off-by: Yannick Chabanois <ycarus@zugaina.org>
Ted Hess [Thu, 8 Nov 2018 23:51:36 +0000 (18:51 -0500)]
ffmpeg: Resolve hard/float builds with work-around dependencies
Hard float includes: libx264, mp3lame
Soft float includes: shine (mp3 encoder)
fdk-aac will not be available in libffmpeg-full due to incompatible license with libx264.
Custom builds can override licensing restrictions but results may not be re-distributable.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Hannu Nyman [Fri, 9 Nov 2018 16:29:07 +0000 (18:29 +0200)]
Merge pull request #7321 from neheb/tgt
tgt: Update to 1.0.74
Hannu Nyman [Fri, 9 Nov 2018 16:28:00 +0000 (18:28 +0200)]
Merge pull request #7355 from diizzyy/nginx-rtmp
nginx: Update rtmp module
Hannu Nyman [Fri, 9 Nov 2018 16:25:19 +0000 (18:25 +0200)]
Merge pull request #7362 from cotequeiroz/cryptodev-linux
cyrptodev-linux: bump to latest git 2018-11-02
champtar [Fri, 9 Nov 2018 16:16:11 +0000 (11:16 -0500)]
Merge pull request #7338 from neheb/alpine
alpine: Fix compilation without deprecated APIs on OpenSSL 1.0.2
Karl Palsson [Fri, 9 Nov 2018 10:26:02 +0000 (10:26 +0000)]
net/mosquitto: bump to 1.5.4
Security and bugfix release. Full release notes available at:
https://mosquitto.org/blog/2018/11/version-154-released/
Security:
* client certificates not validated for websockets listeners.
Bugfixes:
* wills with disconnected clients better handled
* bridge restart_timeout properly observed
Signed-off-by: Karl Palsson <karlp@etactica.com>
Rosen Penev [Wed, 22 Aug 2018 02:36:35 +0000 (19:36 -0700)]
ipmitool: Fix compile with OpenSSL 1.1 without deprecated APIs.
Also updated the URL as the SourceForge page is obsolete.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Eneas U de Queiroz [Fri, 9 Nov 2018 10:34:31 +0000 (08:34 -0200)]
cyrptodev-linux: bump to latest git 2018-11-02
This adds support for digests in openssl 1.1.1.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Rosen Penev [Thu, 8 Nov 2018 23:44:06 +0000 (15:44 -0800)]
libwebsockets: Fix build without deprecated OpenSSL APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Marko Ratkaj [Fri, 9 Nov 2018 10:07:24 +0000 (11:07 +0100)]
Merge pull request #7328 from sartura/file_bump_version_to_5.35
libs: file: bump version to 5.35
Marko Ratkaj [Tue, 6 Nov 2018 16:20:55 +0000 (17:20 +0100)]
libs: file: bump version to 5.35
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Fri, 9 Nov 2018 09:44:30 +0000 (10:44 +0100)]
Merge pull request #7332 from sartura/squid_bump_version_to_4.4
net: squid: bump version to 4.4
Marko Ratkaj [Fri, 9 Nov 2018 09:42:10 +0000 (10:42 +0100)]
Merge pull request #7329 from sartura/libuv_bump_version_to_1.23.2
libs: libuv: bump version to 1.23.2
Marko Ratkaj [Fri, 9 Nov 2018 09:40:46 +0000 (10:40 +0100)]
Merge pull request #7327 from sartura/sysstat_bump_version_to_12.0.2
utils: sysstat: bump version to 12.0.2
Marko Ratkaj [Fri, 9 Nov 2018 09:40:21 +0000 (10:40 +0100)]
Merge pull request #7326 from sartura/jq_bump_version_to_1.6
utils: jq: bump version to 1.6
Hannu Nyman [Thu, 8 Nov 2018 19:53:52 +0000 (21:53 +0200)]
Merge pull request #7354 from diizzyy/netdata
netdata: Update to 1.11.0
Hannu Nyman [Thu, 8 Nov 2018 19:51:48 +0000 (21:51 +0200)]
Merge pull request #7353 from neheb/patch-4
libndpi: Add PKG_BUILD_DEPENDS to fix compilation
Rosen Penev [Thu, 8 Nov 2018 19:09:14 +0000 (11:09 -0800)]
znc: Fix compilation without deprecated APIs in OpenSSL 1.0.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[correct configure flag from enable-ssl to enable-openssl]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Rosen Penev [Thu, 8 Nov 2018 17:29:25 +0000 (09:29 -0800)]
libndpi: Add patches from the 2.4-stable branch to fix compilation
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Engberg [Thu, 8 Nov 2018 19:06:25 +0000 (20:06 +0100)]
nginx: Update rtmp module
Change to ut0mt8's fork that contains several enhancements
and bugfixes.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Daniel Engberg [Thu, 8 Nov 2018 18:44:09 +0000 (19:44 +0100)]
netdata: Update to 1.11.0
Update netdata to 1.11.0
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
champtar [Thu, 8 Nov 2018 16:24:25 +0000 (11:24 -0500)]
Merge pull request #7339 from neheb/cyrus
cyrus-sasl: Fix compilation without deprecated APIs on OpenSSL
Rosen Penev [Wed, 7 Nov 2018 03:00:57 +0000 (19:00 -0800)]
cyrus-sasl: Fix compilation without deprecated APIs on OpenSSL
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Thu, 8 Nov 2018 15:28:22 +0000 (17:28 +0200)]
Merge pull request #7340 from neheb/openldap
openldap: Backport patch to fix compilation without deprecated APIs
Hannu Nyman [Thu, 8 Nov 2018 15:26:41 +0000 (17:26 +0200)]
Merge pull request #7323 from nwf/rng-tools6.6
rng-tools: version 6.6 is now available
Hannu Nyman [Thu, 8 Nov 2018 10:09:51 +0000 (12:09 +0200)]
Merge pull request #7295 from neheb/unbound
unbound: Remove deprecated OpenSSL API
Nathaniel Wesley Filardo [Wed, 7 Nov 2018 23:41:05 +0000 (23:41 +0000)]
rng-utils: version 6.6 is now available
Work around automake demanding README with a symlink.
Add new dependency on libsysfs.
Avoid dependency on libxml, curl, openssl by disabling NIST beacon support.
We also continue to remove gcrypt, and jitterentropy is not packaged.
Remove patch that no longer cleanly applies.
If newlines in log messages are a problem, we should take it up with
upstream.
Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
Fixes: github #7303
Hannu Nyman [Wed, 7 Nov 2018 15:23:58 +0000 (17:23 +0200)]
Merge pull request #7335 from neheb/evh
libevhtp: Fix compilation on OpenSSL 1.0.2 without deprecated APIs
Rosen Penev [Wed, 7 Nov 2018 03:06:38 +0000 (19:06 -0800)]
openldap: Backport patch to fix compilation without deprecated APIs
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 28 Oct 2018 17:25:21 +0000 (10:25 -0700)]
python-ldap: Update to 3.1.0
Switched URL to a proper one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 7 Nov 2018 02:51:26 +0000 (18:51 -0800)]
alpine: Fix compilation without deprecated APIs on OpenSSL 1.0.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Luiz Angelo Daros de Luca [Tue, 6 Nov 2018 21:03:33 +0000 (19:03 -0200)]
hplip: bump to 3.18.10
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Rosen Penev [Tue, 6 Nov 2018 19:35:21 +0000 (11:35 -0800)]
libevhtp: Fix compilation on OpenSSL 1.0.2 without deprecated APIs
Also switched to the proper upstream.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Tue, 6 Nov 2018 17:58:35 +0000 (19:58 +0200)]
Merge pull request #6786 from neheb/patch-24
python-gnupg: Use a less braindead URL
Rosen Penev [Sat, 18 Aug 2018 06:25:14 +0000 (23:25 -0700)]
python-gnupg: Use a more standard URL for easier version bumping
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 27 Jun 2018 00:04:22 +0000 (17:04 -0700)]
libaio: Update to 0.3.111
Switched to new upstream at pagure.io.
Refreshed debian patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Marko Ratkaj [Tue, 6 Nov 2018 17:22:48 +0000 (18:22 +0100)]
net: squid: bump version to 4.4
Simple bump from 4.3 to 4.4
Changelog since 4.3:
netdb not saving to disk (#311)
Fix memory leak when parsing SNMP packet (#313)
Fix several windows build issues (#309)
Certificate fields injection via %D in ERR_SECURE_CONNECT_FAIL (#306)
Allow compilation with minimal OpenSSL (#281)
Fixed %USER_CA_CERT_xx and %USER_CERT_xx crashes (#301)
Improve const correctness for hash_link (#300)
Bug #4893: Malformed %>ru URIs for CONNECT requests (#299)
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Tue, 6 Nov 2018 16:31:24 +0000 (17:31 +0100)]
libs: libuv: bump version to 1.23.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Marko Ratkaj [Tue, 6 Nov 2018 16:13:00 +0000 (17:13 +0100)]
utils: sysstat: bump version to 12.0.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Hannu Nyman [Tue, 6 Nov 2018 16:03:58 +0000 (18:03 +0200)]
Merge pull request #7315 from diizzyy/patch-16
fping: Update to 4.1
Hannu Nyman [Tue, 6 Nov 2018 16:03:23 +0000 (18:03 +0200)]
Merge pull request #7316 from diizzyy/patch-17
stunnel: Update to 5.49
Hannu Nyman [Tue, 6 Nov 2018 16:03:08 +0000 (18:03 +0200)]
Merge pull request #7317 from diizzyy/patch-18
tmux: Update to 2.8
Hannu Nyman [Tue, 6 Nov 2018 16:02:52 +0000 (18:02 +0200)]
Merge pull request #7322 from neheb/prog
progress: Update to 0.14
Hannu Nyman [Tue, 6 Nov 2018 15:58:19 +0000 (17:58 +0200)]
Merge pull request #6193 from rosysong/nqos
nft-qos: add new package
Marko Ratkaj [Tue, 6 Nov 2018 15:55:47 +0000 (16:55 +0100)]
utils: jq: bump version to 1.6
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
Hannu Nyman [Tue, 6 Nov 2018 15:55:56 +0000 (17:55 +0200)]
Merge pull request #7325 from jefferyto/go-1.11.2-update
golang: Update to 1.11.2, fix build errors
Hannu Nyman [Tue, 6 Nov 2018 15:55:27 +0000 (17:55 +0200)]
Merge pull request #6346 from jefferyto/tor-fw-helper
tor-fw-helper: new package
Jeffery To [Mon, 25 Jun 2018 11:44:59 +0000 (19:44 +0800)]
tor-fw-helper: new package
tor-fw-helper is a helper to automatically configuring port forwarding
for tor, using UPnP or NAT-PMP NAT traversal.
This is a tor-fw-helper rewrite in Go that functions as a drop in
replacement for the original C code.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 6 Nov 2018 11:23:57 +0000 (19:23 +0800)]
golang: Update to 1.11.2, fix build errors
When installing a newer host Go, be sure to remove the old host Go. Not
doing so causes errors[1] when trying to build target Go.
[1]: https://github.com/openwrt/packages/pull/7194#issuecomment-
435948361
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosy Song [Fri, 3 Aug 2018 04:17:59 +0000 (12:17 +0800)]
nft-qos: add new package
This is the nftables implementation for qos on OpenWrt,
Currently, it has below features:
* Static QoS : setting limit rate for devices or global network.
* Dynamic/Auto QoS : setting limit rate according to the network
bandwidth and adjust itself automatically (hotplug event).
* Traffic Priority : this feature is like traffic shaping under tc,
it uses ingress hook to handle to packets here.
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Rosen Penev [Tue, 6 Nov 2018 05:32:13 +0000 (21:32 -0800)]
progress: Update to 0.14
Switched to codeload for easier package bumping
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 6 Nov 2018 04:31:49 +0000 (20:31 -0800)]
tgt: Update to 1.0.74
Remove KERNEL_AIO dependency to avoid recursive dependency with libaio in
a future commit.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 13 Oct 2018 18:16:50 +0000 (11:16 -0700)]
libmraa: Update to 2.0.0
Switched to codeload for simplicity and easier package bumping.
Rearranged Makefile for consistency with other projects.
All of the patches seem to have been upstreamed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 1 Nov 2018 22:48:19 +0000 (15:48 -0700)]
unbound: Remove deprecated OpenSSL API
This will become pointless once OpenSSL 1.1.1 enters the tree.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Ted Hess [Mon, 5 Nov 2018 22:40:08 +0000 (17:40 -0500)]
Merge pull request #7232 from neheb/patch-11
libarchive: Update to 3.3.3
Hannu Nyman [Mon, 5 Nov 2018 20:13:16 +0000 (22:13 +0200)]
Merge pull request #7314 from neheb/patch-2
django: Update to 1.11.16
Michael Heimpold [Mon, 5 Nov 2018 20:00:47 +0000 (21:00 +0100)]
Merge pull request #6851 from neheb/patch-4
libextractor: Update to 1.7
Merged after maintainer timeout. I also successfully compile tested for mxs platform.
Daniel Engberg [Mon, 5 Nov 2018 19:44:05 +0000 (20:44 +0100)]
tmux: Update to 2.8
Update tmux to 2.8
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Daniel Engberg [Mon, 5 Nov 2018 19:41:01 +0000 (20:41 +0100)]
stunnel: Update to 5.49
Update stunnel to 5.49
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Rosen Penev [Mon, 5 Nov 2018 19:37:48 +0000 (11:37 -0800)]
django: Update to 1.11.16
Fixed a race condition in QuerySet.update_or_create() that could result in data loss (#29499).
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Engberg [Mon, 5 Nov 2018 19:37:14 +0000 (20:37 +0100)]
fping: Update to 4.1
Update fping to 4.1
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Michael Heimpold [Mon, 5 Nov 2018 19:34:05 +0000 (20:34 +0100)]
Merge pull request #7311 from neheb/btrfs
btrfs-progs: Update to 4.19
Rosen Penev [Mon, 5 Nov 2018 01:57:50 +0000 (17:57 -0800)]
btrfs-progs: Update to 4.19
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Mon, 5 Nov 2018 16:40:03 +0000 (18:40 +0200)]
Merge pull request #7310 from neheb/fio
fio: Update to 3.12
Hannu Nyman [Mon, 5 Nov 2018 16:39:41 +0000 (18:39 +0200)]
Merge pull request #7312 from sartura/libyang
libyang: update to 0.16-r2
Mislav Novakovic [Mon, 5 Nov 2018 11:29:58 +0000 (12:29 +0100)]
libyang: update to 0.16-r2
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
Rosen Penev [Mon, 5 Nov 2018 01:36:00 +0000 (17:36 -0800)]
fio: Update to 3.12
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Sun, 4 Nov 2018 18:34:36 +0000 (20:34 +0200)]
Merge pull request #5781 from jefferyto/obfs4proxy
obfs4proxy: new packages (including dependencies)
Peter Wagner [Sun, 4 Nov 2018 17:07:31 +0000 (18:07 +0100)]
tor:update to 0.3.4.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Hannu Nyman [Sun, 4 Nov 2018 14:12:59 +0000 (16:12 +0200)]
Merge pull request #7308 from hnyman/haveged
haveged: update to 1.9.4
Hannu Nyman [Sun, 4 Nov 2018 13:58:22 +0000 (15:58 +0200)]
haveged: update to 1.9.4
Version bump to 1.9.4
Development has moved to github.
* old site: http://www.issihosts.com/haveged
* new site: https://github.com/jirka-h/haveged
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Dirk Brenken [Sun, 4 Nov 2018 12:36:48 +0000 (13:36 +0100)]
Merge pull request #7258 from jonathanunderwood/stubby_documentation
stubby: add reload_config to documentation
Dirk Brenken [Sun, 4 Nov 2018 12:36:29 +0000 (13:36 +0100)]
Merge pull request #7257 from jonathanunderwood/stubby_fix_init
stubby: fix loading of config file
Hannu Nyman [Sun, 4 Nov 2018 11:45:09 +0000 (13:45 +0200)]
Merge pull request #6269 from neheb/patch-23
spi-tools: Update to 0.8.1
Hannu Nyman [Sun, 4 Nov 2018 11:00:54 +0000 (13:00 +0200)]
Merge pull request #6938 from neheb/more
moreutils: Update to 0.62 and switch to git tarball
Hannu Nyman [Sun, 4 Nov 2018 10:56:50 +0000 (12:56 +0200)]
Merge pull request #7265 from neheb/patch-27
python-attrs: Update to 18.2.0
jonathanunderwood [Sun, 4 Nov 2018 10:49:52 +0000 (10:49 +0000)]
stubby: add Jonathan Underwood as co-maintainer (#7307)
Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
Rosen Penev [Sat, 3 Nov 2018 01:35:43 +0000 (18:35 -0700)]
libldns: Fix OpenSSL deprecated API usage
Tested with OpenSSL 1.0.2 and 1.1.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
[minor tweak to add #ifdef HAVE_SSL in host2str.c]
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
champtar [Sun, 4 Nov 2018 01:35:17 +0000 (21:35 -0400)]
Merge pull request #7304 from ejurgensen/mxml_upgrade_212
mxml: update to 2.12
Espen Jürgensen [Sat, 3 Nov 2018 20:56:41 +0000 (21:56 +0100)]
mxml: update to 2.12
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
Etienne Champetier [Sat, 3 Nov 2018 12:49:50 +0000 (08:49 -0400)]
build,circleci: fix container digest
I used podman/buildah to build this image, and the local sha256 is not the same than
the docker hub sha256. The layers are the same, so maybe just docker hub changing the manifest
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>