Michael Raitza
a411a116a5
openafs: Fix configure option; Add tools
...
--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-03-08 18:25:34 +01:00
Alyssa Ross
12d2821bf5
treewide: remove -ldl linker flags
...
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.
2023-01-23 15:34:53 +00:00
Anders Kaseorg
83668bc0df
openafs: Fix incorrectly required and inverted withNcurses parameter
...
Introduced by commit
cc7deb7e4a
(#187862 ).
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-12-07 02:43:30 -08:00
Sandro Jäckel
cc7deb7e4a
openafs: remove null overwrites, fix tsm package name, move openafs_1_8 to aliases
2022-08-22 14:25:36 +02:00
Anders Kaseorg
1a3b084c63
openafs: run nixpkgs-fmt
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-12-13 13:15:04 -05:00
Sandro Jäckel
33a395f195
yacc: deprecate alias
...
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
Sandro Jäckel
dcb501f993
kerberos: deprecate alias
2021-04-04 03:18:56 +02:00
Ben Siraphob
872973d7d1
pkgs/servers: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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-11 10:38:22 +01:00
Michael Raitza
54a69eb804
openafs_1_8: Properly generate and split off developer documentation
2020-11-17 16:12:22 +01:00
Michael Raitza
f08099d0a7
openafs_1_8: Merge server output with out
...
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-17 16:12:21 +01:00
Michael Raitza
62a34589b8
openafs_1_8: Cleanup build and fix build issues
...
Parallel building is broken, leading to failing builds in very rare
cases. (volint.h not yet built while alredy needed when compiling volser.)
2020-11-17 16:12:21 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Anders Kaseorg
b661db12e8
openafs_1_8: 1.8.3 -> 1.8.5 ( #75104 )
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-12-07 11:58:19 -05:00
Marco Maggesi
ff1ed720e2
Rename z77z into maggesi
...
Make the "handle" of the maintainer match the name of the github account.
Also update the email address.
2019-10-07 17:05:25 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Michael Raitza
d37bb7302f
openafs_1_8: 1.8.0 -> 1.8.2
...
This release adds support for ARM64.
2018-10-17 17:55:10 +02:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
spacefrogg
37c999228b
openafs_1_8: init at 1.8.0 ( #41889 )
...
- 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
2018-06-30 00:34:35 +02:00