svn commit: r463449 - branches/2018Q1/www/mini_httpd
Craig Leres
leres at FreeBSD.org
Fri Mar 2 21:39:41 UTC 2018
Author: leres
Date: Fri Mar 2 21:39:40 2018
New Revision: 463449
URL: https://svnweb.freebsd.org/changeset/ports/463449
Log:
MFH: r461322
Update to 1.28 which fixes a buffer overflow (that will be)
documented in CVE-2017-17663.
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Security: f5524753-67b1-4c88-8114-29c2d258b383
Differential Revision: https://reviews.freebsd.org/D14218
Approved by: ports-secteam (feld)
Modified:
branches/2018Q1/www/mini_httpd/Makefile
branches/2018Q1/www/mini_httpd/distinfo
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/www/mini_httpd/Makefile
==============================================================================
--- branches/2018Q1/www/mini_httpd/Makefile Fri Mar 2 20:11:57 2018 (r463448)
+++ branches/2018Q1/www/mini_httpd/Makefile Fri Mar 2 21:39:40 2018 (r463449)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mini_httpd
-PORTVERSION= 1.27
+PORTVERSION= 1.28
CATEGORIES= www ipv6
MASTER_SITES= https://www.acme.com/software/mini_httpd/
Modified: branches/2018Q1/www/mini_httpd/distinfo
==============================================================================
--- branches/2018Q1/www/mini_httpd/distinfo Fri Mar 2 20:11:57 2018 (r463448)
+++ branches/2018Q1/www/mini_httpd/distinfo Fri Mar 2 21:39:40 2018 (r463449)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488912725
-SHA256 (mini_httpd-1.27.tar.gz) = e5d6041f2906f4099284e004d7641b8f06414fe54901e554bebe777e6d889d37
-SIZE (mini_httpd-1.27.tar.gz) = 43473
+TIMESTAMP = 1517878208
+SHA256 (mini_httpd-1.28.tar.gz) = d4ea88a0493a2794ea62ac5a2aaf6825c8b064405959a22af3c04b587e87d971
+SIZE (mini_httpd-1.28.tar.gz) = 43759
More information about the svn-ports-all
mailing list