summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2022-09-27 12:27:12 +0200
committerYorhel <git@yorhel.nl>2022-09-27 12:27:12 +0200
commite9b4161b13faeb0ccfaa64727c3da2e37354ccd3 (patch)
treebdd2c5d9900147225ed83aa99b6ed85aec464385
parent46ca69ea78e8adb9ad73947b1f2da69b0934865a (diff)
Version 1.23.1 + static binary updates1.23.1
-rw-r--r--ChangeLog3
-rw-r--r--README4
-rw-r--r--configure.ac9
-rwxr-xr-xstatic/build.sh12
4 files changed, 16 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 5790b3b..9b783ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+1.23.1 - 2022-09-27
+ - Fix buffer overflow on connections tab for incoming IPv6 connections in handshake phase
+
1.23 - 2022-05-30
- Bump minimum glib version to 2.32
- Re-open GeoIP database on SIGUSR1
diff --git a/README b/README
index 208215e..b7e3ee0 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-ncdc 1.23
-=========
+ncdc 1.23.1
+===========
DESCRIPTION
diff --git a/configure.ac b/configure.ac
index 8a81911..4fcc96d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
-AC_INIT([ncdc], [1.23], [projects@yorhel.nl])
+AC_INIT([ncdc],[1.23.1],[projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/ncdc.h])
-AC_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
m4_include([deps/lean.m4])
AM_INIT_AUTOMAKE([foreign subdir-objects])
PKG_PROG_PKG_CONFIG([0.18])
@@ -135,7 +135,7 @@ AS_IF([test "x$with_geoip" = xyes],
-# Check whether we should use the version string from AC_INIT(), or use
+# Check whether we should use the version string from AC_INIT, or use
# git-describe to create one. This trick is copied from the pacman source.
AC_ARG_ENABLE(git-version,
@@ -164,4 +164,5 @@ fi
AM_CONDITIONAL([INSTALL_MANPAGE], [test "x$installmanpage" = "xyes"])
-AC_OUTPUT([Makefile])
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT
diff --git a/static/build.sh b/static/build.sh
index 7908639..e4a8678 100755
--- a/static/build.sh
+++ b/static/build.sh
@@ -8,7 +8,7 @@
# wget
# ncurses (with the 'tic' binary)
# perl
-# python2
+# python
# git
# meson
# ninja
@@ -29,13 +29,13 @@
MUSL_CROSS_PATH=/opt/cross
ZLIB_VERSION=1.2.12
BZIP2_VERSION=1.0.8
-SQLITE_VERSION=3380500
+SQLITE_VERSION=3390300
GMP_VERSION=6.2.1
-NETTLE_VERSION=3.7.3
-IDN_VERSION=2.3.2
-GNUTLS_VERSION=3.6.16
+NETTLE_VERSION=3.8.1
+IDN_VERSION=2.3.3
+GNUTLS_VERSION=3.7.7
NCURSES_VERSION=6.3
-GLIB_VERSION=2.73.0
+GLIB_VERSION=2.74.0
MAXMIND_VERSION=1.6.0