boxen / puppet-dnsmasq

Install the dnsmasq DNS forwarder.
http://boxen.github.com
MIT License
9 stars 29 forks source link

Uses deprecated brew sha1 method #20

Closed orien closed 7 years ago

orien commented 8 years ago

The brew formula uses the deprecated sha1 method. We should upgrade to sha256 for security.

Warning: Calling Formula.sha1 is deprecated!
Use Formula.sha256 instead.
/opt/boxen/homebrew/Library/Taps/boxen/homebrew-brews/dnsmasq.rb:6:in `<class:Dnsmasq>'

Version: 2.0.1

eugeneius commented 7 years ago

This was fixed in https://github.com/boxen/puppet-dnsmasq/pull/21.

jacobbednarz commented 7 years ago

Thanks!