Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 303058 - dev-db/sqlite needs to provide build option for SQLITE_SECURE_DELETE
Summary: dev-db/sqlite needs to provide build option for SQLITE_SECURE_DELETE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Petteri Räty (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 303028
  Show dependency tree
 
Reported: 2010-02-01 05:19 UTC by Jory A. Pratt
Modified: 2010-02-11 18:34 UTC (History)
1 user (show)

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


Attachments
SQLITE_SECURE_DELETE (sqlite-3.6.22.diff,1.21 KB, text/plain)
2010-02-02 04:50 UTC, Jory A. Pratt
Details
updated patch to use secure-delete useflag as suggested. (sqlite-3.6.22-secure-delete.patch,1.10 KB, text/plain)
2010-02-10 03:16 UTC, Jory A. Pratt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jory A. Pratt gentoo-dev 2010-02-01 05:19:21 UTC
We need to provide an option for secure delete, this is how mozilla upstream needs/wants sqlite support to be. Without secure delete ability, we can not continue to move mozilla products in gentoo forward.
Comment 1 Jory A. Pratt gentoo-dev 2010-02-02 04:50:32 UTC
Created attachment 218123 [details]
SQLITE_SECURE_DELETE

This is not fully tested, should be enough to point things in right direction tho.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2010-02-04 22:36:45 UTC
secure-delete is a better name as -secure implies insecure for me
Comment 3 Jory A. Pratt gentoo-dev 2010-02-10 03:16:53 UTC
Created attachment 219045 [details]
updated patch to use secure-delete useflag as suggested.

Change made to be secure-delete, hope to see this land so I can push an update for xulrunner/firefox to utilize system sqlite again.
Comment 4 Petteri Räty (RETIRED) gentoo-dev 2010-02-11 09:06:32 UTC
Blocker status means: "Blocks development and/or testing work of Gentoo as a whole"
Comment 5 Petteri Räty (RETIRED) gentoo-dev 2010-02-11 18:34:02 UTC
Added. Not on by default because not there in upstream by default and has a performance penalty that servers probably don't want.