Port details |
- zeronet Decentralized websites using Bitcoin crypto and BitTorrent network
- 0.7.1_2 security
=0 0.7.1_2Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2016-06-14 17:03:57
- Last Update: 2021-05-22 06:02:35
- Commit Hash: c875ddb
- Also Listed In: net-p2p
- License: GPLv2
- Description:
- Open, free and uncensorable websites, using Bitcoin cryptography
and BitTorrent network.
Features:
* Real-time updated sites
* Namecoin .bit domains support
* Easy to setup: unpack & run
* Clone websites in one click
* Password-less BIP32 based authorization: Your account is protected
by the same cryptography as your Bitcoin wallet
* Built-in SQL server with P2P data synchronization: Allows easier site
development and faster page load times
* Anonymity: Full Tor network support with .onion hidden services instead
of IPv4 addresses
* TLS encrypted connections
* Automatic uPnP port opening
* Plugin for multiuser (openproxy) support
* Works with any browser/OS
WWW: https://zeronet.io/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- zeronet>0:security/zeronet
- To install the port:
- cd /usr/ports/security/zeronet/ && make install clean
- To add the package, run one of these commands:
- pkg install security/zeronet
- pkg install zeronet
- PKGNAME: zeronet
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1571030613
SHA256 (HelloZeroNet-ZeroNet-v0.7.1_GH0.tar.gz) = 78a27e1687d8e3699a854b77b516c95b30a8ba667f7ebbef0aabf7ec6ec7272d
SIZE (HelloZeroNet-ZeroNet-v0.7.1_GH0.tar.gz) = 1688250
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-coincurve>0 : security/py-coincurve@py38
- py38-msgpack>0 : devel/py-msgpack@py38
- py38-gevent>0 : devel/py-gevent@py38
- py38-gevent-websocket>0 : www/py-gevent-websocket@py38
- py38-maxminddb>0 : net/py-maxminddb@py38
- py38-merkletools>0 : security/py-merkletools@py38
- py38-pyasn1>0 : devel/py-pyasn1@py38
- py38-pyelliptic>0 : security/py-pyelliptic@py38
- py38-pysocks>0 : net/py-pysocks@py38
- py38-python-bitcoinlib>0 : finance/py-python-bitcoinlib@py38
- py38-rsa>0 : security/py-rsa@py38
- py38-stem>0 : security/py-stem@py38
- py38-sqlite3>0 : databases/py-sqlite3@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for zeronet-0.7.1_2:
DEBUG=off: Build with debugging support
===> Use 'make config' to modify these settings
- Options name:
- security_zeronet
- USES:
- python:3.6+ shebangfix
- pkg-message:
- For install:
- You installed ZeroNet: Decentralized websites using Bitcoin crypto.
It is recommended to run ZeroNet as a service:
# sysrc zeronet_enable="YES"
# service zeronet start
To access ZeroNet please navigate to:
http://localhost:43110
You can also run ZeroNet manually (not recommended) with the command:
# su -m nobody -c zeronet
To run ZeroNet commands:
# su -m nobody zeronet cmd {arg1 {arg2 {...}}}
For example, to create a new ZeroNet site:
# su -m nobody zeronet siteCreate
For Tor integration (recommended) please make sure:
* Tor is installed:
# pkg install tor
* /usr/local/etc/tor/torrc has "ControlPort 9051"
* Tor service runs:
# service tor start
* zeronet_args in /etc/rc.conf has "--tor enable" or "--tor always"
Without the Tor integration, you need to make sure that your router
has either UPnP enabled, or port 15441 open.
For more details please see the ZeroNet documentation here:
http://zeronet.readthedocs.io/en/latest
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 May 2021 06:02:35 0.7.1_2
|
Yuri Victorovich (yuri)  |
security/zeronet: Fix runtime by replacing the deprecated function
Python-38 has cgi.parse_qsl deprecated. It is replaced with
urllib.parse.parse_qsl. |
06 Apr 2021 14:31:13 0.7.1_1
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 0.7.1_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
03 Aug 2020 16:54:48
0.7.1_1
|
yuri  |
security/zeronet: Add missing dependencies |
14 Dec 2019 06:56:38
0.7.1
|
antoine  |
Fix packaging
PR: 233770 |
14 Oct 2019 05:46:10
0.7.1
|
yuri  |
security/zeronet: Update 0.6.5-25 -> 0.7.1
ZeroNet now supports python3.
ZeroNet is nothing less than the alternative model of the internet, where
websites are hosted by users. |
14 Aug 2019 12:16:13
0.6.5.25_2
|
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
05 Aug 2019 20:31:44
0.6.5.25_2
|
yuri  |
security/zeronet: Unbreak the non-tor mode because it tries to write the file
zeronet.conf and the location was read-only |
23 Jun 2019 20:51:49
0.6.5.25_1
|
yuri  |
security/zeronet: Add py-sqlite3 dependency because it doesn't start in jail
without it. |
23 Mar 2019 03:27:08
0.6.5.25
|
yuri  |
security/zeronet: Update 0.6.4 -> 0.6.5-25
0.6.5 had a bug that the service wouldn't shut down, which is fixed in 0.6.5-25. |
20 Oct 2018 15:45:05
0.6.4
|
yuri  |
security/zeronet: Update 0.6.2 -> 0.6.4
Changelogs:
https://github.com/HelloZeroNet/ZeroNet/releases
Reported by: portscout |
25 Apr 2018 21:01:41
0.6.2_1
|
sunpoet  |
Fix msgpack dependency |
22 Apr 2018 18:29:51
0.6.2_1
|
sunpoet  |
Move devel/py-msgpack-python to devel/py-msgpack
- Update to 0.5.6
- Update pkg-descr
- Update WWW
Changes: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst |
18 Feb 2018 17:43:43
0.6.2
|
yuri  |
security/zeronet: Update to 0.6.2
Testing:
* Runs fine
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
27 Jan 2018 19:48:44
0.6.1
|
yuri  |
security/zeronet: Update to 0.6.1
The change log:
https://github.com/HelloZeroNet/ZeroNet/releases/tag/v0.6.1
Also, updated the maintainer's e-mail.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14078 |
30 Nov 2017 15:50:34
0.6.0 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
18 Oct 2017 16:24:52
0.6.0
|
swills  |
security/zeronet: Update to 0.6.0
PR: 223096
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
22 Aug 2017 02:24:48
0.5.7_1
|
swills  |
security/zeronet: Removed the unnecessary TOR option
PR: 221615
Submitted by: Yuri Victorovich <yuri@rawbw.com> |
18 Aug 2017 03:22:43
0.5.7
|
swills  |
security/zeronet: Update to 0.5.7
PR: 221110
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
03 Jul 2017 05:48:40
0.5.6
|
koobs  |
security/zeronet: Limit to Python 2.7
Zeronet doesn't support Python 3 [1]. Limit to compatible version(s) (2.7)
accordingly.
[1] https://github.com/HelloZeroNet/ZeroNet/issues/149
PR: 220302
Reported by: Peter Zuidema <peter icebear net>
Submitted by: Yuri Victorovich <yuri rawbw com> (maintainer)
MFH: 2017Q3 |
26 Jun 2017 16:49:28
0.5.6
|
ultima  |
* Updated to 0.5.6
Changelog: https://github.com/HelloZeroNet/ZeroNet/releases/tag/v0.5.6
PR: 220123
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: lifanov (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11357 |
26 May 2017 06:43:39
0.5.5
|
joneum  |
- Udate to 0.5.5
PR: 219475
Submitted by: Yuri Victorovich (maintainer)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10882 |
06 May 2017 04:36:17
0.5.4
|
miwi  |
- Update to 0.5.4
PR: 218747
Submitted by: maintainer |
22 Mar 2017 12:27:00
0.5.3
|
robak  |
security/zeronet: update 0.5.2 -> 0.5.3
PR: 217828
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
27 Feb 2017 09:39:37
0.5.2
|
tobik  |
Update to 0.5.2
PR: 217357
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D9821 |
10 Feb 2017 02:54:13
0.5.1
|
vanilla  |
Update to 0.5.1.
PR: 216948
Submitted by: maintainer |
01 Dec 2016 22:14:36
0.5.0
|
jhale  |
Update to 0.5.0
PR: 214661
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
06 Sep 2016 18:25:54
0.4.0
|
pi  |
security/zeronet: 0.3.7 -> 0.4.0
- Merger sites
- User file archiving
- Allow to store custom fields in json table
PR: 212422
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
14 Jun 2016 17:03:42
0.3.7
|
pi  |
New port: security/zeronet
Open, free and uncensorable websites, using Bitcoin cryptography
and BitTorrent network.
Features:
* Real-time updated sites
* Namecoin .bit domains support
* Easy to setup: unpack & run
* Clone websites in one click
* Password-less BIP32 based authorization: Your account is protected
by the same cryptography as your Bitcoin wallet
* Built-in SQL server with P2P data synchronization: Allows easier site
development and faster page load times
* Anonymity: Full Tor network support with .onion hidden services instead
of IPv4 addresses
* TLS encrypted connections
* Automatic uPnP port opening
* Plugin for multiuser (openproxy) support
* Works with any browser/OS
WWW: https://zeronet.io/
PR: 209735
Submitted by: Yuri Victorovich <yuri@rawbw.com> |