forked from pool/slirp4netns
Accepting request 861710 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/861710 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slirp4netns?expand=0&rev=11
This commit is contained in:
parent
dc5c3b4f34
commit
7000d5716d
5
_service
5
_service
@ -4,8 +4,9 @@
|
|||||||
<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="versionformat">1.0.0</param>
|
<param name="versionformat">1.1.8</param>
|
||||||
<param name="revision">v1.0.0</param>
|
<param name="revision">v1.1.8</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:48f563a157f782dd9349305f297a0a1eca46229a177f4cb4cf7fcec366d35ee2
|
|
||||||
size 43924
|
|
3
slirp4netns-1.1.8.tar.xz
Normal file
3
slirp4netns-1.1.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66e6a3a7004a19f72f1c298840410759aa7210e861d16d08465afe2df91bdf13
|
||||||
|
size 48744
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 08 13:26:41 UTC 2021 - rbrown@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.1.8:
|
||||||
|
* v1.1.8
|
||||||
|
* CI: bump libslirp to v4.4.0
|
||||||
|
* tests: Avoid closing pipe grep in cidr test
|
||||||
|
* v1.1.7+dev
|
||||||
|
* v1.1.7
|
||||||
|
* test-slirp4netns-cidr.sh: avoid EPIPE
|
||||||
|
* CI: s/test-centos/test-centos7/ for clarity
|
||||||
|
* CI: Test with libslirp 4.3.1 on CentOS 7
|
||||||
|
* .gitignore: add .vagrant
|
||||||
|
* Vagrantfile: change VirtualBox itself's slirp CIDR
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 21 14:23:25 UTC 2020 - Oliver Bengs <appleonkel@opensuse.org> - 1.0.0
|
Tue Apr 21 14:23:25 UTC 2020 - Oliver Bengs <appleonkel@opensuse.org> - 1.0.0
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package slirp4netns
|
# spec file for package slirp4netns
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 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.0.0
|
Version: 1.1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User-mode networking for unprivileged network namespaces
|
Summary: User-mode networking for unprivileged network namespaces
|
||||||
License: GPL-2.0-only AND MIT AND BSD-2-Clause
|
License: GPL-2.0-only AND MIT AND BSD-2-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user