SHA256
1
0
forked from pool/slirp4netns

4 Commits

5 changed files with 19 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/rootless-containers/slirp4netns.git</param>
<param name="scm">git</param>
<param name="filename">slirp4netns</param>
<param name="revision">v1.3.1</param>
<param name="revision">v1.3.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>

BIN
slirp4netns-1.3.1.tar.xz (Stored with Git LFS)

Binary file not shown.

3
slirp4netns-1.3.3.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:082ff6cd41ae9d4acf805f786024a7129586d343152676bd9fc49086b3bba613
size 54764

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jun 3 10:52:29 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
- Update to 1.3.3
* The official statically-linked binaries are updated to be linked with the new version of libslirp: v4.9.0 -> v4.9.1 (#357)
* Enabled GitHub Actions Attestations (#355, thanks to @takumin)
-------------------------------------------------------------------
Tue Feb 11 09:07:05 UTC 2025 - Madhankumar Chellamuthu <madhankumar.chellamuthu@suse.com>
- Update to v1.13.2
* Support libslirp v4.9.0 (#351)
-------------------------------------------------------------------
Tue May 14 07:53:02 UTC 2024 - Dan Čermák <dcermak@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package slirp4netns
#
# Copyright (c) 2023 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
@@ -17,7 +17,7 @@
Name: slirp4netns
Version: 1.3.1
Version: 1.3.3
Release: 0
Summary: User-mode networking for unprivileged network namespaces
License: BSD-2-Clause AND GPL-2.0-only AND MIT