about summary refs log tree commit diff
path: root/pkgs/development/libraries/uriparser
AgeCommit message (Collapse)AuthorFilesLines
2024-05-06uriparser: 0.9.7 -> 0.9.8Martin Weinelt1-2/+3
https://github.com/uriparser/uriparser/blob/uriparser-0.9.8/ChangeLog Fixes: CVE-2024-34402, CVE-2024-34403
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-10-06uriparser: 0.9.6 -> 0.9.7R. Ryantm1-2/+2
2022-05-04treewide: add meta.mainProgram to some librariesMalo Bourgon1-2/+3
where a single bin is provided and someone might actually want to run it
2022-01-17uriparser: Fix cross buildingJanne Heß1-2/+2
When cross building, we need to disable building tests or cmake will complain about the missing gtest. Also switching from targetPlatform to buildPlatform caused doCheck to be properly set to false
2022-01-08uriparser: 0.9.5 -> 0.9.5 (security, fixes #153777) (#154033)Sebastian Pipping1-2/+2
2021-03-19uriparser: 0.9.4 -> 0.9.5Dmitry Kalinkin1-3/+3
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-1/+1
2020-05-31uriparser: 0.9.3 -> 0.9.4Dmitry Kalinkin1-10/+2
2020-04-23uriparser: disable building docsDmitry Kalinkin1-2/+6
2020-04-23uriparser: 0.9.1 -> 0.9.3Dmitry Kalinkin1-6/+13
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-06uriparser: enable build on darwinDmitry Kalinkin1-1/+1
2019-01-05uriparser: 0.9.0 -> 0.9.1Andrew Dunham1-2/+2
2018-11-22Enable uriparser cross-compilationTravis Athougies1-3/+5
2018-10-27uriparser: 0.8.6 -> 0.9.0Periklis Tsirakidis1-4/+4
2018-08-21uriparser: 0.8.5 -> 0.8.6Robert Schütz1-14/+7
fixes #45343
2018-02-07uriparser: 0.8.4 -> 0.8.5adisbladis1-2/+2
2017-03-06uriparser: 0.8.2 -> 0.8.4Renaud1-5/+21
Fixed the Makefile for the doc : there is no .map files to install in this release since dot outputs images in PNG and SVG fixes #23456
2016-02-28use the sourceforge mirrors everywherezimbatm1-1/+1
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2015-07-18uriparser: init at 0.8.2Boris Sukholitko1-0/+19