Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cacerts.rb need newer version? #406

Closed
hiroyuki-sato opened this issue Apr 23, 2015 · 1 comment
Closed

cacerts.rb need newer version? #406

hiroyuki-sato opened this issue Apr 23, 2015 · 1 comment

Comments

@hiroyuki-sato
Copy link

Hello I'm newbie about omnibus-software

It seems you need to update cacerts.rb version.
newer cacerts available.

best regards.

diff --git a/config/software/cacerts.rb b/config/software/cacerts.rb
index 7907d66..4b6ebad 100644
--- a/config/software/cacerts.rb
+++ b/config/software/cacerts.rb
@@ -17,7 +17,11 @@
 name "cacerts"

 # Date of the file is in a comment at the start, or in the changelog
-default_version "2015.02.25"
+default_version "2015.04.22"
+
+version "2015.04.22" do
+  source md5: "380df856e8f789c1af97d0da9a243769"
+end

 version "2015.02.25" do
   source md5: "19e7f27540ee694308729fd677163649"
curl -v 'http://curl.haxx.se/ca/cacert.pem'
* Hostname was NOT found in DNS cache
*   Trying 80.67.6.50...
* Connected to curl.haxx.se (127.0.0.1) port 80 (#0)
> GET /ca/cacert.pem HTTP/1.1
> User-Agent: curl/7.37.1
> Host: curl.haxx.se
> Accept: */*
> 
< HTTP/1.1 200 OK
< Date: Thu, 23 Apr 2015 04:51:30 GMT
* Server Apache/2.4.9 (Debian) is not blacklisted
< Server: Apache/2.4.9 (Debian)
< Last-Modified: Wed, 22 Apr 2015 03:12:05 GMT
< ETag: "3f178-514478715804a"
< Accept-Ranges: bytes
< Content-Length: 258424
< 
openssl md5 cacert.pem
MD5(cacert.pem)= 380df856e8f789c1af97d0da9a243769

When I build my project, I got the following error.

               [NetFetcher: xproto] I | Extracting `/var/cache/omnibus/cache/xproto-7.0.25.tar.gz' to `/var/cache/omnibus/src'
           [NetFetcher: makedepend] I | Downloading from `http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.5.tar.gz'
              [NetFetcher: cacerts] I | Verifying checksum
Verification for cacerts failed due to a checksum mismatch:

    expected: 19e7f27540ee694308729fd677163649
    actual:   380df856e8f789c1af97d0da9a243769
@hiroyuki-sato
Copy link
Author

Duplicate #404

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant