diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +libglib-2.0.so.0 +libpthread.so.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : slirp4netns +version : 0.3.2 +release : 1 +source : + - https://github.com/rootless-containers/slirp4netns/archive/v0.3.2.tar.gz : fe400337e857cee668a0c9161e2997af9c5c8cbaf4cbec12b32b458064eec380 +license : GPL-2.0-or-later +component : virt +summary : User-mode networking for unprivileged network namespaces +description: | + slirp4netns allows connecting a network namespace to the Internet in a completely unprivileged way, by connecting a TAP device in a network namespace to the usermode TCP/IP stack ("slirp"). +setup : | + %reconfigure +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + slirp4netns + + Mislav Čakarić + mcakaric@gmail.com + + GPL-2.0-or-later + virt + User-mode networking for unprivileged network namespaces + slirp4netns allows connecting a network namespace to the Internet in a completely unprivileged way, by connecting a TAP device in a network namespace to the usermode TCP/IP stack ("slirp"). + + https://getsol.us/sources/README.Solus + + + slirp4netns + User-mode networking for unprivileged network namespaces + slirp4netns allows connecting a network namespace to the Internet in a completely unprivileged way, by connecting a TAP device in a network namespace to the usermode TCP/IP stack ("slirp"). + + virt + + /usr/bin/slirp4netns + /usr/share/man/man1/slirp4netns.1 + + + + + 2019-08-20 + 0.3.2 + Packaging update + Mislav Čakarić + mcakaric@gmail.com + + + \ No newline at end of file