Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 247240 - dev-libs/cryptlib parts of OpenSSL's libcrypto + license wrong
Summary: dev-libs/cryptlib parts of OpenSSL's libcrypto + license wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2008-11-17 18:40 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2013-01-12 18:36 UTC (History)
1 user (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 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-11-17 18:40:28 UTC
% tar tf /var/portage/distfiles/cl331.zip  | grep zlib
zlib/adler32.c
zlib/deflate.c
zlib/deflate.h
zlib/gvmat32.asm
zlib/gvmat32.obj
zlib/gvmat32c.c
zlib/inffast.c
zlib/inffast.h
zlib/inffixed.h
zlib/inflate.c
zlib/inflate.h
zlib/inftrees.c
zlib/inftrees.h
zlib/trees.c
zlib/trees.h
zlib/zconf.h
zlib/zlib.h
zlib/zutil.c
zlib/zutil.h

yamato ~ # nm --defined-only -D /usr/lib/libcl.so | grep zlib
000ea220 T zlibCompileFlags
000ea200 T zlibVersion

(and obviously others I'm not filtering here).
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-11-23 01:32:24 UTC
The patch has been attached in Bug #246936.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-01-14 16:16:06 UTC
At a minimum the license is wrong in the ebuild since it cannot be sleepycat's because of the OpenSSL code.

At any rate, someone might want to look into this from a security prospective too.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2009-01-31 00:22:53 UTC
<3.3.2 to purge soon because of included zlib.
Comment 4 Alon Bar-Lev (RETIRED) gentoo-dev 2013-01-12 18:36:29 UTC
zlib is external since:

*cryptlib-3.3.2 (31 Jan 2009)

  31 Jan 2009; Daniel Black <dragonheart@gentoo.org>
  +files/cryptlib-3.3.2-external-zlib.patch, +files/cryptlib-3.3.2-ld.patch,
  +files/cryptlib-3.3.2-pthread_yield.patch, +cryptlib-3.3.2.ebuild:
  version bump to 3.3.2 as per bug #246936 all thanks to Arfrever Frehtes
  Taifersar Arahesis