svn commit: r552609 - branches/2020Q4/sysutils/rest-server
Dave Cottlehuber
dch at FreeBSD.org
Sat Oct 17 22:38:27 UTC 2020
Author: dch
Date: Sat Oct 17 22:38:26 2020
New Revision: 552609
URL: https://svnweb.freebsd.org/changeset/ports/552609
Log:
MFH: r552570
sysutils/rest-server: update to 0.10.0
PR: 249486
Submitted by: Massimo Lusetti <massimo at datacode.it>
Security: sanitize path to prevent path traversal vulnerabilities
Sponsored by: SkunkWerks, GmbH
Approved by: ports-secteam
Modified:
branches/2020Q4/sysutils/rest-server/Makefile
branches/2020Q4/sysutils/rest-server/distinfo
Directory Properties:
branches/2020Q4/ (props changed)
Modified: branches/2020Q4/sysutils/rest-server/Makefile
==============================================================================
--- branches/2020Q4/sysutils/rest-server/Makefile Sat Oct 17 20:23:35 2020 (r552608)
+++ branches/2020Q4/sysutils/rest-server/Makefile Sat Oct 17 22:38:26 2020 (r552609)
@@ -2,8 +2,7 @@
PORTNAME= rest-server
DISTVERSIONPREFIX= v
-DISTVERSION= 0.9.8
-PORTREVISION= 1
+DISTVERSION= 0.10.0
CATEGORIES= sysutils
MAINTAINER= dch at FreeBSD.org
Modified: branches/2020Q4/sysutils/rest-server/distinfo
==============================================================================
--- branches/2020Q4/sysutils/rest-server/distinfo Sat Oct 17 20:23:35 2020 (r552608)
+++ branches/2020Q4/sysutils/rest-server/distinfo Sat Oct 17 22:38:26 2020 (r552609)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563196957
-SHA256 (restic-rest-server-v0.9.8_GH0.tar.gz) = 2080012981c81b788f0aea302f5126b0b2ed89f0bdc9104166289ca167c38c75
-SIZE (restic-rest-server-v0.9.8_GH0.tar.gz) = 2398333
+TIMESTAMP = 1602940694
+SHA256 (restic-rest-server-v0.10.0_GH0.tar.gz) = d109cf9e9c3f36c9c8eb6d4a2bd530c5dfcd62b11687d93034e2edc0fdecf479
+SIZE (restic-rest-server-v0.10.0_GH0.tar.gz) = 241885
More information about the svn-ports-branches
mailing list