openssl/openssh updates from below0
authorMike Baker <mbm@openwrt.org>
Sat, 31 Jul 2004 04:00:16 +0000 (04:00 +0000)
committerMike Baker <mbm@openwrt.org>
Sat, 31 Jul 2004 04:00:16 +0000 (04:00 +0000)
SVN-Revision: 119

obsolete-buildroot/make/openssl.mk
obsolete-buildroot/sources/openssh.client.control
obsolete-buildroot/sources/openssh.server.control

index 0e1de34ce1ea34b9808d578a69b4261e18cb5b0e..e20c8b9d6343a7e27b4f0dd5a61025e94cb35c15 100644 (file)
@@ -68,7 +68,7 @@ openssl-headers: $(TARGET_DIR)/usr/lib/libssl.a
 
 openssl: uclibc $(TARGET_DIR)/usr/lib/libcrypto.so.0.9.7
 
-$(LIBSSL_IPK): uclibc $(STAGING_DIR)/usr/lib/libcrypto.so.0.9.7
+$(LIBSSL_IPK): uclibc $(STAGING_DIR)/usr/lib/libcrypto.a
        mkdir -p $(OPENSSL_IPK_DIR)/CONTROL
        cp $(SOURCE_DIR)/libssl.control $(OPENSSL_IPK_DIR)/CONTROL/control
        mkdir -p $(OPENSSL_IPK_DIR)/usr/lib
index 6d55328a2b12693c3037461c6c717a57f565311c..358525098c797e61484fc4f15742516787f8eb46 100644 (file)
@@ -4,7 +4,7 @@ Version: 3.8p1-1
 Architecture: mipsel
 Maintainer: below0
 Section: net
-Depends: zlib openssl
+Depends: zlib libssl
 Source: Embedded in the main OpenWrt buildroot
 Description: The OpenSSH client. Allows for access to remote systems via the SSH protocol.
  Includes: ssh, scp
index 6c83c4a3aff87712ebf78715af5c3e0493efbd90..943da932d3b51ebcf2cbac0622710ea3990cd9d1 100644 (file)
@@ -4,7 +4,7 @@ Version: 3.8p1-1
 Architecture: mipsel
 Maintainer: below0
 Section: net
-Depends: zlib openssl
+Depends: zlib libssl
 Source: Embedded in the main OpenWrt buildroot
 Description: The OpenSSH server daemon. 
   Allows for access to the system via the SSH client.