Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2008 15:57:03 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/127653: [PATCH]devel/libevent: update to 1.4.8
Message-ID:  <200809261557.m8QFv3Uv019780@www.freebsd.org>
Resent-Message-ID: <200809261600.m8QG0A6s044625@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127653
>Category:       ports
>Synopsis:       [PATCH]devel/libevent: update to 1.4.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 26 16:00:10 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
Changes in 1.4.8-stable:

o Match the query in DNS replies to the query in the request; from Vsevolod Stakhov.
o Fix a merge problem in which name_from_addr returned pointers to the stack; found by Jiang Hong.
o Do not remove Accept-Encoding header

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN libevent.orig/Makefile libevent/Makefile
--- libevent.orig/Makefile	2008-09-07 10:47:43.000000000 -0400
+++ libevent/Makefile	2008-09-23 15:28:12.831469241 -0400
@@ -2,11 +2,11 @@
 # Date created:				20 June 2001
 # Whom:					Pete Fritchman <petef@databits.net>
 #
-# $FreeBSD: ports/devel/libevent/Makefile,v 1.36 2008/09/07 14:47:43 mnag Exp $
+# $FreeBSD: ports/devel/libevent/Makefile,v 1.35 2008/08/19 16:39:25 mnag Exp $
 #
 
 PORTNAME=	libevent
-PORTVERSION=	1.4.7
+PORTVERSION=	1.4.8
 CATEGORIES=	devel
 MASTER_SITES=	http://monkey.org/~provos/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-stable
diff -ruN libevent.orig/distinfo libevent/distinfo
--- libevent.orig/distinfo	2008-09-07 10:47:43.000000000 -0400
+++ libevent/distinfo	2008-09-23 15:28:12.831469241 -0400
@@ -1,3 +1,3 @@
-MD5 (libevent-1.4.7-stable.tar.gz) = f247d0671ea4fc95b191daf79cb762a0
-SHA256 (libevent-1.4.7-stable.tar.gz) = 24f4fbfe7a7ae60f9653dc0834aa5a539b9406c2ef80498e9240e402a2c7705b
-SIZE (libevent-1.4.7-stable.tar.gz) = 487753
+MD5 (libevent-1.4.8-stable.tar.gz) = e626c34f86746dffe8d055af0a84d08e
+SHA256 (libevent-1.4.8-stable.tar.gz) = dd7d0259bf014baab19404e5d86a3ec4375a3ce97607aa4969a975a106bfe382
+SIZE (libevent-1.4.8-stable.tar.gz) = 488054


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809261557.m8QFv3Uv019780>