summary refs log tree commit diff
path: root/pkgs/development/libraries/libgcrypt
Commit message (Collapse)AuthorAge
* libgcrypt: Use pname in changelog urlAlexis Hildebrandt2023-05-07
| | | | to specify project for gitweb.
* libgcrypt: patch !isLinux builds after updateVladimír Čunát2023-04-28
| | | | https://hydra.nixos.org/log/yasak2xgzs3ny45hbbm0768kv70sfm2s-libgcrypt-1.10.2.drv
* Merge #226581: libgcrypt: 1.10.1 -> 1.10.2Vladimír Čunát2023-04-26
|\ | | | | | | ...into staging
| * libgcrypt: 1.10.1 -> 1.10.2R. Ryantm2023-04-17
| |
| * Revert "Add LTS version of GnuPG and update libgcrypt to latest LTS version"K9002023-04-13
| |
| * libgcrypt: 1.5.6 -> 1.8.10Alexis Hildebrandt2023-03-22
| |
* | libgcrypt: 1.5.6 -> 1.8.10Alexis Hildebrandt2023-04-13
|/
* libgcrypt: 1.9.4 -> 1.10.1Lancelot SIX2022-03-29
| | | | | | | | See https://mail.gnu.org/archive/html/info-gnu/2022-03/msg00007.html for release information. This release should fix build issues with MUSL libc which did prevent 1.10.0 from being merged.
* treewide: remove meta.repositoriesArtturin2022-03-24
| | | | there's no documentation for meta.repositories and its not widely used
* libgcrypt: add some reverse dependencies to passthru.testsRobert Scott2022-02-12
|
* pkgs/development: rename name to pname&versionFelix Buehler2021-12-01
|
* libgpg-error: rename from libgpgerrorRyan Burns2021-10-06
| | | | Matches pname and upstream project name
* libgcrypt: 1.9.3 -> 1.9.4Robert Scott2021-09-07
|
* libgcrypt: add meta.changelogajs1242021-05-17
|
* libgcrypt: 1.9.2 -> 1.9.3R. RyanTM2021-05-17
|
* libgcrypt: remove upstreamed patchJörg Thalheim2021-03-07
|
* libgcrypt: 1.9.1 -> 1.9.2R. RyanTM2021-03-07
|
* Merge master into staging-nextgithub-actions[bot]2021-02-21
|\
| * libgcrypt: disable asm on aarch64-darwinIvan Babrou2021-02-20
| | | | | | | | See: https://dev.gnupg.org/T5157
* | libgcrypt: fix build on musl32Symphorien Gibol2021-02-12
|/
* Merge staging-next into staginggithub-actions[bot]2021-01-30
|\
| * libgcrypt_1_5: mark as insecureRobert Schütz2021-01-29
| |
* | libgcrypt: 1.8.7 -> 1.9.1Alyssa Ross2021-01-29
|/ | | | | This is NOT a security update for us, even though 1.9.1 fixes a security issue in 1.9.0, because we never had 1.9.0.
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* libgcrypt: force noexecstackLucas Ransan2020-12-28
|
* libgcrypt: 1.8.6 -> 1.8.7R. RyanTM2020-11-10
|
* libgcrypt: 1.8.5 -> 1.8.6Lancelot SIX2020-07-06
| | | | | See https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00001.html for release information
* libgcrypt: always pass build and host to configureGaelan Steele2020-06-19
| | | | | | | When building for aarch32 on aarch64 with extraPlatforms, libgcrypt fails to build because it tries to guess the host platform from uname, which returns the wrong result in this case. We fix this by always telling libgcrpyt what platform to build for.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* libgcrypt: disable asm on muslYorick van Pelt2019-11-11
|
* libgcrypt: 1.8.4 -> 1.8.5Lancelot SIX2019-08-31
| | | | | See https://lists.gnu.org/archive/html/info-gnu/2019-08/msg00008.html for release information
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* libgcrypt: fix 1.5 build on macOS (#59507)strager2019-05-03
| | | | | | libgcrypt-1.5's configure script incorrectly detects x86_64-apple-darwin (macOS) as an ELF platform. This causes failures when compiling assembly sources. Backport libgcrypt's fix for this issue, fixing libgcrypt-1.5's build on macOS.
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | 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.
* libgcrypt: pass --with-libgpg-error-prefixMatthew Bauer2018-11-18
| | | | | | Avoids having to put the gpg-error-config binary directly in PATH. /cc @shlevy
* libgcrypt: 1.8.3 -> 1.8.4, drop included patch \o/Will Dietz2018-10-28
|
* treewide: Remove stdenv.isCrossJohn Ericson2018-08-02
| | | | | | | I *want* cross-specific overrides to be verbose, so I rather not have this shorthand. This makes the syntactic overhead more proportional to the maintainence cost. Hopefully this pushes people towards fewer conditionals and more abstractions.
* libgcrypt: don't disable checks on Darwin, let's see if patch fixesWill Dietz2018-06-20
|
* libgcrypt: mention PR, upstream issueWill Dietz2018-06-20
|
* libgcrypt: keep new lock behavior but only do so around collector accessWill Dietz2018-06-20
| | | | | | | Not around a function that itself will grab the rng lock. Unfortunate that we obtain/release the lock twice but this seems least invasive way to fix this.
* libgcrypt: disable tests on darwinDaiderd Jordan2018-06-16
| | | | | The test binaries hang for some reason (psynch_mutexwait), gnupg seems to work fine so hopefully it's not an actual issue.
* Merge #41981: libgcrypt: 1.8.2 -> 1.8.3 (for CVE-2018-0495)Yegor Timoshenko2018-06-15
| | | | (cherry picked from commit 5c7845809aa015ebb04f605b9c866c5412601f62)
* libgcrypt: Remove verbosity intended to avoid a systemd rebuild.Shea Levy2018-02-25
| | | | libidn2 is going to require it anyway
* libgcrypt: Fix cross-compilationShea Levy2018-02-24
|
* libgcrypt: fix darwin buildDaiderd Jordan2018-02-05
|
* libgcrypt: 1.8.1 -> 1.8.2Lancelot SIX2017-12-21
|
* Revert "libgcrypt: Add pre-ARMv7 patch"Tuomas Tynkkynen2017-09-12
| | | | | | This reverts commit 1cfe9539f99d4d0f9dd00a48f79d13e8a37b4d08. No longer needed after the upgrade in 095af3e63b26e4.
* Merge branch 'master' into stagingVladimír Čunát2017-09-03
|\
| * libgcrypt: fix typo in meta.descriptionJoachim Fasting2017-09-02
| |
* | libgcrypt: 1.8.0 -> 1.8.1Lancelot SIX2017-08-31
|/ | | | | | Fixes CVE-2017-0379 See http://lists.gnu.org/archive/html/info-gnu/2017-08/msg00014.html for release announcement