| Port details on branch 2020Q3 |
- privatebin Simple end-to-end encrypting zero-knowledge paste-bin server
- 1.3.4 www
=0 1.3.4Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2020-07-22 12:42:12
- Last Update: 2020-07-22 12:42:07
- Commit Hash: 8854d01
- Also Listed In: security
- License: ZLIB
- WWW:
- https://privatebin.info/
- Description:
- PrivateBin is a minimalist, open source online pastebin where the server
has zero knowledge of pasted data.
Data is encrypted/decrypted in the browser using 256bit AES in Galois
Counter mode.
This is a fork of ZeroBin, originally developed by Sebastien Sauvage.
It was refactored to allow easier and cleaner extensions and has now much
more features than the original. It is however still fully compatible to
the original ZeroBin 0.19 data storage scheme. Therefore such installations
can be upgraded to this fork without losing any data.
Since the Javascript code that performs the encryption must be protected
during transmission, access to PrivateBin must only be possible over
HTTPS (e.g. enforced by use of HSTS and/or HPKP).
See https://github.com/PrivateBin/PrivateBin/wiki/Configuration for
configuration options available in "cfg/conf.php".
WWW: https://privatebin.info/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- privatebin>0:www/privatebin
- To install the port:
- cd /usr/ports/www/privatebin/ && make install clean
- To add the package, run one of these commands:
- pkg install www/privatebin
- pkg install privatebin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: privatebin
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1595343075
SHA256 (privatebin-PrivateBin-1.3.4_GH0.tar.gz) = 0dad8976d823a01de8affb4136bd205f2e5ae418c01e560a0d84f94da7a78749
SIZE (privatebin-PrivateBin-1.3.4_GH0.tar.gz) = 523648
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php72
- gd.so : graphics/php72-gd
- hash.so : security/php72-hash
- json.so : devel/php72-json
- zlib.so : archivers/php72-zlib
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for privatebin-1.3.4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_privatebin
- USES:
- php
- pkg-message:
- For install:
- Please check https://github.com/PrivateBin/PrivateBin/wiki/Configuration
for information regarding the secure configuration of PrivateBin.
If used with the apache web-server, mod_php must be installed and enabled
in httpd.conf.
- Master Sites:
|