svn commit: r405201 - in head/www/mini_httpd: . files

Rene Ladan rene at FreeBSD.org
Sun Jan 3 23:49:00 UTC 2016


Author: rene
Date: Sun Jan  3 23:48:58 2016
New Revision: 405201
URL: https://svnweb.freebsd.org/changeset/ports/405201

Log:
  www/mini_httpd: update to 1.23
  
  MFH:		2016Q1
  Security:	http://www.vuxml.org/freebsd/84dc49b0-b267-11e5-8a5b-00262d5ed8ee.html

Modified:
  head/www/mini_httpd/Makefile
  head/www/mini_httpd/distinfo
  head/www/mini_httpd/files/patch-Makefile

Modified: head/www/mini_httpd/Makefile
==============================================================================
--- head/www/mini_httpd/Makefile	Sun Jan  3 23:48:43 2016	(r405200)
+++ head/www/mini_httpd/Makefile	Sun Jan  3 23:48:58 2016	(r405201)
@@ -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: head/www/mini_httpd/distinfo
==============================================================================
--- head/www/mini_httpd/distinfo	Sun Jan  3 23:48:43 2016	(r405200)
+++ head/www/mini_httpd/distinfo	Sun Jan  3 23:48:58 2016	(r405201)
@@ -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: head/www/mini_httpd/files/patch-Makefile
==============================================================================
--- head/www/mini_httpd/files/patch-Makefile	Sun Jan  3 23:48:43 2016	(r405200)
+++ head/www/mini_httpd/files/patch-Makefile	Sun Jan  3 23:48:58 2016	(r405201)
@@ -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-head mailing list