- Update to 1.0.2 I've disabled building encryption support by default, in the last few versions I've found it very unstable and unreliable (Read: Absolutely broken) and have lost some important data in the process and when it comes to encryption users need to be able to trust on it working correctly. I've made encryption support a hidden option (with a warning) and added pinentry-qt as a runtime dependency (No passphrase dialog box without it). Of course its up to the maintainer to choose whether or not to go along with this, disable support for it outright, or leave things as they are. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->markus Over to maintainer
markus 2008-04-06 23:00:31 UTC FreeBSD ports repository Modified files: deskutils/basket Makefile distinfo Log: - Update to version 1.0.2 [1][2][3] - Make GPG support optional and mark it as experimental (default: off) as the current implementation is not very usable (inspired by [1]) - Make OPTIONS handling more readable [2] PR: ports/114126 [1] ports/120678 [2] ports/121044 [3] Submitted by: Shane Bell <decept0@gmail.com> [1] Pawel Pekala <c0rn@o2.pl> [2] Yarodin <yarodin@gmail.com> [3] Revision Changes Path 1.26 +13 -7 ports/deskutils/basket/Makefile 1.15 +3 -3 ports/deskutils/basket/distinfo _______________________________________________ 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"
State Changed From-To: open->closed I have committed a different version using OPTIONS, marking the feature as experimental. Data loss didn't occur here during extensive tests with the latest version, although the current implementation severly lacks usability. Thanks for your submission!