Re: Fwd: GNU hackers discover HACIENDA government surveillance and give us a way to fight back

2014-08-26 Thread Mark Rousell
On 23/08/2014 11:16, d...@geer.org wrote:
> 
>  > On 2014-08-22 at 21:13, Rejo Zenger wrote:
>  > 
>  > Open data and transparency should only be about what concerns everybody,
>  > like government actions, trains schedule, etc. not private information.
> 
> Is this not the core of the question?  In a world of social media
> and sensor-driven everything, does not the very concept of private
> information fade, per se?  I believe it does.

No. Taking part in social networks and other media is a choice. One can
a) choose not to take part at all, or b) choose how one takes part and
what information one shares.

In short, privacy of information is still real, still relevant, and
still (largely) within the control of the individual. Tools such as
encryption help retain the reality of privacy of information.

The question of privacy of information is of critical importance to
liberty. By choosing to believe that privacy (or specifically privacy of
information) is a concept that has "fade"ed you are playing into the
hands of those who would wish to forcefully strip us all of privacy,
whether we like or or not. That would be a mistake, I think.



-- 
Mark Rousell

PGP public key: http://www.signal100.com/markr/pgp
Key ID: C9C5C162
 
 
 


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: installing gnupg-2.0.26

2014-08-26 Thread Doug Barton

On 8/26/14 2:33 PM, Philip Jackson wrote:

On 26/08/14 15:55, Werner Koch wrote:


If you want to build it yourself:

   #
   # zlib
   #
   server http://zlib.net

   # checked: 2014-06-20 ah
   file zlib-1.2.8.tar.gz
   chk  a4d316c404ff54ca545ea71a27af7dbc29817088


Thanks Werner.  zlib now installed and gnupg 2.0.26 installed and seems to work
but produces an error when asked to encrvypt or verfiy a file :

gpg: invalid item `BZIP2' in preference string
gpg: invalid default preferences

When I compare the output of 'gpg --version' with the output of 'gpg2 --version'
, the last line about compression shows that gpg2 does not have BZIP2.

I suppose gnupg-1.4.16 and the new 2.0.26 share the same gpg.conf so I could
remove BZIP2 from the gpg.conf file or perhaps better is to recompile 2.0.26
with BZIP2.

What do you recommend ?


bzip2 is pretty popular with Unix folks, FWIW

hope this helps,

Doug (!Werner) :)


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: installing gnupg-2.0.26

2014-08-26 Thread Philip Jackson
On 26/08/14 15:55, Werner Koch wrote:
> 
> If you want to build it yourself:
> 
>   #
>   # zlib
>   #
>   server http://zlib.net
>   
>   # checked: 2014-06-20 ah
>   file zlib-1.2.8.tar.gz
>   chk  a4d316c404ff54ca545ea71a27af7dbc29817088
> 
Thanks Werner.  zlib now installed and gnupg 2.0.26 installed and seems to work
but produces an error when asked to encrvypt or verfiy a file :

gpg: invalid item `BZIP2' in preference string
gpg: invalid default preferences

When I compare the output of 'gpg --version' with the output of 'gpg2 --version'
, the last line about compression shows that gpg2 does not have BZIP2.

I suppose gnupg-1.4.16 and the new 2.0.26 share the same gpg.conf so I could
remove BZIP2 from the gpg.conf file or perhaps better is to recompile 2.0.26
with BZIP2.

What do you recommend ?

Philip


0x23543A63.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: installing gnupg-2.0.26

2014-08-26 Thread Werner Koch
On Tue, 26 Aug 2014 15:12, philip.jack...@nordnet.fr said:

>> compress.c:34:18: fatal error: zlib.h: No such file or directory
>>  #include 

Well you need to install zlib.  I should really add a test for it.

> For example, I have the package zlib1g installed according to dpkg in
> /lib/x86_64-linux-gnu/.

You need the 
  zlib1g-dev
package which contains the header file.

> So I suppose I now have to find a source for zlib or find how to tell gnupg
> where to find it ?

If you want to build it yourself:

  #
  # zlib
  #
  server http://zlib.net
  
  # checked: 2014-06-20 ah
  file zlib-1.2.8.tar.gz
  chk  a4d316c404ff54ca545ea71a27af7dbc29817088

but zlib usually does not change.

Salam-Shalom,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


pgpVjQsGf7_lM.pgp
Description: PGP signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: installing gnupg-2.0.26

2014-08-26 Thread Philip Jackson
On 24/08/14 18:23, Philip Jackson wrote:
> Wow, that's a pretty dumb mistake to make.  I just assumed the latest version
> was at the bottom of the list on the ftp page.  Sorry about that.
> 
I've now got the four dependencies noted in the gnupg-2.0.26 README installed
under /usr/local/ at latest versions :
libgpg-error-1.13
libgcrypt--1.6.2
libksba-1.3.0
libassuan-2.1.2

Running configure on gnupg-2.0.26 produced a demand for pth which I downloaded
and installed (pth-2.0.7).

Then 'configure' zapped thro rapidly without any further errors noted at the end
so I ran 'make' which failed - last few lines in the terminal are :

> local/include -g -O2 -Wall -Wno-pointer-sign -Wpointer-arith -Wno-psabi -MT 
> compress.o -MD -MP -MF .deps/compress.Tpo -c -o compress.o compress.c
> compress.c:34:18: fatal error: zlib.h: No such file or directory
>  #include 
>   ^
> compilation terminated.
> make[2]: *** [compress.o] Error 1
> make[2]: Leaving directory `/usr/local/src/gnupg-2.0.26/g10'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/gnupg-2.0.26'
> make: *** [all] Error 2

from which it seems that failure to find a zlib.h was fatal.  There seem to be 2
errors but I don't understand the second one.

'Configure' didn't point out the need for zlib.h but examination of its output
indicates that it had noted its absence.

I already have zlib (as I already had the other dependencies albeit at earlier
versions except for libksba) but the ubuntu distribution seems to rename them
and install in the /lib/ branch rather than the /usr/local/ branch.

For example, I have the package zlib1g installed according to dpkg in
/lib/x86_64-linux-gnu/.

So I suppose I now have to find a source for zlib or find how to tell gnupg
where to find it ?






0x23543A63.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users