2020-05-03 16:56:18 -04:00
|
|
|
name: onionshare
|
|
|
|
base: core18
|
2021-09-10 16:45:57 -04:00
|
|
|
version: '2.4.dev1'
|
2020-11-04 00:48:22 -05:00
|
|
|
summary: Securely and anonymously share files, host websites, and chat using Tor
|
2020-05-03 16:56:18 -04:00
|
|
|
description: |
|
2020-11-04 00:48:22 -05:00
|
|
|
OnionShare lets you securely and anonymously send and receive files. It works by starting
|
|
|
|
a web server, making it accessible as a Tor onion service, and generating an unguessable
|
|
|
|
web address so others can download files from you, or upload files to you. It does _not_
|
|
|
|
require setting up a separate server or using a third party file-sharing service.
|
2020-05-03 16:56:18 -04:00
|
|
|
|
2021-09-10 16:45:57 -04:00
|
|
|
grade: develop # stable or devel
|
2020-11-04 01:53:54 -05:00
|
|
|
confinement: strict
|
2020-05-03 16:56:18 -04:00
|
|
|
|
2021-09-10 16:45:57 -04:00
|
|
|
architectures: [amd64, i386, arm64, armhf]
|
|
|
|
|
2020-05-03 16:56:18 -04:00
|
|
|
apps:
|
2020-11-04 00:48:22 -05:00
|
|
|
onionshare:
|
|
|
|
common-id: org.onionshare.OnionShare
|
|
|
|
command: onionshare
|
2020-05-03 16:56:18 -04:00
|
|
|
plugs:
|
2020-05-07 20:14:48 -04:00
|
|
|
- desktop
|
2020-05-03 16:56:18 -04:00
|
|
|
- home
|
|
|
|
- network
|
|
|
|
- network-bind
|
2020-05-07 20:14:48 -04:00
|
|
|
- removable-media
|
2020-11-04 01:33:26 -05:00
|
|
|
extensions:
|
|
|
|
- gnome-3-34
|
2021-05-31 17:08:29 -04:00
|
|
|
environment:
|
|
|
|
LANG: C.UTF-8
|
2020-05-03 16:56:18 -04:00
|
|
|
|
2020-11-04 00:48:22 -05:00
|
|
|
cli:
|
|
|
|
common-id: org.onionshare.OnionShareCli
|
|
|
|
command: onionshare-cli
|
2020-05-07 20:14:48 -04:00
|
|
|
plugs:
|
|
|
|
- home
|
|
|
|
- network
|
|
|
|
- network-bind
|
|
|
|
- removable-media
|
2021-05-31 17:08:29 -04:00
|
|
|
environment:
|
|
|
|
LANG: C.UTF-8
|
2020-05-03 16:56:18 -04:00
|
|
|
|
|
|
|
parts:
|
|
|
|
onionshare:
|
2020-11-04 00:48:22 -05:00
|
|
|
source: ./desktop/src
|
2020-05-03 16:56:18 -04:00
|
|
|
plugin: python
|
|
|
|
python-version: python3
|
|
|
|
python-packages:
|
2020-11-04 00:48:22 -05:00
|
|
|
- psutil
|
2021-05-31 13:36:07 -04:00
|
|
|
- pyside2 == 5.15.2
|
2020-11-04 00:48:22 -05:00
|
|
|
- qrcode
|
2020-05-06 19:05:48 -04:00
|
|
|
stage-packages:
|
2020-11-04 01:33:26 -05:00
|
|
|
- libasound2
|
|
|
|
- libatk1.0-0
|
|
|
|
- libcairo2
|
|
|
|
- libcairo-gobject2
|
|
|
|
- libcups2
|
2020-05-06 19:05:48 -04:00
|
|
|
- libdrm2
|
2020-11-04 01:33:26 -05:00
|
|
|
- libegl1
|
2020-05-06 19:05:48 -04:00
|
|
|
- libfreetype6
|
2020-11-04 01:33:26 -05:00
|
|
|
- libgdk-pixbuf2.0-0
|
2020-05-06 19:05:48 -04:00
|
|
|
- libgl1
|
|
|
|
- libglvnd0
|
|
|
|
- libglx0
|
2020-11-04 00:48:22 -05:00
|
|
|
- libgtk-3-0
|
|
|
|
- libharfbuzz0b
|
|
|
|
- libicu60
|
|
|
|
- libjpeg8
|
|
|
|
- liblcms2-2
|
|
|
|
- libnspr4
|
|
|
|
- libnss3
|
2020-11-04 01:33:26 -05:00
|
|
|
- libodbc1
|
2020-05-06 19:05:48 -04:00
|
|
|
- libpango-1.0-0
|
|
|
|
- libpangocairo-1.0-0
|
2020-11-04 01:33:26 -05:00
|
|
|
- libpng16-16
|
|
|
|
- libpq5
|
|
|
|
- libpulse-mainloop-glib0
|
2020-11-04 00:48:22 -05:00
|
|
|
- librsvg2-2
|
2020-11-04 01:33:26 -05:00
|
|
|
- libspeechd2
|
2020-05-06 19:05:48 -04:00
|
|
|
- libwayland-client0
|
|
|
|
- libwayland-cursor0
|
|
|
|
- libwayland-egl1
|
2020-11-04 00:48:22 -05:00
|
|
|
- libwayland-server0
|
2020-11-04 01:33:26 -05:00
|
|
|
- libx11-6
|
|
|
|
- libx11-xcb1
|
|
|
|
- libxau6
|
|
|
|
- libxcb1
|
|
|
|
- libxcb-glx0
|
|
|
|
- libxcb-icccm4
|
|
|
|
- libxcb-image0
|
|
|
|
- libxcb-keysyms1
|
2020-11-04 00:48:22 -05:00
|
|
|
- libxcb-render0
|
2020-11-04 01:33:26 -05:00
|
|
|
- libxcb-render-util0
|
2020-11-04 00:48:22 -05:00
|
|
|
- libxcb-shm0
|
2020-11-04 01:33:26 -05:00
|
|
|
- libxcb-sync1
|
2020-11-04 00:48:22 -05:00
|
|
|
- libxcb-xfixes0
|
2020-11-04 01:33:26 -05:00
|
|
|
- libxcb-xinerama0
|
|
|
|
- libxcb-xkb1
|
|
|
|
- libxcomposite1
|
|
|
|
- libxcursor1
|
|
|
|
- libxdamage1
|
|
|
|
- libxdmcp6
|
|
|
|
- libxext6
|
|
|
|
- libxfixes3
|
|
|
|
- libxi6
|
|
|
|
- libxkbcommon0
|
|
|
|
- libxkbcommon-x11-0
|
2020-05-06 19:05:48 -04:00
|
|
|
- libxml2
|
2020-11-04 01:33:26 -05:00
|
|
|
- libxrandr2
|
|
|
|
- libxrender1
|
2020-11-04 00:48:22 -05:00
|
|
|
- libxslt1.1
|
2020-11-04 01:33:26 -05:00
|
|
|
- libxtst6
|
2021-02-21 20:13:15 -05:00
|
|
|
after: [onionshare-cli]
|
2020-11-04 00:48:22 -05:00
|
|
|
|
|
|
|
onionshare-cli:
|
|
|
|
source: ./cli
|
|
|
|
plugin: python
|
|
|
|
python-version: python3
|
|
|
|
python-packages:
|
2020-11-08 17:13:17 -05:00
|
|
|
- click
|
|
|
|
- flask
|
2021-05-31 13:36:07 -04:00
|
|
|
- flask-socketio == 5.0.1
|
|
|
|
- psutil
|
2020-11-08 17:13:17 -05:00
|
|
|
- pysocks
|
2020-11-04 01:33:26 -05:00
|
|
|
- requests
|
2021-09-10 16:45:57 -04:00
|
|
|
- unidecode
|
2020-11-04 01:33:26 -05:00
|
|
|
- urllib3
|
|
|
|
- eventlet
|
2021-05-31 13:36:07 -04:00
|
|
|
- setuptools
|
2021-09-10 16:45:57 -04:00
|
|
|
- pynacl
|
2021-05-31 13:36:07 -04:00
|
|
|
- colorama
|
2021-09-10 16:45:57 -04:00
|
|
|
- git+https://github.com/onionshare/stem.git@1.8.1
|
2021-02-21 20:13:15 -05:00
|
|
|
stage:
|
|
|
|
- -usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
|
|
|
|
- -usr/share/doc/libssl1.1/changelog.Debian.gz
|
2020-11-04 00:48:22 -05:00
|
|
|
after: [tor, obfs4]
|
2020-05-05 18:12:13 -04:00
|
|
|
|
2020-05-03 16:56:18 -04:00
|
|
|
tor:
|
2021-08-20 14:26:15 -04:00
|
|
|
source: https://dist.torproject.org/tor-0.4.6.7.tar.gz
|
|
|
|
source-checksum: sha256/ff665ce121b2952110bd98b9c8741b5593bf6c01ac09033ad848ed92c2510f9a
|
2020-05-03 16:56:18 -04:00
|
|
|
source-type: tar
|
|
|
|
plugin: autotools
|
|
|
|
build-packages:
|
|
|
|
- libssl-dev
|
|
|
|
- zlib1g-dev
|
|
|
|
after: [libevent]
|
|
|
|
|
|
|
|
libevent:
|
2020-11-04 00:48:22 -05:00
|
|
|
source: https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz
|
|
|
|
source-checksum: sha256/92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
|
2020-05-03 16:56:18 -04:00
|
|
|
source-type: tar
|
|
|
|
plugin: autotools
|
|
|
|
|
|
|
|
obfs4:
|
|
|
|
source: pass
|
|
|
|
plugin: go
|
|
|
|
go-importpath: gitlab.com/yawning/obfs4
|
|
|
|
source: https://gitlab.com/yawning/obfs4
|
|
|
|
source-type: git
|