FreeBSD Bugzilla – Attachment 235724 Details for
Bug 265390
www/onionshare traceback
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] www/onionshare: fix DEPRECATED, and update pluggable transports
PR265390.diff (text/plain), 2.02 KB, created by
VinÃcius Zavam
on 2022-08-06 17:42:13 UTC
(
hide
)
Description:
[PATCH] www/onionshare: fix DEPRECATED, and update pluggable transports
Filename:
MIME Type:
Creator:
VinÃcius Zavam
Created:
2022-08-06 17:42:13 UTC
Size:
2.02 KB
patch
obsolete
>diff --git a/www/onionshare/Makefile b/www/onionshare/Makefile >index 67c37bd5aa..51eb4640a3 100644 >--- a/www/onionshare/Makefile >+++ b/www/onionshare/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= onionshare >-DISTVERSIONPREFIX= v >+DISTVERSIONPREFIX=v > DISTVERSION= 2.2 >-PORTREVISION= 7 >+PORTREVISION= 8 > CATEGORIES= www python security > > MAINTAINER= egypcio@FreeBSD.org >@@ -10,22 +10,21 @@ COMMENT= Secure and anonymous file sharing via Tor > LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-DEPRECATED= Depends on expired security/py-pycrypto >-EXPIRATION_DATE=2022-09-30 >- >-RUN_DEPENDS= tor:security/tor \ >+RUN_DEPENDS= meek-client:security/meek \ > obfs4proxy:security/obfs4proxy-tor \ >+ snowflake-client:security/snowflake-tor \ >+ tor:security/tor \ > ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}Flask-HTTPAuth>=0:security/py-flask-httpauth@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}stem>=0:security/py-stem@${PY_FLAVOR} >+ > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} > >-USES= cpe python:3.5+ pyqt:5 >+USES= cpe python:3.6+ pyqt:5 > USE_GITHUB= yes >-GH_ACCOUNT= micahflee > USE_PYQT= pyqt5 sip > USE_PYTHON= distutils autoplist noflavors > >diff --git a/www/onionshare/distinfo b/www/onionshare/distinfo >index 4d702d5d1c..e4662e4fea 100644 >--- a/www/onionshare/distinfo >+++ b/www/onionshare/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1571236020 >-SHA256 (micahflee-onionshare-v2.2_GH0.tar.gz) = 7173863d7582b05aa8fd0d2207236e3cbbb38d854aad65e3b98ec5baad521fc2 >-SIZE (micahflee-onionshare-v2.2_GH0.tar.gz) = 3319589 >+TIMESTAMP = 1659784168 >+SHA256 (onionshare-onionshare-v2.2_GH0.tar.gz) = 7173863d7582b05aa8fd0d2207236e3cbbb38d854aad65e3b98ec5baad521fc2 >+SIZE (onionshare-onionshare-v2.2_GH0.tar.gz) = 3319589
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 265390
:
235723
| 235724