Change logs for puppet source package in Jammy

  • puppet (5.5.22-4ubuntu0.2) jammy; urgency=medium
    
      * d/p/0018-Set-file-links-attribute-to-manage-by-default.patch: the 'links'
        attribute of a file object was set to 'nil' by default which was causing a
        crash when the to_sym function was called. Now, it is set to 'manage' by
        default (which is the upstream documented default value) and the crash is
        fixed (LP: #1969939).
    
     -- Lucas Kanashiro <email address hidden>  Tue, 31 May 2022 11:44:35 -0300
  • puppet (5.5.22-4ubuntu0.1) jammy; urgency=medium
    
      * d/p/0017-PUP-10537-keyword-param-as-last-arg.patch: fix ruby 3.0
        incompatibilities (LP: #1969939).
    
     -- Lucas Kanashiro <email address hidden>  Wed, 04 May 2022 09:39:18 -0300
  • puppet (5.5.22-4) unstable; urgency=medium
    
      [ Lucas Kanashiro ]
      * Add ruby-sorted-set also as a build dependency
      * Add upstream patch to fix FileUtils calls with Ruby 3
      * Add upstream patch to implement RFC2396 style escape/unescape
    
     -- Apollon Oikonomopoulos <email address hidden>  Tue, 25 Jan 2022 18:09:01 +0200
  • puppet (5.5.22-1ubuntu1) hirsute; urgency=medium
    
      * Merge with Debian unstable. Remaining changes:
        - d/t/control: fix second dep8 test by telling it to not use a proxy
          for the "puppet" hostname, and allow stderr because of a ruby
          deprecation warning
      * Dropped:
        - d/t/control: generate a certificate for puppet master if it does not
          already exist, as it is needed by the tests (LP: 1869084).
        - d/p/fix-ruby27-warning.patch: Add patch to fix a warning when executed
          with Ruby 2.7. It fixes an autopkgtest regression in ruby-puppet-syntax.
        - d/t/control: add 'puppet' to $no_proxy variable in puppet-master-passenger
          test to let tests make requests to puppet master running locally
          (LP: 1869265).
    
     -- Neil Wilson <email address hidden>  Mon, 01 Feb 2021 13:51:27 +0000