about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rdma-core
AgeCommit message (Collapse)AuthorFilesLines
2022-04-24rdma-core: 39.1 -> 40.0Markus Kowalewski2-22/+2
2022-03-30rdma-core: 39.0 -> 39.1Markus Kowalewski1-2/+2
2022-03-30rdma-core: Fix pkg-config filesJacek Galowicz2-0/+20
2022-01-28rdma-core: 38.1 -> 39.0R. Ryantm1-2/+2
2022-01-13rdma-core: 38.0 -> 38.1Markus Kowalewski1-2/+2
2021-12-24rdma-core: fix cross compilation, set strictDepsNick Cao1-2/+3
2021-11-28rdma-core: 37.1 -> 38.0Markus Kowalewski1-2/+2
2021-10-26rdma-core: 37.0 -> 37.1Markus Kowalewski1-2/+2
2021-10-04rdma-core: 36.0 -> 37.0Markus Kowalewski1-5/+3
2021-08-02rdma-core: 35.0 -> 36.0Markus Kowalewski1-2/+2
2021-05-19rdma-core: 34.0 -> 35.0Markus Kowalewski1-2/+2
2021-04-06Merge branch 'master' into staging-nextJan Tojnar1-3/+3
2021-04-04iproute: deprecate aliasSandro Jäckel1-2/+2
2021-03-31treewide: use perl.withPackages when possiblernhmjoj1-4/+4
Since 03eaa48 added perl.withPackages, there is a canonical way to create a perl interpreter from a list of libraries, for use in script shebangs or generic build inputs. This method is declarative (what we are doing is clear), produces short shebangs[1] and needs not to wrap existing scripts. Unfortunately there are a few exceptions that I've found: 1. Scripts that are calling perl with the -T switch. This makes perl ignore PERL5LIB, which is what perl.withPackages is using to inform the interpreter of the library paths. 2. Perl packages that depends on libraries in their own path. This is not possible because perl.withPackages works at build time. The workaround is to add `-I $out/${perl.libPrefix}` to the shebang. In all other cases I propose to switch to perl.withPackages. [1]: https://lwn.net/Articles/779997/
2021-03-13rdma-core: 33.1 -> 34.0R. RyanTM1-2/+2
2021-03-03rdma-core: python2 -> python3ajs1241-2/+2
2021-01-28rdma-core: 33.0 -> 33.1Markus Kowalewski1-3/+3
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-01rdma-core: 31.2 -> 33.0Markus Kowalewski1-2/+2
2020-11-26rdma-core: 31.1 -> 31.2R. RyanTM1-2/+2
2020-11-08rdma-core: 31.0 -> 31.1Markus Kowalewski1-2/+2
2020-08-24rdma-core: 30.0 -> 31.0R. RyanTM1-2/+2
2020-06-26rdma-core: 29.0 -> 30.0Markus Kowalewski1-2/+2
2020-04-15rdma-core: 28.0 -> 29.0R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-28rdma-core: 27.0 -> 28.0Markus Kowalewski1-7/+2
rxe_cfg has been removed, is replaced by 'rdma' from iproute package.
2019-12-24rdma-core: 26.1 -> 27.0R. RyanTM1-2/+2
2019-12-07rdma-core: 26.0 -> 26.1Markus Kowalewski1-2/+2
2019-10-08rdma-core: 25.0 -> 26.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rdma-core/versions
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-08-09rdma-core: 24.0 -> 25.0Markus Kowalewski1-5/+22
2019-06-02rdma-core: 23.1 -> 24.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rdma-core/versions
2019-05-24rdma-core: 23 -> 23.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rdma-core/versions
2019-04-02rdma-core: 22.1 -> 23R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rdma-core/versions
2019-02-12rdma-core: 22 -> 22.1Markus Kowalewski1-2/+2
2019-01-28rdma-core: 21 -> 22Markus Kowalewski1-2/+2
2018-11-18rdma-core: add iproute to rxe_cfg toolMarkus Kowalewski1-3/+4
The rxe_cfg script switched from ifconfig to iproute utility (ip).
2018-11-18rdma-core: 20.1 -> 21R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rdma-core/versions
2018-10-23rdma-core: 20 -> 20.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rdma-core/versions
2018-09-20rdma-core: 19 -> 20R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rdma-core/versions
2018-07-18treewide: remove aliases in nixpkgsMatthew Bauer1-3/+2
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
2018-07-11rdma-core: 17.1 -> 19 (#43357)markuskowa1-4/+4
2018-03-25rdma-core: 17 -> 17.1Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/ibv_asyncwatch -h` got 0 exit code - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/ibv_asyncwatch --help` got 0 exit code - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/ibv_asyncwatch -h` and found version 17.1 - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/ibv_asyncwatch --help` and found version 17.1 - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/rxe_cfg -h` got 0 exit code - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/rxe_cfg --help` got 0 exit code - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/rxe_cfg help` got 0 exit code - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/ibacm help` got 0 exit code - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/iwpmd -h` got 0 exit code - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/iwpmd --help` got 0 exit code - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/iwpmd help` got 0 exit code - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/iwpmd -V` and found version 17.1 - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/iwpmd -v` and found version 17.1 - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/iwpmd --version` and found version 17.1 - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/iwpmd -h` and found version 17.1 - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/iwpmd --help` and found version 17.1 - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/rdma-ndd -h` got 0 exit code - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/rdma-ndd --help` got 0 exit code - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/rdma-ndd help` got 0 exit code - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/rdma-ndd -V` and found version 17.1 - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/rdma-ndd -v` and found version 17.1 - ran `/nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1/bin/rdma-ndd --version` and found version 17.1 - found 17.1 with grep in /nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1 - found 17.1 in filename of file in /nix/store/2c9wjl45czzxkjdg6gggnqz19jky6ml6-rdma-core-17.1 - directory tree listing: https://gist.github.com/bc45415978e0954a49f501d71dead508
2018-02-26rdma-core: 16.1 -> 17Markus Kowalewski1-2/+2
2018-01-30rdma-core: set correct RUNDIR and SHAREDSTATEDIRJörg Thalheim1-1/+5
2018-01-29rdma-core: fix platform flagMarkus Kowalewski1-0/+1
2018-01-29rdma-core: fix paths in rxe_cfgMarkus Kowalewski1-4/+7
2018-01-20rdma-core: init at 16.1Markus Kowalewski1-0/+32