Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2026-09-10 16:05:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTML-FormHandler (Old)
 and      /work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-HTML-FormHandler"

Thu Sep 10 16:05:12 2026 rev:24 rq:1376891 version:0.410.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
    2025-06-26 11:41:08.054282357 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new.1265/perl-HTML-FormHandler.changes
    2026-09-10 16:05:18.638103756 +0200
@@ -1,0 +2,32 @@
+Tue Sep  8 09:42:30 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 0.410.2 (0.410002)
+   see /usr/share/doc/packages/perl-HTML-FormHandler/Changes
+
+  0.410002  2026-09-07 13:17:02+02:00 Europe/Vienna
+     - fix failing t/errors/maketext_inert_argument.t test with non-English 
locale
+     - fix CVE-2026-85484 bsc#1279869
+       by HTML encoding option-list labels
+       this doesn't use html_filter any more and might break code that used it 
for mangling labels
+       and values
+     - fix CVE-2026-85485 bsc#1279870
+       Three locations of unencoded error messages have been overlooked in the 
fix for CVE-2026-19872.
+       These where in the Table form layout and Bootstrap (2 and 3) theme 
wrappers.
+     - fix CVE-2026-85630 bsc#1279871
+       by encoding HTML attribute values as per HTML attribute context in 
process_attrs
+
+  0.410001  2026-09-03 15:35:45+02:00 Europe/Vienna
+     - add the missing Changes entry for CVE-2022-4993
+
+  0.410000  2026-09-03 15:16:36+02:00 Europe/Vienna
+     - Fix exception when field 'result' has been garbage-collected
+     - Crypt::* and MIME::Base64 prereqs added in last release are moved to
+       optional prereqs
+     - Fix CVE-2026-19872 bsc#1279868
+       by html escaping all error message on render
+       only the Select field did this previously but when adding the error 
message to the field
+       instead of only when rendering to HTML
+     - Fix CVE-2022-4993
+       by passing error messages with request data as Locale::Maketext 
arguments instead of templates
+
+-------------------------------------------------------------------

Old:
----
  HTML-FormHandler-0.40068.tar.gz

New:
----
  HTML-FormHandler-0.410002.tar.gz
  README.md
  _scmsync.obsinfo
  build.specials.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-HTML-FormHandler.spec ++++++
--- /var/tmp/diff_new_pack.OnofA5/_old  2026-09-10 16:05:19.471138797 +0200
+++ /var/tmp/diff_new_pack.OnofA5/_new  2026-09-10 16:05:19.473138881 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-FormHandler
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,20 @@
 
 %define cpan_name HTML-FormHandler
 Name:           perl-HTML-FormHandler
-Version:        0.400.680
+Version:        0.410.2
 Release:        0
-# 0.40068 -> normalize -> 0.400.680
-%define cpan_version 0.40068
+# 0.410002 -> normalize -> 0.410.2
+%define cpan_version 0.410002
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        HTML forms using Moose
 URL:            https://metacpan.org/release/%{cpan_name}
-Source0:        
https://cpan.metacpan.org/authors/id/G/GS/GSHANK/%{cpan_name}-%{cpan_version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/A/AB/ABRAXXA/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
+Source100:      README.md
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Load) >= 0.60
-BuildRequires:  perl(Crypt::Blowfish)
-BuildRequires:  perl(Crypt::CBC)
 BuildRequires:  perl(Data::Clone)
 BuildRequires:  perl(DateTime)
 BuildRequires:  perl(DateTime::Format::Strptime)
@@ -44,7 +43,6 @@
 BuildRequires:  perl(JSON::MaybeXS) >= 1.3.3
 BuildRequires:  perl(List::Util) >= 1.33
 BuildRequires:  perl(Moose) >= 2.140.300
-BuildRequires:  perl(MooseX::Getopt) >= 0.160
 BuildRequires:  perl(MooseX::Types) >= 0.200
 BuildRequires:  perl(MooseX::Types::Common)
 BuildRequires:  perl(MooseX::Types::LoadableClass) >= 0.6
@@ -55,13 +53,11 @@
 BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Memory::Cycle) >= 1.40
 BuildRequires:  perl(Test::More) >= 0.94
+BuildRequires:  perl(Test::Needs)
 BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(Try::Tiny)
-BuildRequires:  perl(aliased)
 BuildRequires:  perl(namespace::autoclean) >= 0.90
 Requires:       perl(Class::Load) >= 0.60
-Requires:       perl(Crypt::Blowfish)
-Requires:       perl(Crypt::CBC)
 Requires:       perl(Data::Clone)
 Requires:       perl(DateTime)
 Requires:       perl(DateTime::Format::Strptime)
@@ -72,14 +68,12 @@
 Requires:       perl(JSON::MaybeXS) >= 1.3.3
 Requires:       perl(List::Util) >= 1.33
 Requires:       perl(Moose) >= 2.140.300
-Requires:       perl(MooseX::Getopt) >= 0.160
 Requires:       perl(MooseX::Types) >= 0.200
 Requires:       perl(MooseX::Types::Common)
 Requires:       perl(MooseX::Types::LoadableClass) >= 0.6
 Requires:       perl(Sub::Exporter)
 Requires:       perl(Sub::Name)
 Requires:       perl(Try::Tiny)
-Requires:       perl(aliased)
 Requires:       perl(namespace::autoclean) >= 0.90
 Provides:       perl(HTML::FormHandler) = %{version}
 Provides:       perl(HTML::FormHandler::Base) = %{version}
@@ -217,6 +211,8 @@
 Provides:       perl(HTML::FormHandler::Widget::Wrapper::TableInline) = 
%{version}
 Provides:       perl(HTML::FormHandler::Wizard) = %{version}
 %undefine       __perllib_provides
+Recommends:     perl(Crypt::Blowfish)
+Recommends:     perl(Crypt::CBC)
 %{perl_requires}
 
 %description

++++++ HTML-FormHandler-0.40068.tar.gz -> HTML-FormHandler-0.410002.tar.gz 
++++++
++++ 5659 lines of diff (skipped)

++++++ README.md ++++++

## Build Results

Current state of perl in openSUSE:Factory is

![Factory build 
results](https://br.opensuse.org/status/openSUSE:Factory/perl-HTML-FormHandler/standard)

The current state of perl in the devel project build (devel:languages:perl)

![Devel project build 
results](https://br.opensuse.org/status/devel:languages:perl/perl-HTML-FormHandler)



++++++ _scmsync.obsinfo ++++++
mtime: 1789035417
commit: 84d09d5bd6301c1f21e5ee1de2fac39e4eddb4f478472b3a371b2673111b3c20
url: https://src.opensuse.org/perl/perl-HTML-FormHandler
revision: 84d09d5bd6301c1f21e5ee1de2fac39e4eddb4f478472b3a371b2673111b3c20
projectscmsync: https://src.opensuse.org/perl/_ObsPrj

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-09-10 12:16:57.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to