Bug 152749 - [Patch][Maintainer Update] net/haproxy: v1.4.9 -> v1.4.10
Summary: [Patch][Maintainer Update] net/haproxy: v1.4.9 -> v1.4.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-01 19:50 UTC by Ross West
Modified: 2010-12-03 00:30 UTC (History)
0 users

See Also:


Attachments
file.diff (904 bytes, patch)
2010-12-01 19:50 UTC, Ross West
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ross West 2010-12-01 19:50:07 UTC
Upgrade of haproxy v 1.4.9 to v1.4.10

-= Quick release notes:
we've got all the reported bugs fixed :
  - [BUG] debug: report the correct poller list in verbose mode
  - [BUG] capture: do not capture a cookie if there is no memory left
  - [BUG] appsession: fix possible double free in case of out of memory
  - [CRITICAL] cookies: mixing cookies in indirect mode and appsession can crash the process
  - [BUG] http: correctly update the header list when removing two consecutive headers
  - [BUILD] add the CPU=native and ARCH=32/64 build options
  - [BUILD] add -fno-strict-aliasing to fix warnings with gcc >= 4.4

Users of appsessions are really encouraged to upgrade since the risk of
mixing it with a cookie is not void. I'll try to issue an 1.3 update soon,
as it seems the bug is less likely to trigger there, but I'm not sure it's
impossible. 1.5 will wait for some other devs to get merged, because users
of this development version already take a lot of care are less likely to
get caught by a known bug.

The sources and builds are available at the usual place :
   site index : http://haproxy.1wt.eu/
   sources    : http://haproxy.1wt.eu/download/1.4/src/
   changelog  : http://haproxy.1wt.eu/download/1.4/src/CHANGELOG
   binaries   : http://haproxy.1wt.eu/download/1.4/bin/

-=

Fix: PORTNAME=      haproxy
-PORTVERSION=   1.4.9
+PORTVERSION=   1.4.10
 CATEGORIES=    net www
 MASTER_SITES=  http://haproxy.1wt.eu/download/1.4/src/

 MAINTAINER=    freebsd@linepoint.com
 COMMENT=       The Reliable, High Performance TCP/HTTP Load Balancer

+CONFLICTS=     haproxy-devel*
+
 LICENSE_COMB=   multi
 LICENSE=        GPLv2 LGPL21



Check the following directories for further info:
-  documentation:  '%%DOCSDIR%%/haproxy'
-  examples:       '%%EXAMPLESDIR%%/haproxy'
+  documentation:  '%%DOCSDIR%%'
+  examples:       '%%EXAMPLESDIR%%'

 rc.conf variables listing can be found in:
   '%%PREFIX%%/etc/rc.d/haproxy'--LIZE2wSl0r4v3adCUdtrQQG00EQw05jGQogSdkeftmyxeke8
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN --exclude=CVS /usr/ports/net/haproxy-1.4.9/Makefile /usr/ports/net/haproxy/Makefile
--- /usr/ports/net/haproxy-1.4.9/Makefile       2010-10-31 19:26:04.000000000 -0400
+++ /usr/ports/net/haproxy/Makefile     2010-12-01 14:27:48.000000000 -0500
@@ -6,13 +6,15 @@
 #
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-12-01 20:34:56 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

ports PR.
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2010-12-02 08:19:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-12-03 00:26:40 UTC
beech       2010-12-03 00:26:36 UTC

  FreeBSD ports repository

  Modified files:
    net/haproxy          Makefile distinfo 
    net/haproxy/files    pkg-message.in 
  Log:
  Upgrade haproxy to v1.4.10
  
  Please check the following for changes:
  
  Changelog : http://haproxy.1wt.eu/download/1.4/src/CHANGELOG
  
  PR:             ports/152749
  Submitted by:   Ross West (freebsd@linepoint.com) (maintainer)
  Approved by:    itetcu (mentor) (implicit)
  
  Revision  Changes    Path
  1.31      +3 -1      ports/net/haproxy/Makefile
  1.28      +2 -2      ports/net/haproxy/distinfo
  1.2       +2 -2      ports/net/haproxy/files/pkg-message.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Beech Rintoul freebsd_committer freebsd_triage 2010-12-03 00:27:07 UTC
State Changed
From-To: open->closed

Committed, Thanks!