about summary refs log tree commit diff
path: root/pkgs/tools/security/gnupg
Commit message (Collapse)AuthorAge
* treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux and on Darwin.
* gnupg21: 2.1.13 -> 2.1.14Lancelot SIX2016-07-16
| | | | | See announcement at http://lists.gnu.org/archive/html/info-gnu/2016-07/msg00005.html
* gnupg21: 2.1.12 -> 2.1.13Rahul Gopinath2016-06-23
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
|
* gnupg: 2.1.11 -> 2.1.12Franz Pletz2016-05-12
|
* gnupg20: 2.0.29 -> 2.0.30Lancelot SIX2016-03-31
| | | | See https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000385.html
* gnupg-2.1: add myself as maintainer plus minor cosmeticPeter Simons2016-03-18
|
* gnupg-2.1: drop unnecessary autoreconf hook from buildPeter Simons2016-03-18
| | | | | This change also prevents gnupg 2.1 from considering itself as an unstable development version, which it is not.
* gnupg-1compat: cosmetic changes for EmacsPeter Simons2016-03-11
|
* gnupg: 2.1.10 -> 2.1.11Louis Taylor2016-02-02
| | | | | | Release notes can be found here: https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000383.html
* Make gpgkey2ssh use absolute path to gpg2, fixes #11912Arda Xi2015-12-27
|
* pkgs.gnupg1: 1.4.19 -> 1.4.20Lancelot SIX2015-12-20
|
* pkgs/tools/security/gnupg/21.nix: cosmeticPeter Simons2015-12-04
|
* gnupg21: 2.1.9 -> 2.1.10Lancelot SIX2015-12-04
| | | | | See https://lists.gnu.org/archive/html/info-gnu/2015-12/msg00001.html for announcement
* gnupg: 2.1.8 -> 2.1.9William A. Kennington III2015-10-15
|
* gnupg: 2.1.7 -> 2.1.8William A. Kennington III2015-09-11
|
* gnupg: 2.0.28 -> 2.0.29William A. Kennington III2015-09-08
|
* Merge branch 'master.upstream' into staging.upstreamWilliam A. Kennington III2015-08-13
|\
| * gnupg21: 2.1.6 -> 2.1.7William A. Kennington III2015-08-12
| |
| * Revert "gnupg: fix build on darwin"Luca Bruno2015-07-16
| | | | | | | | | | | | This reverts commit db3602b5d6a928a69cc00d837d513817bdabe1c4. Fixed libusb build by 82d2960f15942bdf8594a400d70ca907e5b23647
| * gnupg: fix build on darwinJason "Don" O'Conal2015-07-10
| |
* | gnugpg: Add libiconv dependency.Greg Pfeil2015-07-27
|/ | | | | | | | | | | | | | | | | | | | | | | | Tested using the pure-darwin alternate stdenv on Yosemite. I need this change for gnupg to build. Otherwise, I get this error: ``` configure: *** *** The system does not provide a working iconv function. Please *** install a suitable library; for example GNU Libiconv which is *** available at: *** http://ftp.gnu.org/gnu/libiconv/ *** configure: error: *** *** Required libraries not found. Please consult the above messages *** and install them before running configure again. *** builder for ‘/nix/store/pvzqmfzc05ifmvi0vglyl2xlkcdgh6c2-gnupg-2.1.6.drv’ failed with exit code 1 ``` cc: @wkennington
* gnupg: 2.0.27 -> 2.0.28William A. Kennington III2015-07-06
|
* gnupg: 2.1.5 -> 2.1.6William A. Kennington III2015-07-05
|
* gnupg 2.1.4 -> 2.1.5Damien Cassou2015-06-15
| | | | According to someone on #gnupg, the patch is not necessary anymore.
* gnupg21: 2.1.3 -> 2.1.4William A. Kennington III2015-05-31
|
* gnupg: 2.1.2 -> 2.1.3William A. Kennington III2015-04-13
|
* gnupg: add x11Support optionJan Malakhovski2015-03-29
|
* gnupg1orig: Remove left-over debug message.Petar Bogdanovic2015-03-28
| | | | Patch committed by James Cook <james.cook@utoronto.ca>.
* gnupg: don't demand pcsclite on darwinEric Seidel2015-03-21
|
* gnupg: dont demand pcsclite on darwinEric Seidel2015-03-17
|
* gnupg21: Add texinfo as a dependencydevhell2015-03-16
| | | | This adds texinfo as a dependency, without which the build will fail.
* gnupg: 2.0.26 -> 2.0.27William A. Kennington III2015-03-09
|
* gnupg: Fix default path to pcscliteWilliam A. Kennington III2015-03-09
|
* Update gnupg1orig package to gpg-1.4.19Petar Bogdanovic2015-03-05
| | | | | A test build pulled too many packages (including perl) for my VM so while it's a simple bump, it's also untested.
* Merge remote-tracking branch 'master' into staging.Peter Simons2015-02-13
|\
| * Update gnupg21 package to gpg-2.1.2Matthias Beyer2015-02-12
| |
* | kill libiconvOr*Eric Seidel2015-02-07
|/ | | | | | | | | | | Conflicts: pkgs/applications/networking/mailreaders/sup/default.nix pkgs/development/compilers/ghc/7.8.3-binary.nix pkgs/development/interpreters/php/5.3.nix pkgs/development/interpreters/ruby/patches.nix pkgs/development/libraries/cairo/default.nix pkgs/development/libraries/poppler/default.nix pkgs/top-level/all-packages.nix
* gnupg: correct a typo in their source codeJohn Wiegley2015-01-03
|
* Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-30
|
* gnupg: Port socket activation patch to version 2.1.1.Karn Kallio2014-12-24
|
* gnupg: Fix src hashWilliam A. Kennington III2014-12-18
|
* gnupg: 2.1.0 -> 2.1.1William A. Kennington III2014-12-16
|
* gnupg-2.1: Add socket activation patchShea Levy2014-11-18
|
* Merge branch 'master' into stagingLuca Bruno2014-11-08
|\ | | | | | | | | | | Makes the build more useful: - Disabled hybrid iso, makes installer tests pass again - Imagemagick fixes to the "Illegal instruction" thing
| * gnupg: Add gnupg 2.1 as defaultWilliam A. Kennington III2014-11-06
| | | | | | | | Additionally, move all gnupg expressions into the gnupg folder.
* | Merge remote-tracking branch 'origin/staging' into darwin-clang-stdenvEelco Dolstra2014-10-09
|\| | | | | | | | | Conflicts: pkgs/tools/security/gnupg/default.nix
| * Comment on optional dependencies for Gnupg.Russell O'Connor2014-09-18
| |
| * Remove unmaintained gnupg2_1.Russell O'Connor2014-09-18
| |