From owner-freebsd-ports@FreeBSD.ORG Fri Mar 28 13:01:17 2008 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9DD1106566C for ; Fri, 28 Mar 2008 13:01:17 +0000 (UTC) (envelope-from lists@qwirky.net) Received: from public.aci.on.ca (mailbox.aci.on.ca [205.207.148.251]) by mx1.freebsd.org (Postfix) with ESMTP id 7B17E8FC1D for ; Fri, 28 Mar 2008 13:01:17 +0000 (UTC) (envelope-from lists@qwirky.net) Received: from (invalid client hostname: host address literal does not match remote client address)[127.0.0.1] ((no PTR matching greeting name)xtreme-54-62.dyn.aci.on.ca[24.137.213.62] port=2761) by public.aci.on.ca([205.207.148.251] port=25) via TCP with esmtp (2385 bytes) (sender: ) id for ; Fri, 28 Mar 2008 09:01:09 -0400 (EDT) (Smail-3.2.0.122-Pre 2005-Nov-17 #1 built 2007-Apr-30) Message-ID: <47ECEC14.8070806@qwirky.net> Date: Fri, 28 Mar 2008 09:01:08 -0400 From: Jeff Royle User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: ports@FreeBSD.org References: <47E7B3D2.8050608@qwirky.net> <20080325094753.ab96559b.ehaupt@FreeBSD.org> <47E8D46D.6090304@qwirky.net> <20080325115853.143d3a3d.ehaupt@FreeBSD.org> In-Reply-To: <20080325115853.143d3a3d.ehaupt@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 080327-0, 27/03/2008), Outbound message X-Antivirus-Status: Clean Cc: Emanuel Haupt Subject: Re: rsync 3.0.0 Bug + Fix X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lists@qwirky.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 13:01:17 -0000 Emanuel Haupt wrote: >> Emanuel Haupt wrote: >>>> I recently upgraded my rsync to 3.0.0 from the ports and noticed the >>>> following in my logs... >>>> >>>> 2008/03/24 08:43:09 [96818] No match for refuse-options string "iconv" >>>> >>>> Doing some reading I found this has been reported and apparently fixed >>>> in the git rsync repository. >>>> >>>> Is there plans of releasing a patch for this port (soonish?) or should I >>>> just manually patch all my machines myself? >>> There will be a bugfix release soon: >>> http://rsync.samba.org/ftp/rsync/src-previews/rsync-3.0.1pre1-NEWS >>> >>> I'll commit an update as soon as it's released. >>> >>> Emanuel >> Thanks for the update Emanuel. >> >> It's funny, I never really considered how much I do with rsync before >> this, turns out I do a hell of a lot ;-) > > Please feel free to test the current preview release, however I'll wait > for the final release to update the port: > > http://people.freebsd.org/~ehaupt/patches/rsync-3.0.1pre1.patch > > Emanuel Looks good Emanuel. I have patched a few systems and have been running some manual tests. No issues noted between older versions and the new pre-release. No issues noted between pre-release server and older versions. The iconv error in the logs is solved and no issues noted with --append. Cheers, Jeff