Date: Sun, 12 Oct 2025 17:57:26 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: 31de9349dc81 - main - www/privatebin: Update to 2.0.1 Message-ID: <202510121757.59CHvQoC005053@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=31de9349dc8166a765a2919606074a4cc5c25019 commit 31de9349dc8166a765a2919606074a4cc5c25019 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2025-10-12 17:55:56 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2025-10-12 17:57:23 +0000 www/privatebin: Update to 2.0.1 New dependency: the opcache php module re: https://github.com/PrivateBin/PrivateBin/issues/1678 https://github.com/PrivateBin/PrivateBin/releases/tag/2.0.1 --- www/privatebin/Makefile | 4 ++-- www/privatebin/distinfo | 6 +++--- www/privatebin/pkg-plist | 15 +++++++++------ 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/www/privatebin/Makefile b/www/privatebin/Makefile index 5833acfda233..5defd2f0e62c 100644 --- a/www/privatebin/Makefile +++ b/www/privatebin/Makefile @@ -1,5 +1,5 @@ PORTNAME= privatebin -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= www security MAINTAINER= dvl@FreeBSD.org @@ -17,7 +17,7 @@ SUB_LIST= PORTNAME=${PORTNAME} NO_BUILD= yes NO_ARCH= yes -USE_PHP= ctype filter gd zlib +USE_PHP= ctype filter gd opcache zlib USE_GITHUB= yes GH_PROJECT= PrivateBin diff --git a/www/privatebin/distinfo b/www/privatebin/distinfo index 744f4242d7e0..c4c1c635e0c4 100644 --- a/www/privatebin/distinfo +++ b/www/privatebin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753712981 -SHA256 (privatebin-PrivateBin-2.0.0_GH0.tar.gz) = 4bd2ae9e560f72510f1af19dd3d062872c26bbce7cb5437cbb1f7997b83011a8 -SIZE (privatebin-PrivateBin-2.0.0_GH0.tar.gz) = 755058 +TIMESTAMP = 1760271734 +SHA256 (privatebin-PrivateBin-2.0.1_GH0.tar.gz) = 23c0272bd4fba982cdf2a008a43deb23b2efe7d54112ad592e6d12a1bf767b66 +SIZE (privatebin-PrivateBin-2.0.1_GH0.tar.gz) = 785982 diff --git a/www/privatebin/pkg-plist b/www/privatebin/pkg-plist index 67fa4611f788..56fa3ad63400 100644 --- a/www/privatebin/pkg-plist +++ b/www/privatebin/pkg-plist @@ -21,8 +21,8 @@ %%WWWDIR%%/css/bootstrap/fonts/glyphicons-halflings-regular.woff %%WWWDIR%%/css/bootstrap/fonts/glyphicons-halflings-regular.woff2 %%WWWDIR%%/css/bootstrap/privatebin.css -%%WWWDIR%%/css/bootstrap5/bootstrap-5.3.7.css -%%WWWDIR%%/css/bootstrap5/bootstrap.rtl-5.3.7.css +%%WWWDIR%%/css/bootstrap5/bootstrap-5.3.8.css +%%WWWDIR%%/css/bootstrap5/bootstrap.rtl-5.3.8.css %%WWWDIR%%/css/bootstrap5/privatebin.css %%WWWDIR%%/css/common.css %%WWWDIR%%/css/noscript.css @@ -96,7 +96,7 @@ %%WWWDIR%%/index.php.orig %%WWWDIR%%/js/base-x-5.0.1.js %%WWWDIR%%/js/bootstrap-3.4.1.js -%%WWWDIR%%/js/bootstrap-5.3.7.js +%%WWWDIR%%/js/bootstrap-5.3.8.js %%WWWDIR%%/js/comment.jsonld %%WWWDIR%%/js/commentmeta.jsonld %%WWWDIR%%/js/dark-mode-switch.js @@ -109,7 +109,7 @@ %%WWWDIR%%/js/pastemeta.jsonld %%WWWDIR%%/js/prettify.js %%WWWDIR%%/js/privatebin.js -%%WWWDIR%%/js/purify-3.2.6.js +%%WWWDIR%%/js/purify-3.2.7.js %%WWWDIR%%/js/showdown-2.1.0.js %%WWWDIR%%/js/types.jsonld %%WWWDIR%%/js/zlib-1.3.1-1.js @@ -138,13 +138,15 @@ %%WWWDIR%%/lib/TemplateSwitcher.php %%WWWDIR%%/lib/View.php %%WWWDIR%%/lib/Vizhash16x16.php -%%WWWDIR%%/lib/YourlsProxy.php +%%WWWDIR%%/lib/Proxy/AbstractProxy.php +%%WWWDIR%%/lib/Proxy/ShlinkProxy.php +%%WWWDIR%%/lib/Proxy/YourlsProxy.php %%WWWDIR%%/manifest.json %%WWWDIR%%/robots.txt %%WWWDIR%%/tpl/.htaccess %%WWWDIR%%/tpl/bootstrap.php %%WWWDIR%%/tpl/bootstrap5.php -%%WWWDIR%%/tpl/yourlsproxy.php +%%WWWDIR%%/tpl/shortenerproxy.php %%WWWDIR%%/vendor/.htaccess %%WWWDIR%%/vendor/autoload.php %%WWWDIR%%/vendor/composer/autoload_files.php @@ -207,6 +209,7 @@ %%WWWDIR%%/vendor/mlocati/ip-lib/src/Range/Subnet.php %%WWWDIR%%/vendor/mlocati/ip-lib/src/Range/Type.php %%WWWDIR%%/vendor/mlocati/ip-lib/src/Service/BinaryMath.php +%%WWWDIR%%/vendor/mlocati/ip-lib/src/Service/NumberInChunks.php %%WWWDIR%%/vendor/mlocati/ip-lib/src/Service/RangesFromBoundaryCalculator.php %%WWWDIR%%/vendor/mlocati/ip-lib/src/Service/UnsignedIntegerMath.php %%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.phphome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510121757.59CHvQoC005053>
