-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump libntech from
469add7
to cd68fbf
Bumps [libntech](https://github.com/NorthernTechHQ/libntech) from `469add7` to `cd68fbf`. - [Release notes](https://github.com/NorthernTechHQ/libntech/releases) - [Commits](NorthernTechHQ/libntech@469add7...cd68fbf) --- updated-dependencies: - dependency-name: libntech dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
e3f631a
commit 6275c1e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libntech
updated
19 files
+1 −1 | .github/workflows/macos_unit_tests.yml | |
+2 −2 | .github/workflows/unit_tests.yml | |
+24 −23 | configure.ac | |
+5 −6 | libutils/Makefile.am | |
+242 −19 | libutils/buffer.c | |
+2 −2 | libutils/ip_address.c | |
+3 −3 | libutils/json-pcre.h | |
+7 −7 | libutils/json.c | |
+0 −501 | libutils/pcre_wrap.c | |
+0 −95 | libutils/pcre_wrap.h | |
+115 −96 | libutils/regex.c | |
+13 −12 | libutils/regex.h.in | |
+9 −7 | tests/unit/Makefile.am | |
+1 −1 | tests/unit/ipaddress_test.c | |
+12 −12 | tests/unit/json_test.c | |
+13 −9 | tests/unit/logging_timestamp_test.c | |
+150 −0 | tests/unit/regex_test.c | |
+1 −1 | tests/unit/set_test.c | |
+0 −28 | tests/unit/string_lib_test.c |