Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605688 - =sys-libs/db-5.3.28-r2 builds and installs bundled version 3.7.6.2 of dev-db/sqlite
Summary: =sys-libs/db-5.3.28-r2 builds and installs bundled version 3.7.6.2 of dev-db/...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Security
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs 599134
  Show dependency tree
 
Reported: 2017-01-14 14:26 UTC by Jeroen Roovers (RETIRED)
Modified: 2017-07-10 22:23 UTC (History)
2 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 Jeroen Roovers (RETIRED) gentoo-dev 2017-01-14 14:26:24 UTC
/var/tmp/portage/sys-libs/db-5.3.28-r2/work/db-5.3.28/lang/sql/sqlite # cat VERSION
3.7.6.2
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2017-01-14 14:32:39 UTC
546626
555040
578940
549258
574420
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2017-01-14 19:01:49 UTC
The only feasible solution I see here is to entirely disable the whole sql engine in db-5.3 and greater. See URL for my porpodes fix.
Comments are welcome.
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2017-01-14 20:14:18 UTC
eh... that should read "proposed" in my previous comment.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2017-01-15 08:45:33 UTC
It's NOT a true bundling, and this leads to a significant functionality loss.

the --sql* options build an sqlite interface to a BDB database, including the CLI tool and the C/C++ bindings.

Ubuntu ships these tools as well, and has shipped them since at least Precise:
http://packages.ubuntu.com/zesty/db5.3-sql-util
http://packages.ubuntu.com/precise/db5.1-sql-util
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2017-01-15 12:05:31 UTC
(In reply to Robin Johnson from comment #4)
> It's NOT a true bundling, and this leads to a significant functionality loss.

I don't see what "true bundling" means here. What we haven't yet discovered is which of the few security issues in dev-db/sqlite actually affect this interface to BDB. I have recorded a list of issues post-3.7.6.2 but that doesn't mean any of them affect sys-libs/db.

The significant loss in functionality could be adequately covered with a USE flag.
Comment 6 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2017-01-16 00:29:12 UTC
(In reply to Robin Johnson from comment #4)
> It's NOT a true bundling, and this leads to a significant functionality loss.
> 

Can you please elaborate more on the fuctionality loss?
I've tested my proposed change on four different systems (2x ~amd64, amd64, ~x86) and even recompiled all berkdb consumers against the non-sql version without any issues.
If I'm not totally wrong this is a new feature of the db-5.x versions anyway so not providing the sql engine to at least stable users should make no difference compared to the db-4.8 version they had before.
Comment 7 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2017-01-25 22:30:26 UTC
(In reply to Lars Wendler (Polynomial-C) from comment #6)
> (In reply to Robin Johnson from comment #4)
> > It's NOT a true bundling, and this leads to a significant functionality loss.
> > 
> 
> Can you please elaborate more on the fuctionality loss?
> I've tested my proposed change on four different systems (2x ~amd64, amd64,
> ~x86) and even recompiled all berkdb consumers against the non-sql version
> without any issues.
Find some code that uses the SQL engine, either by exec, or linking (in 5.x).

> If I'm not totally wrong this is a new feature of the db-5.x versions anyway
> so not providing the sql engine to at least stable users should make no
> difference compared to the db-4.8 version they had before.
The SQL engine was added in the 4.8 series, using bundled sqlite-3.5.9 sources, see db-4.8.30/db_sql/sqlite/parse.c, and results in the tool at /usr/bin/db4.8_sql.

In 4.8, it's present only as the db${SLOT}_sql binary. In 5.x, it's ALSO available as a library: libdb_sql-${SLOT}.
Comment 8 Patrick McLean gentoo-dev 2017-01-26 01:52:47 UTC
We could add a USE=sql flag turned on by default, that way if someone knows they don't use the SQL features they can turn off the USE flag and not get the bundles library.
Comment 9 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2017-07-10 22:23:15 UTC
Merged