diff options
Diffstat (limited to 'openssh')
-rw-r--r-- | openssh/openssh_3.7.1p1.oe | 6 | ||||
-rw-r--r-- | openssh/openssh_3.7.1p2.oe | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/openssh/openssh_3.7.1p1.oe b/openssh/openssh_3.7.1p1.oe index 7e7108e9b0..97b4d45d28 100644 --- a/openssh/openssh_3.7.1p1.oe +++ b/openssh/openssh_3.7.1p1.oe @@ -1,6 +1,6 @@ -DEPENDS = virtual/libc zlib openssl -SECTION = net -DESCRIPTION = Secure rlogin/rsh/rcp/telnet replacement (OpenSSH)\ +DEPENDS = "virtual/libc zlib openssl" +SECTION = "net" +DESCRIPTION = "Secure rlogin/rsh/rcp/telnet replacement (OpenSSH)\ Ssh (Secure Shell) is a program for logging into a remote machine\ and for executing commands on a remote machine.\ It provides secure encrypted communications between two untrusted\ diff --git a/openssh/openssh_3.7.1p2.oe b/openssh/openssh_3.7.1p2.oe index b97e80e597..4054331cef 100644 --- a/openssh/openssh_3.7.1p2.oe +++ b/openssh/openssh_3.7.1p2.oe @@ -1,6 +1,6 @@ -DEPENDS = virtual/libc zlib openssl -SECTION = net -DESCRIPTION = Secure rlogin/rsh/rcp/telnet replacement (OpenSSH)\ +DEPENDS = "virtual/libc zlib openssl" +SECTION = "net" +DESCRIPTION = "Secure rlogin/rsh/rcp/telnet replacement (OpenSSH)\ Ssh (Secure Shell) is a program for logging into a remote machine\ and for executing commands on a remote machine.\ It provides secure encrypted communications between two untrusted\ |