svn commit: r405215 - in branches/2016Q1/www/mini_httpd: . files
Rene Ladan
rene at FreeBSD.org
Mon Jan 4 06:44:47 UTC 2016
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
More information about the svn-ports-all
mailing list