Skip to content

Commit

Permalink
Merge pull request #1765
Browse files Browse the repository at this point in the history
Add FreeBSD 13.3 and 14.0
  • Loading branch information
BareosBot committed Apr 26, 2024
2 parents d1cdd7e + cb23d0f commit 2efb1c3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .matrix.yml
Expand Up @@ -76,6 +76,14 @@ OS:
ARCH:
- x86_64
FreeBSD:
"14.0":
TYPE: freebsd
ARCH:
- amd64
"13.3":
TYPE: freebsd
ARCH:
- amd64
"13.2":
TYPE: freebsd
ARCH:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- add openssl 3 ulc [PR #1683]
- Add backport tool [PR #1639]
- Add FreeBSD 13.3 and 14.0 [PR #1765]

### Changed
- github actions: PyPi: install setuptools [PR #1589]
Expand Down Expand Up @@ -149,6 +150,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[PR #1761]: https://github.com/bareos/bareos/pull/1761
[PR #1762]: https://github.com/bareos/bareos/pull/1762
[PR #1763]: https://github.com/bareos/bareos/pull/1763
[PR #1765]: https://github.com/bareos/bareos/pull/1765
[PR #1772]: https://github.com/bareos/bareos/pull/1772
[PR #1788]: https://github.com/bareos/bareos/pull/1788
[unreleased]: https://github.com/bareos/bareos/tree/master
1 change: 1 addition & 0 deletions core/platforms/freebsd/bareos-dir.in
Expand Up @@ -20,4 +20,5 @@ extra_commands=reload
command="@sbindir@/bareos-dir"

load_rc_config $name
: ${bareosdir_enable:=no}
run_rc_command "$1"
1 change: 1 addition & 0 deletions core/platforms/freebsd/bareos-fd.in
Expand Up @@ -19,4 +19,5 @@ rcvar=bareosfd_enable
command="@sbindir@/bareos-fd"

load_rc_config $name
: ${bareosfd_enable:=no}
run_rc_command "$1"
1 change: 1 addition & 0 deletions core/platforms/freebsd/bareos-sd.in
Expand Up @@ -19,4 +19,5 @@ rcvar=bareossd_enable
command="@sbindir@/bareos-sd"

load_rc_config $name
: ${bareossd_enable:=no}
run_rc_command "$1"

0 comments on commit 2efb1c3

Please sign in to comment.