~ubuntu-branches/ubuntu/precise/gnupg/precise

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2006-12-12 15:56:56 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20061212155656-rlb7g2bxqtu2q2ys
Tags: 1.4.6-1ubuntu1
* Merge from debian unstable, remaining changes:
  - config.h.in: Disable mlock() test since it fails with ulimit 0 (on
    buildds).
  - debian/rules:
    + Do not install gpg as suid root, since that is not necessary with
      kernels 2.6.8+.
    + Make the build fail if the test suite fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
                    GnuPG - The GNU Privacy Guard
3
3
                   -------------------------------
4
 
                            Version 1.4.5
 
4
                            Version 1.4.6
5
5
 
6
6
         Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004,
7
7
                 2005, 2006 Free Software Foundation, Inc.
677
677
    This doesn't matter and we know about it (actually it is due to
678
678
    some warning options which we have enabled for gcc)
679
679
 
 
680
    If you are cross-compiling and you get an error either building a
 
681
    tool called "yat2m" or running that tool, the problem is most
 
682
    likely a bad or missing native compiler.  We require a standard
 
683
    C-89 compiler to produce an executable to be run on the build
 
684
    platform.  You can explicitly set such a compiler with configure
 
685
    arguments. On HP/UX you might want to try: "CC_FOR_BUILD=c89".
 
686
 
 
687
 
680
688
 
681
689
    Specific problems on some machines
682
690
    ----------------------------------
748
756
    and BZ2) are universal.
749
757
 
750
758
 
751
 
    GnuPG 1.4 and GnuPG 1.9
 
759
    GnuPG 1.4 and GnuPG 2.0
752
760
    -----------------------
753
761
 
754
 
    GnuPG 1.4 is the stable version of GnuPG; GnuPG 1.9 is the
755
 
    development branch.  However, large parts of GnuPG 1.9 are also
756
 
    considered to be stable and useful.  In particular the tools
757
 
    "gpg-agent" (private key operations and passphrase caching) and
758
 
    "gpgsm" (S/MIME cousin of "gpg") are considered stable.  Both
759
 
    packages (1.4.x and 1.9.x) may be installed at the same time and
760
 
    it is actually suggested to do this if you need S/MIME support or
761
 
    want to make use of gpg-agent.
 
762
    GnuPG 2.0 is a newer version of GnuPG with additional support for
 
763
    S/MIME.  It has a different design philosophy that splits
 
764
    functionality up into several modules.  Both versions may be
 
765
    installed simultaneously without any conflict (gpg is called gpg2
 
766
    in GnuPG 2).  In fact, the gpg version from GnuPG 1.4 is able to
 
767
    make use of the gpg-agent as included in GnuPG 2 and allows for
 
768
    seamless passphrase caching.  The advantage of GnupG 1.4 is its
 
769
    smaller size and no dependency on other modules at run and build
 
770
    time.
762
771
 
763
772
 
764
773
    How to Get More Information