~ubuntu-branches/ubuntu/oneiric/gnupg2/oneiric-updates

« back to all changes in this revision

Viewing changes to NOTES

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-10-04 10:25:53 UTC
  • mfrom: (5.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081004102553-fv62pp8dsitxli47
Tags: 2.0.9-3.1
* Non-maintainer upload.
* agent/gpg-agent.c: Deinit the threading library before exec'ing
  the command to run in --daemon mode. And because that still doesn't
  restore the sigprocmask, do that manually. Closes: #499569

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Checking ElGamal signatures is really slow and the reason for the long 
2
 
running time on parts o my keyring.  Because somekeys are also checked at startup, this is even worser.  I should invalidate my self signature with algo 16 or 20.
3
 
 
4
 
 
5
 
SCO UnixWare/7.1.0  reported by Allan Clark <allanc@sco.com> for 0.9.8
6
 
 
7
 
 
8
 
Some other reported cpu-vendor-os strings:
9
 
 
10
 
    hppa1.1-hp-hpux10.20
11
 
    mips-sgi-irix6.2
12
 
    sparc-sun-solaris5.4
13
 
    sparc-sun-sunos4.1.2
14
 
    i386-pc-sysv4.2   (USL Unixware v1.1.2)
15
 
    powerpc-ibm-aix4.3.2.0  John Payne <jcapayne@att.com>
16
 
 
17
 
gpg 1.0.1 okay with MP-RAS 3.02.01 Edition 5 using gcc 2.95.2 and EGD
18
 
 By <CSpeicher@eisi.com>
19
 
 
20
 
gpg 1.0.1 okay with 4.0.1 BSDI BSD/OS 4.0 i386
21
 
 
22
 
 
23
 
rndw32 tested on:
24
 
 
25
 
  Windows 98 4.10.1998 mit einem AMD-K6-2-450
26
 
         Michael Engels <angel@dalrin.de>)
27
 
 
28
 
  Windows 95 4.00.950a
29
 
 
30
 
  Windows NT 4.00.1381
31
 
 
32
 
 
33
 
 
34
 
  
35
 
tried to compile GnuPG on AIX 4.3 on a power CPU based machine. It
36
 
doesn't work out of the box but i found a way to do so:
37
 
 
38
 
 PowerPC based machines:
39
 
 CFLAGS="-g -O2 -mcpu=powerpc" ./configure --disable-asm --disable-dynload
40
 
+--enable-static-rnd=egd
41
 
 
42
 
 Power1 and Power2 machines:
43
 
 CFLAGS="-g -O2 -mcpu=power" ./configure --disable-asm --disable-dynload
44
 
+--enable-static-rnd=egd
45
 
 
46