File bareos.changes of Package bareos
-------------------------------------------------------------------
Wed Sep 14 10:10:29 UTC 2022 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Apply https://github.com/bareos/bareos/commit/d779c733f2ac5df0434a007f1bd3b0f92e471539
-------------------------------------------------------------------
Fri Aug 12 08:31:20 UTC 2022 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Repair build
* remove tar_scm subdirectory
- Remove debtransform
-------------------------------------------------------------------
Mon Aug 08 12:22:59 UTC 2022 - bwiedemann@suse.com
- Update to version 21.1.4:
* bareos-check-sources: apply changes
* format: apply bareos-check-sources changes
* test_config_parser_dir.cc: avoid memleaks in test
* lib: keep configuration backup in calling code
* ConfigResourcesContainer: make timestamp_ and config_ private
* lib: move TPAsString() to util.h
* Update core/src/dird/jcr_private.h
* parse_conf.{cc,h}: move class initializers
* Update core/src/filed/filed_conf.cc
* parse_conf.cc: remove -ConfigurationParser::~ConfigurationParser()
* StoreMigtype(): pass only used params
* parse_conf.cc: use std::make_shared
* Update core/src/lib/parse_conf.cc
* ua_status.cc: remove unneeded empty lines
* jcr_private.h: remove ~JobControlRecordPrivate()
* Update core/src/dird/jcr_private.h
* configparser: SaveResource(): don't alias type with rindex
* strftime: avoid %F as it is not avaiable on wincross
* config: rename ResHeadContainer -> ConfigResourcesContainer
* config: rename res_head_container_ -> config_resources_container_
* logging: add timestamp
* fix gtest:setdevice.scan_command_line
* parse_conf: use level 10 for Dmsg
* config: log res_head being used on job start
* tray-monitor: remove fixed res_head
* config: make ResHeadContainer a class
* config: Removed static global res_heads
* config: dynamic res_head for dir works
* dir config: JT_SYSTEM do not count
* jcr_private: add res_head_container shared pointer
* config: introduce ResHeadContainer
* ua_status.cc: remove redundant comments
* configparser: simplify resource tables for all daemons
* dird: add extra 6-character truncation to anticipate psk identity prefix
* bareos.spec: remove BuildRequires: tcpd-devel
* SQL: queries : fixed sql queries to handle when duration is negative
* format: apply bareos-check-sources changes
* lib: fix use-after-free in timer_thread
* Revert "bareos.spec: use %{python2_sitearch} instead of %{python2_sitelib}"
* bareos.spec: set ENABLE_PYTHON2=no when python2 is not available
* cmake: introduce ENABLE_PYTHON2 option
* bareos.spec,python-bareos.spec: disable python2 on Fedora>= 36
* bareos.spec: do not disable python2 on fedora
* bareos.spec: use %{python2_sitearch} instead of %{python2_sitelib}
* bareos.spec: adapt disabling of python2 as in python-bareos.spec
* bareos.spec: adapt to openSUSE_15.4
* bareos.spec: no python2 on 150400+
* bareos.spec: use modern gcc-11 on openSUSE15.4
* build: add Fedora 36 Support
* build: make compilation work on ubuntu 22 with openssl 3.0
-------------------------------------------------------------------
Fri Aug 5 13:13:54 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop sle12-sp5.patch
-------------------------------------------------------------------
Thu Aug 4 10:01:24 UTC 2022 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Minor improvements
* Adjust license header
* Clean formatting
* Use recommended systemd service installation and removal macros
* Remove in-spec changelog
* Remove legacy configuration backup functions
-------------------------------------------------------------------
Thu Aug 4 09:06:08 UTC 2022 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Minor improvements
* Use gcc11 for Leap builds
* Remove env from shebangs
* Remove hidden files
* Run fdupes
* Add SLE12 cmake patch
-------------------------------------------------------------------
Thu Aug 4 07:35:01 UTC 2022 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Re-enable regression subpackage
-------------------------------------------------------------------
Wed Aug 3 20:34:19 UTC 2022 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Repair Tumbleweed build
* Use gcc10
-------------------------------------------------------------------
Wed Aug 3 18:58:32 UTC 2022 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Repair build
* Drop debug package declaration
* Drop regress-config subpackage
* Drop devel subpackage
* Adjust file declarations to files installed by 21.1.3
-------------------------------------------------------------------
Wed Aug 3 13:57:03 UTC 2022 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Upstream dropped support for SQLite
* Remove all references from the package
-------------------------------------------------------------------
Wed Aug 3 13:34:36 UTC 2022 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Upstream dropped support for MySQL/MariaDB
* Remove all references from the package
-------------------------------------------------------------------
Wed Aug 3 13:23:16 UTC 2022 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Update to version 21.1.3
* major version jump, please reference
https://github.com/bareos/bareos/blob/Release/21.1.3/CHANGELOG.md
-------------------------------------------------------------------
Tue Jan 04 12:27:35 UTC 2022 - ecsos@opensuse.org
- Update to version 20.0.5:
* Release 20.0.5
* ua_status.cc: update copyright year
* ua_status.cc: fix for infinite loop when client disabled for copy job
* ua_status.cc: avoid crash and skip printing if client is not set
* ua_status: check job->client pointer before dereferencing
* cats: making bareos able to consolidate zero-file incremental backups
* Remove */cmake/BareosVersion.cmake after release
* Release 20.0.4
* droplet: Fix xattr.h include
* core: set client_min_message = warning in PostgreSQL update SQL scripts
* Fix PostgreSQL create database script
-------------------------------------------------------------------
Wed Nov 24 09:43:12 UTC 2021 - ecsos <ecsos@opensuse.org>
- Update to version 20.0.4
- Fix some errors in spec from upstream.
- Add bareos-suse-platform.patch,
because lsb_release in Leap return nothing?!?
-------------------------------------------------------------------
Tue May 11 19:26:49 UTC 2021 - Bernhard Wiedemann <bwiedemann@suse.com>
- Update to version 19.2.9
* https://docs.bareos.org/bareos-19.2/Appendix/ReleaseNotes.html
fix a memory corruption when autolabeling with increased maxiumum block size
Issue #1039: Can not login in webui
filed: allow backup/restore of cephfs mounts and add tests
fix problem when backing up large objects in filedaemon ldap plugin
Issue #1281: Director crashes on memory access violation
in CloseMemoryPool() and is_regex()
core: sort jobids before purging
filedaemon: solve a race condition within the heartbeat thread shutdown
stored: always initialize struct mtop
OpenSSL now uses automatic RNG initialization
support newer versions of CephFS that don’t have ceph_statx.h
-------------------------------------------------------------------
Wed Nov 11 05:02:39 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
- Simplify _service file
-------------------------------------------------------------------
Tue Sep 8 10:03:41 UTC 2020 - ecsos <ecsos@opensuse.org>
- Update to version 19.2.8
-------------------------------------------------------------------
Mon Apr 20 02:24:13 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
- Add fix-tumbleweed.patch to make it build on Tumbleweed
- Update to version 19.2.7
-------------------------------------------------------------------
Tue Feb 4 11:18:02 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
- Update to version 19.2.5 based on work by Paul Trunk (p7k)
-------------------------------------------------------------------
Sat May 26 15:15:52 UTC 2018 - joop.boonen@opensuse.org
- Changed BuildRequires: libfastlz-devel to
BuildRequires: fastlzlib-devel
-------------------------------------------------------------------
Sun Nov 5 23:02:39 UTC 2017 - joop.boonen@opensuse.org
- Build version 16.2.7
-------------------------------------------------------------------
Sat Jan 2 00:00:00 UTC 2016 - marco.van.wieringen@bareos.com
- version 16.2.3-1
- Switch version number
-------------------------------------------------------------------
Sat Oct 3 00:00:00 UTC 2015 - marco.van.wieringen@bareos.com
- version 15.4.0-1
- Switch version number
-------------------------------------------------------------------
Mon Aug 24 00:00:00 UTC 2015 - marco.van.wieringen@bareos.com
- version 15.3.0-1
- Switch version number
-------------------------------------------------------------------
Sat Apr 25 00:00:00 UTC 2015 - marco.van.wieringen@bareos.com
- version 15.1.0-1
- Switch version number
-------------------------------------------------------------------
Mon Feb 2 00:00:00 UTC 2015 - marco.van.wieringen@bareos.com
- version 15.1.0-1
- Switch version number
-------------------------------------------------------------------
Wed Oct 8 00:00:00 UTC 2014 - marco.van.wieringen@bareos.com
- version 14.4.0-1
- Switch version number
-------------------------------------------------------------------
Thu Jul 24 00:00:00 UTC 2014 - marco.van.wieringen@bareos.com
- version 14.3.0-1
- Switch version number
-------------------------------------------------------------------
Fri Apr 11 00:00:00 UTC 2014 - marco.van.wieringen@bareos.com
- version 14.2.0-1
- Switch version number
-------------------------------------------------------------------
Mon Feb 3 00:00:00 UTC 2014 - marco.van.wieringen@bareos.com
- version 14.1.0-1
- Switch version number
-------------------------------------------------------------------
Sun Sep 29 00:00:00 UTC 2013 - marco.van.wieringen@bareos.com
- version 13.4.0-1
- Switch version number
-------------------------------------------------------------------
Sun Jun 30 00:00:00 UTC 2013 - marco.van.wieringen@bareos.com
- version 13.3.0-1
- Switch version number
-------------------------------------------------------------------
Tue Apr 9 00:00:00 UTC 2013 - marco.van.wieringen@bareos.com
- version 13.2.0-1
- Switch version number
-------------------------------------------------------------------
Wed Feb 13 00:00:00 UTC 2013 - marco.van.wieringen@bareos.com
- version 13.1.0-1
- Switch version number
-------------------------------------------------------------------
Wed Feb 6 00:00:00 UTC 2013 - marco.van.wieringen@bareos.com
- version 12.4.1-1
- Switch version number
-------------------------------------------------------------------
Sun Dec 30 00:00:00 UTC 2012 - marco.van.wieringen@bareos.com
- version 12.4.0-7
- enable ndmp and scsi-crypto
- remove deprecated gtk tray monitor
-------------------------------------------------------------------
Wed Dec 12 00:00:00 UTC 2012 - joerg.steffens@bareos.com
- version 12.4.0-6
- permissions
- build fixes
-------------------------------------------------------------------
Tue Dec 11 00:00:00 UTC 2012 - joerg.steffens@bareos.com
- version 12.4.0-5
- add bareos group and users
- add init scripts
- add logrotate for bareos-dir
-------------------------------------------------------------------
Fri Dec 7 00:00:00 UTC 2012 - joerg.steffens@bareos.com
- version 12.4.0-4
- bugfixes: package contents
-------------------------------------------------------------------
Tue Dec 4 00:00:00 UTC 2012 - joerg.steffens@bareos.com
- version 12.4.0-1
- Initial release