Bug 105731 - [patch] Update port: net/rsync from 2.6.8 to 2.6.9
Summary: [patch] Update port: net/rsync from 2.6.8 to 2.6.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-22 05:10 UTC by Antony Mawer
Modified: 2006-11-27 03:20 UTC (History)
1 user (show)

See Also:


Attachments
rsync-2.6.9.diff (4.13 KB, patch)
2006-11-22 05:10 UTC, Antony Mawer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antony Mawer 2006-11-22 05:10:14 UTC
	The attached patch updates rsync from 2.6.8 to the current release,
	2.6.9. It removes the now-obsoleted patch-2.6.8-unexpected_tag_3
	file, as this is now included in the rsync distribution itself.

	It will need some minor tweaking before commiting, as it seems the
	ACLs patch was significantly updated in 2.6.9, and now it and the
	flags patch no longer nicely co-exist. This could be a concern as
	the flags patch is enabled by default.

	Someone with more knowledge of the patches may be able to decide
	what action is necessary with regards to this.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-11-22 05:10:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Over to maintainer
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-11-22 09:48:13 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Your patch needed a little more work wrt manpage installation, too.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-11-22 10:05:52 UTC
pav         2006-11-22 10:05:47 UTC

  FreeBSD ports repository

  Modified files:
    net/rsync            Makefile distinfo 
  Removed files:
    net/rsync/files      patch-2.6.8-unexpected_tag_3 
  Log:
  - Update to 2.6.9
  - Flip ACLs and flags patches default off, as they conflict each another
  
  PR:             ports/105731 (based on)
  Submitted by:   Antony Mawer <gnats@mawer.org>
  
  Revision  Changes    Path
  1.116     +10 -7     ports/net/rsync/Makefile
  1.48      +3 -3      ports/net/rsync/distinfo
  1.3       +0 -98     ports/net/rsync/files/patch-2.6.8-unexpected_tag_3 (dead)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Antony Mawer 2006-11-27 03:12:39 UTC
Thanks for commit this. I accidentally submitted an older version of the 
patch I had prepared -- I had already fixed the man page issue and had 
changed the default for the flags patch in my other diff - although I 
hadn't added the conditional IGNORE.

When I went looking for the PR, it had not yet registered in anywhere I 
could locate even after 24hrs (presumably due to the GNATS problems 
during the cluster move), so I didn't know what PR to send the follow up to!

Thanks for polishing and committing anyway! :-)