Merge branch 'tmp-protobuf-c' into 'master'

updated to protobuf 1.5.2

See merge request openconnect/ocserv!475
This commit is contained in:
Nikos Mavrogiannopoulos
2026-02-03 17:32:58 +00:00
2 changed files with 3 additions and 2 deletions

1
NEWS
View File

@@ -1,5 +1,6 @@
* Version 1.4.1 (unreleased)
- The bundled inih was updated to r62.
- The bundled protobuf-c was updated to 1.5.2.
- Fixed a bug where session timeout could be bypassed by reconnecting
(e.g., closing/opening laptop lid) (#599)
- occtl: 'show user' command now includes a 'Session started at:' field,

View File

@@ -795,13 +795,13 @@ protobuf_c_version_number(void);
* The version of the protobuf-c headers, represented as a string using the same
* format as protobuf_c_version().
*/
#define PROTOBUF_C_VERSION "1.5.1"
#define PROTOBUF_C_VERSION "1.5.2"
/**
* The version of the protobuf-c headers, represented as an integer using the
* same format as protobuf_c_version_number().
*/
#define PROTOBUF_C_VERSION_NUMBER 1005001
#define PROTOBUF_C_VERSION_NUMBER 1005002
/**
* The minimum protoc-gen-c version which works with the current version of the