[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (d0c3fc268525f2aad050b28e416d1815a4789012)

Eric Sandall eric at sandall.us
Tue Mar 30 22:41:32 EDT 2010


On Mon, 29 Mar 2010 20:38:48 -0500
Ladislav Hagara <scm at sourcemage.org> wrote:

> GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:
> 
>  crypto/openssl/DETAILS |   13 +++++++++++++
>  crypto/openssl/HISTORY |    3 +++
>  crypto/openssl/PREPARE |    1 +
>  3 files changed, 17 insertions(+)
> 
> New commits:
> commit d0c3fc268525f2aad050b28e416d1815a4789012
> Author: Ladislav Hagara <hgr at vabo.cz>
> Commit: Ladislav Hagara <hgr at vabo.cz>
> 
>     openssl: added support for 1.0.0, default is 0.9.8n
>     
>     Seems 1.0.0 works with all my spells, problem is that lib is
> changed from libcrypto.so.0.9.8 to libcrypto.so.1.0.0 so all spells
> touching openssl have to be re-casted, seems UP_TRIGGERS works ok.
>     
>     Don't update to 1.0.0 from X, xorg-server also need libcrypto so
> after dispelling old version box frozes.
> 
> diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
> index f166dcc..c0dd0ed 100755
> --- a/crypto/openssl/DETAILS
> +++ b/crypto/openssl/DETAILS
> @@ -1,5 +1,18 @@
>             SPELL=openssl
> +
> +if [[ -z "$OPENSSL_BRANCH" ]] || [[ $GPGME_BRANCH == DEFAULT ]]; then
> +  OPENSSL_BRANCH="0.9"
> +fi
> +
> +case $OPENSSL_BRANCH in
> +  0.9)
>           VERSION=0.9.8n
> +  ;;
> +  1.0)
> +         VERSION=1.0.0
> +  ;;
> +esac

This doesn't quite work:

$ gaze version openssl
Grimoire  Section  Spell    Grimoire Version  Installed Version
--------  -------  -----    ----------------  -----------------
test      crypto   openssl  -                 0.9.8m

Downloading source file openssl-.tar.gz
--2010-03-30 19:36:10--  http://www.openssl.org/source/openssl-.tar.gz
Resolving www.openssl.org (www.openssl.org)... 195.30.6.166
Connecting to www.openssl.org (www.openssl.org)|195.30.6.166|:80...
connected. HTTP request sent, awaiting response... 404 Not Found
2010-03-30 19:36:10 ERROR 404: Not Found.

--2010-03-30 19:36:10--
ftp://sunsite.cnlab-switch.ch/mirror/openssl/source/openssl-.tar.gz =>
`openssl-.tar.gz' Resolving sunsite.cnlab-switch.ch
(sunsite.cnlab-switch.ch)... 130.59.10.36, 2001:620:0:8::20 Connecting
to sunsite.cnlab-switch.ch
(sunsite.cnlab-switch.ch)|130.59.10.36|:21... connected. Logging in as
anonymous ... Logged in! ==> SYST ... done.    ==> PWD ... done. ==>
TYPE I ... done.  ==> CWD (1) /mirror/openssl/source ... done. ==> SIZE
openssl-.tar.gz ... done. ==> PASV ... done.    ==> RETR
openssl-.tar.gz ... No such file `openssl-.tar.gz'.

I think you meant:
	if [[ -z "$OPENSSL_BRANCH" ]] || [[ $OPENSSL_BRANCH ==
	DEFAULT ]]; then

Instead of:
	if [[ -z "$OPENSSL_BRANCH" ]] || [[ $GPGME_BRANCH ==
DEFAULT ]]; then

Fixed with commit b23eeb31d6fc70df9cd2d1fbe7cdd56d562e85a1.

-sandalle

-- 
Eric Sandall                     |  Source Mage GNU/Linux Developer
eric at sandall.us PGP: 0xA8EFDD61  |  http://www.sourcemage.org/
http://eric.sandall.us/          |  http://counter.li.org/  #196285
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.ibiblio.org/pipermail/sm-commit/attachments/20100330/072f2341/attachment.bin 


More information about the SM-Commit mailing list