diff --git a/miniupnpd/Changelog.txt b/miniupnpd/Changelog.txt index 7225924..ee23125 100644 --- a/miniupnpd/Changelog.txt +++ b/miniupnpd/Changelog.txt @@ -1,5 +1,8 @@ $Id: Changelog.txt,v 1.521 2024/10/06 21:10:48 nanard Exp $ +2025/01/05: + Fix get_src_for_route_to() for OpenBSD >= 6.6 + 2024/10/05: Rework the buildsystem + systemd integration diff --git a/miniupnpd/pf/obsdrdr.c b/miniupnpd/pf/obsdrdr.c index 47a51d4..9e9e20e 100644 --- a/miniupnpd/pf/obsdrdr.c +++ b/miniupnpd/pf/obsdrdr.c @@ -2,7 +2,7 @@ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ - * (c) 2006-2024 Thomas Bernard + * (c) 2006-2025 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */