Thanks, applied as 147d1c9114fe88de7a7d025d9878d5acec748e2f. Michael
[sent from post-receive hook] On Thu, 25 Jun 2026 21:23:36 +0200, Alexander Dahl <[email protected]> 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 <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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 > > # > ----------------------------------------------------------------------------
