Date: Mon, 4 Jan 2016 06:44:46 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> 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 Message-ID: <201601040644.u046ikw9076314@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601040644.u046ikw9076314>