Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c4096e66 | 2022-11-08 11:16:56 | Stop using the daemon class in @newuser. If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-) | ||
| 8a094177 | 2022-09-11 17:40:53 | Drop myself as maintainer | ||
| 75bad604 | 2022-08-08 16:56:59 | Update to puppet 6.28.0 | ||
| bd424cb4 | 2022-04-21 01:10:48 | Update to puppet 6.27.0 | ||
| 2b3700e3 | 2022-03-11 19:57:10 | drop RCS Ids | ||
| e7411f37 | 2022-03-10 12:03:30 | Remove RCSIDs from ports I maintain | ||
| 4e304e27 | 2022-01-21 12:10:39 | Update to Puppet 6.26.0 | ||
| a651e442 | 2021-11-10 12:20:03 | 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 | ||
| 0d09b069 | 2021-10-13 05:50:56 | Update to Puppet 6.25.0 | ||
| d44947f6 | 2021-08-30 19:23:38 | Set Puppet-related ports to use Ruby 2.7 Puppet 5 and 6 currently use Ruby 2.7, as that is the default Ruby version. Puppet 6 can probably run on Ruby 3.0 after a distpatch, but Puppet 5 would require additional backporting (how much is unknown). Both Puppet 5 and 6 depend on facter and mcollective, and all must use the same Ruby version. So setting all four ports to use Ruby 2.7 seems like the simplest way to continue to keep things working when the default Ruby version is switched to Ruby 3.0. While here, add install patches for Puppet 5, 6, and mcollective to build with Ruby 3.0, and add backport a distpatch from Puppet 7 to Puppet 6 to allow Puppet 6 to run on Ruby 3.0. This will make a future switch to Ruby 3.0 easier. These changes should not have a runtime effect on Puppet 5 or 6. The Puppet 6 port is bumped, due to the backported patch, but that patch should not change runtime behavior on Ruby 2.7. review from sebastia@ (Puppet 5 maintainer) OK kn@ (Puppet 6 maintainer) |