diff -pruN 5.34.0-3/debian/changelog 5.34.0-3ubuntu1/debian/changelog
--- 5.34.0-3/debian/changelog	2022-02-05 10:20:54.000000000 +0000
+++ 5.34.0-3ubuntu1/debian/changelog	2022-02-06 11:02:58.000000000 +0000
@@ -1,3 +1,13 @@
+perl (5.34.0-3ubuntu1) jammy; urgency=medium
+
+  * Merge with Debian; remaining changes:
+    - Disable two porting/libperl.t tests, only run on x86*, and only
+      testing the static libperl.a.
+    - Disable the same porting/libperl.t tests on x86*, as on the other
+      Linux architectures.
+
+ -- Matthias Klose <doko@ubuntu.com>  Sun, 06 Feb 2022 12:02:58 +0100
+
 perl (5.34.0-3) unstable; urgency=medium
 
   * Add 5.34.0 to debian/released-versions.
@@ -33,6 +43,16 @@ perl (5.34.0~rc2-1) experimental; urgenc
 
  -- Niko Tyni <ntyni@debian.org>  Mon, 17 May 2021 22:09:52 +0300
 
+perl (5.32.1-6ubuntu1) jammy; urgency=medium
+
+  * Merge with Debian; remaining changes:
+    - Disable two porting/libperl.t tests, only run on x86*, and only
+      testing the static libperl.a.
+    - Disable the same porting/libperl.t tests on x86*, as on the other
+      Linux architectures.
+
+ -- Matthias Klose <doko@ubuntu.com>  Fri, 04 Feb 2022 22:49:31 +0100
+
 perl (5.32.1-4) unstable; urgency=medium
 
   * Add perl Breaks: perl-modules-5.22 and early versions of
@@ -41,6 +61,25 @@ perl (5.32.1-4) unstable; urgency=medium
 
  -- Niko Tyni <ntyni@debian.org>  Thu, 29 Apr 2021 21:37:46 +0300
 
+perl (5.32.1-3ubuntu3) impish; urgency=medium
+
+  * SECURITY UPDATE: Encode library can be made to run arbitrary Perl code
+    from the current working directory
+    - debian/patches/CVE-2021-36770.patch: mitigate @INC pollution when
+      loading ConfigLocal in cpan/Encode/Encode.pm.
+    - CVE-2021-36770
+
+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Mon, 02 Aug 2021 08:24:15 -0400
+
+perl (5.32.1-3ubuntu2) hirsute; urgency=medium
+
+  * Disable two porting/libperl.t tests, only run on x86*, and only
+    testing the static libperl.a.
+  * Disable the same porting/libperl.t tests on x86*, as on the other
+    Linux architectures.
+
+ -- Matthias Klose <doko@ubuntu.com>  Tue, 23 Mar 2021 17:50:32 +0100
+
 perl (5.32.1-3) unstable; urgency=medium
 
   * Refresh cross build support files for 5.32.1. (Closes: #983099)
diff -pruN 5.34.0-3/debian/control 5.34.0-3ubuntu1/debian/control
--- 5.34.0-3/debian/control	2022-02-05 10:20:32.000000000 +0000
+++ 5.34.0-3ubuntu1/debian/control	2022-02-06 11:02:58.000000000 +0000
@@ -1,7 +1,8 @@
 Source: perl
 Section: perl
 Priority: standard
-Maintainer: Niko Tyni <ntyni@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Niko Tyni <ntyni@debian.org>
 Uploaders: Dominic Hargreaves <dom@earth.li>
 Standards-Version: 3.9.8
 Homepage: http://dev.perl.org/perl5/
diff -pruN 5.34.0-3/debian/patches/disable-libperl-tests.diff 5.34.0-3ubuntu1/debian/patches/disable-libperl-tests.diff
--- 5.34.0-3/debian/patches/disable-libperl-tests.diff	1970-01-01 00:00:00.000000000 +0000
+++ 5.34.0-3ubuntu1/debian/patches/disable-libperl-tests.diff	2022-02-06 11:02:58.000000000 +0000
@@ -0,0 +1,23 @@
+--- a/t/porting/libperl.t
++++ b/t/porting/libperl.t
+@@ -124,7 +124,7 @@ if (defined $nm_style) {
+     }
+ }
+ 
+-if ($^O eq 'linux' && $Config{archname} !~ /^(?:x|i6)86/) {
++if ($^O eq 'linux') {
+     # For example in ppc most (but not all!) code symbols are placed
+     # in 'D' (data), not in ' T '.  We cannot work under such conditions.
+     skip_all "linux but archname $Config{archname} not x86*";
+@@ -320,8 +320,9 @@ unless (exists $symbols{text}) {
+ ok($symbols{obj}{'pp.o'}, "has object pp.o");
+ ok($symbols{text}{'Perl_peep'}, "has text Perl_peep");
+ ok($symbols{text}{'Perl_pp_uc'}{'pp.o'}, "has text Perl_pp_uc in pp.o");
+-ok(exists $symbols{data}{const}, "has data const symbols");
+-ok($symbols{data}{const}{PL_no_mem}{'globals.o'}, "has PL_no_mem");
++# these fail with lto
++#ok(exists $symbols{data}{const}, "has data const symbols");
++#ok($symbols{data}{const}{PL_no_mem}{'globals.o'}, "has PL_no_mem");
+ 
+ my $nocommon = $Config{ccflags} =~ /-fno-common/ ? 1 : 0;
+ 
diff -pruN 5.34.0-3/debian/patches/series 5.34.0-3ubuntu1/debian/patches/series
--- 5.34.0-3/debian/patches/series	2022-02-05 10:20:32.000000000 +0000
+++ 5.34.0-3ubuntu1/debian/patches/series	2022-02-06 11:02:58.000000000 +0000
@@ -47,3 +47,4 @@ debian/configure-regen.diff
 fixes/x32-io-msg-skip.diff
 fixes/encode-CVE-2021-36770.diff
 fixes/gdbm-1.20.diff
+disable-libperl-tests.diff
