Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 242896

Summary: app-backup/bacula version bump to 2.4.4
Product: Gentoo Linux Reporter: Georg Weiss <gentoo>
Component: New packagesAssignee: Wolfram Schlich (RETIRED) <wschlich>
Status: RESOLVED FIXED    
Severity: normal CC: app-backup, betelgeuse, glua, john2.simmonds
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Bacula-2.4.4-r1 proposed ebuild

Description Georg Weiss 2008-10-20 14:57:35 UTC
Hi

A new version of bacula has been released.
See <http://sourceforge.net/mailarchive/forum.php?thread_name=200810111115.20755.kern%40sibbald.com&forum_name=bacula-announce>

Just renaming the ebuild and necessary files/directories seems work to.

Thanks for adding it to portage.
Comment 1 Wormo (RETIRED) gentoo-dev 2008-10-20 18:45:59 UTC
Thanks for reporting your successful bump.

Assigning to ebuild maintainer
Comment 2 Georg Weiss 2009-01-07 12:47:12 UTC
Hi Wolfram

Kern released Version 2.4.4. In his release mail on the list:
--8<--
...
This is an important bug fix to version 2.4.3.
...
--8<--

Can you please update the ebuild in portage?

Thanks
Comment 3 Wolfram Schlich (RETIRED) gentoo-dev 2009-01-07 14:41:30 UTC
(In reply to comment #2)
> Hi Wolfram
> 
> Kern released Version 2.4.4. In his release mail on the list:
> --8<--
> ...
> This is an important bug fix to version 2.4.3.
> ...
> --8<--
> 
> Can you please update the ebuild in portage?
> 
> Thanks

Yeah, it's in the making since yesterday.
Thanks!
Comment 4 Fernando Cunha 2009-02-07 01:08:21 UTC
Created attachment 181209 [details]
Bacula-2.4.4-r1 proposed ebuild 

Hi, Bacula 2.4.4 compiles fine, but bat (qt-gui) crashes on run with "buffer overflow detected" error  on x86. I have applied a patch on ebuild as described in bacula-devel mail list ( http://www.mail-archive.com/bacula-devel@lists.sourceforge.net/msg01863.html ) adding  
 -D_FORTIFY_SOURCE=0 to CFLAGS var.
Comment 5 John Simmonds (overfuse) 2009-07-20 14:22:03 UTC
Upstream Patches
-----------------
Before Bacula-2.4.4 is bumped it may be worth including the following upstream patches into "/usr/portage/app-backup/bacula/files/2.4.4":

2.4.4-bat-install.patch
2.4.4-fortify.patch
2.4.4-jobname-edit.patch
2.4.4-label-failure.patch
2.4.4-reload.patch
2.4.4-sd-deadlock.patch
2.4.4-time_t_64bit.patch
2.4.4-tray-sizing.patch
2.4.4-winvss.patch

The ebuild will automatically apply the upstream patches thanks to the following line(s) in the bacula ebuild:

# apply upstream patches
ls "${FILESDIR}"/${PV}/${PV}-*.patch &>/dev/null \
&& epatch "${FILESDIR}"/${PV}/${PV}-*.patch

I have tested this on my system and it works a treat.

Here are there download URLs:
-----------------------------
http://downloads.sourceforge.net/sourceforge/bacula/2.4.4-fortify.patch?use_mirror=kent

http://downloads.sourceforge.net/sourceforge/bacula/2.4.4-bat-install.patch?use_mirror=kent


http://downloads.sourceforge.net/sourceforge/bacula/2.4.4-jobname-edit.patch?use_mirror=kent

http://downloads.sourceforge.net/sourceforge/bacula/2.4.4-label-failure.patch?use_mirror=kent

http://downloads.sourceforge.net/sourceforge/bacula/2.4.4-reload.patch?use_mirror=kent

http://downloads.sourceforge.net/sourceforge/bacula/2.4.4-sd-deadlock.patch?use_mirror=kent

http://downloads.sourceforge.net/sourceforge/bacula/2.4.4-time_t_64bit.patch?use_mirror=kent

http://downloads.sourceforge.net/sourceforge/bacula/2.4.4-tray-sizing.patch?use_mirror=kent

http://downloads.sourceforge.net/sourceforge/bacula/2.4.4-winvss.patch?use_mirror=kent
Comment 6 Petteri Räty (RETIRED) gentoo-dev 2009-08-19 13:36:43 UTC
This has been fixed for a while:

*bacula-2.4.4 (26 Jan 2009)

  26 Jan 2009; Wolfram Schlich <wschlich@gentoo.org>