<!DOCTYPE html>
<html>
<head>
</head>
<body>
<dl style="line-height: 1.5; margin-left: 2em">
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Author</dt>
<dd style="margin-left: 8.5em">Kouhei Sutou <kou****@clear*****></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Date</dt>
<dd style="margin-left: 8.5em">2012-07-29 00:02:02 +0900 (Sun, 29 Jul 2012)</dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">New Revision</dt>
<dd style="margin-left: 8.5em"><a href="https://github.com/mroonga/mroonga/commit/433c3fb3f159d040ceb34754042a96b078ea7668">433c3fb3f159d040ceb34754042a96b078ea7668</a></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Log</dt>
<dd style="margin-left: 8.5em"><pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; padding: 0.5em">yum: force to use SHA1 for digest</pre></dd>
<dt style="clear: both; float: left; font-weight: bold; width: 8em">Modified files</dt>
<dd style="margin-left: 8.5em">
<ul>
<li>packages/yum/sign-rpm.sh</li>
</ul>
</dd>
</dl>
<div class="diff-section" style="clear: both">
<div class="diff" style="margin-left: 1em; margin-right: 1em">
<pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace; line-height: 1.2; padding: 0.5em; white-space: normal"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre"> Modified: packages/yum/sign-rpm.sh (+1 -0)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">--- packages/yum/sign-rpm.sh 2012-07-28 18:15:18 +0900 (0b346ba)</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+++ packages/yum/sign-rpm.sh 2012-07-29 00:02:02 +0900 (67fc8bb)</span>
<span class="diff-line" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -30,6 +30,7 @@ echo "NOTE: YOU JUST ENTER! YOU DON'T NEED TO INPUT PASSWORD!"</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> echo " IT'S JUST FOR rpm COMMAND RESTRICTION!"</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> run rpm \</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> -D "_gpg_name ${GPG_UID}" \</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+ -D "_gpg_digest_algo sha1" \</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> -D "__gpg /usr/bin/gpg2" \</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> -D "__gpg_check_password_cmd /bin/true true" \</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> -D "__gpg_sign_cmd %{__gpg} gpg --batch --no-verbose --no-armor %{?_gpg_digest_algo:--digest-algo %{_gpg_digest_algo}} --no-secmem-warning -u \"%{_gpg_name}\" -sbo %{__signature_filename} %{__plaintext_filename}" \</span>
</pre>
</div>
</div>
</body>
</html>