about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rdma-core
AgeCommit message (Collapse)AuthorFilesLines
13 daysrdma-core: 53.0 -> 54.0Markus Kowalewski1-2/+2
2024-08-07rdma-core: 52.0 -> 53.0Markus Kowalewski1-2/+2
2024-05-31rdma-core: 51.0 -> 52.0Markus Kowalewski1-2/+2
2024-04-01rdma-core: 50.0 -> 51.0R. Ryantm1-2/+2
2024-01-28rdma-core: 49.1 -> 50.0R. Ryantm1-2/+2
2024-01-23rdma-core: 49.0 -> 49.1R. Ryantm1-2/+2
2023-11-19rdma-core: 48.0 -> 49.0Markus Kowalewski1-2/+2
2023-09-30rdma-core: split outputs -> out, man, devMarkus Kowalewski1-0/+2
2023-09-18rdma-core: 47.0 -> 48.0Markus Kowalewski1-2/+2
2023-08-21rdma-core: 46.1 -> 47.0Markus Kowalewski1-2/+2
2023-07-29rdma-core: use `finalAttrs` patternPol Dellaiera1-13/+37
2023-07-29rdma-core: 46.0 -> 46.1R. Ryantm1-2/+2
2023-05-16rdma-core: 45.0 -> 46.0Markus Kowalewski1-2/+2
2023-03-15rdma-core: 44.0 -> 45.0R. Ryantm1-2/+2
2023-01-12rdma-core: 43.0 -> 44.0R. Ryantm1-2/+2
2022-10-24rdma-core: 42.0 -> 43.0R. Ryantm1-2/+2
2022-08-19rdma-core: 41.0 -> 42.0R. Ryantm1-2/+2
2022-07-29rdma-core: 40.0 -> 41.0R. Ryantm1-2/+2
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