Age | Commit message (Expand) | Author |
2017-12-31 | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner |
2017-12-27 | gnu: qgpgme: Make GnuPG available while building....This is a followup to commit b3ecb3fe8d4a947a7807018647616f95532df3ac.
* gnu/packages/gnupg.scm (qgpgme)[native-inputs]: Add the native-inputs
of GPGME.
| Leo Famulari |
2017-12-26 | gnu: gpgme: Find the GnuPG executable in the environment....This partially reverts commit 0e06bec250f34d (gnu: gpgme: Build with the
latest GnuPG) because it caused python-pygpgme and python2-pygpgme to
fail to build:
<https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00371.html>
* gnu/packages/gnupg.scm (gpgme)[arguments]: Remove '--enable-fixed-path'
from #:configure-flags.
[inputs]: Move gnupg to native-inputs.
| Leo Famulari |
2017-12-21 | Merge branch 'master' into core-updates | Leo Famulari |
2017-12-21 | gnu: gnupg: Update to 2.2.4....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.4.
| Leo Famulari |
2017-12-21 | gnu: gnupg@2.0: Superseded by the latest GnuPG....The 2.0 series of GnuPG will stop receiving upstream support on
2017-12-31. From the release announcement of GnuPG 2.2.0:
"This release marks the start of a new long term support series
to replace the 2.0.x series which will reach end-of-life on 2017-12-31."
https://lists.gnupg.org/pipermail/gnupg-announce/2017q3/000413.html
* gnu/packages/gnupg.scm (gnupg-2.0)[properties]: New field.
| Leo Famulari |
2017-12-20 | gnu: gpgme: Build with the latest GnuPG....* gnu/packages/gnupg.scm (gpgme)[inputs]: Use the latest gnupg package.
[arguments]: Keep a reference to the gnupg package used for build.
| Leo Famulari |
2017-12-20 | gnu: python-pygpgme: Use GnuPG 1 for the test suite....* gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme)[inputs]: Use gnupg-1
and make it a native-input.
| Leo Famulari |
2017-12-20 | gnu: libassuan: Update to 2.5.1....* gnu/packages/gnupg.scm (libassuan): Update to 2.5.1.
| Leo Famulari |
2017-12-18 | gnu: GnuPG pinentry: Update to 1.1.0....* gnu/packages/gnupg.scm (pinentry-tty, pinentry-gtk2, pinentry-gnome3,
pinentry-qt): Update to 1.1.0.
| Leo Famulari |
2017-12-19 | Merge branch 'master' into core-updates | Marius Bakke |
2017-12-17 | gnu: pinentry-tty: Add meta-data for 'guix refresh'....* gnu/packages/gnupg.scm (pinentry-tty)[properties]: New field.
| Ludovic Courtès |
2017-12-05 | Merge branch 'master' into core-updates | Marius Bakke |
2017-11-21 | gnu: gnupg: Update to 2.2.3....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.3.
| Marius Bakke |
2017-11-19 | Merge branch 'master' into core-updates | Marius Bakke |
2017-11-18 | gnu: libassuan: Update to 2.4.4....* gnu/packages/gnupg.scm (libassuan): Update to 2.4.4.
| Leo Famulari |
2017-11-18 | gnu: Remove duplicate from (gnu packages gnupg)....* gnu/packages/gnupg.scm (perl-gnupg-interface): Remove duplicate.
| Ricardo Wurmus |
2017-11-16 | gnu: Move Python packages from crypto to python-crypto....* gnu/packages/crypto.scm (python-asn1crypto, python2-asn1crypto)
(python-pynacl, python2-roca-detect): Move to python-crypto.scm.
* gnu/packages/gnupg.scm (python2-pgpdump): Move to python-crypto.scm.
* gnu/packages/python-crypto.scm (python-asn1crypto, python2-asn1crypto)
(python-pynacl, python2-pgpdump, python2-roca-detect): New variables.
| Ludovic Courtès |
2017-11-13 | gnu: Move test packages from perl to perl-check....* gnu/packages/perl.scm (perl-test2-bundle-extended,
perl-test2-plugin-nowarnings, perl-test-base, perl-test-class,
perl-test-class-most, perl-test-cleannamespaces, perl-test-command,
perl-test-cpan-meta, perl-test-cpan-meta-json, perl-test-deep,
perl-test-differences, perl-test-directory, perl-test-eol,
perl-test-exception, perl-test-fatal, perl-test-file-sharedir-dist,
perl-test-files, perl-test-harness, perl-test-leaktrace,
perl-test-longstring, perl-test-manifest, perl-test-memory-cycle,
perl-test-mockobject, perl-test-mocktime, perl-test-most, perl-test-needs,
perl-test-notabs, perl-test-nowarnings, perl-test-number-delta,
perl-test-output, perl-test-pod, perl-test-pod-coverage, perl-test-requires,
perl-test-script, perl-test-sharedfork, perl-test-simple, perl-test-taint,
perl-test-tester, perl-test-trap, perl-test-utf8, perl-test-warn,
perl-test-warnings, perl-test-without-module, perl-test-writevariants,
perl-test-yaml, perl-test-trailingspace): Move variables to ...
* gnu/packages/perl-check.scm: ... this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/admin.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/crypto.scm,
gnu/packages/databases.scm,
gnu/packages/glib.scm,
gnu/packages/gnupg.scm,
gnu/packages/image-viewers.scm,
gnu/packages/language.scm,
gnu/packages/networking.scm,
gnu/packages/package-management.scm,
gnu/packages/perl.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/version-control.scm,
gnu/packages/web.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm: Use perl-check module.
| Ricardo Wurmus |
2017-11-07 | gnu: gnupg: Update to 2.2.2....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.2.
| Efraim Flashner |
2017-11-01 | Merge remote-tracking branch 'origin/master' into core-updates | Efraim Flashner |
2017-10-25 | gnu: Add python2-pgpdump....* gnu/packages/gnupg.scm (python2-pgpdump): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2017-10-25 | Merge branch 'master' into core-updates | Tobias Geerinckx-Rice |
2017-10-25 | gnu: Add parcimonie....* gnu/packages/gnupg.scm (parcimonie): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
| Petter |
2017-10-24 | Merge branch 'master' into core-updates | Marius Bakke |
2017-10-24 | gnu: Add perl-gnupg-interface....* gnu/packages/gnupg.scm (perl-gnupg-interface): New variable.
Co-authored-by: Petter <petter@mykolab.ch>
| Ricardo Wurmus |
2017-10-01 | gnu: libgcrypt: Update to 1.8.1....* gnu/packages/gnupg.scm (libgcrypt): Update to 1.8.1.
[replacement]: Remove field.
(libgcrypt/fixed): Remove variable.
| Efraim Flashner |
2017-09-26 | gnu: Add gpa....* gnu/packages/gnupg.scm (gpa): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2017-09-20 | gnu: gnupg: Update to 2.2.1....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.1.
| Marius Bakke |
2017-09-12 | gnu: Update signing-party....Also add more inputs to make the caff program run. I haven't successfully used
it yet though.
* gnu/packages/gnupg.scm (signing-party)[version]: Update to 2.6.
[source]: Update origin sha256.
[native-inputs]: Add autoconf and automake.
[inputs]: Add perl-text-template, perl-mime-tools, perl-gnupg-interface and
perl-net-idn-encode as these are required by caff. Also add libmd as this is
required by TODO.
[arguments]: Add the change-directory and wrap-programs phase, and fix a
regex and Makefile path in the configure phase.
| Christopher Baines |
2017-09-12 | gnu: Add perl-gnupg-interface....* gnu/packages/gnupg.scm (perl-gnupg-interface): New variable.
| Christopher Baines |
2017-08-29 | gnu: libgcrypt: Fix CVE-2017-0379....* gnu/packages/gnupg.scm (libgcrypt)[replacement]: New field.
(libgcrypt/fixed): New variable.
| Efraim Flashner |
2017-08-28 | gnu: gnupg: Clean up arguments....* gnu/packages/gnupg.scm (gnupg)[arguments]: Shorten the
'patch-test-paths phase.
| Efraim Flashner |
2017-08-28 | gnu: gnupg: Update to 2.2.0....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.0.
[arguments]: Add flag to run more tests.
| Efraim Flashner |
2017-08-09 | Merge branch 'master' into core-updates | Mark H Weaver |
2017-08-09 | gnu: gnupg: Update to 2.1.23....* gnu/packages/gnupg.scm (gnupg): Update to 2.1.23.
[arguments]: Remove 'enable-gpg2-is-gpg' from #:configure-flags, since it is now
the default.
| Leo Famulari |
2017-08-06 | Merge branch 'master' into core-updates | Mark H Weaver |
2017-08-03 | gnu: gnupg@1.4: Update to 1.4.22 [fixes CVE-2017-7526]....* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.22.
| Leo Famulari |
2017-08-01 | Merge branch 'master' into core-updates | Marius Bakke |
2017-07-29 | gnu: gnupg: Update to 2.1.22....* gnu/packages/gnupg.scm (gnupg): Update to 2.1.22.
| Marius Bakke |
2017-07-10 | Merge branch 'master' into core-updates | Leo Famulari |
2017-07-03 | packages: Mark 'replacement' as an "innate" field....Suggested by Mark H Weaver
at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00355.html>.
* guix/packages.scm (<package>)[replacement]: Mark as "innate".
* gnu/packages/base.scm (glibc-2.25-patched, glibc-2.24)
(glibc-2.23, glibc-2.22, glibc-2.21, glibc-locales): Remove
'replacement' field, which was set to #f.
* gnu/packages/commencement.scm (perl-boot0): Likewise.
* gnu/packages/fontutils.scm (graphite2/fixed): Likewise.
* gnu/packages/ghostscript.scm (ghostscript/fixed): Likewise.
* gnu/packages/gnupg.scm (libgcrypt-1.7.8): Likewise.
* gnu/packages/guile.scm (guile-2.0/fixed, guile-2.2): Likewise.
* gnu/packages/icu4c.scm (icu4c/fixed): Likewise.
* gnu/packages/image.scm (libpng-apng): Likewise.
* gnu/packages/make-bootstrap.scm (%guile-static): Likewise.
* gnu/packages/pcre.scm (pcre/fixed): Likewise.
* gnu/packages/perl.scm (perl/fixed): Likewise.
* gnu/packages/ruby.scm (ruby-2.3, ruby-2.2, ruby-2.1)
(ruby-1.8): Likewise.
* gnu/packages/tls.scm (gnutls-3.5.13, gnutls/guile-2.2): Likewise.
* gnu/packages/xml.scm (expat-2.2.1): Likewise.
| Ludovic Courtès |
2017-06-30 | gnu: npth: Update to 1.5....* gnu/packages/gnupg.scm (npth): Update to 1.5.
| Leo Famulari |
2017-06-30 | gnu: shishi: Build with latest libgcrypt....* gnu/packages/patches/shishi-fix-libgcrypt-detection.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kerberos.scm (shishi)[source]: Use it.
[inputs]: Use libgcrypt instead of libgcrypt-1.5.
[arguments]: Set 'ac_cv_libgcrypt=yes' in #:configure-flags.
* gnu/packages/gnupg.scm (libgcrypt-1.5): Remove variable.
| Leo Famulari |
2017-06-30 | gnu: libgcrypt: Integrate grafted update....* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.8.
[replacement]: Remove field.
(libgcrypt-1.7.8): Remove variable.
(libgcrypt-1.5)[replacement]: Remove field.
| Leo Famulari |
2017-06-29 | Merge branch 'master' into core-updates | Leo Famulari |
2017-06-29 | gnu: libgcrypt: Add mitigation for CVE-2017-7526....* gnu/packages/gnupg.scm (libgcrypt)[replacment]: New field.
(libgcrypt-1.7.8): New variable.
(libgcrypt-1.5)[replacment]: New field.
| Efraim Flashner |
2017-06-07 | Merge branch 'master' into core-updates...This merge commit includes a fix for CVE-2017-6512 in Perl 5.26.0.
| Leo Famulari |
2017-06-06 | gnu: Add qgpgme....* gnu/packages/gnupg.scm (qgpgme): New variable.
| Hartmut Goebel |
2017-06-03 | Merge branch 'master' into core-updates... Conflicts:
gnu/packages/image.scm
(incorporated libtiff graft)
| Marius Bakke |