Merge branch 'master' into lint

This commit is contained in:
wllm-rbnt 2023-08-14 17:19:31 +02:00 committed by GitHub
commit b983eb316a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 67 additions and 4 deletions

View file

@ -3,7 +3,7 @@ include(CheckSymbolExists)
project( project(
ssldump ssldump
VERSION 1.9 VERSION 1.8
DESCRIPTION 20230814 DESCRIPTION 20230814
LANGUAGES C LANGUAGES C
) )

View file

@ -1,6 +1,69 @@
# Changelog # Changelog
## v1.8 (2023-08-14)
### Changes
* [doc] typo fixed. [Alexandre Dulaunoy]
* [doc] v1.7 released + new changelog. [Alexandre Dulaunoy]
### Other
* Merge pull request #82 from wllm-rbnt/cmake. [Alexandre Dulaunoy]
cmake
* Add date to version output. [William Robinet]
* Add comment for MacOS. [William Robinet]
* Make it work on OpenBSD and FreeBSD. [William Robinet]
* Add install target for man page. [William Robinet]
* Set binary install target, update doc. [William Robinet]
* Update README & fix version. [William Robinet]
* Update gh workflows. [William Robinet]
* Print meaningful error messages. [William Robinet]
* Lower cmake version requirement (Ubuntu Focal) [William Robinet]
* Add FindJSONC.cmake module + fix CMakeLists.txt. [William Robinet]
* Remove autotools files. [William Robinet]
* Initial cmake setup. [William Robinet]
* Merge pull request #80 from wllm-rbnt/ts. [Alexandre Dulaunoy]
Add -z option for printing timestamps in front of TCP headers
* Add -z option for printing timestamps in front of TCP headers. [William Robinet]
* Merge pull request #79 from robert-scheck/dependabot. [Alexandre Dulaunoy]
Add dependabot configuration
* Add dependabot configuration. [Robert Scheck]
* Merge pull request #77 from robert-scheck/macos. [Alexandre Dulaunoy]
Add macOS to CI builds
* Add macOS to CI builds. [Robert Scheck]
* Merge pull request #76 from robert-scheck/workflow-compiler. [Alexandre Dulaunoy]
Switch to gcc-12 (default: gcc-11), clang-14 is newest in ubuntu-latest
* Switch to gcc-12 (default: gcc-11), clang-14 is newest in ubuntu-latest. [Robert Scheck]
## v1.7 (2023-04-09) ## v1.7 (2023-04-09)
### Changes ### Changes

View file

@ -5,7 +5,7 @@
# Release and tagging # Release and tagging
- Current version of ssldump is [v1.7](https://github.com/adulau/ssldump/releases/tag/v1.7) (released: 2023-04-09) - [ChangeLog](https://raw.githubusercontent.com/adulau/ssldump/master/ChangeLog) - Current version of ssldump is [v1.8](https://github.com/adulau/ssldump/releases/tag/v1.8) (released: 2023-08-14) - [ChangeLog](https://raw.githubusercontent.com/adulau/ssldump/master/ChangeLog)
# What about the original ssldump? # What about the original ssldump?

View file

@ -54,7 +54,7 @@
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY SUCH DAMAGE. .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY SUCH DAMAGE.
.TH SSLDUMP 1 "9th April 2023 - version 1.7" .TH SSLDUMP 1 "14th August 2023 - version 1.8"
.SH NAME .SH NAME
ssldump \- dump SSL traffic on a network ssldump \- dump SSL traffic on a network
.SH SYNOPSIS .SH SYNOPSIS

View file

@ -1,6 +1,6 @@
# ssldump(1) - dump SSL traffic on a network # ssldump(1) - dump SSL traffic on a network
9th April 2023 - version 1.7 14 August 2023 - version 1.8
``` ```
.na ssldump [ -aAdeFHjnNPqtTvxXyz ] [ -i interface ] .na ssldump [ -aAdeFHjnNPqtTvxXyz ] [ -i interface ]