- 
    Thu May 16 2024 Paul Howarth <paul@city-fan.org> - 1.954-1
    
- Update to 1.954 (rhbz#2280644)
  - Fix for CVE-2024-4140: An excessive memory use issue (CWE-770) exists in
    Email-MIME before version 1.954, which can cause denial of service when
    parsing multipart MIME messages; the fix is the new $MAX_PARTS
    configuration, which limits how many parts we will consider parsing
    (the default $MAX_PARTS is 100)
   
  
  - 
    Mon Jan 09 2023 Paul Howarth <paul@city-fan.org> - 1.953-1
    
- Update to 1.953
  - As promised, this release no longer works on v5.8; in fact, due to some
    upstream libraries, it hasn't in some time
  - Documentation has been cleaned up to stop referencing long-dead other
    libraries or methods
  - Some small code changes to benefit from v5.10 and v5.12 improvements
- Use SPDX-format license tag
- Use %{make_build} and %{make_install}
   
  
  - 
    Tue Dec 21 2021 Paul Howarth <paul@city-fan.org> - 1.952-1
    
- Update to 1.952
  - When computing filename, start from raw Content-Disposition
  - Avoid a potentially very slow regex in parsing
   
  
  - 
    Sun May 24 2020 Paul Howarth <paul@city-fan.org> - 1.949-1
    
- Update to 1.949
  - Add $Email::MIME::MAX_DEPTH and refuse to parse deeper than that many
    parts; current default: 10
  - Fixes to handling of content-type parameters
   
  
  - 
    Wed Oct 16 2019 Paul Howarth <paul@city-fan.org> - 1.946-8
    
- Spec tidy-up
  - Use author-independent source URL
  - Specify all build dependencies
  - Use DESTDIR rather than PERL_INSTALL_ROOT
  - Simplify find command using -delete
  - Fix permissions verbosely
  - Make %files list more explicit
   
  
  - 
    Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.946-7
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
   
  
  - 
    Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.946-6
    
- Perl 5.30 rebuild
   
  
  - 
    Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.946-5
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
   
  
  - 
    Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.946-4
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
   
  
  - 
    Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.946-3
    
- Perl 5.28 rebuild