--- www/privatebin/Makefile (revision 520721) +++ www/privatebin/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= privatebin -PORTVERSION= 1.2 +PORTVERSION= 1.3.1 CATEGORIES= www security MAINTAINER= se@FreeBSD.org @@ -11,10 +11,11 @@ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.md +USES= php + NO_BUILD= yes NO_ARCH= yes -USES= php USE_PHP= gd hash json wddx zlib USE_GITHUB= yes GH_PROJECT= PrivateBin --- www/privatebin/distinfo (revision 520721) +++ www/privatebin/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532363541 -SHA256 (privatebin-PrivateBin-1.2_GH0.tar.gz) = 67fbe652004f62858f9418f877c896727cc8dbc400af1d2f7d0b9478a8f53b7f -SIZE (privatebin-PrivateBin-1.2_GH0.tar.gz) = 500432 +TIMESTAMP = 1577123108 +SHA256 (privatebin-PrivateBin-1.3.1_GH0.tar.gz) = a93804b9225aafc6f318a8534f1daade561463f869234e1601be09e54d27d6f5 +SIZE (privatebin-PrivateBin-1.3.1_GH0.tar.gz) = 514586 --- www/privatebin/pkg-descr (revision 520721) +++ www/privatebin/pkg-descr (working copy) @@ -1,13 +1,13 @@ -PrivateBin is a minimalist, open source online pastebin where the server +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 +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 +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 @@ -14,7 +14,7 @@ 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 +See https://github.com/PrivateBin/PrivateBin/wiki/Configuration for configuration options available in "cfg/conf.php". WWW: https://privatebin.info/ --- www/privatebin/pkg-plist (revision 520721) +++ www/privatebin/pkg-plist (working copy) @@ -3,12 +3,14 @@ %%PORTDOCS%%%%DOCSDIR%%/INSTALL.md %%PORTDOCS%%%%DOCSDIR%%/LICENSE.md %%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/SECURITY.md + %%WWWDIR%%/.htaccess.disabled %%WWWDIR%%/browserconfig.xml %%WWWDIR%%/cfg/.htaccess @sample %%WWWDIR%%/cfg/conf.sample.php %%WWWDIR%%/cfg/conf.php -%%WWWDIR%%/css/bootstrap/bootstrap-3.3.5.css -%%WWWDIR%%/css/bootstrap/bootstrap-theme-3.3.5.css +%%WWWDIR%%/css/bootstrap/bootstrap-3.4.1.css +%%WWWDIR%%/css/bootstrap/bootstrap-theme-3.4.1.css %%WWWDIR%%/css/bootstrap/darkstrap-0.9.3.css %%WWWDIR%%/css/bootstrap/fonts/glyphicons-halflings-regular.eot %%WWWDIR%%/css/bootstrap/fonts/glyphicons-halflings-regular.svg @@ -23,6 +25,8 @@ %%WWWDIR%%/css/prettify/sons-of-obsidian.css %%WWWDIR%%/css/prettify/sunburst.css %%WWWDIR%%/css/privatebin.css +%%WWWDIR%%/i18n/bg.json +%%WWWDIR%%/i18n/cs.json %%WWWDIR%%/i18n/de.json %%WWWDIR%%/i18n/es.json %%WWWDIR%%/i18n/fr.json @@ -61,29 +65,33 @@ %%WWWDIR%%/index.php %%WWWDIR%%/index.php.bak %%WWWDIR%%/index.php.orig +%%WWWDIR%%/js/base-x-3.0.5.1.js %%WWWDIR%%/js/base64-1.7.js -%%WWWDIR%%/js/base64-2.4.5.js %%WWWDIR%%/js/bootstrap-3.3.7.js %%WWWDIR%%/js/comment.jsonld %%WWWDIR%%/js/commentmeta.jsonld -%%WWWDIR%%/js/common.js -%%WWWDIR%%/js/jquery-3.3.1.js -%%WWWDIR%%/js/kjua-0.1.2.js +%%WWWDIR%%/js/jquery-3.4.1.js +%%WWWDIR%%/js/kjua-0.6.0.js +%%WWWDIR%%/js/legacy.js +%%WWWDIR%%/js/package.json %%WWWDIR%%/js/paste.jsonld %%WWWDIR%%/js/pastemeta.jsonld %%WWWDIR%%/js/prettify.js %%WWWDIR%%/js/privatebin.js -%%WWWDIR%%/js/purify-1.0.5.js -%%WWWDIR%%/js/rawdeflate-0.5.js +%%WWWDIR%%/js/purify-2.0.1.js %%WWWDIR%%/js/rawinflate-0.3.js -%%WWWDIR%%/js/showdown-1.8.6.js -%%WWWDIR%%/js/sjcl-1.0.7.js +%%WWWDIR%%/js/showdown-1.9.1.js +%%WWWDIR%%/js/types.jsonld +%%WWWDIR%%/js/zlib-1.2.11.js +%%WWWDIR%%/js/zlib-1.2.11.wasm %%WWWDIR%%/lib/.htaccess %%WWWDIR%%/lib/Configuration.php +%%WWWDIR%%/lib/Controller.php %%WWWDIR%%/lib/Data/AbstractData.php %%WWWDIR%%/lib/Data/Database.php %%WWWDIR%%/lib/Data/Filesystem.php %%WWWDIR%%/lib/Filter.php +%%WWWDIR%%/lib/FormatV2.php %%WWWDIR%%/lib/I18n.php %%WWWDIR%%/lib/Json.php %%WWWDIR%%/lib/Model.php @@ -95,9 +103,7 @@ %%WWWDIR%%/lib/Persistence/PurgeLimiter.php %%WWWDIR%%/lib/Persistence/ServerSalt.php %%WWWDIR%%/lib/Persistence/TrafficLimiter.php -%%WWWDIR%%/lib/PrivateBin.php %%WWWDIR%%/lib/Request.php -%%WWWDIR%%/lib/Sjcl.php %%WWWDIR%%/lib/View.php %%WWWDIR%%/lib/Vizhash16x16.php %%WWWDIR%%/manifest.json @@ -124,12 +130,10 @@ %%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php %%WWWDIR%%/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php %%WWWDIR%%/vendor/paragonie/random_compat/lib/random_int.php -%%WWWDIR%%/vendor/paragonie/random_compat/other/build_phar.php -%%WWWDIR%%/vendor/paragonie/random_compat/psalm-autoload.php %%WWWDIR%%/vendor/yzalis/identicon/src/Identicon/Generator/BaseGenerator.php %%WWWDIR%%/vendor/yzalis/identicon/src/Identicon/Generator/GdGenerator.php %%WWWDIR%%/vendor/yzalis/identicon/src/Identicon/Generator/GeneratorInterface.php %%WWWDIR%%/vendor/yzalis/identicon/src/Identicon/Generator/ImageMagickGenerator.php +%%WWWDIR%%/vendor/yzalis/identicon/src/Identicon/Generator/SvgGenerator.php %%WWWDIR%%/vendor/yzalis/identicon/src/Identicon/Identicon.php -%%WWWDIR%%/vendor/yzalis/identicon/src/autoload.php @dir(www,www,700) /var/db/privatebin