Up to [cvs.NetBSD.org] / pkgsrc / net / libslirp
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 14 05:25:01 2023 UTC (5 weeks, 3 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
*: recursive bump for Python 3.11 as new default
Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 6 17:16:07 2022 UTC (10 months, 2 weeks ago) by triaxx
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
libslirp: Fix building on FreeBSD pkgsrc changes: --------------- * Add patch to include sys/socket.h on FreeBSD. * Fix alignment in buildlink3.mk (thanks to pkglint). * Bump revision.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Apr 27 09:42:52 2022 UTC (16 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
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
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 25 09:17:22 2022 UTC (16 months, 3 weeks ago) by tnn
Branch: MAIN
Changes since 1.3: +3 -1
lines
Diff to previous 1.3 (colored)
libslirp: needs -lsocket on SunOS
Revision 1.3 / (download) - annotate - [select for diffs], Mon Apr 25 06:27:10 2022 UTC (16 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +3 -4
lines
Diff to previous 1.2 (colored)
libslirp: update to 4.6.1 ## [4.6.1] - 2021-06-18 ### Fixed - Fix DHCP regression introduced in 4.6.0. ## [4.6.0] - 2021-06-14 ### Added - mbuf: Add debugging helpers for allocation. ### Changed - Revert "Set macOS deployment target to macOS 10.4". ### Fixed - mtod()-related buffer overflows (CVE-2021-3592, CVE-2021-3593, CVE-2021-3594, CVE-2021-3595). - poll_fd: add missing fd registration for UDP and ICMP - ncsi: make ncsi_calculate_checksum work with unaligned data. - Various typos and doc fixes. ## [4.5.0] - 2021-05-18 ### Added - IPv6 forwarding. - slirp_neighbor_info() to dump the ARP/NDP tables. ### Changed - Lazy guest address resolution for IPv6. - Improve signal handling when spawning a child. - Set macOS deployment target to macOS 10.4. - slirp_add_hostfwd: Ensure all error paths set errno. - More API documentation. ### Fixed - Assertion failure on unspecified IPv6 address. - Disable polling for PRI on MacOS, fixing some closing streams issues. - Various memory leak fixes on fastq/batchq. - Memory leak on IPv6 fast-send. - Slow socket response on Windows. - Misc build and code cleanups. ## [4.4.0] - 2020-12-02 ### Added - udp, udp6, icmp: handle TTL value. - Enable forwarding ICMP errors. - Add DNS resolving for iOS. ### Changed - Improve meson subproject() support. - Removed Makefile-based build system. ### Fixed - socket: consume empty packets. - check pkt_len before reading protocol header (CVE-2020-29129). - ip_stripoptions use memmove (fixes undefined behaviour). - various Coverity-related changes/fixes.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Dec 8 16:02:29 2021 UTC (21 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
revbump for icu and libffi
Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 3 10:12:54 2020 UTC (2 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
net: Add libslirp libslirp is a user-mode networking library used by virtual machines, containers or various tools.