diff options
author | morr <morr@pkgsrc.org> | 2017-03-07 17:48:06 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2017-03-07 17:48:06 +0000 |
commit | 42136a759b6ad3216ca4dac6c3e88d5c06156bb0 (patch) | |
tree | 76b95e78bf2901c4ee076022ddd78bb16b3301d1 | |
parent | 18970a22bfab73c3011f3228dfc4aeef4a770be6 (diff) | |
download | pkgsrc-42136a759b6ad3216ca4dac6c3e88d5c06156bb0.tar.gz |
Update to newest stable version 1.7.3.
ChangeLog to long to include here, please take a look at
http://www.haproxy.org/download/1.7/src/CHANGELOG
Fixes PR pkg/52014
-rw-r--r-- | net/haproxy/Makefile | 8 | ||||
-rw-r--r-- | net/haproxy/PLIST | 3 | ||||
-rw-r--r-- | net/haproxy/distinfo | 10 |
3 files changed, 11 insertions, 10 deletions
diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 12984273e32..a5aa7682e2a 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2017/01/09 18:57:21 morr Exp $ +# $NetBSD: Makefile,v 1.32 2017/03/07 17:48:06 morr Exp $ -DISTNAME= haproxy-1.6.11 +DISTNAME= haproxy-1.7.3 CATEGORIES= net www -MASTER_SITES= http://www.haproxy.org/download/1.6/src/ +MASTER_SITES= http://www.haproxy.org/download/1.7/src/ MAINTAINER= morr@NetBSD.org HOMEPAGE= http://haproxy.org/ @@ -46,7 +46,7 @@ TARGET=linux24e TARGET=linux24 . endif . else -TARGET=generic +TARGET=linux2628 . endif .else TARGET=generic diff --git a/net/haproxy/PLIST b/net/haproxy/PLIST index 7a1ddd079ad..2267711e63e 100644 --- a/net/haproxy/PLIST +++ b/net/haproxy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2016/03/14 09:23:31 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.8 2017/03/07 17:48:06 morr Exp $ man/man1/haproxy.1 sbin/haproxy share/doc/haproxy/architecture.txt @@ -9,3 +9,4 @@ share/examples/haproxy/content-sw-sample.cfg share/examples/haproxy/option-http_proxy.cfg share/examples/haproxy/ssl.cfg share/examples/haproxy/transparent_proxy.cfg +share/examples/haproxy/wurfl-example.cfg diff --git a/net/haproxy/distinfo b/net/haproxy/distinfo index 14bbe45475a..6513a936493 100644 --- a/net/haproxy/distinfo +++ b/net/haproxy/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.25 2017/01/09 18:57:21 morr Exp $ +$NetBSD: distinfo,v 1.26 2017/03/07 17:48:06 morr Exp $ -SHA1 (haproxy-1.6.11.tar.gz) = 8c1c1b2346cf18379cd798fbc6364fdab5e17d32 -RMD160 (haproxy-1.6.11.tar.gz) = d3ba3e335e1072ee73c9c74f1eefa918e3bfaa70 -SHA512 (haproxy-1.6.11.tar.gz) = 73ff1c7301197b3bd75a3b1355787419676854d132ce2dcdacb2a296e297dcdfc52b0c571a4fb715e369f1126e1a58196fabb21f828c880f15904032da78e434 -Size (haproxy-1.6.11.tar.gz) = 1574029 bytes +SHA1 (haproxy-1.7.3.tar.gz) = a6c7b650fac42113e1350044cbf55a72fa3203f9 +RMD160 (haproxy-1.7.3.tar.gz) = 49219393a0e60d0bb08ff73e5597fb20f5eb4dab +SHA512 (haproxy-1.7.3.tar.gz) = 9a5dd5d910f73ce9d9a69b137942749a15143db5b00fef5cac1c8b93d4ce27e3348a329fc0e82302642fb29151d37ffa2edeeb26e59a8ac29b4c28000663369a +Size (haproxy-1.7.3.tar.gz) = 1737006 bytes SHA1 (patch-Makefile) = f635093d547270603ffea8837a42a8cca2e03bdf |