summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCallum Parsey2023-04-22 15:23:03 +0930
committerCallum Parsey2023-04-22 15:23:03 +0930
commit1801a446957e8be98c6b20ae8e7426fc3e4767c2 (patch)
tree5fad862d0b225347df7c5246e74d77cfcb933a08
parentc9a3ec89b8556290e35844ed8d31b9ea177e6dd2 (diff)
downloadaur-1801a446957e8be98c6b20ae8e7426fc3e4767c2.tar.gz
Update to upstream version 3.132
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
-rw-r--r--arch-finger.patch6
-rw-r--r--arch-license-path.patch156
-rw-r--r--arch-policy.patch18
5 files changed, 103 insertions, 103 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc1b711e3254..b6b1c48a1c3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = adduser-deb
pkgdesc = Debian's 'adduser' and 'deluser' commands for creating and removing users
- pkgver = 3.131
- pkgrel = 2
+ pkgver = 3.132
+ pkgrel = 1
url = https://salsa.debian.org/debian/adduser
arch = any
license = GPL2
@@ -16,13 +16,13 @@ pkgbase = adduser-deb
conflicts = adduser
backup = etc/adduser.conf
backup = etc/deluser.conf
- source = https://salsa.debian.org/debian/adduser/-/archive/debian/3.131/adduser-debian-3.131.tar.gz
+ source = https://salsa.debian.org/debian/adduser/-/archive/debian/3.132/adduser-debian-3.132.tar.gz
source = arch-finger.patch
source = arch-license-path.patch
source = arch-policy.patch
- sha256sums = 3ce6de32bce048d12429d9431b36d8437c1934266475b6a9f5235b3dff54f918
- sha256sums = 917d0f4733610e0fef9210728d1a11ac47574293c5c4c5e37d654e78f84dff85
- sha256sums = 2bb01846f0f3206796a817aacc65bef7d216ef7e0a89132661abb4182f0ba7d6
- sha256sums = 245e1fcd5baa0e85471ef92778bd429dedc094e02743d1a832217e116be3ccb1
+ sha256sums = dfeb96647b7f4e84eb26f78ae60da1a64b2d8f0071bbf9ba00c513db20a1bcef
+ sha256sums = 0acd60ff4efb100b3f15042c3d31c447a387140240d72b81be25b6afdf952e02
+ sha256sums = 7c6bbbb2cd59127b698977db8a9ffbe77815b4e1e2761f353a7946516147129e
+ sha256sums = 320d34f3e08a4546c1737370c17c091810a364ab184638fbcf2759fef8e0a1ea
pkgname = adduser-deb
diff --git a/PKGBUILD b/PKGBUILD
index 71dc0c5d62c9..358f2c088482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# `conflicts` directives. Neither scenario is ideal, so just use the old name.
pkgname=adduser-deb
_pkgname=adduser-debian
-pkgver=3.131
-pkgrel=2
+pkgver=3.132
+pkgrel=1
pkgdesc="Debian's 'adduser' and 'deluser' commands for creating and removing users"
arch=("any")
url="https://salsa.debian.org/debian/adduser"
@@ -43,10 +43,10 @@ source=("https://salsa.debian.org/debian/adduser/-/archive/debian/${pkgver}/${_p
"arch-finger.patch"
"arch-license-path.patch"
"arch-policy.patch")
-sha256sums=('3ce6de32bce048d12429d9431b36d8437c1934266475b6a9f5235b3dff54f918'
- '917d0f4733610e0fef9210728d1a11ac47574293c5c4c5e37d654e78f84dff85'
- '2bb01846f0f3206796a817aacc65bef7d216ef7e0a89132661abb4182f0ba7d6'
- '245e1fcd5baa0e85471ef92778bd429dedc094e02743d1a832217e116be3ccb1')
+sha256sums=('dfeb96647b7f4e84eb26f78ae60da1a64b2d8f0071bbf9ba00c513db20a1bcef'
+ '0acd60ff4efb100b3f15042c3d31c447a387140240d72b81be25b6afdf952e02'
+ '7c6bbbb2cd59127b698977db8a9ffbe77815b4e1e2761f353a7946516147129e'
+ '320d34f3e08a4546c1737370c17c091810a364ab184638fbcf2759fef8e0a1ea')
prepare() {
# Arch's UID/GID policy differs a little from Debian's. I've included a patch
diff --git a/arch-finger.patch b/arch-finger.patch
index 13e828cd096d..6c3747da8d1c 100644
--- a/arch-finger.patch
+++ b/arch-finger.patch
@@ -1,6 +1,6 @@
-diff '--color=auto' -rupN adduser-debian-3.131.orig/adduser adduser-debian-3.131/adduser
---- adduser-debian-3.131.orig/adduser 2023-03-07 20:17:55.743091131 +1030
-+++ adduser-debian-3.131/adduser 2023-03-07 20:19:16.165702456 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/adduser adduser-debian-3.132/adduser
+--- adduser-debian-3.132.orig/adduser 2023-03-07 20:17:55.743091131 +1030
++++ adduser-debian-3.132/adduser 2023-03-07 20:19:16.165702456 +1030
@@ -1185,16 +1185,14 @@ sub ch_comment {
my $chfn = &which('chfn');
my $comment = shift;
diff --git a/arch-license-path.patch b/arch-license-path.patch
index 152b36720c74..d18caa4038a8 100644
--- a/arch-license-path.patch
+++ b/arch-license-path.patch
@@ -1,6 +1,6 @@
-diff '--color=auto' -rupN adduser-debian-3.131.orig/adduser adduser-debian-3.131/adduser
---- adduser-debian-3.131.orig/adduser 2023-02-20 17:15:50.375613060 +1030
-+++ adduser-debian-3.131/adduser 2023-02-20 17:21:43.830834709 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/adduser adduser-debian-3.132/adduser
+--- adduser-debian-3.132.orig/adduser 2023-02-20 17:15:50.375613060 +1030
++++ adduser-debian-3.132/adduser 2023-02-20 17:21:43.830834709 +1030
@@ -1252,7 +1252,8 @@ your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -11,9 +11,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/adduser adduser-debian-3.131
");
}
-diff '--color=auto' -rupN adduser-debian-3.131.orig/deluser adduser-debian-3.131/deluser
---- adduser-debian-3.131.orig/deluser 2023-02-20 17:15:50.378946505 +1030
-+++ adduser-debian-3.131/deluser 2023-02-20 17:22:56.186603271 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/deluser adduser-debian-3.132/deluser
+--- adduser-debian-3.132.orig/deluser 2023-02-20 17:15:50.378946505 +1030
++++ adduser-debian-3.132/deluser 2023-02-20 17:22:56.186603271 +1030
@@ -465,7 +465,8 @@ your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -24,9 +24,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/deluser adduser-debian-3.131
");
}
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/adduser.pot adduser-debian-3.131/po/adduser.pot
---- adduser-debian-3.131.orig/po/adduser.pot 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/adduser.pot 2023-02-20 17:23:11.157107172 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/adduser.pot adduser-debian-3.132/po/adduser.pot
+--- adduser-debian-3.132.orig/po/adduser.pot 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/adduser.pot 2023-02-20 17:23:11.157107172 +1030
@@ -452,7 +452,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -37,9 +37,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/adduser.pot adduser-debia
msgstr ""
#: ../adduser:1261
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/ca.po adduser-debian-3.131/po/ca.po
---- adduser-debian-3.131.orig/po/ca.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/ca.po 2023-02-20 17:30:59.979410435 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/ca.po adduser-debian-3.132/po/ca.po
+--- adduser-debian-3.132.orig/po/ca.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/ca.po 2023-02-20 17:30:59.979410435 +1030
@@ -500,7 +500,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -59,9 +59,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/ca.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/cs.po adduser-debian-3.131/po/cs.po
---- adduser-debian-3.131.orig/po/cs.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/cs.po 2023-02-20 17:31:41.407433593 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/cs.po adduser-debian-3.132/po/cs.po
+--- adduser-debian-3.132.orig/po/cs.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/cs.po 2023-02-20 17:31:41.407433593 +1030
@@ -488,7 +488,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -81,9 +81,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/cs.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/da.po adduser-debian-3.131/po/da.po
---- adduser-debian-3.131.orig/po/da.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/da.po 2023-02-20 17:33:05.970210379 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/da.po adduser-debian-3.132/po/da.po
+--- adduser-debian-3.132.orig/po/da.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/da.po 2023-02-20 17:33:05.970210379 +1030
@@ -490,7 +490,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -105,9 +105,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/da.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/de.po adduser-debian-3.131/po/de.po
---- adduser-debian-3.131.orig/po/de.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/de.po 2023-02-20 17:33:49.204967098 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/de.po adduser-debian-3.132/po/de.po
+--- adduser-debian-3.132.orig/po/de.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/de.po 2023-02-20 17:33:49.204967098 +1030
@@ -507,7 +507,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -127,9 +127,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/de.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/es.po adduser-debian-3.131/po/es.po
---- adduser-debian-3.131.orig/po/es.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/es.po 2023-02-20 17:34:57.527220887 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/es.po adduser-debian-3.132/po/es.po
+--- adduser-debian-3.132.orig/po/es.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/es.po 2023-02-20 17:34:57.527220887 +1030
@@ -531,7 +531,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -151,9 +151,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/es.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/eu.po adduser-debian-3.131/po/eu.po
---- adduser-debian-3.131.orig/po/eu.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/eu.po 2023-02-20 17:35:35.138463713 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/eu.po adduser-debian-3.132/po/eu.po
+--- adduser-debian-3.132.orig/po/eu.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/eu.po 2023-02-20 17:35:35.138463713 +1030
@@ -504,7 +504,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -164,9 +164,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/eu.po adduser-debian-3.13
msgstr ""
"Programa hau software librea da; birbana eta/edo alda dezakezu\n"
"Free Software Foundation-ek argitaratutako GNU Lizentzia Publiko\n"
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/fr.po adduser-debian-3.131/po/fr.po
---- adduser-debian-3.131.orig/po/fr.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/fr.po 2023-02-20 17:36:10.522967545 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/fr.po adduser-debian-3.132/po/fr.po
+--- adduser-debian-3.132.orig/po/fr.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/fr.po 2023-02-20 17:36:10.522967545 +1030
@@ -541,7 +541,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -186,9 +186,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/fr.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/gl.po adduser-debian-3.131/po/gl.po
---- adduser-debian-3.131.orig/po/gl.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/gl.po 2023-02-20 17:37:02.044673851 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/gl.po adduser-debian-3.132/po/gl.po
+--- adduser-debian-3.132.orig/po/gl.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/gl.po 2023-02-20 17:37:02.044673851 +1030
@@ -510,7 +510,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -210,9 +210,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/gl.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/hu.po adduser-debian-3.131/po/hu.po
---- adduser-debian-3.131.orig/po/hu.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/hu.po 2023-02-20 17:37:36.469148487 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/hu.po adduser-debian-3.132/po/hu.po
+--- adduser-debian-3.132.orig/po/hu.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/hu.po 2023-02-20 17:37:36.469148487 +1030
@@ -506,7 +506,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -233,9 +233,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/hu.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/it.po adduser-debian-3.131/po/it.po
---- adduser-debian-3.131.orig/po/it.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/it.po 2023-02-20 17:38:11.196967429 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/it.po adduser-debian-3.132/po/it.po
+--- adduser-debian-3.132.orig/po/it.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/it.po 2023-02-20 17:38:11.196967429 +1030
@@ -498,7 +498,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -255,9 +255,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/it.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/ja.po adduser-debian-3.131/po/ja.po
---- adduser-debian-3.131.orig/po/ja.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/ja.po 2023-02-20 17:38:53.655044029 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/ja.po adduser-debian-3.132/po/ja.po
+--- adduser-debian-3.132.orig/po/ja.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/ja.po 2023-02-20 17:38:53.655044029 +1030
@@ -506,7 +506,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -278,9 +278,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/ja.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/ko.po adduser-debian-3.131/po/ko.po
---- adduser-debian-3.131.orig/po/ko.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/ko.po 2023-02-20 17:39:16.442467903 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/ko.po adduser-debian-3.132/po/ko.po
+--- adduser-debian-3.132.orig/po/ko.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/ko.po 2023-02-20 17:39:16.442467903 +1030
@@ -460,7 +460,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -291,9 +291,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/ko.po adduser-debian-3.13
msgstr ""
#: ../adduser:1261
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/nb.po adduser-debian-3.131/po/nb.po
---- adduser-debian-3.131.orig/po/nb.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/nb.po 2023-02-20 17:39:56.280459132 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/nb.po adduser-debian-3.132/po/nb.po
+--- adduser-debian-3.132.orig/po/nb.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/nb.po 2023-02-20 17:39:56.280459132 +1030
@@ -498,7 +498,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -313,9 +313,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/nb.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/nl.po adduser-debian-3.131/po/nl.po
---- adduser-debian-3.131.orig/po/nl.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/nl.po 2023-02-20 17:40:29.331558743 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/nl.po adduser-debian-3.132/po/nl.po
+--- adduser-debian-3.132.orig/po/nl.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/nl.po 2023-02-20 17:40:29.331558743 +1030
@@ -514,7 +514,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -336,9 +336,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/nl.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/pl.po adduser-debian-3.131/po/pl.po
---- adduser-debian-3.131.orig/po/pl.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/pl.po 2023-02-20 17:41:51.924309127 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/pl.po adduser-debian-3.132/po/pl.po
+--- adduser-debian-3.132.orig/po/pl.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/pl.po 2023-02-20 17:41:51.924309127 +1030
@@ -494,7 +494,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -359,9 +359,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/pl.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/pt_BR.po adduser-debian-3.131/po/pt_BR.po
---- adduser-debian-3.131.orig/po/pt_BR.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/pt_BR.po 2023-02-20 17:42:19.238552762 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/pt_BR.po adduser-debian-3.132/po/pt_BR.po
+--- adduser-debian-3.132.orig/po/pt_BR.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/pt_BR.po 2023-02-20 17:42:19.238552762 +1030
@@ -512,7 +512,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -382,9 +382,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/pt_BR.po adduser-debian-3
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/pt.po adduser-debian-3.131/po/pt.po
---- adduser-debian-3.131.orig/po/pt.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/pt.po 2023-02-20 17:42:54.403058503 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/pt.po adduser-debian-3.132/po/pt.po
+--- adduser-debian-3.132.orig/po/pt.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/pt.po 2023-02-20 17:42:54.403058503 +1030
@@ -521,7 +521,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -404,9 +404,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/pt.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/ru.po adduser-debian-3.131/po/ru.po
---- adduser-debian-3.131.orig/po/ru.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/ru.po 2023-02-20 17:43:19.077214796 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/ru.po adduser-debian-3.132/po/ru.po
+--- adduser-debian-3.132.orig/po/ru.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/ru.po 2023-02-20 17:43:19.077214796 +1030
@@ -498,7 +498,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -427,9 +427,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/ru.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/sk.po adduser-debian-3.131/po/sk.po
---- adduser-debian-3.131.orig/po/sk.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/sk.po 2023-02-20 17:43:40.344590985 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/sk.po adduser-debian-3.132/po/sk.po
+--- adduser-debian-3.132.orig/po/sk.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/sk.po 2023-02-20 17:43:40.344590985 +1030
@@ -493,7 +493,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -440,9 +440,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/sk.po adduser-debian-3.13
msgstr ""
"Tento program je slobodný softvér; môžete ho šíriť a/alebo meniť\n"
"za podmienok GNU General Public License (GNU GPL), ktorú publikovala\n"
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/sv.po adduser-debian-3.131/po/sv.po
---- adduser-debian-3.131.orig/po/sv.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/sv.po 2023-02-20 17:44:15.082416936 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/sv.po adduser-debian-3.132/po/sv.po
+--- adduser-debian-3.132.orig/po/sv.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/sv.po 2023-02-20 17:44:15.082416936 +1030
@@ -501,7 +501,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -464,9 +464,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/sv.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/uk.po adduser-debian-3.131/po/uk.po
---- adduser-debian-3.131.orig/po/uk.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/uk.po 2023-02-20 17:45:01.610637021 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/uk.po adduser-debian-3.132/po/uk.po
+--- adduser-debian-3.132.orig/po/uk.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/uk.po 2023-02-20 17:45:01.610637021 +1030
@@ -490,7 +490,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -486,9 +486,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/uk.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/vi.po adduser-debian-3.131/po/vi.po
---- adduser-debian-3.131.orig/po/vi.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/vi.po 2023-02-20 17:46:00.562606214 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/vi.po adduser-debian-3.132/po/vi.po
+--- adduser-debian-3.132.orig/po/vi.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/vi.po 2023-02-20 17:46:00.562606214 +1030
@@ -503,7 +503,8 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -510,9 +510,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/po/vi.po adduser-debian-3.13
#: ../adduser:1261
msgid ""
-diff '--color=auto' -rupN adduser-debian-3.131.orig/po/zh_CN.po adduser-debian-3.131/po/zh_CN.po
---- adduser-debian-3.131.orig/po/zh_CN.po 2023-02-20 17:15:50.382279951 +1030
-+++ adduser-debian-3.131/po/zh_CN.po 2023-02-20 17:47:04.898089689 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/po/zh_CN.po adduser-debian-3.132/po/zh_CN.po
+--- adduser-debian-3.132.orig/po/zh_CN.po 2023-02-20 17:15:50.382279951 +1030
++++ adduser-debian-3.132/po/zh_CN.po 2023-02-20 17:47:04.898089689 +1030
@@ -479,14 +479,15 @@ msgid ""
"This program is distributed in the hope that it will be useful, but\n"
"WITHOUT ANY WARRANTY; without even the implied warranty of\n"
diff --git a/arch-policy.patch b/arch-policy.patch
index 7d94567eba3e..57f4031212c6 100644
--- a/arch-policy.patch
+++ b/arch-policy.patch
@@ -1,6 +1,6 @@
-diff '--color=auto' -rupN adduser-debian-3.131.orig/AdduserCommon.pm adduser-debian-3.131/AdduserCommon.pm
---- adduser-debian-3.131.orig/AdduserCommon.pm 2023-03-07 18:08:25.694341050 +1030
-+++ adduser-debian-3.131/AdduserCommon.pm 2023-03-07 18:11:00.172778792 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/AdduserCommon.pm adduser-debian-3.132/AdduserCommon.pm
+--- adduser-debian-3.132.orig/AdduserCommon.pm 2023-03-07 18:08:25.694341050 +1030
++++ adduser-debian-3.132/AdduserCommon.pm 2023-03-07 18:11:00.172778792 +1030
@@ -286,18 +286,18 @@ sub preseed_config {
backup => 0,
backup_to => ".",
@@ -36,9 +36,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/AdduserCommon.pm adduser-deb
exclude_fstypes => "(proc|sysfs|usbfs|devpts|devtmpfs|devfs|afs)",
skel_ignore_regex => "\.(dpkg|ucf)-(old|new|dist)\$",
extra_groups => "users",
-diff '--color=auto' -rupN adduser-debian-3.131.orig/adduser.conf adduser-debian-3.131/adduser.conf
---- adduser-debian-3.131.orig/adduser.conf 2023-03-07 18:08:25.694341050 +1030
-+++ adduser-debian-3.131/adduser.conf 2023-03-07 18:12:36.269287490 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/adduser.conf adduser-debian-3.132/adduser.conf
+--- adduser-debian-3.132.orig/adduser.conf 2023-03-07 18:08:25.694341050 +1030
++++ adduser-debian-3.132/adduser.conf 2023-03-07 18:12:36.269287490 +1030
@@ -21,21 +21,21 @@
# Specify inclusive ranges of UIDs and GIDs from which UIDs and GIDs
# for system users, system groups, non-system users and non-system groups
@@ -97,9 +97,9 @@ diff '--color=auto' -rupN adduser-debian-3.131.orig/adduser.conf adduser-debian-
# When populating the newly created home directory of a non-system user,
# files in SKEL matching this regex are not copied.
-diff '--color=auto' -rupN adduser-debian-3.131.orig/doc/adduser.conf.5 adduser-debian-3.131/doc/adduser.conf.5
---- adduser-debian-3.131.orig/doc/adduser.conf.5 2023-03-07 18:08:25.697674494 +1030
-+++ adduser-debian-3.131/doc/adduser.conf.5 2023-03-07 18:10:36.715337017 +1030
+diff '--color=auto' -rupN adduser-debian-3.132.orig/doc/adduser.conf.5 adduser-debian-3.132/doc/adduser.conf.5
+--- adduser-debian-3.132.orig/doc/adduser.conf.5 2023-03-07 18:08:25.697674494 +1030
++++ adduser-debian-3.132/doc/adduser.conf.5 2023-03-07 18:10:36.715337017 +1030
@@ -62,17 +62,17 @@ Defaults to \fIusers\fP.
.B FIRST_SYSTEM_GID " and " LAST_SYSTEM_GID
specify an inclusive range of GIDs from which GIDs