From b2ab395adba5d85f7d20ec25ac815add26c1296c Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Thu, 9 Jan 2025 01:46:16 +0100 Subject: [PATCH] miniupnpd/Changelog.txt: update according to c578c18dbc5bcb5341e0161b23ee204f43bd9374 --- miniupnpd/Changelog.txt | 3 +++ miniupnpd/pf/obsdrdr.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 */