Skip to content

Commit

Permalink
Merge pull request 'build_updates' (#3) from build_updates into gitea…
Browse files Browse the repository at this point in the history
…-develop

Merge build_updates branch
  • Loading branch information
saradickinson committed Jul 10, 2023
2 parents 0f2a3a8 + ce43e69 commit 9e87e72
Show file tree
Hide file tree
Showing 15 changed files with 973 additions and 374 deletions.
9 changes: 8 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@
# file, you can obtain one at https://mozilla.org/MPL/2.0/.
#

Version 1.2.3-rc2 - 2023-07-10
--------------------------

* Update m4 macros to remove build warnings on Ubuntu Jammy
* Inspector: Update pseudoanonymisation code for OpenSSL 3.0 to remove warnings
about deprecated functions on Ubuntu Jammy

Version 1.2.3-rc1 - 2023-06-14
--------------------------

* Extend template backend to write EDNS OPT codes
* Inspector: Extend template backend to write EDNS OPT codes

Version 1.2.2 - 2022-07-11
--------------------------
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AC_PREREQ(2.61)
AC_USE_SYSTEM_EXTENSIONS

AC_CONFIG_SRCDIR([src/compactor.cpp])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])

AC_CONFIG_MACRO_DIR([m4])

Expand All @@ -26,7 +26,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# Checks for programs.
AC_PROG_CXX
AX_CXX_COMPILE_STDCXX([11], [noext], [mandatory])
AC_PROG_LIBTOOL
LT_INIT
AC_PROG_AWK

AC_SUBST(ASCIIDOC,[no])
Expand Down
Loading

0 comments on commit 9e87e72

Please sign in to comment.