Accepting request 789009 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/789009 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slirp4netns?expand=0&rev=9
This commit is contained in:
parent
ddb14df385
commit
730f48cbef
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/rootless-containers/slirp4netns.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">slirp4netns</param>
|
||||
<param name="versionformat">0.4.3</param>
|
||||
<param name="revision">v0.4.3</param>
|
||||
<param name="versionformat">0.4.4</param>
|
||||
<param name="revision">v0.4.4</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef23fbf0b2ae180eb320f7a63bbf5a4fac1ab7d9ee8dbb7c677a382fc2796c97
|
||||
size 132780
|
3
slirp4netns-0.4.4.tar.xz
Normal file
3
slirp4netns-0.4.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91827a4983245b54d3e2a8c87b527de223e0a5e97ff3088a34f41b06e0f9ab2f
|
||||
size 133716
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 27 09:28:47 UTC 2020 - Ralf Haferkamp <rhafer@suse.com>
|
||||
|
||||
- Update to 0.4.4 (bsc#1167850)
|
||||
* libslirp: Update to v4.2.0:
|
||||
* New API function slirp_add_unix: add a forward rule to a Unix
|
||||
socket.
|
||||
* New API function slirp_remove_guestfwd: remove a forward rule
|
||||
previously added by slirp_add_exec, slirp_add_unix or
|
||||
slirp_add_guestfwd
|
||||
* New SlirpConfig.outbound_addr{,6} fields to bind output
|
||||
socket to a specific address
|
||||
* socket: do not fallback on host loopback if get_dns_addr()
|
||||
failed or the address is in slirp network
|
||||
* ncsi: fix checksum OOB memory access
|
||||
* tcp_emu(): fix OOB accesses
|
||||
* tftp: restrict relative path access
|
||||
* state: fix loading of guestfwd state
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 18 08:10:07 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package slirp4netns
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 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: 0.4.3
|
||||
Version: 0.4.4
|
||||
Release: 0
|
||||
Summary: User-mode networking for unprivileged network namespaces
|
||||
License: GPL-2.0-only AND MIT AND BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user