summary refs log tree commit diff
path: root/pkgs/servers/openafs
Commit message (Collapse)AuthorAge
* openafs_1_8: 1.8.3 -> 1.8.5 (#75104)Anders Kaseorg2019-12-07
| | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Rename z77z into maggesiMarco Maggesi2019-10-07
| | | | | Make the "handle" of the maintainer match the name of the github account. Also update the email address.
* linuxPackages_5_3.openafs_1_8: fix buildArtemis Tosini2019-09-20
| | | | | | This update cherry-picks patches necessary to build the OpenAFS kernel module from the OpenAFS master branch. This commit does not fix OpenAFS 1.6.
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* openafs: 1.8.2 -> 1.8.3Michael Raitza2019-04-30
|
* openafs: Add support for Linux 5.0 to openafs_1_8 (#56859)Artemis Tosini2019-03-07
| | | | | | | | | | | OpenAFS 1.8.2 does has not yet merged support for Linux 4.20 or 5.0 This patch cherry-picks commits from the git repository, and includes them in the patches/ directory. This also replaces the amalgamated Linux 4.20 patches I added earlier with the original outputs from `git show`. This has been tested to build on Linux 4.4, 4.14, 4.20, and 5.0. This does not change the derivations of openafs_1_8, only linuxPackages_*.openafs_1_8.
* openafs: fix OpenAFS 1.6 on Linux 4.20 (#56862)Artemis Tosini2019-03-06
| | | | | | | | | | | | | | openafs: fix OpenAFS 1.6 on Linux 4.20 This patch cherry-picks commits from the OpenAFS git repository to add support for Linux 4.20 to OpenAFS 1.6. There do not seem to be patches in the Git repository for full Linux 5.0 support, although I have added the ones which exist so far. This patch has been tested on Linux 4.4, 4.14, 4.20, and is confirmed to fail on Linux 5.0. It does not change the drv of the openafs package, only linuxPackages_*.openafs.
* openafs_1_8: Include support for Linux 4.20Artemis Tosini2019-02-20
| | | | | | | | | | | | | OpenAFS version 1.8.2 does not have support for Linux 4.20, meaning that linuxPackages_latest.openafs_1_8 would fail to build. This patch adds patches taken from the OpenAFS git to remove the references to deprecated functions. This has been tested on Linux 4.20 and Linux 4.14 This patch must be removed when OpenAFS 1.8.3 is released and improved when Linux 5.0 is added to Nix
* 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