From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 14 21:20:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DA3C16A407 for ; Fri, 14 Apr 2006 21:20:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ACBA43D49 for ; Fri, 14 Apr 2006 21:20:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3ELKM6w083729 for ; Fri, 14 Apr 2006 21:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3ELKMKO083728; Fri, 14 Apr 2006 21:20:22 GMT (envelope-from gnats) Resent-Date: Fri, 14 Apr 2006 21:20:22 GMT Resent-Message-Id: <200604142120.k3ELKMKO083728@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, Dan Langille Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBE3E16A402 for ; Fri, 14 Apr 2006 21:13:14 +0000 (UTC) (envelope-from dan@xeon.unixathome.org) Received: from m21.unixathome.org (m21.unixathome.org [205.150.199.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E27943D49 for ; Fri, 14 Apr 2006 21:13:13 +0000 (GMT) (envelope-from dan@xeon.unixathome.org) Received: from localhost (localhost [205.150.199.217]) by m21.unixathome.org (Postfix) with ESMTP id 24454C396 for ; Fri, 14 Apr 2006 17:13:13 -0400 (EDT) Received: from m21.unixathome.org ([205.150.199.217]) by localhost (m21.unixathome.org [205.150.199.217]) (amavisd-new, port 10024) with ESMTP id 15340-03 for ; Fri, 14 Apr 2006 17:13:10 -0400 (EDT) Received: from bast.unixathome.org (bast.unixathome.org [70.26.229.230]) by m21.unixathome.org (Postfix) with ESMTP id BB496C371 for ; Fri, 14 Apr 2006 17:13:10 -0400 (EDT) Received: from xeon.unixathome.org (xeon.unixathome.org [10.55.0.18]) by bast.unixathome.org (Postfix) with ESMTP id 6F867B820 for ; Fri, 14 Apr 2006 17:13:10 -0400 (EDT) Received: by xeon.unixathome.org (Postfix, from userid 1000) id F10A53E88; Fri, 14 Apr 2006 17:13:09 -0400 (EDT) Message-Id: <20060414211309.F10A53E88@xeon.unixathome.org> Date: Fri, 14 Apr 2006 17:13:09 -0400 (EDT) From: Dan Langille To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Dan Langille Subject: ports/95765: [MAINTAINER UPDATE] - upgrade bacula to 1.38.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dan Langille List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 21:20:23 -0000 >Number: 95765 >Category: ports >Synopsis: [MAINTAINER UPDATE] - upgrade bacula to 1.38.8 >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: Fri Apr 14 21:20:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: FreeBSD 4.9-STABLE i386 >Organization: The FreeBSD Diary >Environment: System: FreeBSD xeon.unixathome.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan@polo.unixathome.org:/usr/obj/usr/src/sys/XEON i386 >Description: Bacula 1.38.8 has been released. Major changes include: - Changtes to the way Windows FD handles wild-cards. - Regex,RegexDir, and RegexFile for Win32 have been implemented but are untested - Backslashes are no longer permitted in File directives - The new algorithm for selecting Volumes from the Scratch pool - New virtual disk autochanger - New optional Device resource directive in SD. types: File, DVD, Tape, or FIFO. - Faster restore tree building and uses less memory. - Changed to how keyword job or jobname is used - improved job report for Backups - 'update volume' has new features - jobs can now be enabled/disabled - new program named regex in the tools directory See ReleaseNotes for details >How-To-Repeat: >Fix: --- bacula-patch begins here --- diff -ruN /usr/ports/sysutils/bacula-server/Makefile bacula-server/Makefile --- /usr/ports/sysutils/bacula-server/Makefile Fri Apr 7 13:29:54 2006 +++ bacula-server/Makefile Fri Apr 14 07:43:11 2006 @@ -6,7 +6,7 @@ # PORTNAME= bacula -DISTVERSION= 1.38.7 +DISTVERSION= 1.38.8 #PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff -ruN /usr/ports/sysutils/bacula-server/distinfo bacula-server/distinfo --- /usr/ports/sysutils/bacula-server/distinfo Fri Apr 7 09:11:32 2006 +++ bacula-server/distinfo Fri Apr 14 16:42:43 2006 @@ -1,6 +1,6 @@ -MD5 (bacula-1.38.7.tar.gz) = 6273f45bfbcddd66e179bc6cb7e28ad1 -SHA256 (bacula-1.38.7.tar.gz) = 3f64449a863893ae42454acd57c4771af871fab4df8767c13b021d65b538aad3 -SIZE (bacula-1.38.7.tar.gz) = 1955052 -MD5 (bacula-docs-1.38.7.tar.gz) = da29daa9027c402f5d6b55a4c7982fdb -SHA256 (bacula-docs-1.38.7.tar.gz) = 05a8db623a9950318646ac261715023d7b86d36b416287302e7fe00f8bd479f1 -SIZE (bacula-docs-1.38.7.tar.gz) = 22701695 +MD5 (bacula-1.38.8.tar.gz) = a63709456424a6f786ef07df2cc6c085 +SHA256 (bacula-1.38.8.tar.gz) = 1257fa1dfa85efa48cf43c1a19908b63985b01449f7a690bc419a87605cec7d1 +SIZE (bacula-1.38.8.tar.gz) = 2058238 +MD5 (bacula-docs-1.38.8.tar.gz) = e05bfc801b11d22e4e895304d5d1ba7e +SHA256 (bacula-docs-1.38.8.tar.gz) = e8dce3cb5675ecbf18ea773d4353dd04c6d06db7eea5370b1d6db6780b041c96 +SIZE (bacula-docs-1.38.8.tar.gz) = 22703022 diff -ruN /usr/ports/sysutils/bacula-server/pkg-message bacula-server/pkg-message --- /usr/ports/sysutils/bacula-server/pkg-message Fri Feb 3 17:04:21 2006 +++ bacula-server/pkg-message Fri Apr 14 16:54:42 2006 @@ -11,7 +11,10 @@ to configure/compile a new kernel! Please note that bacula-server no longer installs the client - and that the documentation could be optional installed with the - client port (see port sysutils/bacula-client)! + and that the documentation can be optionally installed with the + client port (sysutils/bacula-client). + + WARNING: please read ReleaseNotes for important information + regarding Windows FD, blackslashes in FileSets, and Scratch Pools. ################################################################################ --- bacula-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: