From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 1 01:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 220B31065791 for ; Sun, 1 Feb 2009 01:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F0EEF8FC17 for ; Sun, 1 Feb 2009 01:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n111o1bJ026834 for ; Sun, 1 Feb 2009 01:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n111o1rx026833; Sun, 1 Feb 2009 01:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 1 Feb 2009 01:50:01 GMT Resent-Message-Id: <200902010150.n111o1rx026833@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF8AC1065697 for ; Sun, 1 Feb 2009 01:45:29 +0000 (UTC) (envelope-from gslin@staff.pixnet.tw) Received: from staff.pixnet.tw (60-199-248-144.static.tfn.net.tw [60.199.248.144]) by mx1.freebsd.org (Postfix) with ESMTP id 49B728FC13 for ; Sun, 1 Feb 2009 01:45:28 +0000 (UTC) (envelope-from gslin@staff.pixnet.tw) Received: from staff.pixnet.tw (gslin@localhost [127.0.0.1]) by staff.pixnet.tw (8.14.3/8.14.3) with ESMTP id n111jQgv007846; Sun, 1 Feb 2009 09:45:26 +0800 (CST) (envelope-from gslin@staff.pixnet.tw) Received: (from gslin@localhost) by staff.pixnet.tw (8.14.3/8.14.3/Submit) id n111jPQi007845; Sun, 1 Feb 2009 09:45:25 +0800 (CST) (envelope-from gslin) Message-Id: <200902010145.n111jPQi007845@staff.pixnet.tw> Date: Sun, 1 Feb 2009 09:45:25 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/131236: [MAINTAINER] databases/db46: update to 4.6.21.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 01:50:02 -0000 >Number: 131236 >Category: ports >Synopsis: [MAINTAINER] databases/db46: update to 4.6.21.3 >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: Sun Feb 01 01:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD staff.pixnet.tw 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Fri Jan 30 06:37:38 CST 2009 >Description: - Update to 4.6.21.3 - Thanks for the help by Panagiotis Christias Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- db46-4.6.21.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/db46/Makefile /usr/home/admin/gslin/work/ports/db46/Makefile --- /usr/ports/databases/db46/Makefile 2008-05-22 20:06:46.000000000 +0800 +++ /usr/home/admin/gslin/work/ports/db46/Makefile 2009-02-01 09:37:31.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= db46 -PORTVERSION= 4.6.21.1 +PORTVERSION= 4.6.21.3 CATEGORIES= databases MASTER_SITES= http://download-west.oracle.com/berkeley-db/ \ http://download-east.oracle.com/berkeley-db/ \ @@ -16,11 +16,17 @@ DIST_SUBDIR= bdb PATCH_SITES= http://www.oracle.com/technology/products/berkeley-db/db/update/${PORTVERSION:R}/ -PATCHFILES= patch.4.6.21.1 -PATCH_DIST_STRIP= -d .. +PATCHFILES= patch.4.6.21.1 patch.4.6.21.2 patch.4.6.21.3 +PATCH_DIST_STRIP= -d .. -l # * patch.4.6.21.1: ----------------------------------------------------------- # Fixes a race condition between checkpoint and DB->close which can result in # the checkpoint thread self-deadlocking. [#15692] +# * 4.6.21.2: ----------------------------------------------------------------- +# Fixes the potential for the wrong number of mutexes to be allocated. This +# issue could cause applications with multiple cache regions to see undefined +# behavior in rare cases under load. [#16178] +# * 4.6.21.3: ----------------------------------------------------------------- +# Replication clients should be able to open a sequence. [#16406] # I allow matthias.andree@gmx.de and all freebsd committer to do changes # to this package. diff -ruN --exclude=CVS /usr/ports/databases/db46/distinfo /usr/home/admin/gslin/work/ports/db46/distinfo --- /usr/ports/databases/db46/distinfo 2008-03-31 15:51:04.000000000 +0800 +++ /usr/home/admin/gslin/work/ports/db46/distinfo 2009-02-01 09:33:38.000000000 +0800 @@ -4,3 +4,9 @@ MD5 (bdb/patch.4.6.21.1) = 4878872edfc53c6ecb871b1062a4bdaf SHA256 (bdb/patch.4.6.21.1) = d28c0723c465a2cf3ff2ddc5ed3c643b40c955c4e64d56580961f2fd799cbb53 SIZE (bdb/patch.4.6.21.1) = 2475 +MD5 (bdb/patch.4.6.21.2) = 55074e53d3acae2dcbeae8322f96e522 +SHA256 (bdb/patch.4.6.21.2) = 9496a6cad44377ad1fab8c617f17c6f541e3423814663bfa81c3abb4001622d9 +SIZE (bdb/patch.4.6.21.2) = 892 +MD5 (bdb/patch.4.6.21.3) = 4ccd6c9e296fb448f7ffe352fe740507 +SHA256 (bdb/patch.4.6.21.3) = 3f531b18d88ce68ff080761cd62ef621444e675593aa23045d69121cd2c7c638 +SIZE (bdb/patch.4.6.21.3) = 1517 --- db46-4.6.21.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: