aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/kerberos (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: add warning comment to “boot” packagesMatthew Bauer2020-07-311-0/+5
| | | | | | | | | | | | | | | This adds a warning to the top of each “boot” package that reads: Note: this package is used for bootstrapping fetchurl, and thus cannot use fetchpatch! All mutable patches (generated by GitHub or cgit) that are needed here should be included directly in Nixpkgs as files. This makes it clear to maintainer that they may need to treat this package a little differently than others. Importantly, we can’t use fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale hashes, we need to include patches that are subject to changing overtime (for instance, gitweb’s patches contain a version number at the bottom).
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
|
* krb5: Add patches to fix build with musl on 1.18Niklas Hambüchen2020-04-013-1/+70
|
* krb5: 1.17 -> 1.18R. RyanTM2020-02-271-2/+2
|
* treewide: remove redundant quotesvolth2019-09-081-1/+1
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* heimdal: 7.6.0 -> 7.7.0R. RyanTM2019-06-161-2/+2
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/heimdal/versions
* heimdal: 7.5.0 -> 7.6.0R. RyanTM2019-05-211-2/+2
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/heimdal/versions
* llvm8: support c++ in cross caseMatthew Bauer2019-04-111-1/+2
| | | | | | | | | | this adds libc++ to the LLVM cross, giving us access to the full Nixpkgs set. This requires 4 stages of wrapped compilers: - Clang with no libraries - Clang with just compiler-rt - Clang with Libc, and compiler-rt - Clang with Libc++, Libc, and compiler-rt
* krb5: 1.15.5 -> 1.17Will Dietz2019-02-221-3/+3
| | | | | | | | https://web.mit.edu/kerberos/krb5-1.17/ https://web.mit.edu/kerberos/krb5-1.16/krb5-1.16.2.html https://web.mit.edu/kerberos/krb5-1.16/krb5-1.16.1.html https://web.mit.edu/kerberos/krb5-1.16/krb5-1.16.html
* krb5: 1.15.2 -> 1.15.5Will Dietz2019-02-221-3/+3
| | | | | | https://web.mit.edu/kerberos/krb5-1.15/krb5-1.15.3.html https://web.mit.edu/kerberos/krb5-1.15/krb5-1.15.4.html https://web.mit.edu/kerberos/krb5-1.15/krb5-1.15.5.html
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-262-3/+1
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* kerberos: move user binaries to default outputKai Wohlfahrt2018-12-111-1/+1
| | | | | | The intention of the previous change was to move krb5-config to .dev (it gives the locations of headers), but it grabbed all of the user-facing binaries too. This puts them back.
* direnv: make cross-compile on windowsJörg Thalheim2018-11-241-1/+1
|
* krb5: don't pull in keyutils with bionicMatthew Bauer2018-11-031-1/+1
| | | keyutils breaks with bionic. since it's an optional dependency, it seems safe to just disable it with libkrb5 (which otherwise works fine with bionic libc).
* Merge pull request #42295 from avnik/libprefixed-to-multioutput/heimdalMatthew Bauer2018-09-051-33/+30
|\ | | | | Libprefixed to multioutput/heimdal
| * heimdal: simplify build, keep bin/ in $outAlexander V. Nikolaev2018-08-081-13/+7
| |
| * heimdal: move "info" to own outputAlexander V. Nikolaev2018-08-081-2/+2
| |
| * heimdal: refactor lib-prefixed packages to multi-outputAlexander V. Nikolaev2018-08-081-31/+34
| |
* | krb5: add linux keyring supportDan Peebles2018-08-201-1/+2
|/ | | | | | | This requires some minor hoop-hopping because it's involved in the Linux bootstrap, but it's nothing too complicated. Fixes #43289
* krb5: Add `staticOnly` flagNiklas Hambüchen2018-07-211-0/+6
|
* heimdal: Fix darwin buildJosef Kemetmüller2018-05-221-5/+6
|
* heimdal: Fix db includeJosef Kemetmüller2018-05-221-1/+2
| | | | | [dezgeg squashed in to fit the changes introduced in "db: Use more conventional outputs, also split bin"]
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-251-0/+1
| | | | trivial part)
* libheimdal: 7.4.0 -> 7.5.0Edward Tjörnhammar2018-03-212-2/+18
| | | | | | | | In Heimdal 7.1 through 7.4, remote unauthenticated attackers are able to crash the KDC by sending a crafted UDP packet containing empty data fields for client name or realm. Security: CVE-2017-17439
* krb5: Allow cross-compilationBen Gamari2018-01-091-1/+6
|
* fetchurl on Darwin: gssSupport = false (see 9b54a00160)Vladimír Čunát2017-12-211-1/+1
| | | | I can't see a better way around the problem for now.
* kerberos: split headers into $devVladimír Čunát2017-12-191-11/+19
|
* fetchurl: switch to the usual curlVladimír Čunát2017-12-191-2/+3
| | | | | I verified that krb5 doesn't need yacc in lib-only build, simplifying the circular-reference cut.
* kerberos: 1.15 -> 1.15.2 for CVE-2017-11462Franz Pletz2017-09-281-2/+2
|
* kerberos: store state in /var/lib instead of $out/varJörg Thalheim2017-09-121-1/+2
|
* libheimdal: 2015-09-13 -> 7.4.0 for CVE-2017-11103Franz Pletz2017-08-011-3/+4
| | | | The git snapshot was based on 7.0 which is vulnerable.
* libkrb5: fix issue #16161.tkatchev2017-01-191-1/+1
|
* libkrb5: 1.14.3 -> 1.15Nikolay Amiantov2016-12-202-43/+4
|
* heimdal: use python2Frederik Rietdijk2016-10-181-2/+2
| | | | because of print statement
* krb5: 1.14.2 -> 1.14.3Robin Gloster2016-09-181-2/+2
| | | | fixes CVE-2016-3120
* Merge #16291: krb5: fix compilation on weird prefixesVladimír Čunát2016-06-202-0/+40
|\ | | | | | | (when nix store prefix contains a "+" character)
| * krb5: fix for stores with paths containing '+' characterDmitry Kalinkin2016-06-172-0/+39
|/
* treewide: Make explicit that 'dev' output of sqlite is usedTuomas Tynkkynen2016-05-191-1/+1
|
* treewide: Make explicit that 'dev' output of openssl is usedTuomas Tynkkynen2016-05-191-1/+1
|
* treewide: Make explicit that 'dev' output of openldap is usedTuomas Tynkkynen2016-05-191-1/+1
|
* krb5: 1.14 -> 1.14.2 (security updates)Shea Levy2016-05-021-2/+2
|
* krb5: simplify unpackingVladimír Čunát2016-01-051-5/+1
|
* tree-wide: various cleanupsVladimír Čunát2016-01-022-3/+4
| | | | | It's mainly refactoring and mass-rebuild simplifications without any real impact (besides better readability).
* FreeBSD: re-add heimdaljanus2016-01-011-1/+1
|
* FreeBSD: minor fixes, add notes and make stdenv more robustjanus2016-01-011-1/+1
|
* FreeBSD: apr-util, cyrus-sasl, berkeley db, glib, gnutls, kerberos, ↵janus2016-01-011-4/+5
| | | | libelf-freebsd, openldap, serf, guile, tet, shishi, gawk, gnugrep
* FreeBSD: patch expat, kerberos, libedit, ossp-uuid, lz4, sharutils, add ↵janus2016-01-011-4/+6
| | | | libelf-freebsd
* heimdal: try disabling parallel builds due to hydra issuesLuca Bruno2015-09-291-1/+4
| | | | cc @wkennington
* heimdal: 2015-06-17 -> 2015-09-13William A. Kennington III2015-09-161-3/+3
|