about summary refs log tree commit diff
path: root/pkgs/servers/openafs
AgeCommit message (Collapse)AuthorFilesLines
2024-04-01openafs: avoid top-level withPhilip Taron1-4/+2
2024-03-24linuxPackages.openafs: Patch for Linux kernel 6.8Anders Kaseorg1-1/+147
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2024-03-24openafs: 1.8.10 → 1.8.11Anders Kaseorg3-92/+11
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2024-02-02linuxPackages.openafs: Patch for Linux kernel 6.7Anders Kaseorg1-0/+15
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-10-12openafs: Patch for Linux kernels 6.5 and 6.6Anders Kaseorg1-0/+63
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-08-05openafs, digitalbitbox: amend hacks of removing $(pwd)Vladimír Čunát1-3/+6
Just like commit 3af97fc9ee54f7e5
2023-07-11openafs: 1.8.9 → 1.8.10Anders Kaseorg3-52/+4
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-04-26openafs: Patch for Linux kernel 6.3 (#228217)Anders Kaseorg1-0/+10
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-03-08openafs: Fix configure option; Add toolsMichael Raitza1-1/+3
--with-gssapi is usually not used anymore and is replaced by --with-krb5 Add tools that handle volume dumps; search, list and extract files from them.
2023-02-22openafs: Patch for Linux kernel 6.2Anders Kaseorg1-0/+38
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2023-01-23treewide: remove -ldl linker flagsAlyssa Ross1-1/+0
With all libcs I'm aware of, libdl is now either empty (Glibc, musl, uclibc, illumos), a symlink to libc or equivalent (Apple), or does not exist (FreeBSD, NetBSD). So explicitly linking libdl now does nothing for the former platforms, and breaks the build for the latter platforms. With this patch I've removed -ldl from all overridden linker flags for all free packages in Nixpkgs. Everything still seems to build.
2022-12-26openafs: 1.8.8.1 → 1.8.9Anders Kaseorg2-63/+4
This is needed for new Linux kernel support. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-12-07openafs: Fix incorrectly required and inverted withNcurses parameterAnders Kaseorg1-3/+3
Introduced by commit cc7deb7e4a1b34d539230abe33ace25e41953b53 (#187862). Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-08-22openafs: remove null overwrites, fix tsm package name, move openafs_1_8 to ↵Sandro Jäckel1-6/+9
aliases
2022-08-04Merge pull request #180154 from andersk/remove-openafs-1.9Jörg Thalheim6-498/+0
openafs_1_9: Remove
2022-07-04openafs_1_9: RemoveAnders Kaseorg6-498/+0
Odd-numbered branches like 1.9 are development releases. Upstream doesn’t consider them ready for production use, and doesn’t provide prompt updates for security or kernel support. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-06-27openafs: Patch for Linux kernel 5.18Anders Kaseorg1-9/+39
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-05-25linuxPackages.openafs: mark broken on Linux 5.18Alyssa Ross1-1/+1
2022-04-10openafs: Patch for Linux kernel 5.17Anders Kaseorg1-1/+34
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-04-08treewide: remove obsolete kernel version checksAlyssa Ross2-2/+2
We no longer support any Linux kernel older than 4.9.
2022-03-21linuxPackages.openafs: mark broken on Linux 5.17Alyssa Ross1-1/+1
2021-12-24treewide: use pname&version instead of nameFelix Buehler2-4/+6
2021-12-13openafs: run nixpkgs-fmtAnders Kaseorg3-12/+52
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-12-13openafs: 1.8.8 → 1.8.8.1Anders Kaseorg2-21/+4
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-07openafs: Add upstream patches for Linux kernel 5.15Anders Kaseorg1-2/+19
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-06linuxPackages.openafs_1_9: mark broken on Linux 5.15Alyssa Ross1-1/+1
2021-11-06linuxPackages.openafs: mark broken on Linux 5.15Alyssa Ross1-1/+1
2021-08-02openafs: cleanupSandro Jäckel1-2/+2
2021-07-30openafs: 1.8.7 -> 1.8.8Marc 'risson' Schmitt2-46/+3
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-06-08Merge pull request #125525 from fortuneteller2k/openafs_1_9Sandro1-3/+3
2021-06-04openafs_1_9, linuxPackages.openafs_1_9: 1.9.0 -> 1.9.1fortuneteller2k1-3/+3
2021-05-31openafs: Add upstream patches for Linux kernel 5.12Anders Kaseorg1-0/+10
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-04-04yacc: deprecate aliasSandro Jäckel4-8/+8
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04kerberos: deprecate aliasSandro Jäckel4-10/+8
2021-02-18openafs: Add upstream patches for Linux kernel 5.11Anders Kaseorg1-0/+14
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-01-15Merge pull request #109428 from andersk/openafs-1.8.7Jörg Thalheim1-3/+3
openafs: 1.8.6 → 1.8.7 (emergency fix for unix timestamp 0x60000000)
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob2-2/+2
2021-01-14openafs: 1.8.6 → 1.8.7Anders Kaseorg1-3/+3
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch4-8/+8
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
2020-11-17openafs_1_9: init at 1.9.0Michael Raitza6-0/+498
2020-11-17openafs: remove 1.6; point to openafs_1_8Michael Raitza5-245/+1
2020-11-17Merge pull request #99379 from spacefrogg/openafs-fixupsJörg Thalheim1-16/+23
2020-11-17openafs_1_8: Properly generate and split off developer documentationMichael Raitza1-3/+10
2020-11-17openafs_1_8: Merge server output with outMichael Raitza1-6/+3
User and server binaries cannot be shipped separately. The bos tool uses a hard-coded path to the volume salvage command (which resides with the server binaries). Splitting them into separate outputs invalidates the reference in the bos tool (due to remove-references-to). This rendered the volume salvager inoperable (which is obviously a bad thing).
2020-11-17openafs_1_8: Cleanup build and fix build issuesMichael Raitza1-9/+12
Parallel building is broken, leading to failing builds in very rare cases. (volint.h not yet built while alredy needed when compiling volser.)
2020-09-27openafs_1_8: Add upstream patches for Linux kernel 5.8 and 5.9Anders Kaseorg1-0/+19
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-08-12Merge pull request #91938 from spacefrogg/openafs-1.6-deprecationDaniël de Kok3-5/+7
openafs: 1.6.23 -> 1.6.24, mark broken due to EOL
2020-08-12openafs: 1.6.23 -> 1.6.24, mark broken due to EOLMichael Raitza3-5/+7
Last old stable release. Enforce switch to openafs_1_8 by marking broken while leaving a reasonable short-term alternative. Ref #90927
2020-06-29openafs_1_8: 1.8.5 -> 1.8.6Anders Kaseorg2-21/+5
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-05-21openafs_1_8: include 5.6 fixesJörg Thalheim1-1/+19