diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-04-29 16:48:16 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-05-01 10:50:24 +0200 |
commit | 89901946f936446f439b95f1a9a85ac942ac2c92 (patch) | |
tree | f74a7cf049fbfbda478c1fdeec05c1a45d552302 /po/zh_CN.po | |
parent | 46e00c9062d09a642973e83a334483db1f310397 (diff) |
support Signed-By in Release files as a sort of HPKP
Users have the option since apt >= 1.1 to enforce that a Release file is
signed with specific key(s) either via keyring filename or fingerprints.
This commit adds an entry with the same name and value (except that it
doesn't accept filenames for obvious reasons) to the Release file so
that the repository owner can set a default value for this setting
effecting the *next* Release file, not the current one, which provides a
functionality similar "HTTP Public Key Pinning". The pinning is in
effect as long as the (then old) Release file is considered valid, but
it is also ignored if the Release file has no Valid-Until at all.
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index a1fc57f42..db479f521 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -3153,13 +3153,8 @@ msgstr "Release 文件 %s 中不含散列项,该文件用于保证足够的安 #: apt-pkg/deb/debmetaindex.cc #, c-format -msgid "Invalid 'Date' entry in Release file %s" -msgstr "软件包仓库 Release 文件 %s 内 Date 条目无效" - -#: apt-pkg/deb/debmetaindex.cc -#, c-format -msgid "Invalid 'Valid-Until' entry in Release file %s" -msgstr "软件包仓库 Release 文件 %s 内 Valid-Until 条目无效" +msgid "Invalid '%s' entry in Release file %s" +msgstr "软件包仓库 Release 文件 %2$s 内 %1$s 条目无效" #. TRANSLATOR: The first is an option name from sources.list manpage, the other two URI and Suite #: apt-pkg/deb/debmetaindex.cc |