Servo Nightly Builds Available
11–20 of 246 posts
Re: Servo Nightly Builds Available
#12The OS X binary isn't signed, and the download URL is HTTP. Is there a version available on a more secure distribution channel anywhere?
Gatekeeper is nice in some important ways but seeing as it isn't free, I'd also be quite happy with just a SHA1 or similar signature to verify a binary with.
Re: Servo Nightly Builds Available
#13The OS X binary isn't signed, and the download URL is HTTP. Is there a version available on a more secure distribution channel anywhere?
We're switching the download link over to HTTPS. Is there a reason the OSX binary needs to be signed? We don't do anything special. Edit: HTTPS up: https://servo-builds.s3.amazonaws.com/index.html (This comment written in Servo :P )
Windows 10 has a similar feature.
Re: Servo Nightly Builds Available
#14Nice UI, and it runs pretty fast! Is it possible to enable WebAssembly? (running the MacOS binary)
Re: Servo Nightly Builds Available
#15Happy to answer questions (when I wake up; getting this ready has been a lot of work, needless to say) :) It goes without saying, but as this is the very first nightly (not by any means a full-fledged release), expect severe bugs, crashes, and missing functionality. Many of your favorite sites will be broken. Don't expect to use this as your everyday browser. We'd love feedback on what issues folks hit the most, so w…
Looks like visiting a Youtube video linked to via reddit.com/r/videos crashed it. The whole UX is locked up, so I can't click the "Click to submit report" button either. screenshot [1] Either way, I'm already impressed by how zippy it is :D [1] http://virtivia.com:27080/1ekpk4zch3tjg.png
Note that youtube won't work on servo right now since video/flash doesn't work :)
Re: Servo Nightly Builds Available
#16Earlier quoted context omitted.
We're switching the download link over to HTTPS. Is there a reason the OSX binary needs to be signed? We don't do anything special. Edit: HTTPS up: https://servo-builds.s3.amazonaws.com/index.html (This comment written in Servo :P )
AFAIK recent OS X versions won't allow you to launch unsigned binaries by default. Windows 10 has a similar feature.
Re: Servo Nightly Builds Available
#17The OS X binary isn't signed, and the download URL is HTTP. Is there a version available on a more secure distribution channel anywhere?
We're switching the download link over to HTTPS. Is there a reason the OSX binary needs to be signed? We don't do anything special. Edit: HTTPS up: https://servo-builds.s3.amazonaws.com/index.html (This comment written in Servo :P )
In the latest Sierra beta I've heard you can't disable the check without an involved workaround.
It's just OSX users being lazy ;)
Re: Servo Nightly Builds Available
#18Earlier quoted context omitted.
We're switching the download link over to HTTPS. Is there a reason the OSX binary needs to be signed? We don't do anything special. Edit: HTTPS up: https://servo-builds.s3.amazonaws.com/index.html (This comment written in Servo :P )
The last few releases of OSX don't allow you to launch unsigned binaries without specifically disabling the check. In the latest Sierra beta I've heard you can't disable the check without an involved workaround. It's just OSX users being lazy ;)
Can it be signed by any old cert or does it need to be part of the trust chain?
Re: Servo Nightly Builds Available
#19Earlier quoted context omitted.
AFAIK recent OS X versions won't allow you to launch unsigned binaries by default. Windows 10 has a similar feature.
While Gatekeeper is on by default and the ability to adjust it has been restricted to command-line only in Sierra, it is still possible to disable it.
It's unfortunate that a LetsEncrypt style project can't be done for code signing, due to malware/admin overhead.
Re: Servo Nightly Builds Available
#20Congratulations on the release. Running ./servo gives me this error. "./servo: error while loading shared libraries: libEGL.so.1: cannot open shared object file: No such file or directory" I guess it should be an easy fix. But if there are instructions to copy/paste that would really help. If someone has an answer, it would be great if you can please post it here. Edit 1: I think the problem is because I am trying to…