Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 642658 - app-backup/bareos-17.2 version bump
Summary: app-backup/bareos-17.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marc Schiffbauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 644568
  Show dependency tree
 
Reported: 2017-12-29 15:47 UTC by Manfred Knick
Modified: 2018-10-26 21:54 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
new ebuild for 17.2.5 (bareos-17.2.5.ebuild,10.97 KB, text/plain)
2018-04-09 02:42 UTC, John Ratliff
Details
systemd unit file for bareos director. (bareos-dir.service,263 bytes, text/plain)
2018-04-09 02:43 UTC, John Ratliff
Details
systemd unit file for bareos file daemon (bareos-fd.service,219 bytes, text/plain)
2018-04-09 02:44 UTC, John Ratliff
Details
systemd unit file for bareos storage daemon (bareos-sd.service,243 bytes, text/plain)
2018-04-09 02:44 UTC, John Ratliff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Manfred Knick 2017-12-29 15:47:26 UTC
Bareos Project News

2017-12-19 12:23
Bareos 17.2 published

"The new major release is published. Especially users with large environments will benefit from faster backups. Also new is the NDMP 2-Way-backup support as well as centralized and de-centralized backups in distributed networks.

Read more … "

https://www.bareos.org/en/

https://www.bareos.org/en/news/bareos-17-2-published-348.html


Source code repository
Bareos source on github
https://github.com/bareos


Packages
http://download.bareos.org/bareos/   <--- hint to Gentoo package is missing
Comment 1 Benjamin Beier 2018-03-12 20:37:58 UTC
https://github.com/bareos/bareos/commit/8f2e47fe326cf2e1cfe2f1b51db1801a4bcf5c8e

BAT / qt-console has been removed from Bareos with version 17.2.
Therefore some changes to the ebuild are necessary.
Got a working one already, but it probably contains lots of unused code.

diff bareos-17.2.5.ebuild bareos-16.2.7.ebuild
130c130,131
< 		stored/bscan.c stored/btape.c stored/stored.c; do
---
> 		stored/bscan.c stored/btape.c stored/stored.c \
> 		qt-console/main.cpp; do
140a142,144
> 
> 	# bat needs to respect LDFLAGS
> 	epatch "${FILESDIR}"/${PN}-12.4.5-bat-ldflags.patch
Comment 2 John Ratliff 2018-04-09 02:42:30 UTC
Created attachment 526882 [details]
new ebuild for 17.2.5

I've modified the ebuild from 16.2.7 for 17.2.5. I've taken out all references to qt4, setup the /etc config files to use the default database and generate a random password, and added systemd unit files.
Comment 3 John Ratliff 2018-04-09 02:43:28 UTC
Created attachment 526884 [details]
systemd unit file for bareos director.
Comment 4 John Ratliff 2018-04-09 02:44:07 UTC
Created attachment 526886 [details]
systemd unit file for bareos file daemon
Comment 5 John Ratliff 2018-04-09 02:44:24 UTC
Created attachment 526888 [details]
systemd unit file for bareos storage daemon
Comment 6 Marc Schiffbauer gentoo-dev 2018-10-26 21:54:50 UTC
With commit 205b525e677, version 17.2.6 has been added to the tree

Many thanks to John for providing the new files!