CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/11/10 05:20:03
Modified files:
sysutils/ruby-puppet/6: Makefile distinfo
Log message:
Update to puppet 6.25.1
Excerpt from https://puppet.com/docs/puppet/6/release_notes_puppet.html :
Puppet can leak credentials when following HTTP redirects
Previously, Puppet followed HTTP redirects, the Authentication and Cookie
headers were passed to different hosts, which could leak sensitive
information. Now the Authentication and Cookie headers are only sent when
redirecting to the same hosts. PUP-11188