<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/scripts/compose_functions, branch alee-78</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/'/>
<entry>
<title>PKI Deployment Scriptlets</title>
<updated>2012-08-17T22:07:19+00:00</updated>
<author>
<name>Matthew Harmsen</name>
<email>mharmsen@redhat.com</email>
</author>
<published>2012-08-17T03:09:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=aaebc76f590a31f6dc44efa98dba950985dc6dd2'/>
<id>aaebc76f590a31f6dc44efa98dba950985dc6dd2</id>
<content type='text'>
* TRAC Ticket #266 - for non-master CA subsystems, pkidestroy needs to
  contact the security domain to update the domain
* Made Fedora 17 rely upon tomcatjss 7.0.0 or later
* Changed Dogtag 10 build-time and runtime requirements for 'pki-deploy'
* Altered PKI Package Dependency Chain (top-to-bottom):
  pki-ca, pki-kra, pki-ocsp, pki-tks --&gt; pki-deploy --&gt; pki-common
* Changed TPS to require a build-time dependency of 'httpd-devel &gt;= 2.4.2'
* Clarified RPM build script's usage message
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* TRAC Ticket #266 - for non-master CA subsystems, pkidestroy needs to
  contact the security domain to update the domain
* Made Fedora 17 rely upon tomcatjss 7.0.0 or later
* Changed Dogtag 10 build-time and runtime requirements for 'pki-deploy'
* Altered PKI Package Dependency Chain (top-to-bottom):
  pki-ca, pki-kra, pki-ocsp, pki-tks --&gt; pki-deploy --&gt; pki-common
* Changed TPS to require a build-time dependency of 'httpd-devel &gt;= 2.4.2'
* Clarified RPM build script's usage message
</pre>
</div>
</content>
</entry>
<entry>
<title>Added option to build without Javadoc.</title>
<updated>2012-03-26T17:54:21+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-03-23T15:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=78378144e71a00a67690a1f99152402c892b0103'/>
<id>78378144e71a00a67690a1f99152402c892b0103</id>
<content type='text'>
The build scripts have been modified to provide an option to build
without Javadoc to speed up development builds. The option can be
used as follows:

  compose_pki_core_packages --without-javadoc hybrid_rpms

Ticket #111
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The build scripts have been modified to provide an option to build
without Javadoc to speed up development builds. The option can be
used as follows:

  compose_pki_core_packages --without-javadoc hybrid_rpms

Ticket #111
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unnecessary pki folder.</title>
<updated>2012-03-26T16:43:54+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-03-24T07:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=621d9e5c413e561293d7484b93882d985b3fe15f'/>
<id>621d9e5c413e561293d7484b93882d985b3fe15f</id>
<content type='text'>
Previously the source code was located inside a pki folder.
This folder was created during svn migration and is no longer
needed. This folder has now been removed and the contents have
been moved up one level.

Ticket #131
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the source code was located inside a pki folder.
This folder was created during svn migration and is no longer
needed. This folder has now been removed and the contents have
been moved up one level.

Ticket #131
</pre>
</div>
</content>
</entry>
</feed>
>
<a id='n7' href='#n7'>7</a>
<a id='n8' href='#n8'>8</a>
<a id='n9' href='#n9'>9</a>
<a id='n10' href='#n10'>10</a>
<a id='n11' href='#n11'>11</a>
<a id='n12' href='#n12'>12</a>
<a id='n13' href='#n13'>13</a>
<a id='n14' href='#n14'>14</a>
<a id='n15' href='#n15'>15</a>
<a id='n16' href='#n16'>16</a>
<a id='n17' href='#n17'>17</a>
<a id='n18' href='#n18'>18</a>
<a id='n19' href='#n19'>19</a>
<a id='n20' href='#n20'>20</a>
<a id='n21' href='#n21'>21</a>
<a id='n22' href='#n22'>22</a>
</pre></td>
<td class='lines'><pre><code><span class="hl ppc">#ifndef __KEYBOARD_H</span>
<span class="hl ppc">#define __KEYBOARD_H</span>

<span class="hl ppc">#ifdef CONFIG_PS2MULT</span>
<span class="hl ppc">#include &lt;ps2mult.h&gt;</span>
<span class="hl ppc">#endif</span>

<span class="hl ppc">#if !defined(kbd_request_region) || \</span>
<span class="hl ppc">    !defined(kbd_request_irq) || \</span>
<span class="hl ppc">    !defined(kbd_read_input) || \</span>
<span class="hl ppc">    !defined(kbd_read_status) || \</span>
<span class="hl ppc">    !defined(kbd_write_output) || \</span>
<span class="hl ppc">    !defined(kbd_write_command)</span>
<span class="hl ppc">#error PS/2 low level routines not defined</span>
<span class="hl ppc">#endif</span>

<span class="hl kwc">extern</span> <span class="hl kwb">int</span> <span class="hl kwd">kbd_init</span> <span class="hl opt">(</span><span class="hl kwb">void</span><span class="hl opt">);</span>
<span class="hl kwc">extern</span> <span class="hl kwb">void</span> <span class="hl kwd">handle_scancode</span><span class="hl opt">(</span><span class="hl kwb">unsigned char</span> scancode<span class="hl opt">);</span>
<span class="hl kwc">extern</span> <span class="hl kwb">int</span> <span class="hl kwd">kbd_init_hw</span><span class="hl opt">(</span><span class="hl kwb">void</span><span class="hl opt">);</span>
<span class="hl kwc">extern</span> <span class="hl kwb">void</span> <span class="hl kwd">pckbd_leds</span><span class="hl opt">(</span><span class="hl kwb">unsigned char</span> leds<span class="hl opt">);</span>

<span class="hl ppc">#endif</span> <span class="hl com">/* __KEYBOARD_H */</span><span class="hl ppc"></span>
</code></pre></td></tr></table>
</div> <!-- class=content -->
<div class='footer'>generated by <a href='https://git.zx2c4.com/cgit/about/'>cgit </a> (<a href='https://git-scm.com/'>git 2.34.1</a>) at 2026-04-26 14:31:15 +0000</div>
</div> <!-- id=cgit -->
</body>
</html>
