4 Commits

Author SHA256 Message Date
bde22b3248 Accepting request 1284450 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1284450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libslirp?expand=0&rev=13
2025-06-11 14:20:42 +00:00
574a11f822 Accepting request 1284003 from home:mchellamuthu:branches:devel:microos
Update to version 4.9.1+1

OBS-URL: https://build.opensuse.org/request/show/1284003
OBS-URL: https://build.opensuse.org/package/show/devel:microos/libslirp?expand=0&rev=14
2025-06-10 12:42:30 +00:00
cd2c586f60 Accepting request 1244805 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1244805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libslirp?expand=0&rev=12
2025-02-11 20:21:08 +00:00
b3c66757c3 - Update to version 4.9.0+5:
* meson: add dependency override for libslirp
  * meson: specify that C++ is only used for host binaries
  * meson: use boolean defaults for boolean options
  * Release v4.9.0
  * Windows target build fixes
  * Fix assertion
  * Provide stubs for inet_ntop() and inet_pton()
  * winver.h: Introduce header that forces defining WINVER and _WIN32_WINNT
  * ensure that WINVER and _WIN32_WINNT are unconditionally set
  * sbuf.c: Cleanups
  * fix for slirp ftp proxying putting slirp placeholder host ip in PORT commands
  * Prefer g_strerror() to strerror()
  * vmstate.h: Prefer __typeof__ vice typeof
  * Review comments.
  * cksum: NetBSD-adapted cksum()
  * Introduce SLIRP_PRIsize/ssize_t
  * arp_table: use size_t to index arrays.
  * Debugging API
  * slirp_(un)register_poll_socket: void returning value
  * Restore SlirpAddPollCb, {,un}register_poll_fd
  * Fix calling slirp_bind_outbound on tcp_fconnect
  * fuzz: Fix memory leak inside fuzz-main
  * socket abstraction: slirp_os_socket
  * tcp_listen: Missing register_poll_fd
  * bootp: Fill siaddr with tftp addr as per RFC2131
  * windows: allow static linking with LIBSLIRP_STATIC macro

OBS-URL: https://build.opensuse.org/package/show/devel:microos/libslirp?expand=0&rev=12
2025-02-10 16:15:07 +00:00
8 changed files with 57 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.freedesktop.org/slirp/libslirp.git</param>
<param name="changesrevision">6ea2c4f95922a64d21190d9ad163e3bbde37a836</param></service></servicedata>
<param name="changesrevision">5e171598422f816555bee331f18a6adbe1291b1a</param></service></servicedata>

Binary file not shown.

Binary file not shown.

3
libslirp-4.9.1+1.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c7dee4b037a99a4262586bfad7377f941e9ff6ff186ec19f48067aec60d849f
size 792076

3
libslirp-4.9.1+1.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:234f58c1c1a0503d5ac6f7b7ddb4555c47f9864ead059eb0022355cd7bb37168
size 131040

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Mon Jun 09 07:50:06 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
- Update to version 4.9.1+1:
* Mention how to get debugging prints
* Release v4.9.1
* tcp: Fix starting the linger2 timer on socket shutdown
* tcp: Reduce linger time to two minutes
* tcp: on input during init, reset TCPT_KEEP to TCPTV_KEEP_INIT
* tcp: on input, reset TCPT_KEEP to TCPTV_KEEP_IDLE rather than TCPTV_KEEPINTVL
* Modified util.c to handle WSA function return values closer to specification. Explicit checks for INVALID_SOCKET and SOCKET_ERROR are made.
* apple: Fix getting IPv4 DNS server address when IPv4 and IPv4 are interleaved
* Do not link tests with libslirp.map
-------------------------------------------------------------------
Mon Feb 10 15:46:24 UTC 2025 - pgajdos@suse.com
- Update to version 4.9.0+5:
* meson: add dependency override for libslirp
* meson: specify that C++ is only used for host binaries
* meson: use boolean defaults for boolean options
* Release v4.9.0
* Windows target build fixes
* Fix assertion
* Provide stubs for inet_ntop() and inet_pton()
* winver.h: Introduce header that forces defining WINVER and _WIN32_WINNT
* ensure that WINVER and _WIN32_WINNT are unconditionally set
* sbuf.c: Cleanups
* fix for slirp ftp proxying putting slirp placeholder host ip in PORT commands
* Prefer g_strerror() to strerror()
* vmstate.h: Prefer __typeof__ vice typeof
* Review comments.
* cksum: NetBSD-adapted cksum()
* Introduce SLIRP_PRIsize/ssize_t
* arp_table: use size_t to index arrays.
* Debugging API
* slirp_(un)register_poll_socket: void returning value
* Restore SlirpAddPollCb, {,un}register_poll_fd
* Fix calling slirp_bind_outbound on tcp_fconnect
* fuzz: Fix memory leak inside fuzz-main
* socket abstraction: slirp_os_socket
* tcp_listen: Missing register_poll_fd
* bootp: Fill siaddr with tftp addr as per RFC2131
* windows: allow static linking with LIBSLIRP_STATIC macro
-------------------------------------------------------------------
Tue May 21 13:49:27 UTC 2024 - pgajdos@suse.com

View File

@@ -1,4 +1,4 @@
name: libslirp
version: 4.8.0+2
mtime: 1715522738
commit: 6ea2c4f95922a64d21190d9ad163e3bbde37a836
version: 4.9.1+1
mtime: 1749208455
commit: 5e171598422f816555bee331f18a6adbe1291b1a

View File

@@ -1,7 +1,7 @@
#
# spec file for package libslirp
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define libname libslirp0
Name: libslirp
Version: 4.8.0+2
Version: 4.9.1+1
Release: 0
Summary: A general purpose TCP-IP emulator
License: MIT