Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-3680

Verification steps for packages SHA checksums

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • v1.3.8
    • Affects Version/s: None
    • Component/s: manual
    • Labels:
      None

      Since BUILD-4 we're publishing SHA checksums for our packages as well.

      In the installation section please include verification instructions for this as well (Verify Integrity of MongoDB Packages). These will be very similar to those for MD5, e.g., on OS X (commands should work identically on Linux):

      # Download the package
      $ curl -LO http://downloads.mongodb.org/osx/mongodb-osx-x86_64-2.6.3.tgz
      
      # Download and confirm the SHA256 checksum
      $ curl -LO http://downloads.mongodb.org/osx/mongodb-osx-x86_64-2.6.3.tgz.sha256
      $ shasum -a 256 mongodb-osx-x86_64-2.6.3.tgz
      be3a5e9f4e9c8e954e9af7053776732387d2841a019185eaf2e52086d4d207a3  mongodb-osx-x86_64-2.6.3.tgz
      $ cat mongodb-osx-x86_64-2.6.3.tgz.sha256
      be3a5e9f4e9c8e954e9af7053776732387d2841a019185eaf2e52086d4d207a3  mongodb-osx-x86_64-2.6.3.tgz
      
      # Alternatively, download and confirm the SHA1 checksum
      $ curl -LO http://downloads.mongodb.org/osx/mongodb-osx-x86_64-2.6.3.tgz.sha1
      $ shasum mongodb-osx-x86_64-2.6.3.tgz
      fe511ee40428edda3a507f70d2b91d16b0483674  mongodb-osx-x86_64-2.6.3.tgz
      $ cat mongodb-osx-x86_64-2.6.3.tgz.sha1
      fe511ee40428edda3a507f70d2b91d16b0483674  mongodb-osx-x86_64-2.6.3.tgz
      

            Assignee:
            sam.kleinman Sam Kleinman (Inactive)
            Reporter:
            daniel.medina Daniel Medina (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              9 years, 43 weeks ago