summaryrefslogtreecommitdiffstats
path: root/package/liburiparser
Commit message (Collapse)AuthorAgeFilesLines
* package/liburiparser: security bump to version 0.9.1Carlos Santos2019-01-072-2/+2
| | | | | | | | | | | Fixes an out-of-bounds read, the parsing of some a malformed URIs and a function that reported 1 more byte than actually needed for IPv4 address URIs. For additional datails, see https://github.com/uriparser/uriparser/blob/uriparser-0.9.1/ChangeLog Signed-off-by: Carlos Santos <casantos@datacom.com.br> 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>
* liburiparser: bump to version 0.8.6Carlos Santos2018-08-202-2/+2
| | | | | | | | | | | | | Version 0.8.6 is a bugfix release including a nasty bug that has potential to crash applications when parsing certain URIs (like "//:%aa@", excluding quotes). For more details please check the change log at https://github.com/uriparser/uriparser/blob/uriparser-0.8.6/ChangeLog Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* liburiparser: bump to version 0.8.5 and move to GitHubCarlos Santos2018-02-143-7/+5
| | | | | | | | | | uriparser 0.8.5 with bugfixes has been released. It has also moved from SourceForge to GitHub: https://uriparser.github.io/ Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* liburiparser: bump to version 0.8.4Carlos Santos2018-02-032-4/+6
| | | | | Signed-off-by: Carlos Santos <casantos@datacom.ind.br> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/lib*: fix wrapping of Config.in help textAdam Duskett2017-07-311-2/+2
| | | | | | | | | | | | | | The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with lib in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for BSD-3cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-3c is BSD-3-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/liburiparser: New packageBernd Kuhls2014-11-263-0/+29
[Thomas: - put liburiparser at the right place in package/Config.in, i.e sorted alphabetically - use positive logic for the wchar test.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud