summary refs log tree commit diff
path: root/pkgs/development/libraries/gnutls/default.nix
Commit message (Collapse)AuthorAge
* Merge master into staging-nextgithub-actions[bot]2023-08-13
|\
| * gnutls: add openconnect and samba to passthru.testsRobert Scott2023-08-10
| | | | | | | | | | samba having been originally included in args but forgotten from passthru.tests
* | gnutls: patch an API breakage from last updateVladimír Čunát2023-08-11
| | | | | | | | https://github.com/NixOS/nixpkgs/pull/247704#issuecomment-1672810322
* | gnutls: 3.8.0 -> 3.8.1Vladimír Čunát2023-08-07
|/ | | | https://lists.gnupg.org/pipermail/gnutls-help/2023-August/004834.html
* gnutls: remove Guile bindingsGabriel Arazas2023-04-20
| | | | The Guile bindings have been moved into its own repository.
* gnutls: drop the withSecurity optionVladimír Čunát2023-02-14
| | | | | | The patch for `withSecurity = false` wouldn't apply anymore, and it didn't seem sufficient for several months already. Noone's shown interest in fixing that.
* gnutls: 3.7.8 -> 3.8.0Vladimír Čunát2023-02-14
| | | | | | | | | https://lists.gnupg.org/pipermail/gnutls-help/2023-February/004816.html Also fixes a "medium" severity CVE-2023-0361 http://www.gnutls.org/security-new.html#GNUTLS-SA-2020-07-14 nix-ssl-cert-file.patch: upstream's only changed whitespace around here
* gnutls: add some key reverse dependencies to passthru.testsRobert Scott2023-02-11
|
* treewide: optional -> optionals where the argument is a listArtturin2022-10-10
| | | | the argument to optional should not be list
* gnutls: 3.7.7 -> 3.7.8Vladimír Čunát2022-09-28
| | | | https://lists.gnupg.org/pipermail/gnutls-help/2022-September/004765.html
* Merge staging-next into staginggithub-actions[bot]2022-08-11
|\
| * gnutls: officially adopt the packageVladimír Čunát2022-08-10
| | | | | | | | | | | | | | I've been keeping an eye on it for years due to day job at knot-resolver Eelco apparently hasn't touched gnutls since 2016, so let's drop him from the list.
* | gnutls: 3.7.6 -> 3.7.7, fix CVE-2022-2509Maximilian Bosch2022-08-08
|/ | | | | https://nvd.nist.gov/vuln/detail/CVE-2022-2509 https://lists.gnupg.org/pipermail/gnutls-help/2022-July/004746.html
* treewide: remove myself as maintainer from some pkgsFranz Pletz2022-08-03
| | | | | Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while.
* gnutls: [darwin] propagate the security framework (#179298)Vladimír Čunát2022-06-27
| | | | https://hydra.nixos.org/build/181628152 https://hydra.nixos.org/build/181629306
* gnutls: enable Security framework on darwin (PR #179078)Vladimír Čunát2022-06-26
| | | | | Otherwise the builds started to fail since the last bump: https://hydra.nixos.org/build/181462581 https://hydra.nixos.org/build/181520558
* gnutls: 3.7.3 -> 3.7.6Vladimír Čunát2022-06-23
| | | | | | https://lists.gnupg.org/pipermail/gnutls-help/2022-March/004738.html https://lists.gnupg.org/pipermail/gnutls-help/2022-May/004743.html https://lists.gnupg.org/pipermail/gnutls-help/2022-May/004744.html
* gnutls: fix IDN supportVladimír Čunát2022-01-28
| | | | | - recent versions only accept libidn2 (not libidn) - it's for free, as it's a runtime dependency of glibc anyway
* gnutls: 3.7.2 -> 3.7.3Vladimír Čunát2022-01-28
| | | | | Includes a low-severity security fix. https://lists.gnupg.org/pipermail/gnutls-help/2022-January/004736.html
* pkgsStatic.gnutls: fix buildAlyssa Ross2021-11-23
|
* gnutls: enable p11-kit by defaultrnhmjoj2021-11-18
| | | | | | | | | | | GnuTLS has a single hard-coded location for the system trust store, currently set to the path used by NixOS, Debian, Arch, Gentoo, etc. Since not all distributions use the same path, notably Fedora and RHEL, the certificate validation will break on some non-NixOS system. This can be solved by enabling the p11-kit integration, so that by default p11-kit (properly configured for all major distos) will provide GnuTLS with the CA roots though the PKCS #11 API.
* gnutls: avoid the (check-time) cacert dependencyVladimír Čunát2021-11-02
| | | | | | | | | | | | The point is to reduce rebuild amount when updating cacert/nss, though at *this* point it remains quite high - before & after: Estimating rebuild amount by counting changed Hydra jobs (parallel=unset). 13109 x86_64-darwin 21567 x86_64-linux Estimating rebuild amount by counting changed Hydra jobs (parallel=unset). 13109 x86_64-darwin 17141 x86_64-linux
* Merge staging-next into staginggithub-actions[bot]2021-06-16
|\
| * gnutls: fix homepageAlyssa Ross2021-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>GnuTLS - GNU Project - Free Software Foundation</title> <meta http-equiv="content-type" content='text/html; charset=utf-8' /> <meta http-equiv="refresh" content="1; url=https://gnutls.org/" /> <script type="text/javascript"> window.location.href = "https://gnutls.org/" </script> </head> <body> <p>GnuTLS is at <a href="https://gnutls.org/">https://gnutls.org/</a>.</p> <hr/> </body> </html>
* | gnutls: construct url from versionVladimír Čunát2021-06-16
| | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | gnutls: simplify expression (pname + version)Vladimír Čunát2021-06-11
| | | | | | | | We haven't supported multiple versions for a long time.
* | gnutls: 3.7.1 -> 3.7.2Vladimír Čunát2021-06-10
|/ | | | https://lists.gnupg.org/pipermail/gnutls-help/2021-May/004708.html
* gnutls: fix build with musl (#119569)Kasper2021-04-16
| | | | | | | * gnutls: fix build with musl * gnutls: don't handle old versions Co-authored-by: Kasper Gałkowski <kpg@posteo.net>
* gnutls: remove upstreamed armv7l patchBen Wolsieffer2021-04-16
|
* gnutls: 3.7.0 -> 3.7.1Vladimír Čunát2021-03-18
| | | | | | | | https://lists.gnupg.org/pipermail/gnutls-help/2021-March/004698.html It includes a low-severity security fix: https://gnutls.org/security-new.html#GNUTLS-SA-2021-03-10 postPatch: the patched file doesn't exist now and all tests still pass.
* gnutls: 3.6.15 -> 3.7.0Martin Weinelt2021-02-24
| | | | https://lists.gnupg.org/pipermail/gnutls-help/2020-December/004670.html
* gnutls: remove autogen from build dependenciesIvan Babrou2021-01-20
| | | | | | | | There's an error when compiling autogen on macos Big Sur with #105026, and it compiles fine without autogen, so I see no reason to keep it. The dependency on autogen was originally introduced in 31a128b32bd12b5ebae, but unfortunately there's no explanation for the reason and no linked issue.
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* Merge pull request #103925 from lopsided98/coreutils-tests-armAnderson Torres2020-12-07
|\ | | | | coreutils, findutils, gnutls: fix build on 32-bit ARM
| * gnutls: fix build on 32-bit ARMBen Wolsieffer2020-11-21
| | | | | | | | | | Add an upstream patch to fix failing tests. The patch actually affects gnulib, which is included as a vendored dependency.
* | utillinux: rename to util-linuxGraham Christensen2020-11-24
|/
* gnutls: 3.6.14 -> 3.6.15Vladimír Čunát2020-09-23
| | | | | Security: on-wire alert could cause NULL pointer dereference. https://lists.gnupg.org/pipermail/gnutls-help/2020-September/004669.html
* gnutls: 3.6.13 -> 3.6.14Cole Helbling2020-06-08
| | | | | | | | Fixes CVE-2020-13777 [1]. Changes: https://lists.gnupg.org/pipermail/gnutls-help/2020-June/004648.html [1] https://nvd.nist.gov/vuln/detail/CVE-2020-13777
* Merge pull request #80206 from Thra11/guile-gnutlsTimo Kaufmann2020-05-07
|\ | | | | gnutls: fix guile bindings
| * gnutls: fix guile bindingsTom Hall2020-02-15
| |
* | gnutls: fix musl buildFabian Möller2020-05-06
| | | | | | | | | | | | | | | | | | | | `musl` produces a different output than `glibc` during some tests, which let's them fail. Using `getpass(3)` under `musl` when `stdin` is not a tty omits the prompt, which the `certtool` test expects to find. See https://gitlab.com/gnutls/gnutls/-/issues/945
* | treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak2020-05-03
| | | | | | | | | | tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
* | Merge branch 'master' into staging-nextJan Tojnar2020-04-13
|\ \
| * | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
| |/
* / gnutls: 3.6.12 -> 3.6.13Martin Milata2020-04-04
|/ | | | | | Fixes CVE-2020-11501. Changes: https://lists.gnupg.org/pipermail/gnutls-help/2020-March/004642.html
* gnutls: move some docs that don't seem useful normallyVladimír Čunát2020-02-10
|
* gnutls: 3.6.11.1 -> 3.6.12R. RyanTM2020-02-09
|
* gnutls: 3.6.10 -> 3.6.11Will Dietz2019-12-05
|
* Merge pull request #70596 from r-ryantm/auto-update/gnutlsRobin Gloster2019-10-16
|\ | | | | gnutls: 3.6.9 -> 3.6.10
| * gnutls: 3.6.9 -> 3.6.10R. RyanTM2019-10-07
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gnutls/versions