Skip to content

Commit

Permalink
Merge pull request #17 from farsightsec/1.3.1
Browse files Browse the repository at this point in the history
1.3.1
  • Loading branch information
mcrawforddt authored Mar 13, 2024
2 parents 27e15b5 + 977f620 commit 94e8a6c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@
Makefile
Makefile.in
TAGS
test-suite.log
tests/test-io
tests/test-misc
tests/test-parse
tests/*.log
tests/*.trs
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ(2.64)
AC_INIT([sie-nmsg],
[1.3.0],
[1.3.1],
[https://github.com/farsightsec/sie-nmsg/issues],
[sie-nmsg],
[https://github.com/farsightsec/sie-nmsg])
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sie-nmsg (1.3.1-1) debian-fsi; urgency=medium

* Fix test.

-- Farsight Security Inc <[email protected]> Wed, 13 Mar 2024 13:38:49 -0400

sie-nmsg (1.3.0-1) debian-farsightsec; urgency=medium

* Amend proto files to specify syntax version.
Expand Down
2 changes: 2 additions & 0 deletions tests/test-parse.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
* Copyright (c) 2024 DomainTools LLC
* Copyright (c) 2018 by Farsight Security, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -191,6 +192,7 @@ test_json(void)
check_return(ftruncate(fd, 0) != -1);
o = nmsg_output_open_json(fd);
check_return(o != NULL);
nmsg_output_set_buffered(o, false);

nmsg_message_set_source(m, 4321);
nmsg_message_set_group(m, 1234);
Expand Down

0 comments on commit 94e8a6c

Please sign in to comment.