From MAILER-DAEMON Tue Mar 02 16:52:05 2021 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lHCvx-0005ye-Rq for mharc-lwip-commits@gnu.org; Tue, 02 Mar 2021 16:52:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33230) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHCvv-0005uw-ML for lwip-commits@nongnu.org; Tue, 02 Mar 2021 16:51:59 -0500 Received: from vcs0.savannah.gnu.org ([209.51.188.201]:43516) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHCvv-0000Gw-6F for lwip-commits@nongnu.org; Tue, 02 Mar 2021 16:51:59 -0500 Received: by vcs0.savannah.gnu.org (Postfix, from userid 91112) id 833AF20E1B; Tue, 2 Mar 2021 16:51:58 -0500 (EST) To: lwip-commits@nongnu.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 988ce1e80e5a012e21bd57b5c4d09fc38334de4e X-Git-Newrev: 600e248f0638aba6c98c16ad930736f7369fc4e5 Message-Id: <20210302215158.833AF20E1B@vcs0.savannah.gnu.org> Date: Tue, 2 Mar 2021 16:51:58 -0500 (EST) From: root@kryo.se (Erik Ekman) Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-488-g600e248 X-BeenThere: lwip-commits@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Commits to lwIP CVS are auto-posted here." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2021 21:51:59 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The branch, master has been updated via 600e248f0638aba6c98c16ad930736f7369fc4e5 (commit) from 988ce1e80e5a012e21bd57b5c4d09fc38334de4e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 600e248f0638aba6c98c16ad930736f7369fc4e5 Author: Christoffer Lind Date: Tue Mar 2 15:57:42 2021 +0100 dhcp: generate new xid for DHCP release ----------------------------------------------------------------------- Summary of changes: src/core/ipv4/dhcp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- lwIP - A Lightweight TCPIP stack From MAILER-DAEMON Thu Mar 04 14:15:18 2021 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lHtRN-0007GH-28 for mharc-lwip-commits@gnu.org; Thu, 04 Mar 2021 14:15:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43630) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHtRG-0007EC-92 for lwip-commits@nongnu.org; Thu, 04 Mar 2021 14:15:11 -0500 Received: from vcs0.savannah.gnu.org ([209.51.188.201]:43751) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHtRC-000411-HW for lwip-commits@nongnu.org; Thu, 04 Mar 2021 14:15:07 -0500 Received: by vcs0.savannah.gnu.org (Postfix, from userid 72176) id 3B97720E1B; Thu, 4 Mar 2021 14:15:06 -0500 (EST) To: lwip-commits@nongnu.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 600e248f0638aba6c98c16ad930736f7369fc4e5 X-Git-Newrev: d7a0757764bf59836acb8371e5c37ae63727f20b Message-Id: <20210304191506.3B97720E1B@vcs0.savannah.gnu.org> Date: Thu, 4 Mar 2021 14:15:06 -0500 (EST) From: goldsimon@gmx.de (Simon Goldschmidt) Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-489-gd7a0757 X-BeenThere: lwip-commits@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Commits to lwIP CVS are auto-posted here." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 19:15:11 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The branch, master has been updated via d7a0757764bf59836acb8371e5c37ae63727f20b (commit) from 600e248f0638aba6c98c16ad930736f7369fc4e5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d7a0757764bf59836acb8371e5c37ae63727f20b Author: Simon Goldschmidt Date: Thu Mar 4 20:14:46 2021 +0100 mqtt: allow calling mqtt_set_inpub_callback before mqtt_client_connect See also patch #10037 ----------------------------------------------------------------------- Summary of changes: src/apps/mqtt/mqtt.c | 12 +++++++++++- src/include/lwip/apps/mqtt.h | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) hooks/post-receive -- lwIP - A Lightweight TCPIP stack From MAILER-DAEMON Thu Mar 04 15:10:45 2021 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lHuJ3-00038X-9W for mharc-lwip-commits@gnu.org; Thu, 04 Mar 2021 15:10:45 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54784) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHuJ1-00033X-2B for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:10:43 -0500 Received: from vcs0.savannah.gnu.org ([209.51.188.201]:44662) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHuJ0-0002tC-QK for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:10:42 -0500 Received: by vcs0.savannah.gnu.org (Postfix, from userid 72176) id 84F4320E1B; Thu, 4 Mar 2021 15:10:42 -0500 (EST) To: lwip-commits@nongnu.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d7a0757764bf59836acb8371e5c37ae63727f20b X-Git-Newrev: 3666dcc66c8a6b23a7ec80b4566298c0a6bc2597 Message-Id: <20210304201042.84F4320E1B@vcs0.savannah.gnu.org> Date: Thu, 4 Mar 2021 15:10:42 -0500 (EST) From: goldsimon@gmx.de (Simon Goldschmidt) Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-491-g3666dcc X-BeenThere: lwip-commits@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Commits to lwIP CVS are auto-posted here." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 20:10:43 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The branch, master has been updated via 3666dcc66c8a6b23a7ec80b4566298c0a6bc2597 (commit) via 1f4a029d107b017a43918d87f2ca8d531a1ebc23 (commit) from d7a0757764bf59836acb8371e5c37ae63727f20b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3666dcc66c8a6b23a7ec80b4566298c0a6bc2597 Author: Simon Goldschmidt Date: Thu Mar 4 21:10:28 2021 +0100 tcp: send RST to input netif when no pcb is available If we know there's no matchin pcb (e.g. for routing), don't even try to pass NULL but instead send the RST to the input netif. See also patch #9988. commit 1f4a029d107b017a43918d87f2ca8d531a1ebc23 Author: Simon Goldschmidt Date: Thu Mar 4 20:18:04 2021 +0100 mqtt: check data_cb != NULL ----------------------------------------------------------------------- Summary of changes: src/apps/mqtt/mqtt.c | 4 +- src/core/tcp_in.c | 4 +- src/core/tcp_out.c | 162 +++++++++++++++++++++++++++------------ src/include/lwip/priv/tcp_priv.h | 3 + 4 files changed, 122 insertions(+), 51 deletions(-) hooks/post-receive -- lwIP - A Lightweight TCPIP stack From MAILER-DAEMON Thu Mar 04 15:15:56 2021 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lHuO4-00005E-Nw for mharc-lwip-commits@gnu.org; Thu, 04 Mar 2021 15:15:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55902) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHuO1-0008TP-8f for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:15:54 -0500 Received: from vcs0.savannah.gnu.org ([209.51.188.201]:44758) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHuO0-0005Jf-0Z for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:15:52 -0500 Received: by vcs0.savannah.gnu.org (Postfix, from userid 72176) id BF12520E1B; Thu, 4 Mar 2021 15:15:51 -0500 (EST) To: lwip-commits@nongnu.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3666dcc66c8a6b23a7ec80b4566298c0a6bc2597 X-Git-Newrev: b5176936c73f1575c50844ded294acdc628ec5f6 Message-Id: <20210304201551.BF12520E1B@vcs0.savannah.gnu.org> Date: Thu, 4 Mar 2021 15:15:51 -0500 (EST) From: goldsimon@gmx.de (Simon Goldschmidt) Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-492-gb517693 X-BeenThere: lwip-commits@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Commits to lwIP CVS are auto-posted here." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 20:15:55 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The branch, master has been updated via b5176936c73f1575c50844ded294acdc628ec5f6 (commit) from 3666dcc66c8a6b23a7ec80b4566298c0a6bc2597 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b5176936c73f1575c50844ded294acdc628ec5f6 Author: Oliver Hitz Date: Tue Oct 27 11:02:02 2020 +0100 tcp: make tcp_listen() inherit the netbuf_idx of the original pcb This simple patch causes tcp_listen() to inherit the netbuf_idx setting of the original pcb. Without this, it is not possible to restrict a socket to a specific interface using SO_BINDTODEVICE before listening. Signed-off-by: Simon Goldschmidt ----------------------------------------------------------------------- Summary of changes: src/core/tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- lwIP - A Lightweight TCPIP stack From MAILER-DAEMON Thu Mar 04 15:17:11 2021 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lHuPG-0001SL-RG for mharc-lwip-commits@gnu.org; Thu, 04 Mar 2021 15:17:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56300) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHuP9-0001LY-RT for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:17:04 -0500 Received: from vcs0.savannah.gnu.org ([209.51.188.201]:44772) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHuP9-0005lN-H3 for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:17:03 -0500 Received: by vcs0.savannah.gnu.org (Postfix, from userid 72176) id 63FA820E1B; Thu, 4 Mar 2021 15:17:03 -0500 (EST) To: lwip-commits@nongnu.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b5176936c73f1575c50844ded294acdc628ec5f6 X-Git-Newrev: 4a169109a70c5c4d36c2e962159b555bd8c827b1 Message-Id: <20210304201703.63FA820E1B@vcs0.savannah.gnu.org> Date: Thu, 4 Mar 2021 15:17:03 -0500 (EST) From: goldsimon@gmx.de (Simon Goldschmidt) Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-493-g4a16910 X-BeenThere: lwip-commits@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Commits to lwIP CVS are auto-posted here." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 20:17:05 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The branch, master has been updated via 4a169109a70c5c4d36c2e962159b555bd8c827b1 (commit) from b5176936c73f1575c50844ded294acdc628ec5f6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4a169109a70c5c4d36c2e962159b555bd8c827b1 Author: Jeremy HU Date: Tue Oct 13 09:57:23 2020 +0930 makefsdata: Fix flags missing Fix the Perl script from which the generated fsdata.c cause runtime assertion: "HTTP headers not included in file system". ----------------------------------------------------------------------- Summary of changes: src/apps/http/makefsdata/makefsdata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- lwIP - A Lightweight TCPIP stack From MAILER-DAEMON Thu Mar 04 15:22:53 2021 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lHuUm-0005wp-PB for mharc-lwip-commits@gnu.org; Thu, 04 Mar 2021 15:22:53 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57844) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHuUg-0005uz-Vw for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:22:47 -0500 Received: from vcs0.savannah.gnu.org ([209.51.188.201]:44933) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHuUd-0007yM-EL for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:22:44 -0500 Received: by vcs0.savannah.gnu.org (Postfix, from userid 72176) id 35B2020E1B; Thu, 4 Mar 2021 15:22:43 -0500 (EST) To: lwip-commits@nongnu.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4a169109a70c5c4d36c2e962159b555bd8c827b1 X-Git-Newrev: ccea55370aa2e3f7a2cec1d94790c6d7d98fde25 Message-Id: <20210304202243.35B2020E1B@vcs0.savannah.gnu.org> Date: Thu, 4 Mar 2021 15:22:42 -0500 (EST) From: goldsimon@gmx.de (Simon Goldschmidt) Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-494-gccea553 X-BeenThere: lwip-commits@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Commits to lwIP CVS are auto-posted here." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 20:22:47 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The branch, master has been updated via ccea55370aa2e3f7a2cec1d94790c6d7d98fde25 (commit) from 4a169109a70c5c4d36c2e962159b555bd8c827b1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ccea55370aa2e3f7a2cec1d94790c6d7d98fde25 Author: Hu Keping Date: Tue Jun 30 20:30:01 2020 +0000 Remove unnecessary files in release tarball This patch adds a few entries in .gitattributes to specify files that should never end up in a distribution tarball. Signed-off-by: Hu Keping ----------------------------------------------------------------------- Summary of changes: .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) hooks/post-receive -- lwIP - A Lightweight TCPIP stack From MAILER-DAEMON Thu Mar 04 15:29:54 2021 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lHubZ-00052m-TW for mharc-lwip-commits@gnu.org; Thu, 04 Mar 2021 15:29:53 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:59584) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHubY-0004yi-3W for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:29:52 -0500 Received: from vcs0.savannah.gnu.org ([209.51.188.201]:45025) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHubX-0002cZ-Or for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:29:51 -0500 Received: by vcs0.savannah.gnu.org (Postfix, from userid 72176) id 87FE120E1B; Thu, 4 Mar 2021 15:29:51 -0500 (EST) To: lwip-commits@nongnu.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ccea55370aa2e3f7a2cec1d94790c6d7d98fde25 X-Git-Newrev: 79c8a04152ff8308d7521af27d3681cf466d472c Message-Id: <20210304202951.87FE120E1B@vcs0.savannah.gnu.org> Date: Thu, 4 Mar 2021 15:29:51 -0500 (EST) From: goldsimon@gmx.de (Simon Goldschmidt) Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-495-g79c8a04 X-BeenThere: lwip-commits@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Commits to lwIP CVS are auto-posted here." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 20:29:52 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The branch, master has been updated via 79c8a04152ff8308d7521af27d3681cf466d472c (commit) from ccea55370aa2e3f7a2cec1d94790c6d7d98fde25 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 79c8a04152ff8308d7521af27d3681cf466d472c Author: Harrold Spier Date: Tue Mar 17 09:46:56 2020 +0100 SNMP netconn API should not check for core locked See patch #9907 ----------------------------------------------------------------------- Summary of changes: src/apps/snmp/snmp_core.c | 6 +++--- src/apps/snmp/snmp_core_priv.h | 8 ++++++++ src/apps/snmp/snmp_msg.c | 8 ++++---- src/apps/snmp/snmp_netconn.c | 1 - src/apps/snmp/snmp_traps.c | 6 +++--- 5 files changed, 18 insertions(+), 11 deletions(-) hooks/post-receive -- lwIP - A Lightweight TCPIP stack From MAILER-DAEMON Thu Mar 04 15:47:19 2021 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lHusQ-0005OD-Gg for mharc-lwip-commits@gnu.org; Thu, 04 Mar 2021 15:47:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:35546) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHusL-0005Mm-4C for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:47:14 -0500 Received: from vcs0.savannah.gnu.org ([209.51.188.201]:45347) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHusK-0001Cs-NB for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:47:12 -0500 Received: by vcs0.savannah.gnu.org (Postfix, from userid 72176) id 78D9120E1B; Thu, 4 Mar 2021 15:47:12 -0500 (EST) To: lwip-commits@nongnu.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 79c8a04152ff8308d7521af27d3681cf466d472c X-Git-Newrev: f924c43621b8ca8f97d8cdbba210034cd145dc0a Message-Id: <20210304204712.78D9120E1B@vcs0.savannah.gnu.org> Date: Thu, 4 Mar 2021 15:47:12 -0500 (EST) From: goldsimon@gmx.de (Simon Goldschmidt) Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-496-gf924c43 X-BeenThere: lwip-commits@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Commits to lwIP CVS are auto-posted here." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 20:47:14 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The branch, master has been updated via f924c43621b8ca8f97d8cdbba210034cd145dc0a (commit) from 79c8a04152ff8308d7521af27d3681cf466d472c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f924c43621b8ca8f97d8cdbba210034cd145dc0a Author: Simon Goldschmidt Date: Thu Mar 4 21:46:58 2021 +0100 doc: add description to get a release tgz from git ----------------------------------------------------------------------- Summary of changes: doc/savannah.txt | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- lwIP - A Lightweight TCPIP stack From MAILER-DAEMON Thu Mar 04 15:51:20 2021 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lHuwK-0001mc-9T for mharc-lwip-commits@gnu.org; Thu, 04 Mar 2021 15:51:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36524) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHuwI-0001io-SG for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:51:18 -0500 Received: from vcs0.savannah.gnu.org ([209.51.188.201]:45443) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHuwI-0002zk-JQ for lwip-commits@nongnu.org; Thu, 04 Mar 2021 15:51:18 -0500 Received: by vcs0.savannah.gnu.org (Postfix, from userid 72176) id 7D99A20E1B; Thu, 4 Mar 2021 15:51:18 -0500 (EST) To: lwip-commits@nongnu.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f924c43621b8ca8f97d8cdbba210034cd145dc0a X-Git-Newrev: 18b1178e0c4133f42ada433831498fbfc57f1ccf Message-Id: <20210304205118.7D99A20E1B@vcs0.savannah.gnu.org> Date: Thu, 4 Mar 2021 15:51:18 -0500 (EST) From: goldsimon@gmx.de (Simon Goldschmidt) Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-497-g18b1178 X-BeenThere: lwip-commits@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Commits to lwIP CVS are auto-posted here." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 20:51:19 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The branch, master has been updated via 18b1178e0c4133f42ada433831498fbfc57f1ccf (commit) from f924c43621b8ca8f97d8cdbba210034cd145dc0a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 18b1178e0c4133f42ada433831498fbfc57f1ccf Author: Simon Goldschmidt Date: Thu Mar 4 21:51:06 2021 +0100 makefsdata: add version info This is required to make it possible to see you're using an old version if something doesn't work... See task #15331 ----------------------------------------------------------------------- Summary of changes: src/apps/http/makefsdata/makefsdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- lwIP - A Lightweight TCPIP stack From MAILER-DAEMON Thu Mar 04 16:20:34 2021 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lHvOc-0000Ku-HL for mharc-lwip-commits@gnu.org; Thu, 04 Mar 2021 16:20:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43410) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lHvOa-0000Km-5G for lwip-commits@nongnu.org; Thu, 04 Mar 2021 16:20:32 -0500 Received: from vcs0.savannah.gnu.org ([209.51.188.201]:45916) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lHvOZ-0007vD-Ra for lwip-commits@nongnu.org; Thu, 04 Mar 2021 16:20:31 -0500 Received: by vcs0.savannah.gnu.org (Postfix, from userid 72176) id 8F88220E1B; Thu, 4 Mar 2021 16:20:31 -0500 (EST) To: lwip-commits@nongnu.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 18b1178e0c4133f42ada433831498fbfc57f1ccf X-Git-Newrev: 3ff267fbed3165387c26ce5aa8845f599548f5cd Message-Id: <20210304212031.8F88220E1B@vcs0.savannah.gnu.org> Date: Thu, 4 Mar 2021 16:20:31 -0500 (EST) From: goldsimon@gmx.de (Simon Goldschmidt) Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-499-g3ff267f X-BeenThere: lwip-commits@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Commits to lwIP CVS are auto-posted here." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 21:20:32 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The branch, master has been updated via 3ff267fbed3165387c26ce5aa8845f599548f5cd (commit) via c7e1b3589957c9b80ca2c6f11ec4bce68407c359 (commit) from 18b1178e0c4133f42ada433831498fbfc57f1ccf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3ff267fbed3165387c26ce5aa8845f599548f5cd Author: Simon Goldschmidt Date: Thu Mar 4 22:20:17 2021 +0100 dhcp: prevent dhcp_cleanup passing external data to heap commit c7e1b3589957c9b80ca2c6f11ec4bce68407c359 Author: Simon Goldschmidt Date: Thu Mar 4 22:16:19 2021 +0100 dhcp: convert 'subnet_mask_given' to 'flags' Don't waste 7 bits (in preparation for more flags) ----------------------------------------------------------------------- Summary of changes: src/core/ipv4/dhcp.c | 16 +++++++++++----- src/include/lwip/dhcp.h | 7 +++++-- 2 files changed, 16 insertions(+), 7 deletions(-) hooks/post-receive -- lwIP - A Lightweight TCPIP stack From MAILER-DAEMON Fri Mar 05 07:05:15 2021 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lI9Cl-0003rV-Jt for mharc-lwip-commits@gnu.org; Fri, 05 Mar 2021 07:05:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:39396) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lI9Cj-0003pu-Vu for lwip-commits@nongnu.org; Fri, 05 Mar 2021 07:05:14 -0500 Received: from vcs0.savannah.gnu.org ([209.51.188.201]:39090) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lI9Cj-0007KJ-Kq for lwip-commits@nongnu.org; Fri, 05 Mar 2021 07:05:13 -0500 Received: by vcs0.savannah.gnu.org (Postfix, from userid 72176) id 5EC3820E1B; Fri, 5 Mar 2021 07:05:13 -0500 (EST) To: lwip-commits@nongnu.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3ff267fbed3165387c26ce5aa8845f599548f5cd X-Git-Newrev: 0056522cc974d2be2005c324f37187b5b3695765 Message-Id: <20210305120513.5EC3820E1B@vcs0.savannah.gnu.org> Date: Fri, 5 Mar 2021 07:05:13 -0500 (EST) From: goldsimon@gmx.de (Simon Goldschmidt) Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-501-g0056522 X-BeenThere: lwip-commits@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Commits to lwIP CVS are auto-posted here." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2021 12:05:14 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The branch, master has been updated via 0056522cc974d2be2005c324f37187b5b3695765 (commit) via 8a900aa81f54ad699938f43c6bcadf9bdf1760e6 (commit) from 3ff267fbed3165387c26ce5aa8845f599548f5cd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0056522cc974d2be2005c324f37187b5b3695765 Author: Simon Goldschmidt Date: Fri Mar 5 13:04:59 2021 +0100 netdb: improve documentation of LWIP_DNS_API_HOSTENT_STORAGE commit 8a900aa81f54ad699938f43c6bcadf9bdf1760e6 Author: Simon Goldschmidt Date: Fri Mar 5 13:04:18 2021 +0100 netdb: fix alignment warning in debug output see bug #58650 ----------------------------------------------------------------------- Summary of changes: src/api/netdb.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) hooks/post-receive -- lwIP - A Lightweight TCPIP stack From MAILER-DAEMON Thu Mar 25 15:58:52 2021 Received: from list by lists.gnu.org with archive (Exim 4.90_1) id 1lPW84-0007NF-91 for mharc-lwip-commits@gnu.org; Thu, 25 Mar 2021 15:58:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53004) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lPW82-0007N7-6I for lwip-commits@nongnu.org; Thu, 25 Mar 2021 15:58:50 -0400 Received: from vcs0.savannah.gnu.org ([209.51.188.201]:35244) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lPW81-0001jL-3l for lwip-commits@nongnu.org; Thu, 25 Mar 2021 15:58:49 -0400 Received: by vcs0.savannah.gnu.org (Postfix, from userid 91112) id 478A120D10; Thu, 25 Mar 2021 15:58:48 -0400 (EDT) To: lwip-commits@nongnu.org X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0056522cc974d2be2005c324f37187b5b3695765 X-Git-Newrev: b0e347158d8db640c6891f9f31f4e6d19dca200b Message-Id: <20210325195848.478A120D10@vcs0.savannah.gnu.org> Date: Thu, 25 Mar 2021 15:58:47 -0400 (EDT) From: root@kryo.se (Erik Ekman) Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-502-gb0e3471 X-BeenThere: lwip-commits@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Commits to lwIP CVS are auto-posted here." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2021 19:58:50 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "lwIP - A Lightweight TCPIP stack". The branch, master has been updated via b0e347158d8db640c6891f9f31f4e6d19dca200b (commit) from 0056522cc974d2be2005c324f37187b5b3695765 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b0e347158d8db640c6891f9f31f4e6d19dca200b Author: Erik Ekman Date: Thu Mar 25 20:56:21 2021 +0100 dhcp: Add missing newline to debug message ----------------------------------------------------------------------- Summary of changes: src/core/ipv4/dhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- lwIP - A Lightweight TCPIP stack