From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 25 Jun 2026 21:23:56 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wcpg4-009okQ-2X for lore@lore.pengutronix.de; Thu, 25 Jun 2026 21:23:56 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wcpg3-0000QU-SZ; Thu, 25 Jun 2026 21:23:55 +0200 Received: from mx1.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::107]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wcpfk-0007iJ-My for ptxdist@pengutronix.de; Thu, 25 Jun 2026 21:23:36 +0200 Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id A0546200954; Thu, 25 Jun 2026 21:23:36 +0200 (CEST) Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wcpfk-004dZR-1r; Thu, 25 Jun 2026 21:23:36 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wcpfk-00000003Ubs-2DjA; Thu, 25 Jun 2026 21:23:36 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Thu, 25 Jun 2026 21:23:36 +0200 Message-ID: <20260625192336.832641-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260622081230.187757-2-ada@thorsis.com> References: <20260622081230.187757-2-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libnet: version bump 1.1.6 -> 1.3 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 147d1c9114fe88de7a7d025d9878d5acec748e2f. Michael [sent from post-receive hook] On Thu, 25 Jun 2026 21:23:36 +0200, Alexander Dahl wrote: > Project moved from SourceForge to GitHub before v1.2 > (see hint on old sourceforge website). > > While v1.1.6 was released back in 2012, v1.2 was released in 2019, > and v1.3 in 2023. Noteworthy changes in addition to accumulated fixes: > > - Removed lua bindings > - Added pkg-config support > - Added support for LLDP, mandatory TLVs > - Added support for Cisco UniDirectional Link Detection (UDLD) > - Assume everyone on Linux has PF_PACKET now > > See release notes for details. > > Link: https://github.com/libnet/libnet/releases/tag/v1.2 > Link: https://github.com/libnet/libnet/releases/tag/v1.3 > Link: https://sourceforge.net/projects/libnet-dev/ > Signed-off-by: Alexander Dahl > Message-Id: <20260622081230.187757-2-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > diff --git a/rules/libnet.make b/rules/libnet.make > index 939285ffde23..59f193b30382 100644 > --- a/rules/libnet.make > +++ b/rules/libnet.make > @@ -15,11 +15,11 @@ PACKAGES-$(PTXCONF_LIBNET) += libnet > # > # Paths and names > # > -LIBNET_VERSION := 1.1.6 > -LIBNET_SHA256 := d392bb5825c4b6b672fc93a0268433c86dc964e1500c279dc6d0711ea6ec467a > +LIBNET_VERSION := 1.3 > +LIBNET_SHA256 := ad1e2dd9b500c58ee462acd839d0a0ea9a2b9248a1287840bc601e774fb6b28f > LIBNET := libnet-$(LIBNET_VERSION) > LIBNET_SUFFIX := tar.gz > -LIBNET_URL := $(call ptx/mirror, SF, libnet-dev/$(LIBNET).$(LIBNET_SUFFIX)) > +LIBNET_URL := https://github.com/libnet/libnet/releases/download/v$(LIBNET_VERSION)/$(LIBNET).$(LIBNET_SUFFIX) > LIBNET_SOURCE := $(SRCDIR)/$(LIBNET).$(LIBNET_SUFFIX) > LIBNET_DIR := $(BUILDDIR)/$(LIBNET) > > @@ -34,7 +34,18 @@ LIBNET_CONF_ENV := \ > > LIBNET_CONF_OPT := \ > $(CROSS_AUTOCONF_USR) \ > + --disable-doxygen-doc \ > + --disable-doxygen-dot \ > + --disable-doxygen-man \ > + --disable-doxygen-rtf \ > + --disable-doxygen-xml \ > + --disable-doxygen-chm \ > + --disable-doxygen-chi \ > + --disable-doxygen-html \ > + --disable-doxygen-ps \ > + --disable-doxygen-pdf \ > --disable-samples \ > + --disable-tests \ > --with-link-layer=linux > > # ----------------------------------------------------------------------------