From owner-svn-ports-all@freebsd.org Mon Jan 4 06:44:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6AF38A5F4B0; Mon, 4 Jan 2016 06:44:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2D4061BF3; Mon, 4 Jan 2016 06:44:47 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u046ikQU076318; Mon, 4 Jan 2016 06:44:46 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u046ikw9076314; Mon, 4 Jan 2016 06:44:46 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201601040644.u046ikw9076314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 4 Jan 2016 06:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r405215 - in branches/2016Q1/www/mini_httpd: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2016 06:44:47 -0000 Author: rene Date: Mon Jan 4 06:44:45 2016 New Revision: 405215 URL: https://svnweb.freebsd.org/changeset/ports/405215 Log: MFH: r405201 www/mini_httpd: update to 1.23 Security: http://www.vuxml.org/freebsd/84dc49b0-b267-11e5-8a5b-00262d5ed8ee.html Approved by: portmgr (miwi) Modified: branches/2016Q1/www/mini_httpd/Makefile branches/2016Q1/www/mini_httpd/distinfo branches/2016Q1/www/mini_httpd/files/patch-Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/mini_httpd/Makefile ============================================================================== --- branches/2016Q1/www/mini_httpd/Makefile Mon Jan 4 06:42:18 2016 (r405214) +++ branches/2016Q1/www/mini_httpd/Makefile Mon Jan 4 06:44:45 2016 (r405215) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mini_httpd -PORTVERSION= 1.22 +PORTVERSION= 1.23 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/mini_httpd/ Modified: branches/2016Q1/www/mini_httpd/distinfo ============================================================================== --- branches/2016Q1/www/mini_httpd/distinfo Mon Jan 4 06:42:18 2016 (r405214) +++ branches/2016Q1/www/mini_httpd/distinfo Mon Jan 4 06:44:45 2016 (r405215) @@ -1,2 +1,2 @@ -SHA256 (mini_httpd-1.22.tar.gz) = 28399b9ad5fa31568944e625f4007c4b9ed9a096f78eda772fc9223a93ea7325 -SIZE (mini_httpd-1.22.tar.gz) = 43619 +SHA256 (mini_httpd-1.23.tar.gz) = bcc8c88392a4baeba5fa3ca8b924e9558c3dcb3018989b228d4f621acc8fffca +SIZE (mini_httpd-1.23.tar.gz) = 43322 Modified: branches/2016Q1/www/mini_httpd/files/patch-Makefile ============================================================================== --- branches/2016Q1/www/mini_httpd/files/patch-Makefile Mon Jan 4 06:42:18 2016 (r405214) +++ branches/2016Q1/www/mini_httpd/files/patch-Makefile Mon Jan 4 06:44:45 2016 (r405215) @@ -1,6 +1,6 @@ ---- Makefile.orig 2014-08-11 21:13:49.000000000 +0200 -+++ Makefile 2014-08-15 13:12:30.099236617 +0200 -@@ -15,16 +15,16 @@ +--- Makefile.orig 2014-10-19 06:33:43 UTC ++++ Makefile +@@ -15,17 +15,17 @@ CRYPT_LIB = -lcrypt # tree with your OpenSSL installation - depending on how you installed it, # it may be in /usr/local instead of /usr/local/ssl. #SSL_TREE = /usr/local/ssl @@ -17,7 +17,9 @@ CC = cc CDEFS = $(SSL_DEFS) $(SSL_INC) -CFLAGS = -O $(CDEFS) -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long -+CFLAGS = $(CDEFS) -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long - LDFLAGS = -s +-LDFLAGS = -s ++CFLAGS = -O2 -pipe -fstack-protector -fno-strict-aliasing $(CDEFS) -ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long ++LDFLAGS = -Wl,-rpath,/usr/local/lib -fstack-protector -s LDLIBS = $(CRYPT_LIB) $(SSL_LIBS) $(SYSV_LIBS) + all: mini_httpd htpasswd