diff options
author | Dan Langille <dvl@FreeBSD.org> | 2025-06-29 12:46:23 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2025-06-29 12:47:56 +0000 |
commit | 99e0d89333765b4a481878575adb02ab8738c906 (patch) | |
tree | a74e731ff599f5686ee1e6da3a05adfbbec4a64d | |
parent | mail/thunderbird-esr: update to 128.12.0 (rc1) (diff) |
www/privatebin: Update to 1.7.7
Adds upload of multiple files, switching templates via UI & cleanup
re: https://github.com/PrivateBin/PrivateBin/releases/tag/1.7.7
-rw-r--r-- | www/privatebin/Makefile | 2 | ||||
-rw-r--r-- | www/privatebin/distinfo | 6 | ||||
-rw-r--r-- | www/privatebin/pkg-plist | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/www/privatebin/Makefile b/www/privatebin/Makefile index eee2f391e7c0..20f8c618adb5 100644 --- a/www/privatebin/Makefile +++ b/www/privatebin/Makefile @@ -1,5 +1,5 @@ PORTNAME= privatebin -PORTVERSION= 1.7.6 +PORTVERSION= 1.7.7 CATEGORIES= www security MAINTAINER= dvl@FreeBSD.org diff --git a/www/privatebin/distinfo b/www/privatebin/distinfo index 8f37f27bad02..1b4b38241a8a 100644 --- a/www/privatebin/distinfo +++ b/www/privatebin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738422560 -SHA256 (privatebin-PrivateBin-1.7.6_GH0.tar.gz) = 4f886854cc45b42d0dfac874fcbc0a47fba4318d16d92e7ddb0c1b6666bdfb96 -SIZE (privatebin-PrivateBin-1.7.6_GH0.tar.gz) = 775980 +TIMESTAMP = 1751199476 +SHA256 (privatebin-PrivateBin-1.7.7_GH0.tar.gz) = dd612161825523249a32de4e521c08bb4b7cde9b086c87ce40f716bdb82c9320 +SIZE (privatebin-PrivateBin-1.7.7_GH0.tar.gz) = 766037 diff --git a/www/privatebin/pkg-plist b/www/privatebin/pkg-plist index 7130d3794f41..3cf3f3fd201b 100644 --- a/www/privatebin/pkg-plist +++ b/www/privatebin/pkg-plist @@ -111,11 +111,11 @@ %%WWWDIR%%/js/pastemeta.jsonld %%WWWDIR%%/js/prettify.js %%WWWDIR%%/js/privatebin.js -%%WWWDIR%%/js/purify-3.2.4.js +%%WWWDIR%%/js/purify-3.2.6.js %%WWWDIR%%/js/rawinflate-0.3.js %%WWWDIR%%/js/showdown-2.1.0.js %%WWWDIR%%/js/types.jsonld -%%WWWDIR%%/js/zlib-1.3.1.js +%%WWWDIR%%/js/zlib-1.3.1-1.js %%WWWDIR%%/js/zlib-1.3.1.wasm %%WWWDIR%%/lib/.htaccess %%WWWDIR%%/lib/Configuration.php @@ -138,6 +138,7 @@ %%WWWDIR%%/lib/Persistence/ServerSalt.php %%WWWDIR%%/lib/Persistence/TrafficLimiter.php %%WWWDIR%%/lib/Request.php +%%WWWDIR%%/lib/TemplateSwitcher.php %%WWWDIR%%/lib/View.php %%WWWDIR%%/lib/Vizhash16x16.php %%WWWDIR%%/lib/YourlsProxy.php @@ -213,9 +214,6 @@ %%WWWDIR%%/vendor/mlocati/ip-lib/src/Service/BinaryMath.php %%WWWDIR%%/vendor/mlocati/ip-lib/src/Service/RangesFromBoundaryCalculator.php %%WWWDIR%%/vendor/mlocati/ip-lib/src/Service/UnsignedIntegerMath.php -%%WWWDIR%%/vendor/symfony/polyfill-ctype/Ctype.php -%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap.php -%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap80.php %%WWWDIR%%/vendor/symfony/polyfill-php80/Php80.php %%WWWDIR%%/vendor/symfony/polyfill-php80/PhpToken.php %%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php |