summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* python-async-timeout: add missing blank line in .mk fileThomas Petazzoni2018-11-011-0/+1
| | | | | | | | Fixes the following check-package warning: package/python-async-timeout/python-async-timeout.mk:6: should be a blank line (http://nightly.buildroot.org/#writing-rules-mk) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-yarl: add missing blank line in .mk fileThomas Petazzoni2018-11-011-0/+1
| | | | | | | | Fixes the following check-package warning: package/python-yarl/python-yarl.mk:6: should be a blank line (http://nightly.buildroot.org/#writing-rules-mk) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-async-timeout: new packageJames Hilliard2018-11-015-0/+27
| | | | | | | | asyncio-compatible timeout context manager. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* DEVELOPERS: add James Hilliard for python-multidictArnout Vandecappelle (Essensium/Mind)2018-11-011-0/+1
| | | | This was forgotten when the python-multidict package was added.
* python-yarl: new packageJames Hilliard2018-11-015-0/+31
| | | | | | | | Yet another URL library Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* python-scapy: new packageAsaf Kahlon2018-11-014-0/+28
| | | | | | | | Interactive packet manipulation tool. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* python-multidict: new packageJames Hilliard2018-11-014-0/+28
| | | | | | | | | | Multidict is dict-like collection of key-value pairs where a key may occur more than once in the container. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Arnout: extend help text based on commit message.] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* python-uvloop: new packageAsaf Kahlon2018-11-014-0/+42
| | | | | | | | | Fast implementation of asyncio event loop on top of libuv. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Arnout: change order of 'depends on' lines] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* libxmlpp: bump to version 3.0.1Fabrice Fontaine2018-10-312-3/+6
| | | | | | | Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libxmlrpc: bump to version 1.43.08Fabrice Fontaine2018-10-316-84/+5
| | | | | | | | | | | | | | | - Remove first patch and pass CC_FOR_BUILD and other variables in LIBXMLRPC_CONF_OPTS instead of LIBXMLRPC_CONF_ENV because a similar solution is already in version thanks to https://sourceforge.net/p/xmlrpc-c/code/2905 - Remove second patch (already in version thanks to https://sourceforge.net/p/xmlrpc-c/code/2908) - Remove third path (already in version thanks to https://sourceforge.net/p/xmlrpc-c/code/2909) - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* uclibc: fix mkostempCarlos Santos2018-10-311-0/+38
| | | | | | | | | | | | | | | Pull a patch already submitted upstream[1] that fixes mkostemp when _LARGEFILE64_SOURCE is defined. This is required to prevent failures on eudev[2]: # udevadm hwdb --update Failure writing database //etc/udev/hwdb.bin: Invalid argument 1. https://patchwork.ozlabs.org/patch/990045/ 2. https://patchwork.ozlabs.org/patch/984848/ Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* webkitgtk: bump to version 2.22.3Adrian Perez de Castro2018-10-313-46/+5
| | | | | | | | | | | | | | | | Release notes: https://webkitgtk.org/2018/10/29/webkitgtk2.22.3-released.html Patch "0001-ARM-Building-FELightingNEON.cpp-fails-due-to-missing.patch" is removed because it is included in the new release. This is a maintenance release which further improves playback of video when using media source extensions (MSE), specially for WebM content, and provides a few correctness fixes. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-zope-interface: bump to version 4.6.0Asaf Kahlon2018-10-312-4/+4
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lighttpd: adjust Config.in to make check-package happyThomas Petazzoni2018-10-311-5/+5
| | | | | | | | | | | | | | | | | Commit b9d75c717e01aed474b7567c969236418e87eda8 ("lighttpd: add optional pam support") introduced a new Config.in option, but check-package was not happy about it: package/lighttpd/Config.in:30: should be indented with one tab (http://nightly.buildroot.org/#_config_files) package/lighttpd/Config.in:31: should be indented with one tab (http://nightly.buildroot.org/#_config_files) package/lighttpd/Config.in:32: attributes order: type, default, depends on, select, help (http://nightly.buildroot.org/#_config_files) package/lighttpd/Config.in:32: should be indented with one tab (http://nightly.buildroot.org/#_config_files) package/lighttpd/Config.in:33: should be indented with one tab (http://nightly.buildroot.org/#_config_files) package/lighttpd/Config.in:34: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) This commit fixes those indentation and ordering issues. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* webkitgtk: add an option to control USE_GSTREAMER_GLAdrian Perez de Castro2018-10-312-0/+22
| | | | | | | | | | | | | | | | | | This covers the case where GL/GLES is available (so -DENABLE_OPENGL=ON gets passed), which makes the webkitgtk build system assume GStreamer-GL is available, while actually it is not. Also, providing an option to manually disable usage of GStremer-GL can help with certain target configurations in which using OpenGL for video handling might result in incorrect rendering. This fixes some autobuilder failures like the following: http://autobuild.buildroot.net/results/187796535af53ece426641ff7d88aabada281674 http://autobuild.buildroot.net/results/00c1a8ea23a99728a4f3f4478705f2383414ae41 Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* go: bump to v1.11.1Christian Stewart2018-10-312-2/+2
| | | | | | | Bumps Golang host-go compiler to 1.11.1 release. Signed-off-by: Christian Stewart <christian@paral.in> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* lighttpd: add optional pam supportPeter Korsgaard2018-10-312-1/+14
| | | | | | | | Let the option depend on linux-pam as pam has quite some dependencies and this is unlikely to be used if pam isn't explicitly enabled. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* wolfssl: install into stagingPeter Korsgaard2018-10-311-0/+1
| | | | | | | | wolfssl is a library, so it should be installed into staging so other packages can find the header files / library. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libcurl: security bump to version 7.62.0Peter Korsgaard2018-10-312-3/+3
| | | | | | | | | | | | | | | | Fixes the following security issues: CVE-2018-16839: SASL password overflow via integer overflow https://curl.haxx.se/docs/CVE-2018-16839.html CVE-2018-16840: use-after-free in handle close https://curl.haxx.se/docs/CVE-2018-16840.html CVE-2018-16842: warning message out-of-buffer read https://curl.haxx.se/docs/CVE-2018-16842.html Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-typing: rewrap Config.in help textThomas Petazzoni2018-10-311-2/+2
| | | | | | | | Fixes the following check-package warning: package/python-typing/Config.in:5: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* luarocks: bump to version 3.0.4Francois Perrad2018-10-312-2/+2
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/network-manager: Add upstream patch to fix CVE-2018-15688Bernd Kuhls2018-10-301-0/+38
| | | | | | | | | | | | | | | | | NetworkManager includes some parts of the systemd-networkd code in its codebase. That can be found at src/systemd/src/libsystemd-networkd. The DHCP implementation provided by systemd-networkd is used when NetworkManager is configured to use the internal implementation, however the default is to use dhclient. When NetworkManager is configured to use the internal dhcp and an interface is setup with ipv6.method=auto (which is the default value) or ipv6.method=dhcp, this flaw can be exploited. When using ipv6.method=auto, the DHCPv6 client can be automatically started with a Router Advertisement packet. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/network-manager: bump version to 1.10.8Bernd Kuhls2018-10-302-3/+6
| | | | | | | Added license hashes. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/{at91, atmel}*_dev*: drop Dropbear as it duplicates OpenSSHThomas Petazzoni2018-10-308-8/+0
| | | | | | | | | | | | | | | | | | | | | | The "development" defconfigs for Atmel platforms enable both OpenSSH and Dropbear, which doesn't make a lot of sense, as only one SSH server can start on port 22. This commit therefore drops BR2_PACKAGE_DROPBEAR=y from those defconfigs, keeping OpenSSH as an SSH server/client, as was requested by Atmel/Microchip folks in the review of an earlier version of this patch [1]. Since those defconfigs are "development" defconfigs, they are not meant to be minimal, and already provide an arbitrary set of packages, so using openssh is just as good as using dropbear in this case. [1] https://patchwork.ozlabs.org/patch/989516/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: Nicolas Ferre <nicolas.ferre@microchip.com> Cc: Joshua Henderson <joshua.henderson@microchip.com> Cc: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pytz: bump to version 2018.7Asaf Kahlon2018-10-302-4/+4
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-psutil: bump to version 5.4.8Asaf Kahlon2018-10-302-4/+4
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openswan: bump to version 2.56.1.1Fabrice Fontaine2018-10-302-2/+2
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-can: bump to version 3.0.0Yegor Yefremov2018-10-303-8/+14
| | | | | | | | Add new dependencies and change download location. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-typing: new packageYegor Yefremov2018-10-304-0/+28
| | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-wrapt: new packageYegor Yefremov2018-10-304-0/+26
| | | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/systemd: Add upstream patch to fix CVE-2018-15688Bernd Kuhls2018-10-301-0/+30
| | | | | | | | | | | | Systemd-networkd is vulnerable to an out out-of-bounds heap write in the DHCPv6 client when handling options sent by network adjacent DHCP servers. A attacker could exploit this via malicious DHCP server to corrupt heap memory on client machines, resulting in a denial of service or potential code execution. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Peter: add description] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* ruby: security bump to version 2.4.5Peter Korsgaard2018-10-302-4/+4
| | | | | | | | | | | | | | | Fixes the following security issues: - CVE-2018-16396: Tainted flags are not propagated in Array#pack and String#unpack with some directives https://www.ruby-lang.org/en/news/2018/10/17/not-propagated-taint-flag-in-some-formats-of-pack-cve-2018-16396/ - CVE-2018-16395: OpenSSL::X509::Name equality check does not work correctly https://www.ruby-lang.org/en/news/2018/10/17/openssl-x509-name-equality-check-does-not-work-correctly-cve-2018-16395/ Update hash of LEGAL as it had a few (wayback machine) URLs added/changed. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* lighttpd: security bump to version 1.14.51Peter Korsgaard2018-10-302-3/+5
| | | | | | | | | | | | | | | | | | | Fixes the following security issues: 1.4.50: [mod_alias] security: potential path traversal with specific configs [core] security: use-after-free invalid Range req [mod_alias] security: path traversal in mod_alias (in some use cases) (fixes #2898) [core] security: use-after-free after invalid Range request (fixes #2899) 1.4.51: [core,security] process headers after combining folded headers [mod_userdir] security: skip username “.” and “..” 1.4.51 brings optional pam and wolfssl support. Explicitly disable these options for now. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qemu: switch to sdl2Fabrice Fontaine2018-10-302-5/+7
| | | | | | | | | | | Since version 2.12.0 and https://github.com/qemu/qemu/commit/e52c6ba34149b4f39c3fd60e59ee32b809db2bfa, SDL 1.2 is deprecated so switch to SDL 2.0 as SDL 1.2 will be removed in the last release of 2018 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* qemu: sdl frontend needs x11Fabrice Fontaine2018-10-301-0/+2
| | | | | | | | | | | | | | | Since qemu 2.12.0 and https://github.com/qemu/qemu/commit/2ec78706d188df7d3dab43d07b19b05ef7800a44, x_keymap.h has been converted from "SDL display driver" to "X11 keymaps" So add a select on BR2_PACKAGE_SDL_X11 Fixes: - http://autobuild.buildroot.org/results/1908d2d7de8d3aff11ed6fbb8fe4cf3eff54b5a5 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* synergy: needs gcc >= 4.9Fabrice Fontaine2018-10-301-2/+4
| | | | | | | | | | | | | | | Since version 1.9.0 and https://github.com/symless/synergy-core/commit/c0376e9e2f659aec23a748f9a8d8ee6cd82f1281, synergy needs C++14 so add a dependency on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 Fixes: - http://autobuild.buildroot.org/results/c4646ee9342ea8bd906bfe2b29996c48cb403ccc Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Tested-by: Pieterjan Camerlynck <pieterjan.camerlynck@gmail.com> Reviewed-by: Pieterjan Camerlynck <pieterjan.camerlynck@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* motion: bump to version 4.2Fabrice Fontaine2018-10-304-61/+4
| | | | | | | | | | | - Remove patch (already in version) - Add new mandatory libmicrohttpd dependency, see: https://github.com/Motion-Project/motion/commit/3cd68cab497527bb51af63fc4279b024f828b536 - Add new optional gettext dependency, see: https://github.com/Motion-Project/motion/commit/4ff191be82920451f5940d6685a2ab7388e0f7b6 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* kconfig: Refresh patchesPetr Vorel2018-10-303-15/+15
| | | | | Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* kconfig: Restore missing custom changes + add patchesPetr Vorel2018-10-304-2/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 6eacea5ae0 accidentally removed these changes in merge_config.sh: 0f56304521 ("merge_config.sh: create temporary files in /tmp") 28fac3973b ("merge_config.sh: add br2-external support") Changes were lost because commits just changed files, but didn't add patches. Therefore not only restore our changes, but also add (updated) patches. Missing 0f56304521 caused breaking merge_config.sh when used in out of tree build: $ make -C buildroot O=$PWD/output defconfig ... $ cd output $ echo 'BR2_TARGET_GENERIC_HOSTNAME="test"' > test.frag $ ../buildroot/support/kconfig/merge_config.sh .config test.frag Using .config as base Merging test.frag umask 0022 && make -C /home/test/buildroot O=/home/test/output/. alldefconfig GEN /home/test/output/Makefile *** Can't read seed configuration "./.tmp.config.qIcpASpUyh"! make[1]: *** [Makefile:925: alldefconfig] Error 1 make: *** [Makefile:16: _all] Error 2 Fixes: 6eacea5ae0 support/kconfig: bump to kconfig from Linux 4.17-rc2 Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Reported-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* kconfig: Add missing patchPetr Vorel2018-10-301-0/+26
| | | | | | | | | which was specified, but not added during last update. Fixes: 6eacea5ae0 ("support/kconfig: bump to kconfig from Linux 4.17-rc2") Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* neardal: fix static build with libedit and libbsdFabrice Fontaine2018-10-302-7/+45
| | | | | | | | | | | Add an upstreamable patch to use pkg-config for finding libedit and readline dependencies and drop ncurses "hack" Fixes: - http://autobuild.buildroot.org/results/b0b17f4a5b0a32631a12bdb350ba7c21f7c595d0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-pycryptodomex: bump to version 3.7.0Asaf Kahlon2018-10-302-4/+4
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openswan: security bump to version 2.6.50.1Fabrice Fontaine2018-10-302-2/+4
| | | | | | | | | - Fixes CVE-2018-15836 (a Bleichenbacher-style signature forgery which involves RSA padding attack) - Add hash for license files Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* openswan: disable documentationFabrice Fontaine2018-10-301-1/+1
| | | | | | | | | | Disable pod2man and xmlto which are used to build man pages Fixes: - http://autobuild.buildroot.org/results/2268814b8f5a071ecec1aab962b50a1edcb818d7 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libkcapi: disable documentationFabrice Fontaine2018-10-281-0/+4
| | | | | | | | | | | Disable db2pdf, db2ps and xmlto which are used for building PDF, PS, man or html documentation Fixes: - http://autobuild.buildroot.org/results/28df3b50d90bc53b965280b77224f89fe09ec2b9 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* valgrind: fix uclibc c99 support detectionPeter Seiderer2018-10-281-0/+3
| | | | | | | | | | | | | | | | | | | | Fixes [1]: checking for /home/peko/autobuild/instance-0/output/host/bin/powerpc-linux-gcc option to accept ISO C99... unsupported configure: error: Valgrind relies on a C compiler supporting C99 with the following in the valgrind-3.14.0/config.log: configure:5517: checking for .../host/bin/powerpc-linux-gcc option to accept ISO C99 configure:5666: .../host/bin/powerpc-linux-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fno-stack-protector -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5 conftest.c:55:9: error: unknown type name 'wchar_t' const wchar_t *name; ^~~~~~~ [1] http://autobuild.buildroot.net/results/b25013f785a11f07e8da3735741b96036712f42a Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* scancpan: also use README.md as default license fileFrancois Perrad2018-10-281-0/+3
| | | | | Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* lcdproc: use ac_cv_mtab_fileFabrice Fontaine2018-10-281-1/+3
| | | | | | | | | | | Set ac_cv_mtab_file to /etc/mtab otherwise build will fail if no mtab, mnttab or fstab is found in /etc (on host) Fixes: - http://autobuild.buildroot.org/results/efaf2833d674c7e366c59f367f0b83c7f88546bb Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* liburiparser: security bump to version 0.9.0Carlos Santos2018-10-282-2/+2
| | | | | | | | | | Fixes an out-of-bounds write, detect an integer overflow and protect against acting on NULL input. For additional datails, see https://github.com/uriparser/uriparser/blob/uriparser-0.9.0/ChangeLog Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python3: bump to version 3.7.1Asaf Kahlon2018-10-282-4/+4
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud