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

use secure urls and other minor fixes #3 (part 1) #396

Closed
wants to merge 10 commits into from
Closed

use secure urls and other minor fixes #3 (part 1) #396

wants to merge 10 commits into from

Conversation

vszakats
Copy link
Contributor

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same formula update/change?
  • Does your submission pass brew audit --strict --online <formula> (where <formula> is the name of the formula you're submitting)?
  • Have you built your formula locally prior to submission with brew install <formula>?

@vszakats vszakats changed the title use secure urls and other minor fixes use secure urls and other minor fixes #3 Apr 17, 2016
@@ -3,7 +3,7 @@ class Astyle < Formula
homepage "http://astyle.sourceforge.net/"
url "https://downloads.sourceforge.net/project/astyle/astyle/astyle%202.05.1/astyle_2.05.1_macosx.tar.gz"
sha256 "de66da286dee2b9de1dc1c05092cbf5368c0889f25d1e2ee8b51766aff8e4baf"
head "svn://svn.code.sf.net/p/astyle/code/trunk/AStyle"
head "https://svn.code.sf.net/p/astyle/code/trunk/AStyle"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These SVN changes will probably need to be reverted I'm afraid. We've historically used either svn:// or http:// because the system svn can't handle automatic SSL/TLS connections and we're not interested in mandating people install Homebrew's SVN just to do SVN checkouts. Example:

Error validating server certificate for 'https://svn.code.sf.net:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: *.code.sf.net
 - Valid: from Wed, 06 Apr 2016 00:00:00 GMT until Mon, 05 Jun 2017 23:59:59 GMT
 - Issuer: GeoTrust Inc., US
 - Fingerprint: 9c:63:de:5c:24:c4:86:ed:d2:53:26:e1:26:6b:52:0d:dd:b0:95:a3
(R)eject, accept (t)emporarily or accept (p)ermanently?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, they were a suspect. I'll revert them.

@DomT4 DomT4 added the needs response Needs a response from the issue/PR author label Apr 17, 2016
@ghost ghost removed the needs response Needs a response from the issue/PR author label Apr 17, 2016
@vszakats
Copy link
Contributor Author

vszakats commented Apr 18, 2016

Reverted the SVN URLs, and fixed to two one existing one that was wrong. (will fix the other in another batch)

(Still have batches #1 and #2 to verify and fix if needed)

@vszakats vszakats changed the title use secure urls and other minor fixes #3 use secure urls and other minor fixes #3 (part 1) Apr 18, 2016
@apjanke
Copy link
Contributor

apjanke commented Apr 18, 2016

Merging without CI run since these are just HTTPS changes. Manual review looks good.

Merged. Thank you for your contribution to Homebrew!

@apjanke apjanke closed this in 74ca8c8 Apr 18, 2016
@vszakats vszakats deleted the ssl04173 branch April 18, 2016 15:15
@Homebrew Homebrew locked and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants