svn commit: r542852 - branches/2020Q3/www/privatebin
Dan Langille
dvl at FreeBSD.org
Wed Jul 22 12:42:08 UTC 2020
Author: dvl
Date: Wed Jul 22 12:42:07 2020
New Revision: 542852
URL: https://svnweb.freebsd.org/changeset/ports/542852
Log:
MFH: r542817
Update to 1.3.4
This is a security related update.
See https://github.com/PrivateBin/PrivateBin/releases/tag/1.3.4
https://github.com/PrivateBin/PrivateBin/releases/tag/1.3.3
Remove wddx from PHP options as it no longer exist.
Code doesn't reference it now.
Take over as maintainer
PR: 248144
Submitted by: dvl at FreeBSD.org
Approved by: ports-secteam (joneum)
Modified:
branches/2020Q3/www/privatebin/Makefile
branches/2020Q3/www/privatebin/distinfo
branches/2020Q3/www/privatebin/pkg-plist
Directory Properties:
branches/2020Q3/ (props changed)
Modified: branches/2020Q3/www/privatebin/Makefile
==============================================================================
--- branches/2020Q3/www/privatebin/Makefile Wed Jul 22 10:41:53 2020 (r542851)
+++ branches/2020Q3/www/privatebin/Makefile Wed Jul 22 12:42:07 2020 (r542852)
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= privatebin
-PORTVERSION= 1.3.2
+PORTVERSION= 1.3.4
CATEGORIES= www security
-MAINTAINER= se at FreeBSD.org
+MAINTAINER= dvl at FreeBSD.org
COMMENT= Simple end-to-end encrypting zero-knowledge paste-bin server
LICENSE= ZLIB
@@ -16,7 +16,7 @@ USES= php
NO_BUILD= yes
NO_ARCH= yes
-USE_PHP= gd hash json wddx zlib
+USE_PHP= gd hash json zlib
USE_GITHUB= yes
GH_PROJECT= PrivateBin
Modified: branches/2020Q3/www/privatebin/distinfo
==============================================================================
--- branches/2020Q3/www/privatebin/distinfo Wed Jul 22 10:41:53 2020 (r542851)
+++ branches/2020Q3/www/privatebin/distinfo Wed Jul 22 12:42:07 2020 (r542852)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579372532
-SHA256 (privatebin-PrivateBin-1.3.2_GH0.tar.gz) = 2f29e46e3d876a50da58679105134e2e2e6cfc65e7a3e842fdb0def260a95a55
-SIZE (privatebin-PrivateBin-1.3.2_GH0.tar.gz) = 522057
+TIMESTAMP = 1595343075
+SHA256 (privatebin-PrivateBin-1.3.4_GH0.tar.gz) = 0dad8976d823a01de8affb4136bd205f2e5ae418c01e560a0d84f94da7a78749
+SIZE (privatebin-PrivateBin-1.3.4_GH0.tar.gz) = 523648
Modified: branches/2020Q3/www/privatebin/pkg-plist
==============================================================================
--- branches/2020Q3/www/privatebin/pkg-plist Wed Jul 22 10:41:53 2020 (r542851)
+++ branches/2020Q3/www/privatebin/pkg-plist Wed Jul 22 12:42:07 2020 (r542852)
@@ -79,7 +79,7 @@
%%WWWDIR%%/js/pastemeta.jsonld
%%WWWDIR%%/js/prettify.js
%%WWWDIR%%/js/privatebin.js
-%%WWWDIR%%/js/purify-2.0.7.js
+%%WWWDIR%%/js/purify-2.0.8.js
%%WWWDIR%%/js/rawinflate-0.3.js
%%WWWDIR%%/js/showdown-1.9.1.js
%%WWWDIR%%/js/types.jsonld
More information about the svn-ports-branches
mailing list