diff --git a/MAINTAINERS.md b/MAINTAINERS.md
new file mode 100644
--- /dev/null
+++ b/MAINTAINERS.md
@@ -0,0 +1,4 @@
+This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository.
+
+- Jacob Alzén
+ - Email: jacob.alzen@gmail.com
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : onionshare
-version : '2.0'
-release : 4
+version : '2.2'
+release : 5
source :
- - https://github.com/micahflee/onionshare/archive/v2.0.tar.gz : 528ceb6234ecacabe51080e351c2e8f205cbf08cdfcfddc418586d578baa030e
+ - https://github.com/micahflee/onionshare/archive/v2.2.tar.gz : 7173863d7582b05aa8fd0d2207236e3cbbb38d854aad65e3b98ec5baad521fc2
license : GPL-3.0-or-later
component : network.util
summary : Lets you securely and anonymously share a file of any size with someone
@@ -10,6 +10,7 @@
OnionShare lets you securely and anonymously share files of any size. It works by starting a web server, making it accessible as a Tor Onion Service, and generating an unguessable URL to access and download the files. It does not require setting up a separate server or using a third party file-sharing service. You host the files on your own computer and use a Tor Onion Service to make it temporarily accessible over the internet. The receiving user just needs to open the URL in Tor Browser to download the file.
rundeps :
- flask
+ - flask-httpauth
- python-pysocks
- python-qtpy
- python-requests
@@ -18,7 +19,7 @@
- tor
setup : |
%python3_setup
-install : |
+install : |-
%python3_install
- install -Dm00644 install/onionshare.desktop $installdir/usr/share/applications/onionshare.desktop
- install -Dm00644 install/onionshare80.xpm $installdir/usr/share/pixmaps/onionshare80.xpm
\ No newline at end of file
+ #install -Dm00644 install/onionshare.desktop $installdir/usr/share/applications/onionshare.desktop
+ install -Dm00644 install/onionshare80.xpm $installdir/usr/share/pixmaps/onionshare80.xpm
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -21,7 +21,7 @@
/usr/bin/onionshare
/usr/bin/onionshare-gui
- /usr/lib/python3.6/site-packages/onionshare-2.0-py3.6.egg-info
+ /usr/lib/python3.6/site-packages/onionshare-2.2-py3.6.egg-info
/usr/lib/python3.6/site-packages/onionshare/__init__.py
/usr/lib/python3.6/site-packages/onionshare/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/onionshare/__pycache__/common.cpython-36.pyc
@@ -37,11 +37,15 @@
/usr/lib/python3.6/site-packages/onionshare/web/__init__.py
/usr/lib/python3.6/site-packages/onionshare/web/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/onionshare/web/__pycache__/receive_mode.cpython-36.pyc
+ /usr/lib/python3.6/site-packages/onionshare/web/__pycache__/send_base_mode.cpython-36.pyc
/usr/lib/python3.6/site-packages/onionshare/web/__pycache__/share_mode.cpython-36.pyc
/usr/lib/python3.6/site-packages/onionshare/web/__pycache__/web.cpython-36.pyc
+ /usr/lib/python3.6/site-packages/onionshare/web/__pycache__/website_mode.cpython-36.pyc
/usr/lib/python3.6/site-packages/onionshare/web/receive_mode.py
+ /usr/lib/python3.6/site-packages/onionshare/web/send_base_mode.py
/usr/lib/python3.6/site-packages/onionshare/web/share_mode.py
/usr/lib/python3.6/site-packages/onionshare/web/web.py
+ /usr/lib/python3.6/site-packages/onionshare/web/website_mode.py
/usr/lib/python3.6/site-packages/onionshare_gui/__init__.py
/usr/lib/python3.6/site-packages/onionshare_gui/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/onionshare_gui/__pycache__/onionshare_gui.cpython-36.pyc
@@ -53,16 +57,18 @@
/usr/lib/python3.6/site-packages/onionshare_gui/__pycache__/widgets.cpython-36.pyc
/usr/lib/python3.6/site-packages/onionshare_gui/mode/__init__.py
/usr/lib/python3.6/site-packages/onionshare_gui/mode/__pycache__/__init__.cpython-36.pyc
+ /usr/lib/python3.6/site-packages/onionshare_gui/mode/__pycache__/file_selection.cpython-36.pyc
/usr/lib/python3.6/site-packages/onionshare_gui/mode/__pycache__/history.cpython-36.pyc
+ /usr/lib/python3.6/site-packages/onionshare_gui/mode/file_selection.py
/usr/lib/python3.6/site-packages/onionshare_gui/mode/history.py
/usr/lib/python3.6/site-packages/onionshare_gui/mode/receive_mode/__init__.py
/usr/lib/python3.6/site-packages/onionshare_gui/mode/receive_mode/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/onionshare_gui/mode/share_mode/__init__.py
/usr/lib/python3.6/site-packages/onionshare_gui/mode/share_mode/__pycache__/__init__.cpython-36.pyc
- /usr/lib/python3.6/site-packages/onionshare_gui/mode/share_mode/__pycache__/file_selection.cpython-36.pyc
/usr/lib/python3.6/site-packages/onionshare_gui/mode/share_mode/__pycache__/threads.cpython-36.pyc
- /usr/lib/python3.6/site-packages/onionshare_gui/mode/share_mode/file_selection.py
/usr/lib/python3.6/site-packages/onionshare_gui/mode/share_mode/threads.py
+ /usr/lib/python3.6/site-packages/onionshare_gui/mode/website_mode/__init__.py
+ /usr/lib/python3.6/site-packages/onionshare_gui/mode/website_mode/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/onionshare_gui/onionshare_gui.py
/usr/lib/python3.6/site-packages/onionshare_gui/server_status.py
/usr/lib/python3.6/site-packages/onionshare_gui/settings_dialog.py
@@ -70,10 +76,17 @@
/usr/lib/python3.6/site-packages/onionshare_gui/tor_connection_dialog.py
/usr/lib/python3.6/site-packages/onionshare_gui/update_checker.py
/usr/lib/python3.6/site-packages/onionshare_gui/widgets.py
- /usr/share/applications/onionshare.desktop
- /usr/share/metainfo/onionshare.appdata.xml
+ /usr/share/applications/org.onionshare.OnionShare.desktop
+ /usr/share/icons/hicolor/scalable/apps/org.onionshare.OnionShare.svg
+ /usr/share/metainfo/org.onionshare.OnionShare.appdata.xml
/usr/share/nautilus-python/extensions/onionshare-nautilus.py
/usr/share/onionshare/images/file_delete.png
+ /usr/share/onionshare/images/history_completed.png
+ /usr/share/onionshare/images/history_completed_none.png
+ /usr/share/onionshare/images/history_in_progress.png
+ /usr/share/onionshare/images/history_in_progress_none.png
+ /usr/share/onionshare/images/history_requests.png
+ /usr/share/onionshare/images/history_requests_none.png
/usr/share/onionshare/images/info.png
/usr/share/onionshare/images/logo.png
/usr/share/onionshare/images/logo_grayscale.png
@@ -86,13 +99,9 @@
/usr/share/onionshare/images/server_stopped.png
/usr/share/onionshare/images/server_working.png
/usr/share/onionshare/images/settings.png
- /usr/share/onionshare/images/share_completed.png
- /usr/share/onionshare/images/share_completed_none.png
/usr/share/onionshare/images/share_icon_toggle.png
/usr/share/onionshare/images/share_icon_toggle_selected.png
/usr/share/onionshare/images/share_icon_transparent.png
- /usr/share/onionshare/images/share_in_progress.png
- /usr/share/onionshare/images/share_in_progress_none.png
/usr/share/onionshare/locale/am.json
/usr/share/onionshare/locale/ar.json
/usr/share/onionshare/locale/bg.json
@@ -111,17 +120,20 @@
/usr/share/onionshare/locale/ga.json
/usr/share/onionshare/locale/gu.json
/usr/share/onionshare/locale/he.json
+ /usr/share/onionshare/locale/hi.json
/usr/share/onionshare/locale/hu.json
/usr/share/onionshare/locale/id.json
/usr/share/onionshare/locale/is.json
/usr/share/onionshare/locale/it.json
/usr/share/onionshare/locale/ja.json
/usr/share/onionshare/locale/ka.json
+ /usr/share/onionshare/locale/km.json
/usr/share/onionshare/locale/ko.json
/usr/share/onionshare/locale/lg.json
/usr/share/onionshare/locale/mk.json
+ /usr/share/onionshare/locale/ms.json
+ /usr/share/onionshare/locale/nb.json
/usr/share/onionshare/locale/nl.json
- /usr/share/onionshare/locale/no.json
/usr/share/onionshare/locale/pa.json
/usr/share/onionshare/locale/pl.json
/usr/share/onionshare/locale/pt_BR.json
@@ -130,8 +142,12 @@
/usr/share/onionshare/locale/ru.json
/usr/share/onionshare/locale/sl.json
/usr/share/onionshare/locale/sn.json
+ /usr/share/onionshare/locale/sr_Latn.json
/usr/share/onionshare/locale/sv.json
+ /usr/share/onionshare/locale/sw.json
+ /usr/share/onionshare/locale/te.json
/usr/share/onionshare/locale/tr.json
+ /usr/share/onionshare/locale/uk.json
/usr/share/onionshare/locale/wo.json
/usr/share/onionshare/locale/yo.json
/usr/share/onionshare/locale/zh_Hans.json
@@ -143,15 +159,16 @@
/usr/share/onionshare/static/img/logo_large.png
/usr/share/onionshare/static/img/web_file.png
/usr/share/onionshare/static/img/web_folder.png
- /usr/share/onionshare/static/js/jquery-3.3.1.min.js
- /usr/share/onionshare/static/js/receive-noscript.js
+ /usr/share/onionshare/static/js/jquery-3.4.0.min.js
/usr/share/onionshare/static/js/receive.js
/usr/share/onionshare/static/js/send.js
+ /usr/share/onionshare/templates/401.html
/usr/share/onionshare/templates/403.html
/usr/share/onionshare/templates/404.html
+ /usr/share/onionshare/templates/405.html
/usr/share/onionshare/templates/denied.html
+ /usr/share/onionshare/templates/listing.html
/usr/share/onionshare/templates/receive.html
- /usr/share/onionshare/templates/receive_noscript_xss.html
/usr/share/onionshare/templates/send.html
/usr/share/onionshare/templates/thankyou.html
/usr/share/onionshare/torrc_template
@@ -164,12 +181,12 @@
-
- 2019-04-16
- 2.0
+
+ 2019-10-15
+ 2.2
Packaging update
Jacob Alzén
jacob.alzen@gmail.com
\ No newline at end of file