Port details |
- zeronet Decentralized websites using Bitcoin crypto and BitTorrent network
- 0.7.1_2 security =2 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: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: net-p2p
- License: GPLv2
- WWW:
- https://zeronet.io/
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- 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.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-coincurve>0 : security/py-coincurve@py39
- py39-msgpack>0 : devel/py-msgpack@py39
- py39-gevent>0 : devel/py-gevent@py39
- py39-gevent-websocket>0 : www/py-gevent-websocket@py39
- py39-maxminddb>0 : net/py-maxminddb@py39
- py39-merkletools>0 : security/py-merkletools@py39
- py39-pyasn1>0 : devel/py-pyasn1@py39
- py39-pyelliptic>0 : security/py-pyelliptic@py39
- py39-pysocks>0 : net/py-pysocks@py39
- py39-python-bitcoinlib>0 : finance/py-python-bitcoinlib@py39
- py39-rsa>0 : security/py-rsa@py39
- py39-stem>0 : security/py-stem@py39
- py39-sqlite3>0 : databases/py-sqlite3@py39
- python3.9 : lang/python39
- 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 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: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.1_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7.1_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.7.1_2 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.7.1_2 22 May 2021 06:02:35 |
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. |
0.7.1_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.7.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.1_1 03 Aug 2020 16:54:48 |
yuri |
security/zeronet: Add missing dependencies |
0.7.1 14 Dec 2019 06:56:38 |
antoine |
Fix packaging
PR: 233770 |
0.7.1 14 Oct 2019 05:46:10 |
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. |
0.6.5.25_2 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
0.6.5.25_2 05 Aug 2019 20:31:44 |
yuri |
security/zeronet: Unbreak the non-tor mode because it tries to write the file
zeronet.conf and the location was read-only |
0.6.5.25_1 23 Jun 2019 20:51:49 |
yuri |
security/zeronet: Add py-sqlite3 dependency because it doesn't start in jail
without it. |
0.6.5.25 23 Mar 2019 03:27:08 |
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. |
0.6.4 20 Oct 2018 15:45:05 |
yuri |
security/zeronet: Update 0.6.2 -> 0.6.4
Changelogs:
https://github.com/HelloZeroNet/ZeroNet/releases
Reported by: portscout |
0.6.2_1 25 Apr 2018 21:01:41 |
sunpoet |
Fix msgpack dependency |
0.6.2_1 22 Apr 2018 18:29:51 |
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 |
0.6.2 18 Feb 2018 17:43:43 |
yuri |
security/zeronet: Update to 0.6.2
Testing:
* Runs fine
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
0.6.1 27 Jan 2018 19:48:44 |
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 |
0.6.0 30 Nov 2017 15:50:34 |
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 ) |
0.6.0 18 Oct 2017 16:24:52 |
swills |
security/zeronet: Update to 0.6.0
PR: 223096
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
0.5.7_1 22 Aug 2017 02:24:48 |
swills |
security/zeronet: Removed the unnecessary TOR option
PR: 221615
Submitted by: Yuri Victorovich <yuri@rawbw.com> |
0.5.7 18 Aug 2017 03:22:43 |
swills |
security/zeronet: Update to 0.5.7
PR: 221110
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
0.5.6 03 Jul 2017 05:48:40 |
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 |
0.5.6 26 Jun 2017 16:49:28 |
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 |
0.5.5 26 May 2017 06:43:39 |
joneum |
- Udate to 0.5.5
PR: 219475
Submitted by: Yuri Victorovich (maintainer)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D10882 |
0.5.4 06 May 2017 04:36:17 |
miwi |
- Update to 0.5.4
PR: 218747
Submitted by: maintainer |
0.5.3 22 Mar 2017 12:27:00 |
robak |
security/zeronet: update 0.5.2 -> 0.5.3
PR: 217828
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
0.5.2 27 Feb 2017 09:39:37 |
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 |
0.5.1 10 Feb 2017 02:54:13 |
vanilla |
Update to 0.5.1.
PR: 216948
Submitted by: maintainer |
0.5.0 01 Dec 2016 22:14:36 |
jhale |
Update to 0.5.0
PR: 214661
Submitted by: Yuri Victorovich <yuri@rawbw.com> (maintainer) |
0.4.0 06 Sep 2016 18:25:54 |
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) |
0.3.7 14 Jun 2016 17:03:42 |
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> |