Skip to content

Commit

Permalink
package/libnet: bump to v1.3
Browse files Browse the repository at this point in the history
Changes:
 - Major upgrade, no API or ABI breaking changes (that we know of).
   https://github.com/libnet/libnet/releases/tag/v1.3

Packaging:
 - Verified builds on *all* test-pkg archs & toolchains
 - Verified test-pkg also with ngrep, suricata, and mz
 - Drop backported int64_t patch
 - Disable doxygen (html docs) in build
 - sha256sum of tarball now generated upstream

Signed-off-by: Joachim Wiberg <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
troglobit authored and tpetazzoni committed Nov 1, 2023
1 parent 69f48f1 commit 0ff1534
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 37 deletions.
1 change: 0 additions & 1 deletion .checkpackageignore
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ package/libmpeg2/0001-altivec.patch Upstream
package/libmpeg2/0002-armv4l.patch Upstream
package/libmpeg2/0003-fix-arm-detection.patch Upstream
package/libmpeg2/0004-fix-sparc.patch Upstream
package/libnet/0001-Use-standard-int64_t-instead-of-__int64_t-for-mingw-cross-build.patch Upstream
package/libnetfilter_conntrack/0001-conntrack-fix-build-with-kernel-5-15-and-musl.patch Upstream
package/libnfc/0001-autotools-make-example-build-optional.patch Upstream
package/libnfs/0001-Fix-include-sys-time.h.patch Upstream
Expand Down

This file was deleted.

6 changes: 3 additions & 3 deletions package/libnet/libnet.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# From https://github.com/libnet/libnet/releases/download/v1.2/libnet-1.2.tar.gz.md5
md5 a36c669e0cdfda6a2aa3adfb1f6fe60a libnet-1.2.tar.gz
# From https://github.com/libnet/libnet/releases/
sha256 ad1e2dd9b500c58ee462acd839d0a0ea9a2b9248a1287840bc601e774fb6b28f libnet-1.3.tar.gz

# Locally computed
sha256 caa4868157d9e5f32e9c7eac9461efeff30cb28357f7f6bf07e73933fb4edaa7 libnet-1.2.tar.gz
sha256 a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388 LICENSE
6 changes: 4 additions & 2 deletions package/libnet/libnet.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
#
################################################################################

LIBNET_VERSION = 1.2
LIBNET_VERSION = 1.3
LIBNET_SITE = \
https://github.com/libnet/libnet/releases/download/v$(LIBNET_VERSION)
LIBNET_INSTALL_STAGING = YES
# PF_PACKET is always available on Linux
LIBNET_CONF_OPTS = libnet_cv_have_packet_socket=yes
LIBNET_CONF_OPTS = \
libnet_cv_have_packet_socket=yes \
--disable-doxygen-doc
LIBNET_LICENSE = BSD-2-Clause, BSD-3-Clause
LIBNET_LICENSE_FILES = LICENSE
LIBNET_CPE_ID_VENDOR = libnet_project
Expand Down

0 comments on commit 0ff1534

Please sign in to comment.