Accepting request 876780 from home:badshah400:Staging

OnionCat: VPN adapter for Tor and I2P

OBS-URL: https://build.opensuse.org/request/show/876780
OBS-URL: https://build.opensuse.org/package/show/network/onioncat?expand=0&rev=1
This commit is contained in:
Dirk Mueller 2021-03-08 08:31:35 +00:00 committed by Git OBS Bridge
commit c89250c301
5 changed files with 85 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
onioncat-0.3.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22f08d233153eee8ff781452a8bb0dca4f7b7ae5aa39763583b41ea22897e0a5
size 164090

4
onioncat.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Thu Mar 4 13:49:58 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Initial package.

54
onioncat.spec Normal file
View File

@ -0,0 +1,54 @@
#
# spec file for package onioncat
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: onioncat
Version: 0.3.8
Release: 0
Summary: VPN adapter for Tor and I2P
License: GPL-3.0-only
URL: https://www.onioncat.org/
Source0: https://github.com/rahra/onioncat/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: bind-devel
BuildRequires: libtool
Requires: tor
%description
OnionCat creates a transparent IP layer on top of Tor's hidden services. It
transmits any kind of IP-based data transparently through the Tor network on a
location hidden basis. You can think of it as a point-to-multipoint VPN between
hidden services.
%prep
%autosetup
%build
autoreconf -fvi
%configure --docdir=%{_docdir}/%{name}
%make_build
%install
%make_install
%files
%license COPYING
%doc AUTHORS ChangeLog GitLog README.md
%doc %{_docdir}/%{name}/
%{_bindir}/ocat
%{_mandir}/man1/ocat.1%{?ext_man}
%changelog