Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Mar 2018 21:39:40 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r463449 - branches/2018Q1/www/mini_httpd
Message-ID:  <201803022139.w22LdegM040121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803022139.w22LdegM040121>