Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153652 - app-backup/rdiff-backup-1.1.9 update
Summary: app-backup/rdiff-backup-1.1.9 update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: App-Backup Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 01:33 UTC by mikael lammentausta
Modified: 2007-04-28 16:05 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mikael lammentausta 2006-11-01 01:33:59 UTC
This is the same ebuild than for version 1.0.4. 
Just change the filename. Works for me.
Comment 1 mikael lammentausta 2006-11-01 01:34:37 UTC
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/rdiff-backup/rdiff-backup-1.1.5.ebuild,v 1.10 2006/11/01 21:03:49 vapier Exp $

inherit distutils

DESCRIPTION="Remote incremental file backup utility; uses librsync's rdiff utility to create concise, versioned backups."
HOMEPAGE="http://www.nongnu.org/rdiff-backup/"
SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ppc ~ppc-macos ppc64 sh sparc x86"
IUSE="acl xattr"

DEPEND=">=net-libs/librsync-0.9.7
                !arm? ( xattr? ( dev-python/pyxattr )
                                acl? ( dev-python/pylibacl ) )"
RDEPEND="${DEPEND}"
Comment 2 Daniel Webert 2006-11-27 19:51:59 UTC
latest dev-version is 1.1.7

New in v1.1.7 (2006/11/12)
--------------------------

Fix showstopper problem on OSX handling pre-1.1.6 rdiff-backup metadata.
(Patch from Andrew Ferguson.)

New in v1.1.6 (2006/11/11)
--------------------------

Man page update from roland <devzero@web.de>.

--min-file-size/--max-file-size support.  (Patch from Wout Mertens.)

Mac OS X Extended Attributes support.  (Patch from Andrew Ferguson.)

Preserve Mac OS X 'Creation Date' field across backups.  (Patch from Andrew
Ferguson.)

Set symlink permissions properly.  (Patch from Andrew Ferguson.)

Selection fix: empty directories could sometimes be improperly
excluded if certain include expressions involving a non-trailing '**'
were used.  Bug reported by Toni Price.

A few minor changes to help rdiff-backup back up to an SMB/CIFS share.
Thanks to Cengiz Gunay for testing.

Fix a traceback due to an off-by-1 error in "--remove-older-than nB".

Fix a security violation when restoring from a remote repository.
(Patch from Charles Duffy.)

Added times like "Mon Jun 5 11:00:23 1997" to the recognized time
strings.  (Suggested by Wolfgang Dautermann.)


Comment 3 indrek seppo 2007-03-13 23:16:20 UTC
It would be nice to have new dev versions in portage. As ubuntus come with development versions (current beta of feisty has 1.1.5), which are not interoperable with neither ver 1.0.4 nor 1.0.5 we have in portage, my mixed environment containing both kubuntu and gentoo does not work without unnecessary tweaking on either side. Thus it would be nice to have the development versions in portage either keyworded or hardmasked.
Comment 4 MATSUU Takuto (RETIRED) gentoo-dev 2007-04-09 17:05:48 UTC
Debian's rdiff-backup is 1.1.5 now.
Comment 5 chad heuschober 2007-04-17 19:57:26 UTC
I felt I should point out that 1.0.4 isn't even available in etch repositories anymore meaning backups to/from gentoo to several major distros has been broken. This has been open for almost half a year. Maybe it's time to up the priority?
Comment 6 Gunnar Wrobel (RETIRED) gentoo-dev 2007-04-27 06:51:02 UTC
I added rdiff-backup-1.1.5 to the tree now. While I also tested 1.1.9 I received some errors with this newest version so I decided against adding it at the moment.

Or is there a specific need for having 1.1.9? In that case I might consider adding it masked.
Comment 7 Gunnar Wrobel (RETIRED) gentoo-dev 2007-04-28 16:05:37 UTC
Okay, marking as resolved for now. Please reopen if you feel 1.1.9 needs to be added.