From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 1 20:54:06 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF62B1DB for ; Fri, 1 May 2015 20:54:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F5431BA1 for ; Fri, 1 May 2015 20:54:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t41Ks6SN025791 for ; Fri, 1 May 2015 20:54:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 199852] Update from v1.0.5 to v1.0.6 of port: sysutils/clone - A file tree cloning tool Date: Fri, 01 May 2015 20:54:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: cyclaero@gmail.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2015 20:54:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199852 Bug ID: 199852 Summary: Update from v1.0.5 to v1.0.6 of port: sysutils/clone - A file tree cloning tool Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: cyclaero@gmail.com Created attachment 156224 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156224&action=edit .diff file of the sysutils/clone directory I released the new version 1.0.6 for my file tree cloning tool sysutils/clone. This a maintenance and bug fixing release, i.e. it brings no significant new features. From the ChangeLog: - make sure not to create by accident a FS tree on the wrong device. - in addTreeNode() in the case of (ord == 0) it is not necessary to deallocate the name and allocate/copy it again, since it is guaranteed that the new name is the same as the old name. - zero-out the value struct when modifying a node and no new value (NULL) was supplied. - in removeName() make sure to call removeTreeNode() only if node != NULL. - renamed namelen to naml in AVL tree and hash table functions. - store naml alongside the name in the nodes. - improved Xcode project settings, more warnings, c11, and do the Release builds using -Ofast. - made the sources 32bit clean. - switch all long variables and parameters to llong aka. long long. - use allocate()/deallocate() memory functions. - in setMetaData() and freeMetaData(), bug fix for FreeBSD, a pointer with offset by 1 (namelist) was passed to free. - merged in changes from the other AVL Tree implementations. - replace sequencial deallocate() calls by a deallocate_batch() call. - add a notice about eventually leaked memory to the summary. - on Mac OS X, fixed problem with flistxattr(), fgetxattr(), and fsetxattr(). - set Mac OS X Deployment Target to 10.6. - bumped copyright years. - in utils.c switched sequences of deallocate() to deallocate_batch(). - release of version 1.0.6 (r66). Best regards Rolf Jansen -- You are receiving this mail because: You are the assignee for the bug.