summaryrefslogtreecommitdiff
path: root/net/haproxy
diff options
context:
space:
mode:
authormorr <morr@pkgsrc.org>2016-07-03 14:06:45 +0000
committermorr <morr@pkgsrc.org>2016-07-03 14:06:45 +0000
commit2637a8183b7201bdca74416ae98268954a6a4687 (patch)
tree1b057c324ae1c2bf37846bc15e956f46525ef064 /net/haproxy
parent381eaba2741074e61ef342393e74f9ee41964c60 (diff)
downloadpkgsrc-2637a8183b7201bdca74416ae98268954a6a4687.tar.gz
Update to newer version 1.6.6.
Changes: - BUG/MAJOR: fix listening IP address storage for frontends - BUG/MINOR: fix listening IP address storage for frontends (cont) - DOC: Fix typo so fetch is properly parsed by Cyril's converter - BUG/MAJOR: http: fix breakage of "reqdeny" causing random crashes - BUG/MEDIUM: stick-tables: fix breakage in table converters - BUG/MEDIUM: dns: unbreak DNS resolver after header fix - BUILD: fix build on Solaris 11 - CLEANUP: connection: fix double negation on memcmp() - BUG/MEDIUM: stats: show servers state may show an servers from another backend - BUG/MEDIUM: fix risk of segfault with "show tls-keys" - BUG/MEDIUM: sticktables: segfault in some configuration error cases - BUG/MEDIUM: lua: converters doesn't work - BUG/MINOR: http: add-header: header name copied twice - BUG/MEDIUM: http: add-header: buffer overwritten - BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params() - BUG/MINOR: http: url32+src should use the big endian version of url32 - BUG/MINOR: http: url32+src should check cli_conn before using it - DOC: http: add documentation for url32 and url32+src - BUG/MINOR: fix http-response set-log-level parsing error - MINOR: systemd: Use variable for config and pidfile paths - MINOR: systemd: Perform sanity check on config before reload (cherry picked from commit 68535bddf305fdd22f1449a039939b57245212e7) - BUG/MINOR: init: always ensure that global.rlimit_nofile matches actual limits - BUG/MINOR: init: ensure that FD limit is raised to the max allowed - BUG/MEDIUM: external-checks: close all FDs right after the fork() - BUG/MAJOR: external-checks: use asynchronous signal delivery - BUG/MINOR: external-checks: do not unblock undesired signals - BUILD/MEDIUM: rebuild everything when an include file is changed - BUILD/MEDIUM: force a full rebuild if some build options change - BUG/MINOR: srv-state: fix incorrect output of state file - BUG/MINOR: ssl: close ssl key file on error - BUG/MINOR: http: fix misleading error message for response captures - BUG/BUILD: don't automatically run "make" on "make install" - DOC: add missing doc for http-request deny [deny_status <status>] Drop one patch included upstream.
Diffstat (limited to 'net/haproxy')
-rw-r--r--net/haproxy/Makefile4
-rw-r--r--net/haproxy/distinfo13
-rw-r--r--net/haproxy/patches/patch-Makefile10
3 files changed, 13 insertions, 14 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile
index 8c07b120180..829d63f3303 100644
--- a/net/haproxy/Makefile
+++ b/net/haproxy/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2016/05/16 21:44:44 morr Exp $
+# $NetBSD: Makefile,v 1.28 2016/07/03 14:06:45 morr Exp $
-DISTNAME= haproxy-1.6.5
+DISTNAME= haproxy-1.6.6
CATEGORIES= net www
MASTER_SITES= http://www.haproxy.org/download/1.6/src/
diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo
index 727902a7cf7..aaf9644bb7c 100644
--- a/net/haproxy/distinfo
+++ b/net/haproxy/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.22 2016/05/16 21:44:44 morr Exp $
+$NetBSD: distinfo,v 1.23 2016/07/03 14:06:45 morr Exp $
-SHA1 (haproxy-1.6.5.tar.gz) = d9f5b6cade54d958ada2f67c6c7b97c9c8ef14ac
-RMD160 (haproxy-1.6.5.tar.gz) = 11c62455dc0e2f28209fa277f311f6f68184b2ab
-SHA512 (haproxy-1.6.5.tar.gz) = 68222f97cb9515c05c46f8650fe63c522de409118a533f90d8c03d1d09d99c21faa8d53f570313407d9f40605dec5151f5fe560280b8ba99734ffdf5bd3db03a
-Size (haproxy-1.6.5.tar.gz) = 1563272 bytes
-SHA1 (patch-Makefile) = 5618e5a15c710267b06756d529486acfdb831e5f
-SHA1 (patch-include_common_standard.h) = cc4b46e4923447a2d5d95cff2f241981ed77ad1d
+SHA1 (haproxy-1.6.6.tar.gz) = 51deaf978218518afe74240bbc800a28c5a37644
+RMD160 (haproxy-1.6.6.tar.gz) = 48c9bfa2d531e81f3d13686655b2e6c8b959785b
+SHA512 (haproxy-1.6.6.tar.gz) = 66503bb9bb33bf345d5e9351fa8a0aea2ef8c3c2870d35ee2f1e4f8e79ed66b3936e7410ce79571901a9936a2eec3695ce3080bb664200fb55040b1ef1f7f888
+Size (haproxy-1.6.6.tar.gz) = 1565046 bytes
+SHA1 (patch-Makefile) = f635093d547270603ffea8837a42a8cca2e03bdf
diff --git a/net/haproxy/patches/patch-Makefile b/net/haproxy/patches/patch-Makefile
index 49b943a163a..a1f44fd7c34 100644
--- a/net/haproxy/patches/patch-Makefile
+++ b/net/haproxy/patches/patch-Makefile
@@ -1,10 +1,10 @@
-$NetBSD: patch-Makefile,v 1.1 2016/02/01 10:07:56 jperkin Exp $
+$NetBSD: patch-Makefile,v 1.2 2016/07/03 14:06:45 morr Exp $
Skip installing unnecessary documentation.
---- Makefile.orig 2015-11-03 10:22:06.000000000 +0000
+--- Makefile.orig 2016-06-26 17:41:01.000000000 +0000
+++ Makefile
-@@ -801,9 +801,6 @@ DOCUMENTATION = $(filter-out $(EXCLUDE_D
+@@ -812,9 +812,6 @@ DOCUMENTATION = $(filter-out $(EXCLUDE_D
install-doc:
install -d "$(DESTDIR)$(DOCDIR)"
@@ -12,5 +12,5 @@ Skip installing unnecessary documentation.
- install -m 644 doc/$$x.txt "$(DESTDIR)$(DOCDIR)" ; \
- done
- install-bin: haproxy $(EXTRA)
- install -d "$(DESTDIR)$(SBINDIR)"
+ install-bin:
+ @for i in haproxy $(EXTRA); do \