Changesets: bareos
master 3967d1df 2024-02-01 14:08 Committer: Bareos Bot Ported: N/A Details Diff |
cmake: configure individual files in core/scripts/ Instead of configuring all .in files, the CMakeLists now configure only the files they need and put those in the output directory |
||
mod - .gitignore | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/scripts/CMakeLists.txt | Diff File | ||
master 81ecbd71 2024-01-31 14:41 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
compat: remove VLA from glob | ||
mod - core/src/win32/compat/glob.cc | Diff File | ||
master 49ae6652 2024-01-31 13:36 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1683 add openssl 3 ulc |
||
mod - .matrix.yml | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
rm - docs/pkglists/ULC_deb_OpenSSL_1.1.i586 | Diff File | ||
add - docs/pkglists/ULC_deb_OpenSSL_3.0.x86_64 | Diff File | ||
master c6514338 2024-01-31 13:36 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master afe7f8e1 2024-01-31 11:14 Committer: Bareos Bot Ported: N/A Details Diff |
apply bareos-check-sources | ||
mod - core/src/dird/ua_prune.cc | Diff File | ||
master 61486ac5 2024-01-31 08:31 Sebastian Sura Committer: Bareos Bot Ported: N/A Details Diff |
backup: fix size mismatch BSTR_2_str converts the wide string into a multibyte string. As such wcslen * sizeof(wchar_t) is just wrong. This leads to a SIGSEV on windows sometimes. |
||
mod - core/src/filed/backup.cc | Diff File | ||
master e4466a5c 2024-01-30 18:37 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1661 cmake: cleanup |
||
mod - .github/workflows/build-macos.yml | Diff File | ||
rm - .travis.yml | Diff File | ||
rm - .travis/all | Diff File | ||
rm - .travis/travis_before_script.sh | Diff File | ||
mod - CHANGELOG.md | Diff File | ||
mod - CMakeLists.txt | Diff File | ||
mod - cmake/BareosCheckChflags.cmake | Diff File | ||
mod - cmake/BareosCheckXattr.cmake | Diff File | ||
mod - cmake/BareosSetVariableDefaults.cmake | Diff File | ||
mod - cmake/uninstall.cmake | Diff File | ||
mod - contrib/fd-plugins/bareos_tasks/pgsql/README.md | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/cmake/BareosGenerateDebianInfo.cmake | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/src/dird/reload.cc | Diff File | ||
mod - core/src/include/jcr.h | Diff File | ||
mod - core/src/lib/jcr.cc | Diff File | ||
mod - debian/rules | Diff File | ||
master 27ec66c9 2024-01-30 18:37 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 1b7ea4f2 2024-01-30 16:15 Ported: N/A Details Diff |
pr_tool: use new positive_int type for pr number Add a positive_int type for argparse and use that for the pr number parameter. |
||
mod - devtools/pip-tools/pr_tool/main.py | Diff File | ||
master ce764fd9 2024-01-30 16:09 Ported: N/A Details Diff |
pr_tool: make Gh() initializer nicer | ||
mod - devtools/pip-tools/pr_tool/github.py | Diff File | ||
master cec09994 2024-01-30 16:05 Ported: N/A Details Diff |
pr_tool: update backport-template | ||
mod - devtools/pip-tools/pr_tool/backport_pr_template.md | Diff File | ||
master 33d12f5b 2024-01-30 16:03 Ported: N/A Details Diff |
pr_tool: open temporary files with w+ instead of r+ | ||
mod - devtools/pip-tools/pr_tool/backport.py | Diff File | ||
master 6ad970b8 2024-01-30 15:59 Ported: N/A Details Diff |
pr_tool: fail when original PR data is not available | ||
mod - devtools/pip-tools/pr_tool/backport.py | Diff File | ||
master 07dbe94c 2024-01-30 15:56 Ported: N/A Details Diff |
pr_tool: make get_pr_info() return None on error | ||
mod - devtools/pip-tools/pr_tool/backport.py | Diff File | ||
master 98a62c75 2024-01-30 15:52 Ported: N/A Details Diff |
pr_tool: give error when user's remote is not found | ||
mod - devtools/pip-tools/pr_tool/backport.py | Diff File | ||
master 7895eda2 2024-01-30 15:34 Ported: N/A Details Diff |
pr_tool: give nicer error for non-existant pr | ||
mod - devtools/pip-tools/pr_tool/backport.py | Diff File | ||
master 31a8fc29 2024-01-30 12:02 Bareos Bot Committer: GitHub Ported: N/A Details Diff |
Merge pull request #1678 python-bareos: integrate usage of config files |
||
mod - CHANGELOG.md | Diff File | ||
mod - contrib/misc/bareos_pam_integration/pam_exec_add_bareos_user.py | Diff File | ||
mod - contrib/misc/triggerjob/bareos-triggerjob.py | Diff File | ||
mod - docs/pkglists/Debian_11.x86_64 | Diff File | ||
mod - docs/pkglists/Debian_12.x86_64 | Diff File | ||
mod - docs/pkglists/xUbuntu_20.04.x86_64 | Diff File | ||
mod - docs/pkglists/xUbuntu_22.04.x86_64 | Diff File | ||
mod - python-bareos/bareos/bsock/directorconsole.py | Diff File | ||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
mod - python-bareos/bareos/util/__init__.py | Diff File | ||
add - python-bareos/bareos/util/argparse.py | Diff File | ||
mod - python-bareos/bareos/util/path.py | Diff File | ||
mod - python-bareos/bin/bareos-fd-connect.py | Diff File | ||
mod - python-bareos/bin/bareos-jsonrpc-server.py | Diff File | ||
mod - python-bareos/bin/bconsole-json.py | Diff File | ||
mod - python-bareos/bin/bconsole.py | Diff File | ||
mod - python-bareos/debian/control | Diff File | ||
mod - python-bareos/debian/rules | Diff File | ||
mod - python-bareos/packaging/python-bareos.spec | Diff File | ||
mod - python-bareos/setup.py | Diff File | ||
mod - systemtests/tests/py3plug-fd-postgresql/database/setup_local_db.sh.in | Diff File | ||
master 267dbfd7 2024-01-30 12:02 Bareos Bot Ported: N/A Details Diff |
Update CHANGELOG.md | ||
mod - CHANGELOG.md | Diff File | ||
master 13116acd 2024-01-30 10:58 Ported: N/A Details Diff |
pr_tool: ignore whitespace in cherry-pick lines | ||
mod - devtools/pip-tools/pr_tool/backport.py | Diff File | ||
master 5ca7b2be 2024-01-30 10:05 Ported: N/A Details Diff |
pr_tool: make resolve_target_branch() safer | ||
mod - devtools/pip-tools/pr_tool/backport.py | Diff File | ||
master ce710da2 2024-01-30 09:32 Ported: N/A Details Diff |
pr_tool: make find_user_remote() safer previously we only considered the first URL for a remote. With this change we ignore remotes that have multiple URLs configured and emit a warning. Remotes with multiple URLs are only used if you want to push to multiple locations at once, which is probably not what `pr_tool backport` should be doing. |
||
mod - devtools/pip-tools/pr_tool/backport.py | Diff File | ||
master 1c9d836f 2024-01-30 09:23 Ported: N/A Details Diff |
pr_tool: auto-select Added section based on labels detect the "feature" label on the PR and put the changelog record into the Added section. |
||
mod - devtools/pip-tools/pr_tool/main.py | Diff File | ||
master 1c29bcf7 2024-01-29 17:43 Committer: Bareos Bot Ported: N/A Details Diff |
cmake: configure individual files in core/platforms/ Instead of configuring all .in files, the CMakeLists now configure only the files they need and put those in the output directory |
||
mod - .gitignore | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
mod - core/platforms/darwin/CMakeLists.txt | Diff File | ||
mod - core/platforms/debian/CMakeLists.txt | Diff File | ||
mod - core/platforms/freebsd/CMakeLists.txt | Diff File | ||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/platforms/redhat/CMakeLists.txt | Diff File | ||
mod - core/platforms/suse/CMakeLists.txt | Diff File | ||
mod - core/platforms/systemd/CMakeLists.txt | Diff File | ||
master e79b37c2 2024-01-29 17:21 Committer: Bareos Bot Ported: N/A Details Diff |
cmake: refactor BareosConfigureFile instead of just configuring a lot of files this now allows to configure specific files or globbed files either into the source tree or (by default) into the binary directory. |
||
add - cmake/BareosConfigureFile.cmake | Diff File | ||
mod - core/CMakeLists.txt | Diff File | ||
rm - core/cmake/BareosConfigureFile.cmake | Diff File | ||
master e7f0300a 2024-01-29 14:56 Ported: N/A Details Diff |
python-bareos: disable Python 2 packages Python 2 is no longer supported. Also the python-bareos packages for Debian >= 12 and Ubuntu 22.04 have been created without content. |
||
mod - docs/pkglists/Debian_11.x86_64 | Diff File | ||
mod - docs/pkglists/Debian_12.x86_64 | Diff File | ||
mod - docs/pkglists/xUbuntu_20.04.x86_64 | Diff File | ||
mod - docs/pkglists/xUbuntu_22.04.x86_64 | Diff File | ||
mod - python-bareos/debian/control | Diff File | ||
mod - python-bareos/debian/rules | Diff File |