Changesets: bareos

master b21beb3e

2025-02-14 18:46

arogge

Ported: N/A

Details Diff
cmake: use pkgconfig to find glusterfs-api
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/src/plugins/filed/CMakeLists.txt Diff File
mod - core/src/stored/backends/CMakeLists.txt Diff File

master 374aa0c3

2025-02-14 17:36

arogge

Ported: N/A

Details Diff
cmake: add and use FindModule for tirpc
add - cmake/Findtirpc.cmake Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/src/ndmp/CMakeLists.txt Diff File

master d99c5477

2025-02-14 16:56

arogge

Ported: N/A

Details Diff
cmake: remove redundant libcap checks
mod - core/cmake/BareosCheckIncludes.cmake Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/src/include/config.h.in Diff File
mod - core/src/lib/priv.cc Diff File

master 67855abd

2025-02-14 16:46

arogge

Ported: N/A

Details Diff
cmake: use cmake-provided CMAKE_DL_LIBS
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/src/tools/CMakeLists.txt Diff File

master 49fd7ec9

2025-02-14 16:35

arogge

Ported: N/A

Details Diff
cmake: improve Readline FindModule

provide a proper target to link against and use that where needed.
mod - cmake/BareosSetVariableDefaults.cmake Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/src/console/CMakeLists.txt Diff File

master 267e8d94

2025-02-14 14:52

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: add gh note and fix dist-tarball in devtools
mod - devtools/README.md Diff File

master 1549d8af

2025-02-14 13:12

arogge

Ported: N/A

Details Diff
cmake: switch PAM to a FindModule and target

* add FindPAM
* replace ${PAM_LIBRARIES} with PAM::pam
* remove explicit PAM-linking from unit-tests as transitive
dependencies take care of proper linking now
add - cmake/FindPAM.cmake Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/src/console/CMakeLists.txt Diff File
mod - core/src/dird/CMakeLists.txt Diff File
mod - core/src/tests/CMakeLists.txt Diff File
mod - systemtests/cmake/BareosSystemtestFunctions.cmake Diff File

master 7bf9efe1

2025-02-14 01:44

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2169

cmake: add cmake_parse_arguments policy CMP0174
mod - CHANGELOG.md Diff File
mod - CMakeLists.txt Diff File
mod - core/cmake/BareosCopyDllsToBinDir.cmake Diff File

master 037e4272

2025-02-14 01:44

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master caef75fd

2025-02-13 21:29

stephand


Committer: Bareos Bot

Ported: N/A

Details Diff
Changes requested for PR #2152

Also skip saving the CBT list in restoreobjects, as that is not
necessary and could cause problems if the size of the CBT list is
huge.
mod - core/src/plugins/filed/python/vmware/bareos-fd-vmware.py Diff File

master dd79bf5c

2025-02-13 20:21

Animux


Committer: Sebastian Sura

Ported: N/A

Details Diff
dedup: Fix missmatching types of config and fvec

This fixes some conversion warnings when compiling bareos for 32bit.
The types of config::block_file::End and config::part_file::End are
not the same as fvec<block>::size_type or fvec<part>::size_type for
32bit, beacuse size_t is not uint64_t.

This change does not change the types of the structures, because these
values are serialized on the volume.
mod - core/src/stored/backends/dedupable/volume.cc Diff File

master f27109e0

2025-02-13 17:55

arogge

Ported: N/A

Details Diff
cmake: link PostgreSQL target instead of library
mod - core/src/cats/CMakeLists.txt Diff File

master 390a157e

2025-02-13 17:49

arogge

Ported: N/A

Details Diff
cmake: cleanup BareosFindAllLibraries (a bit)

* use find_package() instead of include()
* mark required packages required
* remove duplicate pthread detection
* always find Intl
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File

master 819c0492

2025-02-13 17:47

arogge

Ported: N/A

Details Diff
cmake: link OpenSSL targets instead of libraries

