summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2020-10-13 09:33:59 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2020-10-13 09:33:59 +0200
commite3e46f16c651e74bdb105a2b832b67795c57c0a2 (patch)
tree6b13ca3248cf13034af616d5028e58cf36b07758
parent194308a4e4d08a62e3ee3c08795df87d50e481ad (diff)
downloadlibpwquality-git-e3e46f16c651e74bdb105a2b832b67795c57c0a2.tar.gz
Prepare release 1.4.4libpwquality-1.4.4
Additional fix for cracklib check enablement during build.
-rw-r--r--NEWS3
-rw-r--r--configure.ac12
-rw-r--r--libpwquality.spec.in4
-rw-r--r--po/ar.po2
-rw-r--r--po/as.po2
-rw-r--r--po/az.po2
-rw-r--r--po/bg.po2
-rw-r--r--po/bn_IN.po2
-rw-r--r--po/ca.po2
-rw-r--r--po/cs.po2
-rw-r--r--po/da.po2
-rw-r--r--po/de.po2
-rw-r--r--po/es.po2
-rw-r--r--po/eu.po2
-rw-r--r--po/fa.po2
-rw-r--r--po/fi.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/fur.po2
-rw-r--r--po/gu.po2
-rw-r--r--po/he.po2
-rw-r--r--po/hi.po2
-rw-r--r--po/hu.po2
-rw-r--r--po/id.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/kk.po2
-rw-r--r--po/km.po2
-rw-r--r--po/kn.po2
-rw-r--r--po/ko.po2
-rw-r--r--po/libpwquality.pot4
-rw-r--r--po/ml.po2
-rw-r--r--po/mr.po2
-rw-r--r--po/nb.po2
-rw-r--r--po/nl.po2
-rw-r--r--po/or.po2
-rw-r--r--po/pa.po2
-rw-r--r--po/pl.po2
-rw-r--r--po/pt.po2
-rw-r--r--po/pt_BR.po2
-rw-r--r--po/ru.po2
-rw-r--r--po/si.po2
-rw-r--r--po/sk.po2
-rw-r--r--po/sq.po2
-rw-r--r--po/sr.po2
-rw-r--r--po/sr@latin.po2
-rw-r--r--po/sv.po2
-rw-r--r--po/ta.po2
-rw-r--r--po/te.po2
-rw-r--r--po/tr.po2
-rw-r--r--po/uk.po2
-rw-r--r--po/ur.po2
-rw-r--r--po/vi.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--po/zh_TW.po2
-rw-r--r--po/zu.po2
55 files changed, 69 insertions, 56 deletions
diff --git a/NEWS b/NEWS
index 89bad84..8e9532c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
libpwquality NEWS -- history of user-visible changes.
+Release 1.4.4
+* Fix regression with enabling the cracklib check during build
+
Release 1.4.3
* Multiple translation updates
* Add usersubstr check for substrings of N characters from the username
diff --git a/configure.ac b/configure.ac
index 8f35526..201a2e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([libpwquality], [1.4.3])
+AC_INIT([libpwquality], [1.4.4])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip -Wall])
AC_PREREQ(2.61)
@@ -158,8 +158,14 @@ AC_ARG_ENABLE([cracklib-check],
[enable_cracklib_check=$enableval])
AS_IF([test "x$enable_cracklib_check" != "xno"], [
-AC_CHECK_HEADERS([crack.h],
- AC_SEARCH_LIBS([FascistCheck], [crack], LIBCRACK="-lz -lcrack" LIBS="$LIBS -lz", LIBCRACK="", [-lz]))
+AC_CHECK_HEADERS([crack.h],[
+ dnl If cracklib is shared -lz is not needed
+ AC_CHECK_LIB([crack], [FascistCheck], LIBCRACK="-lcrack" LIBS="$LIBS", LIBCRACK="")
+if test "x$ac_cv_lib_crack_FascistCheck" = "xno" ; then
+ unset ac_cv_lib_crack_FascistCheck
+ AC_CHECK_LIB([crack], [FascistCheck], LIBCRACK="-lz -lcrack" LIBS="$LIBS -lz", LIBCRACK="", [-lz])
+fi
+ ])
if test "x$LIBCRACK" = "x" ; then
AC_MSG_ERROR([No or unusable cracklib library])
fi
diff --git a/libpwquality.spec.in b/libpwquality.spec.in
index c27bfd7..61e1e04 100644
--- a/libpwquality.spec.in
+++ b/libpwquality.spec.in
@@ -179,6 +179,10 @@ mkdir $RPM_BUILD_ROOT%{_secconfdir}/pwquality.conf.d
%endif
%changelog
+* Tue Oct 13 2020 Tomáš Mráz <tmraz@redhat.com> 1.4.4-1
+- Translation updates
+- Fix regression with enabling the cracklib check during build
+
* Mon Oct 12 2020 Tomáš Mráz <tmraz@redhat.com> 1.4.3-1
- Multiple translation updates
- Add usersubstr check for substrings of N characters from the username
diff --git a/po/ar.po b/po/ar.po
index 19a23e5..e47801f 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:00+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/as.po b/po/as.po
index 9940286..8e55045 100644
--- a/po/as.po
+++ b/po/as.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:00+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Assamese (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/az.po b/po/az.po
index d24c530..a0d4d9b 100644
--- a/po/az.po
+++ b/po/az.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libpwquality 1.4.2\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
diff --git a/po/bg.po b/po/bg.po
index fc3b009..4612633 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-01-15 10:15+0000\n"
"Last-Translator: Valentin Laskov <v_laskov@mail.bg>\n"
"Language-Team: Bulgarian <https://translate.stg.fedoraproject.org/projects/"
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 8e4545e..fcccb79 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 08:59+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Bengali (India) (http://www.transifex.com/projects/p/"
diff --git a/po/ca.po b/po/ca.po
index 9e405a5..646886a 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2019-01-30 01:06+0000\n"
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/cs.po b/po/cs.po
index cd3d686..bcf1a42 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-01-04 18:49+0000\n"
"Last-Translator: Tomáš Mráz <tmraz@redhat.com>\n"
"Language-Team: Czech <https://translate.stg.fedoraproject.org/projects/"
diff --git a/po/da.po b/po/da.po
index 3d93f8c..6336d67 100644
--- a/po/da.po
+++ b/po/da.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2018-09-20 09:53+0000\n"
"Last-Translator: scootergrisen <scootergrisen@gmail.com>\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/de.po b/po/de.po
index 5ab314c..0ba0c97 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 08:59+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/po/es.po b/po/es.po
index 6399eb8..a3af56f 100644
--- a/po/es.po
+++ b/po/es.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-08-14 14:29+0000\n"
"Last-Translator: Emilio Herrera <ehespinosa57@gmail.com>\n"
"Language-Team: Spanish <https://translate.fedoraproject.org/projects/"
diff --git a/po/eu.po b/po/eu.po
index cd1ee5b..8b37a48 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:00+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Basque (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/fa.po b/po/fa.po
index ac6fe8a..5dbb444 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libpwquality 1.4.2\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
diff --git a/po/fi.po b/po/fi.po
index 3803dc0..caca3ad 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:20+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Finnish (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/fr.po b/po/fr.po
index 310886c..c3fd431 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-02-08 07:16+0000\n"
"Last-Translator: Julien Humbert <julroy67@gmail.com>\n"
"Language-Team: French <https://translate.stg.fedoraproject.org/projects/"
diff --git a/po/fur.po b/po/fur.po
index 69799f3..d9690cb 100644
--- a/po/fur.po
+++ b/po/fur.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libpwquality 1.3.1\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-09-14 04:29+0000\n"
"Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n"
"Language-Team: Friulian <https://translate.fedoraproject.org/projects/"
diff --git a/po/gu.po b/po/gu.po
index 7da1e68..e8d0e59 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 08:59+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/po/he.po b/po/he.po
index 4e0e286..fb1dc27 100644
--- a/po/he.po
+++ b/po/he.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:20+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Hebrew (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/hi.po b/po/hi.po
index 3f2542d..1c3fc17 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:00+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Hindi (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/hu.po b/po/hu.po
index d9e060f..473cd6f 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-01-04 18:49+0000\n"
"Last-Translator: Balázs Meskó <meskobalazs@gmail.com>\n"
"Language-Team: Hungarian <https://translate.stg.fedoraproject.org/projects/"
diff --git a/po/id.po b/po/id.po
index d9f8edd..937dd00 100644
--- a/po/id.po
+++ b/po/id.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libpwquality 1.3.1\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-07-24 01:03+0000\n"
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
"Language-Team: Indonesian\n"
diff --git a/po/it.po b/po/it.po
index ca9aaea..1013569 100644
--- a/po/it.po
+++ b/po/it.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-09-11 14:29+0000\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <https://translate.fedoraproject.org/projects/"
diff --git a/po/ja.po b/po/ja.po
index 1876c82..9c4ac39 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-07-05 10:53+0000\n"
"Last-Translator: yoshifumi kinoshita <yoshifumi1975@gmail.com>\n"
"Language-Team: Japanese <https://translate.fedoraproject.org/projects/"
diff --git a/po/kk.po b/po/kk.po
index 1cefa5f..86cf1f9 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-07-05 10:53+0000\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"Language-Team: Kazakh <https://translate.fedoraproject.org/projects/"
diff --git a/po/km.po b/po/km.po
index 1dc462e..c36bbb2 100644
--- a/po/km.po
+++ b/po/km.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:21+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Khmer (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/kn.po b/po/kn.po
index 6178644..8bb6564 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:00+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/ko.po b/po/ko.po
index 1813ae8..63a775c 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:01+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Korean (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/libpwquality.pot b/po/libpwquality.pot
index d392009..d69a9dd 100644
--- a/po/libpwquality.pot
+++ b/po/libpwquality.pot
@@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libpwquality 1.4.3\n"
+"Project-Id-Version: libpwquality 1.4.4\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/po/ml.po b/po/ml.po
index 481b91c..99de540 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:00+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Malayalam (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/mr.po b/po/mr.po
index fa7cc49..d1e896b 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:00+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Marathi <sshedmak@redhat.com>\n"
diff --git a/po/nb.po b/po/nb.po
index 2867e3e..134de13 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-05-21 01:40+0000\n"
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
"Language-Team: Norwegian Bokmål <https://translate.fedoraproject.org/"
diff --git a/po/nl.po b/po/nl.po
index 5e9c125..3acf438 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:20+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/or.po b/po/or.po
index 7632e9e..0b758fb 100644
--- a/po/or.po
+++ b/po/or.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:01+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Oriya (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/pa.po b/po/pa.po
index 6f66c2d..8683930 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 08:59+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/"
diff --git a/po/pl.po b/po/pl.po
index f00895b..f73bd05 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-10-12 15:01+0000\n"
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
"Language-Team: Polish <https://translate.fedoraproject.org/projects/"
diff --git a/po/pt.po b/po/pt.po
index 99ab2bd..25d4a1f 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:19+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Portuguese (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index ea4568d..899d167 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:00+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
diff --git a/po/ru.po b/po/ru.po
index 9a453d4..8d9b8d7 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-07-05 10:53+0000\n"
"Last-Translator: Baurzhan Muftakhidinov <baurthefirst@gmail.com>\n"
"Language-Team: Russian <https://translate.fedoraproject.org/projects/"
diff --git a/po/si.po b/po/si.po
index 9eb0838..9bc5d8f 100644
--- a/po/si.po
+++ b/po/si.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:01+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Sinhala (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/sk.po b/po/sk.po
index bfb9e4f..07f85e7 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:21+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Slovak (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/sq.po b/po/sq.po
index 0cadf46..6f6c178 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libpwquality 1.2.4\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:20+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Albanian\n"
diff --git a/po/sr.po b/po/sr.po
index 77a3c6f..c7b39c4 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:20+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Serbian (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/sr@latin.po b/po/sr@latin.po
index 83022ed..4e65f6f 100644
--- a/po/sr@latin.po
+++ b/po/sr@latin.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:00+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/"
diff --git a/po/sv.po b/po/sv.po
index e83c9cb..bf615f0 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:21+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Swedish (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/ta.po b/po/ta.po
index 6e42ed9..10fc39e 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 08:59+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Tamil (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/te.po b/po/te.po
index 4b415ce..7ba695a 100644
--- a/po/te.po
+++ b/po/te.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 08:59+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
diff --git a/po/tr.po b/po/tr.po
index 7795704..3d092d2 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-10-12 16:49+0000\n"
"Last-Translator: Oğuz Ersen <oguzersen@protonmail.com>\n"
"Language-Team: Turkish <https://translate.fedoraproject.org/projects/"
diff --git a/po/uk.po b/po/uk.po
index 0b03908..0026cdb 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-10-12 15:26+0000\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <https://translate.fedoraproject.org/projects/"
diff --git a/po/ur.po b/po/ur.po
index 6c0b653..3bc4b54 100644
--- a/po/ur.po
+++ b/po/ur.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libpwquality 1.2.4\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:20+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Urdu (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/vi.po b/po/vi.po
index 6463b84..91e9f5c 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:00+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Vietnamese (http://www.transifex.com/projects/p/libpwquality/"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 4d10bfb..8229066 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2020-07-29 16:29+0000\n"
"Last-Translator: Charles Lee <lchopn@gmail.com>\n"
"Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 2e1de48..ed15b2b 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 08:59+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/po/zu.po b/po/zu.po
index a07cc2d..5e5cfed 100644
--- a/po/zu.po
+++ b/po/zu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PWQuality library\n"
"Report-Msgid-Bugs-To: http://fedorahosted.org/libpwquality\n"
-"POT-Creation-Date: 2020-10-12 16:46+0200\n"
+"POT-Creation-Date: 2020-10-13 08:32+0200\n"
"PO-Revision-Date: 2017-05-26 09:00+0000\n"
"Last-Translator: Copied by Zanata <copied-by-zanata@zanata.org>\n"
"Language-Team: Zulu (http://www.transifex.com/projects/p/libpwquality/"