pkgsrc/net/libslirp/Makefile
nia 81ce21d05e libslirp: update to 4.7.0
## [4.7.0] - 2022-04-26

### Added

  - Allow disabling the internal DHCP server
  - icmp: Support falling back on trying a SOCK_RAW socket
  - Support Unix sockets in hostfwd
  - IPv6 DNS proxying support
  - bootp: add support for UEFI HTTP boot
  - New callback that supports CFI better

### Fixed

  - dhcp: Always send DHCP_OPT_LEN bytes in options
  - Fix Haiku build
  - Fix memory leak when using libresolv
  - Ensure sin6_scope_id is zero for global addresses
  - resolv: fix IPv6 resolution on Darwin
  - socket: Initialize so_type in socreate
  - Handle ECONNABORTED from recv
2022-04-27 09:42:52 +00:00

24 lines
659 B
Makefile

# $NetBSD: Makefile,v 1.5 2022/04/27 09:42:52 nia Exp $
DISTNAME= libslirp-4.7.0
CATEGORIES= net
MASTER_SITES= https://gitlab.freedesktop.org/slirp/libslirp/uploads/60113f60cfd6abe2c16dde9f6c81b631/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://gitlab.freedesktop.org/slirp/libslirp
COMMENT= User-mode networking library
LICENSE= modified-bsd
USE_TOOLS+= pkg-config
PYTHON_FOR_BUILD_ONLY= tool
PKGCONFIG_OVERRIDE_STAGE= pre-install
PKGCONFIG_OVERRIDE+= output/meson-private/slirp.pc
LDFLAGS.SunOS+= -lsocket
.include "../../devel/meson/build.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"