Date: Sun, 11 Dec 2022 18:19:42 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dce1d867b1db - main - www/privatebin: Update to 1.5.0 Message-ID: <202212111819.2BBIJg3w026082@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=dce1d867b1dba929d65a84ecc994761b828694f8 commit dce1d867b1dba929d65a84ecc994761b828694f8 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2022-12-11 18:17:37 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2022-12-11 18:19:38 +0000 www/privatebin: Update to 1.5.0 re: https://github.com/PrivateBin/PrivateBin/releases/tag/1.5.0 --- www/privatebin/Makefile | 3 +-- www/privatebin/distinfo | 6 ++--- www/privatebin/pkg-plist | 60 ++++++++++++++++++++++++++++++++++++++++++------ 3 files changed, 57 insertions(+), 12 deletions(-) diff --git a/www/privatebin/Makefile b/www/privatebin/Makefile index ba9f0a6c0728..3c771e18a372 100644 --- a/www/privatebin/Makefile +++ b/www/privatebin/Makefile @@ -1,6 +1,5 @@ PORTNAME= privatebin -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= www security MAINTAINER= dvl@FreeBSD.org diff --git a/www/privatebin/distinfo b/www/privatebin/distinfo index 8c3479b5d7cb..9556fa57358c 100644 --- a/www/privatebin/distinfo +++ b/www/privatebin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653082910 -SHA256 (privatebin-PrivateBin-1.4.0_GH0.tar.gz) = a0ff8ff4f8eabda1f963d8ffc99ac32559f3dcb8050ed0bde384093e450d534f -SIZE (privatebin-PrivateBin-1.4.0_GH0.tar.gz) = 579300 +TIMESTAMP = 1670776169 +SHA256 (privatebin-PrivateBin-1.5.0_GH0.tar.gz) = ef3146fc5183780c6d6641deab6a392d8de0d39c8f14ef86a7d9be102e5013e9 +SIZE (privatebin-PrivateBin-1.5.0_GH0.tar.gz) = 655832 diff --git a/www/privatebin/pkg-plist b/www/privatebin/pkg-plist index a219bd28ac20..5f3b93aedbc4 100644 --- a/www/privatebin/pkg-plist +++ b/www/privatebin/pkg-plist @@ -6,6 +6,7 @@ %%PORTDOCS%%%%DOCSDIR%%/SECURITY.md %%WWWDIR%%/.htaccess.disabled %%WWWDIR%%/Procfile +%%WWWDIR%%/bin/migrate %%WWWDIR%%/browserconfig.xml %%WWWDIR%%/cfg/.htaccess %%WWWDIR%%/cfg/conf.sample.php @@ -35,8 +36,8 @@ %%WWWDIR%%/i18n/en.json %%WWWDIR%%/i18n/es.json %%WWWDIR%%/i18n/et.json -%%WWWDIR%%/i18n/fr.json %%WWWDIR%%/i18n/fi.json +%%WWWDIR%%/i18n/fr.json %%WWWDIR%%/i18n/he.json %%WWWDIR%%/i18n/hi.json %%WWWDIR%%/i18n/hu.json @@ -54,8 +55,10 @@ %%WWWDIR%%/i18n/pl.json %%WWWDIR%%/i18n/pt.json %%WWWDIR%%/i18n/ru.json +%%WWWDIR%%/i18n/sk.json %%WWWDIR%%/i18n/sl.json %%WWWDIR%%/i18n/sv.json +%%WWWDIR%%/i18n/th.json %%WWWDIR%%/i18n/tr.json %%WWWDIR%%/i18n/uk.json %%WWWDIR%%/i18n/zh.json @@ -89,27 +92,29 @@ %%WWWDIR%%/js/bootstrap-3.4.1.js %%WWWDIR%%/js/comment.jsonld %%WWWDIR%%/js/commentmeta.jsonld -%%WWWDIR%%/js/jquery-3.6.0.js +%%WWWDIR%%/js/jquery-3.6.1.js %%WWWDIR%%/js/kjua-0.9.0.js %%WWWDIR%%/js/legacy.js +%%WWWDIR%%/js/package-lock.json %%WWWDIR%%/js/package.json %%WWWDIR%%/js/paste.jsonld %%WWWDIR%%/js/pastemeta.jsonld %%WWWDIR%%/js/prettify.js %%WWWDIR%%/js/privatebin.js -%%WWWDIR%%/js/purify-2.3.6.js +%%WWWDIR%%/js/purify-2.4.6.js %%WWWDIR%%/js/rawinflate-0.3.js -%%WWWDIR%%/js/showdown-2.0.3.js +%%WWWDIR%%/js/showdown-2.1.0.js %%WWWDIR%%/js/types.jsonld -%%WWWDIR%%/js/zlib-1.2.12.js -%%WWWDIR%%/js/zlib-1.2.12.wasm +%%WWWDIR%%/js/zlib-1.2.13.js +%%WWWDIR%%/js/zlib-1.2.13.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/GoogleCloudStorage.php %%WWWDIR%%/lib/Data/Filesystem.php +%%WWWDIR%%/lib/Data/GoogleCloudStorage.php +%%WWWDIR%%/lib/Data/S3Storage.php %%WWWDIR%%/lib/Filter.php %%WWWDIR%%/lib/FormatV2.php %%WWWDIR%%/lib/I18n.php @@ -125,20 +130,61 @@ %%WWWDIR%%/lib/Request.php %%WWWDIR%%/lib/View.php %%WWWDIR%%/lib/Vizhash16x16.php +%%WWWDIR%%/lib/YourlsProxy.php %%WWWDIR%%/manifest.json %%WWWDIR%%/robots.txt %%WWWDIR%%/tpl/.htaccess %%WWWDIR%%/tpl/bootstrap.php %%WWWDIR%%/tpl/page.php +%%WWWDIR%%/tpl/yourlsproxy.php %%WWWDIR%%/vendor/.htaccess %%WWWDIR%%/vendor/autoload.php %%WWWDIR%%/vendor/composer/ClassLoader.php +%%WWWDIR%%/vendor/composer/InstalledVersions.php %%WWWDIR%%/vendor/composer/autoload_classmap.php %%WWWDIR%%/vendor/composer/autoload_files.php %%WWWDIR%%/vendor/composer/autoload_namespaces.php %%WWWDIR%%/vendor/composer/autoload_psr4.php %%WWWDIR%%/vendor/composer/autoload_real.php %%WWWDIR%%/vendor/composer/autoload_static.php +%%WWWDIR%%/vendor/composer/installed.php +%%WWWDIR%%/vendor/composer/platform_check.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Canvas.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/CanvasContext.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/ColorUtils.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Matrix.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Png/PngBuffer.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Png/PngEncoder.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Png/PngPalette.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Point.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/Edge.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/EdgeIntersection.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/EdgeSuperSampleIntersection.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/EdgeTable.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/Layer.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/LayerManager.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/Rasterizer.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/SuperSampleBuffer.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Canvas/Rasterization/SuperSampleRange.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Color.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Identicon.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/IdenticonStyle.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Rendering/AbstractRenderer.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Rendering/ColorTheme.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Rendering/IconGenerator.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Rendering/ImagickRenderer.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Rendering/InternalPngRenderer.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Rendering/Point.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Rendering/Rectangle.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Rendering/RendererInterface.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Rendering/SvgPath.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Rendering/SvgRenderer.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Rendering/Transform.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Rendering/TriangleDirection.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Shapes/Shape.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Shapes/ShapeCategory.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Shapes/ShapeDefinitions.php +%%WWWDIR%%/vendor/jdenticon/jdenticon/src/Shapes/ShapePosition.php %%WWWDIR%%/vendor/mlocati/ip-lib/ip-lib.php %%WWWDIR%%/vendor/mlocati/ip-lib/src/Address/AddressInterface.php %%WWWDIR%%/vendor/mlocati/ip-lib/src/Address/AssignedRange.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212111819.2BBIJg3w026082>