Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301502 - Version Bump: =app-misc/abook-0.6.0_pre2
Summary: Version Bump: =app-misc/abook-0.6.0_pre2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-19 09:34 UTC by Roger
Modified: 2010-10-03 22:19 UTC (History)
0 users

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


Attachments
abook-0.6.0_pre2.ebuild (abook-0.6.0_pre2.ebuild,1.39 KB, text/plain)
2010-01-19 09:36 UTC, Roger
Details
abook-0.6.0_pre2-r1.ebuild (abook-0.6.0_pre2-r1.ebuild,1.44 KB, text/plain)
2010-02-12 03:11 UTC, Roger
Details
abook_vcard_fix-20100211.patch (abook_vcard_fix-20100211.patch,241 bytes, patch)
2010-02-12 03:12 UTC, Roger
Details | Diff
abook_vcard_import-20080603.patch (abook_vcard_import-20080603.patch,6.34 KB, patch)
2010-02-12 03:13 UTC, Roger
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Roger 2010-01-19 09:34:57 UTC
This version adds several more import/export filters as well as a patch for import filter for vcard/vcf.  (VCard patch/filter is activated by USE=vcard)

Reproducible: Always
Comment 1 Roger 2010-01-19 09:36:57 UTC
Created attachment 216886 [details]
abook-0.6.0_pre2.ebuild

Version bump request for =app-misc/abook-0.6.0_pre2
Comment 2 Roger 2010-02-11 15:59:07 UTC
Jorrit Tijben posted to the Abook mailing list:

Version 0.6.0pre2 of abook deletes information from the standard fields
of all existing contacts as soon as I enter and save a new contact.

abook.c:
        load_opts(rcfile);
+       init_standard_fields();
        atexit(free_opts);

...

When I get a chance, I'll look over the bug, and if I confirm it, will apply it to my abook 0.6.0_pre2 & 9999 ebuilds. ... if not before somebody else tackles this one... but hopefully I'll get at least a little time & interest to complete this, this week.
Comment 3 Roger 2010-02-12 03:11:12 UTC
Created attachment 219303 [details]
abook-0.6.0_pre2-r1.ebuild

Patched to prevent severe data lose of the addressbook when adding an email address from mutt or stdin using --add-email.
Comment 4 Roger 2010-02-12 03:12:54 UTC
Created attachment 219305 [details, diff]
abook_vcard_fix-20100211.patch

Fix severe data loss of addressbook when either adding an email address from within mutt or from stdin (--add-email).
Comment 5 Roger 2010-02-12 03:13:53 UTC
Created attachment 219307 [details, diff]
abook_vcard_import-20080603.patch

Add vcard import support.
Comment 6 elcash 2010-07-28 02:02:36 UTC
RESTRICT="mirror" in the ebuild prevents first attempting mirrors (that wont have the tarball).  There may be a better way to do it...
Comment 7 Tim Harder gentoo-dev 2010-10-03 22:19:54 UTC
I've added abook-0.6.0_pre2 to CVS which applies the vCard patches. Thanks for reporting.