pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/haproxy



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul  4 07:04:17 UTC 2017

Modified Files:
        pkgsrc/net/haproxy: Makefile distinfo options.mk

Log Message:
1.7.7:
- BUG/MINOR: Wrong peer task expiration handling during synchronization processing.
- BUG/MEDIUM: http: Drop the connection establishment when a redirect is performed
- BUG/MEDIUM: cfgparse: Check if tune.http.maxhdr is in the range 1..32767
- DOC: fix references to the section about the unix socket
- BUG/MINOR: haproxy/cli : fix for solaris/illumos distros for CMSG* macros
- BUG/MINOR: log: pin the front connection when front ip/ports are logged

1.7.6:
- DOC: changed "block"(deprecated) examples to http-request deny
- DOC: add few comments to examples.
- DOC: update sample code for PROXY protocol
- DOC: mention lighttpd 1.4.46 implements PROXY
- DOC: stick-table is available in frontend sections
- BUG/MINOR: dns: Wrong address family used when creating IPv6 sockets.
- BUG/MINOR: config: missing goto out after parsing an incorrect ACL character
- BUG/MINOR: arg: don't try to add an argument on failed memory allocation
- BUG/MEDIUM: arg: ensure that we properly unlink unresolved arguments on error
- BUG/MEDIUM: acl: don't free unresolved args in prune_acl_expr()
- MINOR: lua: ensure the memory allocator is used all the time
- CLEANUP: logs: typo: simgle => single
- BUG/MEDIUM: acl: proprely release unused args in prune_acl_expr()
- BUG/MAJOR: Use -fwrapv.
- BUG/MINOR: server: don't use "proxy" when px is really meant.
- BUG/MINOR: server: missing default server 'resolvers' setting duplication.
- DOC: add layer 4 links/cross reference to "block" keyword.
- DOC: errloc/errorloc302/errorloc303 missing status codes.
- BUG/MEDIUM: lua: memory leak
- MEDIUM: config: don't check config validity when there are fatal errors
- BUG/MINOR: hash-balance-factor isn't effective in certain circumstances
- MINOR/DOC: lua: just precise one thing
- BUG/MINOR: http: Fix conditions to clean up a txn and to handle the next request
- DOC: update RFC references
- BUG/MINOR: checks: don't send proxy protocol with agent checks
- BUG/MAJOR: dns: Broken kqueue events handling (BSD systems).
- BUG/MEDIUM: lua: segfault if a converter or a sample doesn't return anything
- BUG/MINOR: Makefile: fix compile error with USE_LUA=1 in ubuntu16.04
- BUG/MAJOR: http: call manage_client_side_cookies() before erasing the buffer
- BUG/MINOR: buffers: Fix bi/bo_contig_space to handle full buffers
- BUG/MINOR: acls: Set the right refflag when patterns are loaded from a map
- BUG/MINOR: http/filters: Be sure to wait if a filter loops in HTTP_MSG_ENDING
- BUG/MEDIUM: peers: Peers CLOSE_WAIT issue.
- BUG/MAJOR: server: Segfault after parsing server state file.
- BUG/MEDIUM: unix: never unlink a unix socket from the file system
- scripts: create-release pass -n to tail
- SCRIPTS: create-release: enforce GIT_COMMITTER_{NAME|EMAIL} validity


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/haproxy/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/haproxy/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/haproxy/options.mk

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

Modified files:

Index: pkgsrc/net/haproxy/Makefile
diff -u pkgsrc/net/haproxy/Makefile:1.33 pkgsrc/net/haproxy/Makefile:1.34
--- pkgsrc/net/haproxy/Makefile:1.33    Mon Apr  3 20:56:49 2017
+++ pkgsrc/net/haproxy/Makefile Tue Jul  4 07:04:17 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2017/04/03 20:56:49 morr Exp $
+# $NetBSD: Makefile,v 1.34 2017/07/04 07:04:17 adam Exp $
 
-DISTNAME=      haproxy-1.7.5
+DISTNAME=      haproxy-1.7.7
 CATEGORIES=    net www
-MASTER_SITES=  http://www.haproxy.org/download/1.7/src/
+MASTER_SITES=  http://www.haproxy.org/download/${PKGVERSION_NOREV:R}/src/
 
 MAINTAINER=    morr%NetBSD.org@localhost
 HOMEPAGE=      http://haproxy.org/
@@ -10,14 +10,15 @@ COMMENT=    Reliable, high performance TCP/
 LICENSE=       gnu-gpl-v2
 
 USE_TOOLS+=            gmake
