Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-24 Thread C M Reinehr
On Tue 24 February 2009 04:11:17 am Daniele Palumbo wrote: > Il giovedì 12 febbraio 2009 10:30:08 Foo ha scritto: > > I think a lot of people would appreciate this, can you add it to the > > Wiki? (http://wiki.bacula.org/doku.php?id=howtos) > > seems to be online: > http://wiki.bacula.org/doku.php?

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-24 Thread Daniele Palumbo
Il giovedì 12 febbraio 2009 10:30:08 Foo ha scritto: > I think a lot of people would appreciate this, can you add it to the Wiki? > (http://wiki.bacula.org/doku.php?id=howtos) seems to be online: http://wiki.bacula.org/doku.php?id=howto_build_deb_binary_packages_and_create_a_package_repository_for

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-12 Thread Foo
On Wed, 11 Feb 2009 21:17:33 +0100, Bill Merriam wrote: > I would also be happy to provide the scripts for anybody that wants to > build their own packages/repository. I think a lot of people would appreciate this, can you add it to the Wiki? (http://wiki.bacula.org/doku.php?id=howtos) ---

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-11 Thread Bill Merriam
Thanks to everyone that responded to me about this. I am backing up to portable USB drives and it is TOO easy for somebody to walk out the door with the backup disk. I had to have encryption. I succeeded in building my own packages for Debian Lenny and Ubuntu Intrepid. I wrote a script to fetch

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-11 Thread Robert LeBlanc
Historically it has been my experience that the package maintainer for Bacula in Debian has only packaged release code. Looking at http://packages.qa.debian.org/b/bacula.html shows that the unstable version (2.4.4-1) is the same as Lenny (testing). There would be no way to find a newer version on a

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-11 Thread John Goerzen
Bill Merriam wrote: >> >> Best regards, >> >> Kern >> >> > Thank you Kern for responding. I think you are saying if I can find the > right Debian "test" or "development" repository I will have a working > version of bacula. I will look around. Well, every Bacula in Debian works. I guess yo

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-10 Thread Bill Merriam
Kern Sibbald wrote: > On Monday 09 February 2009 17:09:19 Philipp Geschke wrote: > >> Hi, >> >> I dared to CC Kern... maybe he can enlighten us? >> > > :-) > > For me the problem has been solved for quite a lot time (I rewrote all 3rd > party GPL code that we used in the source). Unfortuna

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-09 Thread Kern Sibbald
On Monday 09 February 2009 17:09:19 Philipp Geschke wrote: > Hi, > > I dared to CC Kern... maybe he can enlighten us? :-) For me the problem has been solved for quite a lot time (I rewrote all 3rd party GPL code that we used in the source). Unfortunately, the problem is not yet resolved for Deb

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-09 Thread John Goerzen
Lukasz Szybalski wrote: > Hello, > > So it seems like openssl is already back in main repository. (I think > it was in contrib before). > Here are the bugs for debian. I don't see a bug for openssl support. > > http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=bacula > > What you are saying i

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-09 Thread Philipp Geschke
Hi, I dared to CC Kern... maybe he can enlighten us? John Goerzen schrieb: > Lukasz Szybalski wrote: >> Hello, >> >> So it seems like openssl is already back in main repository. (I think >> it was in contrib before). >> Here are the bugs for debian. I don't see a bug for openssl support. >> >> ht

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-09 Thread Lukasz Szybalski
Hello, So it seems like openssl is already back in main repository. (I think it was in contrib before). Here are the bugs for debian. I don't see a bug for openssl support. http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=bacula What you are saying is that bacula should be compiled with with

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-08 Thread Philipp Geschke
Hi, I asked basically the same thing a while ago: http://www.adsm.org/lists/html/Bacula-users/2008-08/msg00517.html Back then I was told, that the issue had been removed, but the Debian project seems to not have noticed this. Basically, while asking about Ubuntu, this really is a Debian Lenny

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-08 Thread Lukasz Szybalski
http://lists.debian.org/debian-legal/2007/07/msg00144.html apt-get build-dep bacula aptitude install libssl-dev openssl aptitude source bacula cd bacula-2 vim debian/rules # (change the options to enable ssl tls) debian/rules binary #it should now compile and pack all bacula packages cd .. dpk

Re: [Bacula-users] Debian/Ubuntu and openssl

2009-02-08 Thread Dan Langille
On Feb 8, 2009, at 1:16 PM, Bill Merriam wrote: > It appears Debian still doesn't distribute bacula packages with > encryption enabled. Is there any news on that? > > There are instructions included with the debian package source on > how to > rebuild it with encryption. Has anybody done that

[Bacula-users] Debian/Ubuntu and openssl

2009-02-08 Thread Bill Merriam
It appears Debian still doesn't distribute bacula packages with encryption enabled. Is there any news on that? There are instructions included with the debian package source on how to rebuild it with encryption. Has anybody done that and made the packages available? I am trying to figure out ho