From: Arne Fitzenreiter Date: Sat, 19 Mar 2011 19:40:36 +0000 (+0100) Subject: openssl: enable ecdsa for openssh. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8987f278868d879397adfc8ce9dc01e467725e89;p=ipfire-3.x.git openssl: enable ecdsa for openssh. --- diff --git a/pkgs/openssh/openssh.nm b/pkgs/openssh/openssh.nm index ac5c2dd15..25daebe53 100644 --- a/pkgs/openssh/openssh.nm +++ b/pkgs/openssh/openssh.nm @@ -42,7 +42,7 @@ PKG_DEPS-openssh = openssh-clients=$(THISVER) openssh-server=$(THISVER) PKG_DEPS-openssh-server += /usr/bin/ssh-keygen define PKG_DESCRIPTION - SH (Secure SHell) is a program for logging into and executing \ + SSH (Secure SHell) is a program for logging into and executing \ commands on a remote machine. SSH is intended to replace rlogin and \ rsh, and to provide secure encrypted communications between two \ untrusted hosts over an insecure network. diff --git a/pkgs/openssl/openssl.nm b/pkgs/openssl/openssl.nm index 3f2a2fe8d..494df3041 100644 --- a/pkgs/openssl/openssl.nm +++ b/pkgs/openssl/openssl.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = openssl PKG_VER = 1.0.0d -PKG_REL = 1 +PKG_REL = 2 PKG_MAINTAINER = Michael Tremer PKG_GROUP = System/Libraries @@ -88,9 +88,6 @@ define STAGE_BUILD no-idea \ no-mdc2 \ no-rc5 \ - no-ec \ - no-ecdh \ - no-ecdsa \ -DSSL_FORBID_ENULL # Build.