diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2006-10-22 13:49:00 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2006-10-22 13:49:00 +0000 |
commit | f84c348e4d166e179469730757cce9927347f903 (patch) | |
tree | 8d976714982c1f75f728dc06b04717ab4bb1567e /dev-libs/cryptlib/files | |
parent | Lot of bugfixes (diff) | |
download | historical-f84c348e4d166e179469730757cce9927347f903.tar.gz historical-f84c348e4d166e179469730757cce9927347f903.tar.bz2 historical-f84c348e4d166e179469730757cce9927347f903.zip |
Version bump, fixed QA issues by removing assembly parts, adds odbc use flag (Thanks to Daniel Plaza), closes bug#105954.
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-libs/cryptlib/files')
-rw-r--r-- | dev-libs/cryptlib/files/cryptlib-3.3.0-ld.patch | 13 | ||||
-rw-r--r-- | dev-libs/cryptlib/files/digest-cryptlib-3.3.0 | 6 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/cryptlib/files/cryptlib-3.3.0-ld.patch b/dev-libs/cryptlib/files/cryptlib-3.3.0-ld.patch new file mode 100644 index 000000000000..18ed2962f5fa --- /dev/null +++ b/dev-libs/cryptlib/files/cryptlib-3.3.0-ld.patch @@ -0,0 +1,13 @@ +--- ./tools/buildsharedlib.sh.old 2006-10-22 15:24:29.000000000 +0200 ++++ ./tools/buildsharedlib.sh 2006-10-22 15:25:49.000000000 +0200 +@@ -98,7 +98,8 @@ case $OSNAME in + strip $LIBNAME ;; + + *) +- $LD -shared -o $LIBNAME `cat $LINKFILE` `./tools/getlibs.sh autodetect` ; +- strip $LIBNAME ;; ++ $LD -shared -Wl,-soname,$LIBNAME -o $LIBNAME `cat $LINKFILE` `./tools/getlibs.sh autodetect` ; ++# strip $LIBNAME ++ ;; + esac + rm -f $LINKFILE diff --git a/dev-libs/cryptlib/files/digest-cryptlib-3.3.0 b/dev-libs/cryptlib/files/digest-cryptlib-3.3.0 new file mode 100644 index 000000000000..93e5105518fc --- /dev/null +++ b/dev-libs/cryptlib/files/digest-cryptlib-3.3.0 @@ -0,0 +1,6 @@ +MD5 386abce26023fe1ca3bf67cb4b2d739f cl33.zip 3779126 +RMD160 82e38db5ceed4a1c7ae7f58510c1005b7760fa87 cl33.zip 3779126 +SHA256 8c9d784d7699456e1aff2211cde6b95962116f43a05e869a0caec21b5be754b8 cl33.zip 3779126 +MD5 ca68f04b53b4b7817c789f9021d57110 cryptlib-3.3.0-manual.pdf.bz2 1682939 +RMD160 3a49a5e4fdb7cf6d9dff39484657ac79330a7351 cryptlib-3.3.0-manual.pdf.bz2 1682939 +SHA256 1cf398964cad66b729d278b133ef463075b7824914e082b0fe0b086810a6b0e1 cryptlib-3.3.0-manual.pdf.bz2 1682939 |