about summary refs log tree commit diff
path: root/pkgs/servers/openafs
Commit message (Collapse)AuthorAge
* Revert "openafs: fix build against linux_hardened"Joachim Fasting2019-01-07
| | | | | | This reverts commit 4bb0a719cf8f6b89ec89cd902a511a7e043d9a0d. Can be reveted once randstruct actually works
* openafs: fix build against linux_hardenedJoachim Fasting2019-01-06
| | | | | See https://hydra.nixos.org/build/86750041 and https://hydra.nixos.org/build/86749971
* openafs: 1.6.22.2 -> 1.6.23Michael Raitza2018-10-17
| | | | Add support for 4.18 kernels.
* openafs_1_8: 1.8.0 -> 1.8.2Michael Raitza2018-10-17
| | | | This release adds support for ARM64.
* openafs: Align package name with kernel version based on modDirVersionMichael Raitza2018-10-15
|
* Merge pull request #45411 from alyssais/linux-librexeji2018-08-30
|\ | | | | linux-libre: init
| * linuxPackages*.openafs*: use modDirVersionAlyssa Ross2018-08-21
| | | | | | | | | | | | | | `version` doesn't include .0 patch versions, or suffixes (eg -gnu). For .0 patch versions, this isn't a problem, since the glob takes care of everything after a `.`. It does, however, prevent openafs installing for suffixed kernels.
* | linuxPackages_4_18.openafs_1_8: brokenAlyssa Ross2018-08-21
| |
* | linuxPackages_4_18.openafs: brokenAlyssa Ross2018-08-21
|/
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | 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
* openafs_1_8: init at 1.8.0 (#41889)spacefrogg2018-06-30
| | | | | | | | - Introduce new "server" output holding the server binaries - Adapt tsmbac.patch to new build environment - Adapt openafs nixos server module accordingly - Update upstream CellServDB: 2017-03-14 -> 2018-05-14 - Introduce package attributes to refer to the openafs packages to use for server, programs and kernel module
* openafs: 1.6.22.1 -> 1.6.22.2Michael Raitza2018-02-06
| | | | Minor update. Adds support for linux kernel up to 4.15.
* openafs: Break into multiple packages with multiple outputsMichael Raitza2018-02-01
| | | | | | | | | | | | | | | | | Two packages: - pkgs.linuxPackages.openafs (only kernel module) - pkgs.openafs (client/server programs, manpages, docs) Disable `ncurses` by default - Only needed for debugging tools Introduce but disable `tsmbac` by default - IBM's on-site backup service called Tivoli Storage Manager Backup Client - Make openafs ready to use tsmbac when supplied via local overlay (needs special patching) - TSM is not in nixpkgs due to unclear/unfree licensing. (Binaries need to be modified to work with nixos)
* openafsClient: rename to openafsMichael Raitza2018-01-24