ports/117581: [PATCH]devel/libevent: update to 1.3e

bf bf2006a at yahoo.com
Sun Oct 28 01:00:06 UTC 2007


>Number:         117581
>Category:       ports
>Synopsis:       [PATCH]devel/libevent: update to 1.3e
>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:   Sun Oct 28 01:00:05 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        6.2-stable i386
>Organization:
>Environment:
>Description:
Release 2007-09-24

    * Fix compilation on Solaris; from Magne Mahre
    * Add a "Date" header to HTTP responses when it's missing, as required by HTTP 1.1. Original Patch from Ralph Moritz.
    * Fix a memory leak in which failed HTTP connections whould not free the request object.
    * Fix a memory leak in the DNS server.
    * Handle NULL timeouts correctly on Solaris; from Trond Norbye
    * Recalculate pending events properly when reallocating event array on Solaris; from Trond Norbye


diff -ruN libevent.orig/Makefile libevent/Makefile
--- libevent.orig/Makefile	Sat Oct 27 13:54:15 2007
+++ libevent/Makefile	Sat Oct 27 14:59:59 2007
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libevent
-PORTVERSION=	1.3d
+PORTVERSION=	1.3e
 CATEGORIES=	devel
 MASTER_SITES=	http://monkey.org/~provos/
 
diff -ruN libevent.orig/distinfo libevent/distinfo
--- libevent.orig/distinfo	Sat Oct 27 13:54:15 2007
+++ libevent/distinfo	Sat Oct 27 14:59:59 2007
@@ -1,3 +1,3 @@
-MD5 (libevent-1.3d.tar.gz) = 664a429247e7737162bd667e166b2761
-SHA256 (libevent-1.3d.tar.gz) = 444c89dc9362ba849a537169e03a217fddde1a5e15392ad705ac1dfad5cb345a
-SIZE (libevent-1.3d.tar.gz) = 441883
+MD5 (libevent-1.3e.tar.gz) = 8553ad0f8a35d8d96ae0c69c387e06d3
+SHA256 (libevent-1.3e.tar.gz) = df523e0d9606e5bcbd8006840cee72ebf3acb934d54624bce8e19f7470237df5
+SIZE (libevent-1.3e.tar.gz) = 452077
diff -ruN libevent.orig/pkg-plist libevent/pkg-plist
--- libevent.orig/pkg-plist	Sat Oct 27 13:54:15 2007
+++ libevent/pkg-plist	Sat Oct 27 14:59:59 2007
@@ -2,8 +2,8 @@
 include/event.h
 include/evhttp.h
 include/evdns.h
-lib/libevent-1.3d.so
-lib/libevent-1.3d.so.1
+lib/libevent-1.3e.so
+lib/libevent-1.3e.so.1
 lib/libevent.a
 lib/libevent.la
 lib/libevent.so

>How-To-Repeat:

>Fix:


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



More information about the freebsd-ports-bugs mailing list