Date: Tue, 21 Jul 2020 23:23:59 +0000 (UTC) From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542817 - head/www/privatebin Message-ID: <202007212323.06LNNxbK056078@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dvl Date: Tue Jul 21 23:23:59 2020 New Revision: 542817 URL: https://svnweb.freebsd.org/changeset/ports/542817 Log: 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@FreeBSD.org Approved by: maintainer (via private email) MFH: 2020Q3 Modified: head/www/privatebin/Makefile head/www/privatebin/distinfo head/www/privatebin/pkg-plist Modified: head/www/privatebin/Makefile ============================================================================== --- head/www/privatebin/Makefile Tue Jul 21 22:58:10 2020 (r542816) +++ head/www/privatebin/Makefile Tue Jul 21 23:23:59 2020 (r542817) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= privatebin -PORTVERSION= 1.3.2 +PORTVERSION= 1.3.4 CATEGORIES= www security -MAINTAINER= se@FreeBSD.org +MAINTAINER= dvl@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: head/www/privatebin/distinfo ============================================================================== --- head/www/privatebin/distinfo Tue Jul 21 22:58:10 2020 (r542816) +++ head/www/privatebin/distinfo Tue Jul 21 23:23:59 2020 (r542817) @@ -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: head/www/privatebin/pkg-plist ============================================================================== --- head/www/privatebin/pkg-plist Tue Jul 21 22:58:10 2020 (r542816) +++ head/www/privatebin/pkg-plist Tue Jul 21 23:23:59 2020 (r542817) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007212323.06LNNxbK056078>