[Buildroot] [PATCH 12/14] rsync: bump version

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Oct 7 20:59:34 UTC 2009


On Wed, Oct 07, 2009 at 10:52:58PM +0200, Peter Korsgaard wrote:
>>>>>> "Bernhard" == Bernhard Reutner-Fischer <rep.dot.nop at gmail.com> writes:
>
> Bernhard>   Bump version to 3.0.6.
> Bernhard>   autoreconf is off per default, so no need to specify it.
> Bernhard>   Use config.cache (fix the incorrect package instead).
> Bernhard>   Pass ENABLE_DEBUG setting to configure.
> 
> Bernhard> -RSYNC_VERSION:=3.0.5
> Bernhard> +RSYNC_VERSION:=3.0.6
> Bernhard>  RSYNC_SOURCE:=rsync-$(RSYNC_VERSION).tar.gz
> Bernhard> -RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/src
> Bernhard> -RSYNC_AUTORECONF:=no
> Bernhard> -RSYNC_USE_CONFIG_CACHE:=no
> Bernhard> +RSYNC_SITE:=http://rsync.samba.org/ftp/rsync
> Bernhard> +#RSYNC_USE_CONFIG_CACHE:=no
>
>Please don't add commented out code. Do we know what package fail(ed)?

We know that some other package populated the cache with a wrong value.
The correct fix is to repair the package that misdetected
struct sockaddr_storage and _not_ to penalize rsync.
The setting was commented out as a reminder.


More information about the buildroot mailing list