1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

www/onionshare: update 1.3.1 to 2.0

- Receiver mode allows you to receive files with OnionShare,
      instead of only sending files;
  - Support for next generation onion services (v3);
  - Public mode feature, for public uses of OnionShare,
  -   which when enabled turns off slugs in the URL and
  -   removes the limit on how many 404 requests can be made;
  - If you're sharing a single file, don't zip it up;
  - Full support for meek_lite (Azure) bridges;
  - Several bugfixes;
  - Invisible to users, but this version includes some major
      refactoring of the codebase, and a robust set of unit tests which
      makes OnionShare easier to maintain going forward;
  -  Allow selecting your language from a dropdown.

  https://raw.githubusercontent.com/micahflee/onionshare/v2.0/CHANGELOG.md

Approved by:	rene (mentor)
Sponsored by:	TorBSD Diversity Project, TDP
Differential Revision:	https://reviews.freebsd.org/D19376
This commit is contained in:
Vinícius Zavam 2019-02-27 21:15:59 +00:00
parent 4b7e9b8341
commit 023c42b1b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494085
2 changed files with 10 additions and 8 deletions

View File

@ -2,8 +2,7 @@
PORTNAME= onionshare
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.1
PORTREVISION= 2
DISTVERSION= 2.0
CATEGORIES= www python security
MAINTAINER= egypcio@FreeBSD.org
@ -14,10 +13,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= tor:security/tor \
obfs4proxy:security/obfs4proxy-tor \
${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stem>0:security/py-stem@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}stem>=0:security/py-stem@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
USES= python:3.4+ pyqt:5
USES= python:3.5+ pyqt:5
USE_GITHUB= yes
GH_ACCOUNT= micahflee
USE_PYQT= core gui sip widgets # "sip" should be "sip_build", but "import PyQt5.QtCore" wants "sip". See bug#225040

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1531289450
SHA256 (micahflee-onionshare-v1.3.1_GH0.tar.gz) = 87e1fa965482064e8c7c8bc32326f5748fd038f7d2af6f51056444db22ef0357
SIZE (micahflee-onionshare-v1.3.1_GH0.tar.gz) = 436741
TIMESTAMP = 1551176696
SHA256 (micahflee-onionshare-v2.0_GH0.tar.gz) = 528ceb6234ecacabe51080e351c2e8f205cbf08cdfcfddc418586d578baa030e
SIZE (micahflee-onionshare-v2.0_GH0.tar.gz) = 2141858