Skip to content

Commit

Permalink
Merge pull request #1316
Browse files Browse the repository at this point in the history
bsmtp: fix and update code, and change CLI parsing to CLI11
  • Loading branch information
arogge committed Feb 13, 2023
2 parents 42e69a5 + be21b8c commit a579a83
Show file tree
Hide file tree
Showing 5 changed files with 218 additions and 235 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -17,6 +17,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
- stored: fix crashes of storage tools when autoxflate plugin is loaded [PR #1348]
- webui: enable sorting on version column [PR #1365]
- dird: skip disabled clients in status command [PR #1367]
- bsmtp: fix and update code, and change CLI parsing to CLI11 [PR #1316]

### Removed
- remove no longer used pkglists [PR #1335]
Expand All @@ -35,6 +36,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[PR #935]: https://github.com/bareos/bareos/pull/935
[PR #1011]: https://github.com/bareos/bareos/pull/1011
[PR #1130]: https://github.com/bareos/bareos/pull/1130
[PR #1316]: https://github.com/bareos/bareos/pull/1316
[PR #1325]: https://github.com/bareos/bareos/pull/1325
[PR #1335]: https://github.com/bareos/bareos/pull/1335
[PR #1339]: https://github.com/bareos/bareos/pull/1339
Expand Down
2 changes: 1 addition & 1 deletion core/src/tools/CMakeLists.txt
Expand Up @@ -23,7 +23,7 @@ if(HAVE_WIN32)
list(APPEND BSMTPSRCS ../win32/tools/bsmtpres.rc)
endif()
add_executable(bsmtp ${BSMTPSRCS})
target_link_libraries(bsmtp bareos)
target_link_libraries(bsmtp bareos CLI11::CLI11)

add_executable(drivetype drivetype.cc)
target_link_libraries(drivetype bareos bareosfind)
Expand Down

0 comments on commit a579a83

Please sign in to comment.