SHA256
1
0
forked from pool/slirp4netns
Dominique Leuenberger 2021-01-11 16:11:52 +00:00 committed by Git OBS Bridge
parent dc5c3b4f34
commit 7000d5716d
5 changed files with 23 additions and 7 deletions

View File

@ -4,8 +4,9 @@
<param name="url">https://github.com/rootless-containers/slirp4netns.git</param>
<param name="scm">git</param>
<param name="filename">slirp4netns</param>
<param name="versionformat">1.0.0</param>
<param name="revision">v1.0.0</param>
<param name="versionformat">1.1.8</param>
<param name="revision">v1.1.8</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66e6a3a7004a19f72f1c298840410759aa7210e861d16d08465afe2df91bdf13
size 48744

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: slirp4netns
Version: 1.0.0
Version: 1.1.8
Release: 0
Summary: User-mode networking for unprivileged network namespaces
License: GPL-2.0-only AND MIT AND BSD-2-Clause