aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/librdf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* librdf_raptor2: add patch for CVE-2017-18926Martin Weinelt2020-11-131-2/+11
| | | | | | Fixes two heap overflows in the raptor2 rdf parsing library. https://www.openwall.com/lists/oss-security/2017/06/07/1
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-104-4/+4
|
* lrdf: move from librdf librariesOrivej Desh2020-03-231-34/+0
| | | | It was never called librdf and it is not a librdf.org project.
* Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-221-2/+2
| | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
* Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-211-2/+2
| | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-091-2/+2
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-221-1/+1
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* treewide: `stdenv.config` -> `config`Jan Malakhovski2019-03-141-2/+2
| | | | That attribute does not exist.
* redland: add license + descriptionMarkus Kowalewski2018-10-181-2/+4
|
* librdf: disable testsJan Malakhovski2018-08-111-0/+2
|
* Merge staging-next into master (#44009)Frederik Rietdijk2018-07-241-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * substitute(): --subst-var was silently coercing to "" if the variable does not exist. * libffi: simplify using `checkInputs` * pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix * utillinux: 2.32 -> 2.32.1 https://lkml.org/lkml/2018/7/16/532 * busybox: 1.29.0 -> 1.29.1 * bind: 9.12.1-P2 -> 9.12.2 https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html * curl: 7.60.0 -> 7.61.0 * gvfs: make tests run, but disable * ilmbase: disable tests on i686. Spooky! * mdds: fix tests * git: disable checks as tests are run in installcheck * ruby: disable tests * libcommuni: disable checks as tests are run in installcheck * librdf: make tests run, but disable * neon, neon_0_29: make tests run, but disable * pciutils: 3.6.0 -> 3.6.1 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pciutils/versions. * mesa: more include fixes mostly from void-linux (thanks!) * npth: 1.5 -> 1.6 minor bump * boost167: Add lockfree next_prior patch * stdenv: cleanup darwin bootstrapping Also gets rid of the full python and some of it's dependencies in the stdenv build closure. * Revert "pciutils: use standardized equivalent for canonicalize_file_name" This reverts commit f8db20fb3ae382eba1ba2b160fe24739f43c0bd7. Patching should no longer be needed with 3.6.1. * binutils-wrapper: Try to avoid adding unnecessary -L flags (cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9) Signed-off-by: Domen Kožar <domen@dev.si> * libffi: don't check on darwin libffi usages in stdenv broken darwin. We need to disable doCheck for that case. * "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook * python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273 When `py.test` was run with a folder as argument, it would not only search for tests in that folder, but also create a .pytest-cache folder. Not only is this state we don't want, but it was also causing collisions. * parity-ui: fix after merge * python.pkgs.pytest-flake8: disable test, fix build * Revert "meson: 0.46.1 -> 0.47.0" With meson 0.47.0 (or 0.47.1, or git) things are very wrong re:rpath handling resulting in at best missing libs but even corrupt binaries :(. When we run patchelf it masks the problem by removing obviously busted paths. Which is probably why this wasn't noticed immediately. Unfortunately the binary already has a long series of paths scribbled in a space intended for a much smaller string; in my testing it was something like lengths were 67 with 300+ written to it. I think we've reported the relevant issues upstream, but unfortunately it appears our patches are what introduces the overwrite/corruption (by no longer being correct in what they assume) This doesn't look so bad to fix but it's not something I can spend more time on at the moment. -- Interestingly the overwritten string data (because it is scribbled past the bounds) remains in the binary and is why we're suddenly seeing unexpected references in various builds -- notably this is is the reason we're seeing the "extra-utils" breakage that entirely crippled NixOS on master (and probably on staging before?). Fixes #43650. This reverts commit 305ac4dade5758c58e8ab1666ad0197fd305828d. (cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d) Signed-off-by: Domen Kožar <domen@dev.si>
* Merge pull request #43700 from oxij/tree/more-test-fixesMatthew Bauer2018-07-231-2/+7
|\ | | | | treewide: more fixes to tests
| * librdf: fix testsJan Malakhovski2018-07-171-2/+7
| |
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
|/
* librdf_redland: Enable darwin buildJosef Kemetmüller2018-05-221-3/+3
|
* librdf_redland: Fix db dependencyJosef Kemetmüller2018-05-221-1/+4
| | | | | | | This fixes a regression introduced in 4b06383. [dezgeg squashed in to fit the changes introduced in "db: Use more conventional outputs, also split bin"]
* librdf_rasqal: Enable darwin buildJosef Kemetmüller2018-05-221-1/+1
|
* librdf_raptor2: Enable darwin buildJosef Kemetmüller2018-05-221-1/+1
|
* librdf_rasqal: 0.9.32 -> 0.9.33Ryan Mulligan2018-03-181-2/+2
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33/bin/roqet -h` got 0 exit code - ran `/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33/bin/roqet --help` got 0 exit code - ran `/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33/bin/roqet -v` and found version 0.9.33 - ran `/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33/bin/roqet --version` and found version 0.9.33 - ran `/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33/bin/roqet -h` and found version 0.9.33 - ran `/nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33/bin/roqet --help` and found version 0.9.33 - found 0.9.33 with grep in /nix/store/g22gwl6x47gblsjw1103d9s0db2f8q62-rasqal-0.9.33 - directory tree listing: https://gist.github.com/ed6057974e0e9e152484b22dca593388
* redland: use connector-cRobin Gloster2017-12-291-1/+1
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-211-1/+2
| | | | Only acts on one-line dependency lists.
* Update homepage attributes: http -> httpsmimadrid2017-08-031-1/+1
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-013-3/+3
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* treewide: purge maintainers.urkudVladimír Čunát2017-03-272-2/+2
| | | | | It's sad, but he's been inactive for the last five years. Keeping such people in meta.maintainers is counter-productive.
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-021-0/+1
| | | | Build-tested on x86_64 Linux & Mac.
* librdf_redland: Fix dependency on libraptor2Eelco Dolstra2016-03-071-0/+3
| | | | | | This broke soprano/nepomuk. http://hydra.nixos.org/build/32556702
* refactor to use autoreconfHook where possibleRobin Gloster2016-01-181-10/+4
| | | | Close #12446.
* Update Redland and its dependencies rasqal and raptor.Jos van den Oever2014-11-093-6/+6
|
* Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-063-4/+4
| | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-281-1/+1
|
* Move all db4 packages to the default db5William A. Kennington III2014-02-151-3/+3
|
* librdf_rasqal: update from 0.9.30 to 0.9.31Nixpkgs Monitor2013-12-181-2/+2
|
* librdf_raptor2: update from 2.0.8 to 2.0.12Nixpkgs Monitor2013-12-181-2/+2
|
* More description fixesBjørn Forsman2013-10-061-1/+1
| | | | | | | | | | | * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
* librdf: update the librariesVladimír Čunát2013-03-024-17/+29
|
* Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2013-02-151-1/+3
|\
| * development/libraries/librdf/default.nix:Александр Цамутали2013-02-031-1/+3
| | | | | | | | Move librdf_raptor to propagatedBuildInputs.
* | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-282-2/+2
|/ | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* Fix raptor build - curl dropped curl/types.hMichael Raskin2011-11-081-0/+4
| | | | svn path=/nixpkgs/trunk/; revision=30315
* redland-1.0.14, move to librdf/Yury G. Kudryashov2011-08-152-1/+41
| | | | | | | | * rename redland to librdf_redland * add compatibility alias * propagate some inputs svn path=/nixpkgs/trunk/; revision=28589
* librdf_*: up2dateYury G. Kudryashov2011-08-152-10/+10
| | | | svn path=/nixpkgs/trunk/; revision=28588
* * Update a bunch of dependencies of kdelibs.Eelco Dolstra2011-07-112-5/+25
| | | | svn path=/nixpkgs/branches/kde-4.7/; revision=27702
* * Get rid of many instances of "args: with args;", and other codingEelco Dolstra2010-07-283-21/+16
| | | | | | | guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
* Adding 4store RDF storage/SparQL serverMichael Raskin2010-06-301-4/+5
| | | | svn path=/nixpkgs/trunk/; revision=22434
* Fixing rasqal linking problem (the same as with redland)Michael Raskin2010-06-301-0/+4
| | | | svn path=/nixpkgs/trunk/; revision=22430
* Adding Redstore HTTP RDF/SPARQL serverMichael Raskin2010-06-291-4/+4
| | | | svn path=/nixpkgs/trunk/; revision=22428
* updating redland, adding rasqal, raptor, librdfMarc Weber2009-09-213-0/+64
svn path=/nixpkgs/trunk/; revision=17320