also simplify finding OpenSSL
mod - core/CMakeLists.txt Diff File
mod - core/cmake/BareosFindAllLibraries.cmake Diff File
mod - core/src/dird/CMakeLists.txt Diff File
mod - core/src/droplet/libdroplet/CMakeLists.txt Diff File
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/tests/CMakeLists.txt Diff File

master 8483982f

2025-02-13 15:55

arogge

Ported: N/A

Details Diff
cmake: use ZLIB::ZLIB instead of ${ZLIB_LIBRARIES}
mod - core/src/filed/CMakeLists.txt Diff File
mod - core/src/lib/CMakeLists.txt Diff File
mod - core/src/plugins/stored/CMakeLists.txt Diff File

master 7f3c0248

2025-02-13 15:45

arogge

Ported: N/A

Details Diff
cmake: add debug mode to list target dependencies

by enabling DEBUG_TARGET_DEPENDENCIES cmake will iterate all targets
defined within core/ and write their dependency list (including
transitives) and a summary of imported targets' properties into to
core/debug-deps within the binary directory.
add - cmake/BareosTargetTools.cmake Diff File
mod - core/CMakeLists.txt Diff File

master 24885531

2025-02-13 13:06

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
mark Address (Console -> Director) as required
mod - core/src/console/console_conf.cc Diff File

master 381ab8ec

2025-02-13 12:46

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
docs: generate config schema entries for aliases
mod - core/src/lib/output_formatter.h Diff File
mod - core/src/lib/res.cc Diff File

master 4c5bb71a

2025-02-13 10:55

arogge

Ported: N/A

Details Diff
cmake: reorder add_subdirectory() in core/src

by putting the calls to add_subdirectory() in the right order, the
daemons will use the library-targets instead of the library-names when
linking.
mod - core/src/CMakeLists.txt Diff File

master e435c9b9

2025-02-13 10:52

arogge

Ported: N/A

Details Diff
cmake: make FindJansson work nicely on WIN32

On Windows we need IMPORTED_LOCATION and IMPORTED_IMPLIB
set properly, so CMake finds the DLLS required at runtime.
mod - cmake/FindJansson.cmake Diff File

master 302907f6

2025-02-13 10:00

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2106

build: add support for el10
mod - .matrix.yml Diff File
mod - CHANGELOG.md Diff File
mod - cmake/BareosCpmPackages.cmake Diff File
mod - core/platforms/packaging/bareos.spec Diff File
add - docs/pkglists/EL_10.aarch64 Diff File
add - docs/pkglists/EL_10.x86_64 Diff File
mod - systemtests/scripts/cleanup Diff File

master 476fd948

2025-02-13 10:00

Bareos Bot

Ported: N/A

Details Diff
Update CHANGELOG.md
mod - CHANGELOG.md Diff File

master 3eb94bc6

2025-02-13 09:07

Florian Burger


Committer: Bareos Bot

Ported: N/A

Details Diff
update json schemas and apply bareos-check-sources
mod - core/src/lib/parse_conf.cc Diff File
mod - core/src/lib/res.cc Diff File
mod - docs/manuals/source/include/autogenerated/bareos-dir-config-schema.json Diff File
mod - docs/manuals/source/include/autogenerated/bconsole-config-schema.json Diff File

master 0fcc9f70

2025-02-13 08:22

Sebastian Sura


Committer: Bareos Bot

Ported: N/A

Details Diff
cleanup: readd printing of tracebacks
mod - systemtests/scripts/cleanup Diff File

master 99ffe642

2025-02-12 20:39

Bareos Bot


Committer: GitHub

Ported: N/A

Details Diff
Merge pull request #2147

contrib: check_chunk.py improve README.md instructions
mod - CHANGELOG.md Diff File
mod - contrib/misc/chunk_check/README.md Diff File
 First  Prev  1 2 3 ... 16 17 18 19 20 21 22 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 678 679 680  Next  Last