summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rdma-core
Commit message (Collapse)AuthorAge
* rdma-core: split outputs -> out, man, devMarkus Kowalewski2023-09-30
|
* rdma-core: 47.0 -> 48.0Markus Kowalewski2023-09-18
|
* rdma-core: 46.1 -> 47.0Markus Kowalewski2023-08-21
|
* rdma-core: use `finalAttrs` patternPol Dellaiera2023-07-29
|
* rdma-core: 46.0 -> 46.1R. Ryantm2023-07-29
|
* rdma-core: 45.0 -> 46.0Markus Kowalewski2023-05-16
|
* rdma-core: 44.0 -> 45.0R. Ryantm2023-03-15
|
* rdma-core: 43.0 -> 44.0R. Ryantm2023-01-12
|
* rdma-core: 42.0 -> 43.0R. Ryantm2022-10-24
|
* rdma-core: 41.0 -> 42.0R. Ryantm2022-08-19
|
* rdma-core: 40.0 -> 41.0R. Ryantm2022-07-29
|
* rdma-core: 39.1 -> 40.0Markus Kowalewski2022-04-24
|
* rdma-core: 39.0 -> 39.1Markus Kowalewski2022-03-30
|
* rdma-core: Fix pkg-config filesJacek Galowicz2022-03-30
|
* rdma-core: 38.1 -> 39.0R. Ryantm2022-01-28
|
* rdma-core: 38.0 -> 38.1Markus Kowalewski2022-01-13
|
* rdma-core: fix cross compilation, set strictDepsNick Cao2021-12-24
|
* rdma-core: 37.1 -> 38.0Markus Kowalewski2021-11-28
|
* rdma-core: 37.0 -> 37.1Markus Kowalewski2021-10-26
|
* rdma-core: 36.0 -> 37.0Markus Kowalewski2021-10-04
|
* rdma-core: 35.0 -> 36.0Markus Kowalewski2021-08-02
|
* rdma-core: 34.0 -> 35.0Markus Kowalewski2021-05-19
|
* Merge branch 'master' into staging-nextJan Tojnar2021-04-06
|\
| * iproute: deprecate aliasSandro Jäckel2021-04-04
| |
* | treewide: use perl.withPackages when possiblernhmjoj2021-03-31
|/ | | | | | | | | | | | | | | | | | | | | | 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/
* rdma-core: 33.1 -> 34.0R. RyanTM2021-03-13
|
* rdma-core: python2 -> python3ajs1242021-03-03
|
* rdma-core: 33.0 -> 33.1Markus Kowalewski2021-01-28
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* rdma-core: 31.2 -> 33.0Markus Kowalewski2021-01-01
|
* rdma-core: 31.1 -> 31.2R. RyanTM2020-11-26
|
* rdma-core: 31.0 -> 31.1Markus Kowalewski2020-11-08
|
* rdma-core: 30.0 -> 31.0R. RyanTM2020-08-24
|
* rdma-core: 29.0 -> 30.0Markus Kowalewski2020-06-26
|
* rdma-core: 28.0 -> 29.0R. RyanTM2020-04-15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* rdma-core: 27.0 -> 28.0Markus Kowalewski2020-02-28
| | | | | rxe_cfg has been removed, is replaced by 'rdma' from iproute package.
* rdma-core: 26.1 -> 27.0R. RyanTM2019-12-24
|
* rdma-core: 26.0 -> 26.1Markus Kowalewski2019-12-07
|
* rdma-core: 25.0 -> 26.0R. RyanTM2019-10-08
| | | | | | | 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
* treewide: name -> pnamevolth2019-08-17
|
* rdma-core: 24.0 -> 25.0Markus Kowalewski2019-08-09
|
* rdma-core: 23.1 -> 24.0R. RyanTM2019-06-02
| | | | | | | 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
* rdma-core: 23 -> 23.1R. RyanTM2019-05-24
| | | | | | | 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
* rdma-core: 22.1 -> 23R. RyanTM2019-04-02
| | | | | | | 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
* rdma-core: 22 -> 22.1Markus Kowalewski2019-02-12
|
* rdma-core: 21 -> 22Markus Kowalewski2019-01-28
|
* rdma-core: add iproute to rxe_cfg toolMarkus Kowalewski2018-11-18
| | | | | The rxe_cfg script switched from ifconfig to iproute utility (ip).
* rdma-core: 20.1 -> 21R. RyanTM2018-11-18
| | | | | | | 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