forked from pool/slirp4netns
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
6fad6a90b6 | |||
e479fadfc7 | |||
ed69e89145 | |||
|
8763f43e83 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/rootless-containers/slirp4netns.git</param>
|
<param name="url">https://github.com/rootless-containers/slirp4netns.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">slirp4netns</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="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
</service>
|
</service>
|
||||||
|
BIN
slirp4netns-1.3.1.tar.xz
(Stored with Git LFS)
BIN
slirp4netns-1.3.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
slirp4netns-1.3.3.tar.xz
Normal file
3
slirp4netns-1.3.3.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:082ff6cd41ae9d4acf805f786024a7129586d343152676bd9fc49086b3bba613
|
||||||
|
size 54764
|
@@ -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>
|
Tue May 14 07:53:02 UTC 2024 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package slirp4netns
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: slirp4netns
|
Name: slirp4netns
|
||||||
Version: 1.3.1
|
Version: 1.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User-mode networking for unprivileged network namespaces
|
Summary: User-mode networking for unprivileged network namespaces
|
||||||
License: BSD-2-Clause AND GPL-2.0-only AND MIT
|
License: BSD-2-Clause AND GPL-2.0-only AND MIT
|
||||||
|
Reference in New Issue
Block a user