Package: bacula Version: 2.4.4-1 Severity: normal Tags: patch Please activate SSL support (for example with the attached patch).
Without SSL bacula would be unusable for me and I think some other too as it disallows backup over the internet (eg. of a root server) and also disallow backup of private data which should be encrypted. -- System Information: Debian Release: 5.0.1 APT prefers stable APT policy: (800, 'stable'), (700, 'oldstable'), (600, 'unstable'), (60, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.28.7 Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to de_DE) Shell: /bin/sh linked to /bin/dash Versions of packages bacula depends on: ii bacula-client 2.4.4-1 network backup, recovery and verif ii bacula-server 2.4.4-1 network backup, recovery and verif bacula recommends no packages. Versions of packages bacula suggests: ii bacula-doc 2.4.4-1 Documentation for Bacula -- no debconf information -- Klaus Ethgen http://www.ethgen.de/ pub 2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[email protected]> Fingerprint: D7 67 71 C4 99 A6 D4 FE EA 40 30 57 3C 88 26 2B
diff -u bacula-2.4.4/debian/changelog bacula-2.4.4/debian/changelog --- bacula-2.4.4/debian/changelog +++ bacula-2.4.4/debian/changelog @@ -1,3 +1,10 @@ +bacula (2.4.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add openssl support. + + -- Klaus Ethgen <[email protected]> Fri, 24 Apr 2009 20:26:26 +0100 + bacula (2.4.4-1) unstable; urgency=low * New Upstream Version - a bugfix release. Closes: #508816. diff -u bacula-2.4.4/debian/control bacula-2.4.4/debian/control --- bacula-2.4.4/debian/control +++ bacula-2.4.4/debian/control @@ -8,7 +8,8 @@ postgresql-server-dev-8.3 | postgresql-server-dev-8.2, libwrap0-dev, python-dev, libgtk2.0-dev (>= 2.10), libgnome2-dev, libwxgtk2.6-dev, libacl1-dev, libkrb5-dev, libgnomeui-dev, - libx11-dev, mtx, bc, libxt-dev, dpkg-dev (>= 1.13.19), libqt4-dev, libqwt5-qt4-dev + libx11-dev, mtx, bc, libxt-dev, dpkg-dev (>= 1.13.19), libqt4-dev, libqwt5-qt4-dev, + libssl-dev Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools Standards-Version: 3.8.0 Vcs-Browser: http://git.debian.org/?p=users/jgoerzen/bacula diff -u bacula-2.4.4/debian/rules bacula-2.4.4/debian/rules --- bacula-2.4.4/debian/rules +++ bacula-2.4.4/debian/rules @@ -45,7 +45,8 @@ CONF_ALL = --enable-smartalloc \ --with-python --with-tcp-wrappers \ --with-libiconv-prefix=/usr/include --with-readline=yes \ - --with-libintl-prefix=/usr/include --with-x --with-readline=yes + --with-libintl-prefix=/usr/include --with-x --with-readline=yes \ + --with-openssl CONF_common = --disable-gnome --disable-bwx-console --disable-tray-monitor \ --disable-bat
signature.asc
Description: Digital signature

