ports/93031: [MAINTAINER] databases/db44: update to 4.4.20.2

Matthias Andree matthias.andree at gmx.de
Wed Feb 8 10:20:21 UTC 2006


>Number:         93031
>Category:       ports
>Synopsis:       [MAINTAINER] databases/db44: update to 4.4.20.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 08 10:20:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD libertas.emma.line.org 6.0-STABLE FreeBSD 6.0-STABLE #10: Wed Jan 25 18:19:21 CET 2006
>Description:
- Update to 4.4.20.2, containing two bug fixes:
  + Fix a bug that could cause a trap during recovery if multiple operations
    that could remove the same extent were recovered. [#14061]
  + Fix a bug that could cause traps or hangs if the DB_TXN->set_name function
    is used in a multithreaded application. [#14033]

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- db44-4.4.20.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/db44/Makefile /usr/home/emma/ports/databases/db44/Makefile
--- /usr/ports/databases/db44/Makefile	Fri Jan 13 06:29:16 2006
+++ /usr/home/emma/ports/databases/db44/Makefile	Wed Feb  8 10:36:43 2006
@@ -6,22 +6,28 @@
 #
 
 PORTNAME=	db44
-PORTVERSION=	4.4.20
+PORTVERSION=	4.4.20.2
 CATEGORIES=	databases
 MASTER_SITES=	http://downloads.sleepycat.com/
 PKGNAMESUFFIX?=
-DISTNAME?=	db-${PORTVERSION}
+DISTNAME=	db-4.4.20
 DIST_SUBDIR=	bdb
 
-PATCH_SITES=	http://www.sleepycat.com/update/${PORTVERSION}/
+PATCH_SITES=	http://www.sleepycat.com/update/4.4.20/
+PATCHFILES=	patch.4.4.20.1 patch.4.4.20.2
 PATCH_DIST_STRIP=	-d ..
+# * patch.4.4.20.1: -----------------------------------------------------------
+# Fix a bug that could cause a trap during recovery if multiple operations that
+# could remove the same extent were recovered. [#14061]
+# * patch.4.4.20.2: -----------------------------------------------------------
+# Fix a bug that could cause traps or hangs if the DB_TXN->set_name function is
+# used in a multithreaded application. [#14033]
 
 MAINTAINER=	matthias.andree at gmx.de
 COMMENT=	The Berkeley DB package, revision 4.4
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/build_unix
 
-USE_REINPLACE=		yes
 INSTALLS_SHLIB=		yes
 USE_AUTOTOOLS=		libtool:15
 CONFIGURE_SCRIPT=	../dist/configure
diff -ruN --exclude=CVS /usr/ports/databases/db44/distinfo /usr/home/emma/ports/databases/db44/distinfo
--- /usr/ports/databases/db44/distinfo	Fri Jan 13 06:29:16 2006
+++ /usr/home/emma/ports/databases/db44/distinfo	Wed Feb  8 10:37:09 2006
@@ -1,3 +1,9 @@
 MD5 (bdb/db-4.4.20.tar.gz) = 33851f01b455cca48aa601956de93c6f
 SHA256 (bdb/db-4.4.20.tar.gz) = 56442966cf51a6eb81272f4ab4cec929dcb695a5081b187215afdc7cf7629a57
 SIZE (bdb/db-4.4.20.tar.gz) = 8112163
+MD5 (bdb/patch.4.4.20.1) = 66584d621355df055b6e05b4a02e9c3e
+SHA256 (bdb/patch.4.4.20.1) = 4eeb18450b88703282251c386405bf7c9efa053a42d1dda97603ee8039ee5869
+SIZE (bdb/patch.4.4.20.1) = 867
+MD5 (bdb/patch.4.4.20.2) = 85df93a0867f6cace3501671cdeb6ed1
+SHA256 (bdb/patch.4.4.20.2) = 45949e288482736bbc27bd62c854a99fad4b3e55103897eafd62bce1d5629bbc
+SIZE (bdb/patch.4.4.20.2) = 721
--- db44-4.4.20.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list