Changesets: bareos
master 6a0fce53 2020-11-03 11:31 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000635 from bareos/dev/pstorz/master/freebsd-114-121 FreeBSD: build and package fd python plugin for python3 |
||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/BareosCommonMakefile | Diff File | ||
add - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.filedaemon-python2-plugin | Diff File | ||
add - core/platforms/freebsd/bareos-freebsd/bareos.com-common/pkg-plist.filedaemon-python3-plugin | Diff File | ||
mod - core/platforms/freebsd/bareos-freebsd/bareos.com-common/subpkglist | Diff File | ||
add - core/platforms/freebsd/bareos-freebsd/bareos.com-filedaemon-python-plugins-common/Makefile | Diff File | ||
mod - core/src/droplet | Diff File | ||
master 19700e23 2020-11-03 07:42 JoseCarlosNF Committer: pstorz Ported: N/A Details Diff |
webui translation: Update Portuguese/Brazil Additions, updates and fixes |
||
mod - webui/module/Application/language/pt_BR.po | Diff File | ||
bareos-18.2 14fc2d95 2020-11-02 18:45 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000653 from bareos/dev/fbergkemper/bareos-18.2/fix-leap151-pkg add bareos-webui to pkglists Leap 15.1 |
||
mod - docs/pkglists/openSUSE_Leap_15.1.x86_64 | Diff File | ||
bareos-18.2 06cf7df1 2020-11-02 17:38 Ported: N/A Details Diff |
add bareos-webui to pkglists Leap 15.1 | ||
mod - docs/pkglists/openSUSE_Leap_15.1.x86_64 | Diff File | ||
bareos-18.2 2c73e99e 2020-11-02 12:54 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000645 from bareos/dev/fbergkemper/bareos-18.2/test-branch webui: adapt changes from master on webui-selenium-test.py |
||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
bareos-19.2 f3f851ac 2020-11-02 12:54 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000644 from bareos/dev/fbergkemper/bareos-19.2/test-branch add alternative chromedriver locations and add webui to pkglists Leap 15.1 |
||
mod - docs/pkglists/openSUSE_Leap_15.1.x86_64 | Diff File | ||
mod - webui/tests/selenium/webui-selenium-test.py | Diff File | ||
bareos-19.2 f9f8eb2c 2020-10-30 22:46 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000646 from bareos/dev/pstorz/bareos-19.2/fedora33 add fedora 33 to bareos 19.2 |
||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc | Diff File | ||
bareos-18.2 3c73ce06 2020-10-30 22:45 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000647 from bareos/dev/pstorz/bareos-18.2/fedora33 add fedora 33 to bareos 18.2 |
||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc | Diff File | ||
bareos-18.2 0045caa7 2020-10-30 22:37 Ported: N/A Details Diff |
packaging: set php-fpm as a required dependency on Fedora >= 33 There is no mod_php in default configuration. mod_php is deprecated as FPM is now used by default with httpd in event mode. mod_php is only used when explicitly enabled or httpd switch to prefork mode. |
||
mod - webui/packaging/obs/bareos-webui.spec | Diff File | ||
bareos-19.2 65e02f8d 2020-10-30 22:32 Ported: N/A Details Diff |
packaging: set php-fpm as a required dependency on Fedora >= 33 There is no mod_php in default configuration. mod_php is deprecated as FPM is now used by default with httpd in event mode. mod_php is only used when explicitly enabled or httpd switch to prefork mode. |
||
mod - webui/packaging/obs/bareos-webui.spec | Diff File | ||
master fbf6454d 2020-10-30 22:06 Ported: N/A Details Diff |
packaging: set php-fpm as a required dependency on Fedora >= 33 There is no mod_php in default configuration. mod_php is deprecated as FPM is now used by default with httpd in event mode. mod_php is only used when explicitly enabled or httpd switch to prefork mode. |
||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
master b83b488d 2020-10-30 20:49 Ported: N/A Details Diff |
systemtests python-bareos: add more sslpsk tests | ||
mod - systemtests/tests/python-bareos/python-bareos-unittest.py | Diff File | ||
bareos-19.2 02caf590 2020-10-30 20:49 Ported: N/A Details Diff |
systemtests python-bareos: add more sslpsk tests | ||
mod - systemtests/tests/python-bareos-test/python-bareos-unittest.py | Diff File | ||
master d0a32833 2020-10-30 20:31 Ported: N/A Details Diff |
python-bareos: fixes support for sslpsk with Python >= 3 The current sslpsk version requires identity and password as bytes. Strings are no longer supported. python-bareos is now adapted to this. Unfortunately, depending on the Python and OpenSSL versions sslpsk (1.0.0) does not work with all TLS protocol versions. Normally, the best matching protocol version is selected automatically, but this fails in many environments using sslpsk. As a workaround it is now possible to specify the TLS protocol version (v1, v1.1, v1.2) python-bareos should use. Note: newer protocols (TLS v1.3) cannot be specified in this way. |
||
mod - python-bareos/bareos/bsock/directorconsole.py | Diff File | ||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
mod - python-bareos/bareos/util/password.py | Diff File | ||
bareos-19.2 d0801942 2020-10-30 20:31 Ported: N/A Details Diff |
python-bareos: fixes support for sslpsk with Python >= 3 The current sslpsk version requires identity and password as bytes. Strings are no longer supported. python-bareos is now adapted to this. Unfortunately, depending on the Python and OpenSSL versions sslpsk (1.0.0) does not work with all TLS protocol versions. Normally, the best matching protocol version is selected automatically, but this fails in many environments using sslpsk. As a workaround it is now possible to specify the TLS protocol version (v1, v1.1, v1.2) python-bareos should use. Note: newer protocols (TLS v1.3) cannot be specified in this way. |
||
mod - python-bareos/bareos/bsock/directorconsole.py | Diff File | ||
mod - python-bareos/bareos/bsock/lowlevel.py | Diff File | ||
mod - python-bareos/bareos/util/password.py | Diff File | ||
master e26819bf 2020-10-30 18:20 Ported: N/A Details Diff |
fd python libcloud plugin: add two data files to systemtest - two additional backup-data files with larger sizes will test the temporary-file and the "stream-object" path of the worker code - lowered the value of prefetch_size in the libcloud-test-config so the test-files can be smaller - replaced some logging-text to match to "objects" rather than "files" |
||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File | ||
mod - systemtests/tests/py2plug-fd-libcloud/etc/libcloud_config.ini.in | Diff File | ||
mod - systemtests/tests/py2plug-fd-libcloud/testrunner | Diff File | ||
bareos-19.2 456ae035 2020-10-30 17:51 Ported: N/A Details Diff |
pkglists: Ubuntu20: add bareos-vmware-plugin-compat | ||
mod - docs/pkglists/xUbuntu_20.04.x86_64 | Diff File | ||
master beaf9504 2020-10-30 17:49 Ported: N/A Details Diff |
debian: configure tests to run in i386, too | ||
mod - debian/rules | Diff File | ||
master 16455fc4 2020-10-30 15:54 Ported: N/A Details Diff |
FreeBSD: remove bareos.com-filedaemon-python2-plugin as we decided to not build python2 support anymore as it will be removed from FreeBSD on 31.12.2020 |
||
rm - core/platforms/freebsd/bareos-freebsd/bareos.com-filedaemon-python2-plugin/Makefile | Diff File | ||
mod - core/src/droplet | Diff File | ||
bareos-18.2 a4a364b9 2020-10-30 15:39 Ported: N/A Details Diff |
mingw: define _POSIX_C_SOURCE to have localtime_r | ||
mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
bareos-19.2 7886d09c 2020-10-30 15:39 Ported: N/A Details Diff |
mingw: define _POSIX_C_SOURCE to have localtime_r | ||
mod - core/src/win32/compat/include/mingwconfig.h | Diff File | ||
master 2f790a72 2020-10-30 11:59 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000643 from bareos/dev/pstorz/master/fedora33 add support for Fedora 33 |
||
mod - core/platforms/packaging/bareos.spec | Diff File | ||
mod - core/platforms/win32/winbareos.nsi | Diff File | ||
mod - core/src/include/config.h.in | Diff File | ||
mod - core/src/win32/plugins/filed/mssqlvdi-fd.cc | Diff File | ||
add - docs/pkglists/Fedora_33.x86_64 | Diff File | ||
master 64d411a2 2020-10-30 11:58 Ported: N/A Details Diff |
devtools: prepare-release.sh now updates changelog When releasing a new version of Bareos, the prepare-release.sh will now call the changelog-update scripts where applicable and will add the resulting changes to the changelog to the commits it generates. |
||
mod - devtools/prepare-release.sh | Diff File | ||
master 78d26af8 2020-10-30 11:13 Ported: N/A Details Diff |
fd python libcloud plugin: rename a function name to its purpose | ||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File | ||
master 917aedbb 2020-10-30 11:06 Ported: N/A Details Diff |
fd python libcloud plugin: rename a function name to match others - some derivations of the OSError in case of connection abort are not availabe at all python versions and do not yet give a real advantage to our error strategy |
||
mod - core/src/plugins/filed/python/libcloud/bareos_libcloud_api/worker.py | Diff File |