pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

update to dev7



Module Name:	pkgsrc-wip
Committed By:	David Carlier <devnexen%gmail.com@localhost>
Pushed By:	devnexen
Date:		Sat Oct 10 19:45:58 2015 +0100
Changeset:	6cb5ad170a07fd646aaf2ebbc2815c2b8c776e45

Modified Files:
	haproxy-devel/Makefile
	haproxy-devel/distinfo
Removed Files:
	haproxy-devel/patches/patch-src_proto__tcp.c

Log Message:
update to dev7

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6cb5ad170a07fd646aaf2ebbc2815c2b8c776e45

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 haproxy-devel/Makefile                       |  2 +-
 haproxy-devel/distinfo                       |  7 +++----
 haproxy-devel/patches/patch-src_proto__tcp.c | 13 -------------
 3 files changed, 4 insertions(+), 18 deletions(-)

diffs:
diff --git a/haproxy-devel/Makefile b/haproxy-devel/Makefile
index 7fb3c47..ae941e9 100644
--- a/haproxy-devel/Makefile
+++ b/haproxy-devel/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/09/01 20:45:04 devnexen Exp $
 
-DISTNAME=	haproxy-1.6-dev6
+DISTNAME=	haproxy-1.6-dev7
 PKGBASE=	haproxy-devel
 CATEGORIES=	net www
 MASTER_SITES=	http://www.haproxy.org/download/1.6/src/devel/
diff --git a/haproxy-devel/distinfo b/haproxy-devel/distinfo
index f7d4b2e..fb1fdba 100644
--- a/haproxy-devel/distinfo
+++ b/haproxy-devel/distinfo
@@ -1,6 +1,5 @@
 $NetBSD$
 
-SHA1 (haproxy-1.6-dev6.tar.gz) = d4d69aa843b25951b10ddaf8d9622d56a0edb727
-RMD160 (haproxy-1.6-dev6.tar.gz) = 10329a09330159a1598f63ff11efcde9525bf696
-Size (haproxy-1.6-dev6.tar.gz) = 1652340 bytes
-SHA1 (patch-src_proto__tcp.c) = 65fb30eafc892e6c2cac4ae98441546ccd9b1312
+SHA1 (haproxy-1.6-dev7.tar.gz) = 7bc00b6ef4bb3c02aa12aa56884340e7ad5e3f33
+RMD160 (haproxy-1.6-dev7.tar.gz) = a547bc19f199e60e2b975a0c8d37be2a031655a7
+Size (haproxy-1.6-dev7.tar.gz) = 1653547 bytes
diff --git a/haproxy-devel/patches/patch-src_proto__tcp.c b/haproxy-devel/patches/patch-src_proto__tcp.c
deleted file mode 100644
index 94449ea..0000000
--- a/haproxy-devel/patches/patch-src_proto__tcp.c
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- src/proto_tcp.c.orig	2015-09-29 19:30:47.000000000 +0000
-+++ src/proto_tcp.c
-@@ -1456,7 +1456,7 @@ static enum act_return tcp_exec_action_s
- 	 * network and has no effect on local net.
- 	 */
- #ifdef IP_TTL
--	setsockopt(conn->t.sock.fd, SOL_IP, IP_TTL, &one, sizeof(one));
-+	setsockopt(conn->t.sock.fd, IPPROTO_IP, IP_TTL, &one, sizeof(one));
- #endif
-  out:
- 	/* kill the stream if any */


Home | Main Index | Thread Index | Old Index