-BUILD_MAKE_FLAGS+=     TARGET=${TARGET} ADDLIB=${COMPILER_RPATH_FLAG}${PREFIX}/lib \
-                       USE_ZLIB=1 \
-                       USE_REGPARM=1
+BUILD_MAKE_FLAGS+=     ADDLIB=${COMPILER_RPATH_FLAG}${PREFIX}/lib
+BUILD_MAKE_FLAGS+=     TARGET=${TARGET}
+BUILD_MAKE_FLAGS+=     USE_REGPARM=1
+BUILD_MAKE_FLAGS+=     USE_ZLIB=1
 
-INSTALL_MAKE_FLAGS+=   TARGET=${TARGET}
-INSTALL_MAKE_FLAGS+=   PREFIX=${PREFIX}
 INSTALL_MAKE_FLAGS+=   DOCDIR=${PREFIX}/share/doc/${PKGBASE}
+INSTALL_MAKE_FLAGS+=   PREFIX=${PREFIX}
 INSTALL_MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}
+INSTALL_MAKE_FLAGS+=   TARGET=${TARGET}
 
 .include "options.mk"
 

Index: pkgsrc/net/haproxy/distinfo
diff -u pkgsrc/net/haproxy/distinfo:1.27 pkgsrc/net/haproxy/distinfo:1.28
--- pkgsrc/net/haproxy/distinfo:1.27    Mon Apr  3 20:56:49 2017
+++ pkgsrc/net/haproxy/distinfo Tue Jul  4 07:04:17 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.27 2017/04/03 20:56:49 morr Exp $
+$NetBSD: distinfo,v 1.28 2017/07/04 07:04:17 adam Exp $
 
-SHA1 (haproxy-1.7.5.tar.gz) = 1b06931b9fd83ba64ef59a25b9ce6275b0f67809
-RMD160 (haproxy-1.7.5.tar.gz) = 40de07d042461cf00a08187629ef89747aed02dc
-SHA512 (haproxy-1.7.5.tar.gz) = 9fc62b492b4eb80039511339d6e677107f4ba842f275d4be216a70a0d3d0463c819e10e365a7e9fe2e95e0b446b00350b4ee161e98bd724ca2e0e4e60bea5734
-Size (haproxy-1.7.5.tar.gz) = 1743979 bytes
+SHA1 (haproxy-1.7.7.tar.gz) = bc640e5e6fb3604430ad6a607a1bbdb3e129a938
+RMD160 (haproxy-1.7.7.tar.gz) = 76f7bf97de57f62a8a9769a2628efc81c3b42d42
+SHA512 (haproxy-1.7.7.tar.gz) = aa4720962e94b00c2b6090f62fb875e8977783256d877eb799b6a48c884833bac00b12d04fabd440011007e2af1914e0d67ab485026a447d8a61d58128d04a5a
+Size (haproxy-1.7.7.tar.gz) = 1745024 bytes
 SHA1 (patch-Makefile) = f635093d547270603ffea8837a42a8cca2e03bdf

Index: pkgsrc/net/haproxy/options.mk
diff -u pkgsrc/net/haproxy/options.mk:1.5 pkgsrc/net/haproxy/options.mk:1.6
--- pkgsrc/net/haproxy/options.mk:1.5   Sun Nov 13 19:37:18 2016
+++ pkgsrc/net/haproxy/options.mk       Tue Jul  4 07:04:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2016/11/13 19:37:18 morr Exp $
+# $NetBSD: options.mk,v 1.6 2017/07/04 07:04:17 adam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.haproxy
 PKG_SUPPORTED_OPTIONS= pcre ssl deviceatlas lua
@@ -36,12 +36,12 @@ DEVICEATLAS_HOMEPAGE=       https://www.device
 
 BUILD_MAKE_FLAGS+=     USE_DEVICEATLAS=1 DEVICEATLAS_SRC=../${DEVICEATLAS_DISTFILE}
 
-.if !exists(${DISTDIR}/${DEVICEATLAS_DISTFILE}.zip)
-FETCH_MESSAGE=                 "Please fetch ${DEVICEATLAS_DISTFILE}.zip manually from"
+.  if !exists(${DISTDIR}/${DEVICEATLAS_DISTFILE}.zip)
+FETCH_MESSAGE=         "Please fetch ${DEVICEATLAS_DISTFILE}.zip manually from"
 FETCH_MESSAGE+=                "${DEVICEATLAS_HOMEPAGE}"
-FETCH_MESSAGE+=        "and put into"
-FETCH_MESSAGE+=        "${DISTDIR}"
-.endif
+FETCH_MESSAGE+=                "and put into"
+FETCH_MESSAGE+=                "${DISTDIR}"
+.  endif
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index