Summary: | app-backup/bacula version bump to 2.4.4 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Georg Weiss <gentoo> |
Component: | New packages | Assignee: | 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
Thanks for reporting your successful bump. Assigning to ebuild maintainer 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 (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! 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. 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 This has been fixed for a while: *bacula-2.4.4 (26 Jan 2009) 26 Jan 2009; Wolfram Schlich <wschlich@gentoo.org> |