• R/O
  • SSH
  • HTTPS

caitsith: Commit


Commit MetaInfo

Revision162 (tree)
Time2015-07-23 23:24:32
Authorkumaneko

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/caitsith-tools/caitsith-tools.spec (revision 161)
+++ trunk/caitsith-tools/caitsith-tools.spec (revision 162)
@@ -2,7 +2,7 @@
22
33 Name: caitsith-tools
44 Version: 0.1
5-Release: 4
5+Release: 5
66 License: GPL
77 Group: System Environment/Kernel
88 ExclusiveOS: Linux
@@ -15,9 +15,9 @@
1515 ##
1616 # BuildRequires: ncurses-devel
1717 Requires: ncurses
18-Conflicts: caitsith-tools < 0.1-4
18+Conflicts: caitsith-tools < 0.1-5
1919
20-Source0: http://osdn.dl.sourceforge.jp/caitsith/55465/caitsith-tools-0.1-20140105.tar.gz
20+Source0: http://osdn.dl.sourceforge.jp/caitsith/55465/caitsith-tools-0.1-20150723.tar.gz
2121
2222 %description
2323 This package contains userspace tools for administrating CaitSith 0.1.
@@ -51,6 +51,9 @@
5151 /usr/sbin/*
5252
5353 %changelog
54+* Thu Jul 23 2015 0.1-5
55+- caitsith-queryd: Copy a line to edit buffer correctly.
56+
5457 * Sun Jan 05 2014 0.1-4
5558 - Let caitsith-queryd use poll() rather than select().
5659
--- trunk/caitsith-tools/usr_sbin/caitsith-queryd.c (revision 161)
+++ trunk/caitsith-tools/usr_sbin/caitsith-queryd.c (revision 162)
@@ -5,7 +5,7 @@
55 *
66 * Copyright (C) 2005-2012 NTT DATA CORPORATION
77 *
8- * Version: 0.1+ 2014/01/05
8+ * Version: 0.1+ 2015/07/23
99 *
1010 * This program is free software; you can redistribute it and/or modify it
1111 * under the terms of the GNU General Public License v2 as published by the
@@ -160,9 +160,6 @@
160160 cp = strchr(cp + 2, ' ');
161161 if (!cp++)
162162 return false;
163- cp = strchr(cp, ' ');
164- if (!cp++)
165- return false;
166163 ccs_initial_readline_data = NULL;
167164 ccs_readline_history_count =
168165 ccs_add_history(cp, ccs_readline_history,
--- tags/htdocs/index.html (revision 161)
+++ tags/htdocs/index.html (revision 162)
@@ -412,10 +412,10 @@
412412 <p>Make sure the dependencies described above have been installed. Compile and install the tools with the following commands. (Please use USRLIBDIR=<code>/usr/lib</code> or USRLIBDIR=<code>/usr/lib32</code> if needed):</p>
413413
414414 <pre class="command">
415-$ wget -O caitsith-tools-0.1-20140105.tar.gz 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.1-20140105.tar.gz'
416-$ wget -O caitsith-tools-0.1-20140105.tar.gz.asc 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.1-20140105.tar.gz.asc'
417-$ gpg caitsith-tools-0.1-20140105.tar.gz.asc
418-$ tar -zxf caitsith-tools-0.1-20140105.tar.gz
415+$ wget -O caitsith-tools-0.1-20150723.tar.gz 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.1-20150723.tar.gz'
416+$ wget -O caitsith-tools-0.1-20150723.tar.gz.asc 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.1-20150723.tar.gz.asc'
417+$ gpg caitsith-tools-0.1-20150723.tar.gz.asc
418+$ tar -zxf caitsith-tools-0.1-20150723.tar.gz
419419 $ cd caitsith-tools/
420420 $ make -s USRLIBDIR=/usr/lib64
421421 $ su
@@ -437,7 +437,7 @@
437437 <p>FYI: If your system has rpm-build package installed, you can make a tools RPM package with the following commands:</p>
438438
439439 <pre class="command">
440-$ rpmbuild -tb caitsith-tools-0.1-20140105.tar.gz
440+$ rpmbuild -tb caitsith-tools-0.1-20150723.tar.gz
441441 </pre>
442442
443443 <hr>
@@ -667,10 +667,10 @@
667667 <p>Make sure the dependencies described above have been installed. Compile and install the tools with the following commands. (Please use USRLIBDIR=<code>/usr/lib</code> or USRLIBDIR=<code>/usr/lib32</code> if needed):</p>
668668
669669 <pre class="command">
670-$ wget -O caitsith-tools-0.1-20140105.tar.gz 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.1-20140105.tar.gz'
671-$ wget -O caitsith-tools-0.1-20140105.tar.gz.asc 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.1-20140105.tar.gz.asc'
672-$ gpg caitsith-tools-0.1-20140105.tar.gz.asc
673-$ tar -zxf caitsith-tools-0.1-20140105.tar.gz
670+$ wget -O caitsith-tools-0.1-20150723.tar.gz 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.1-20150723.tar.gz'
671+$ wget -O caitsith-tools-0.1-20150723.tar.gz.asc 'http://sourceforge.jp/frs/redir.php?m=jaist&amp;f=/caitsith/55465/caitsith-tools-0.1-20150723.tar.gz.asc'
672+$ gpg caitsith-tools-0.1-20150723.tar.gz.asc
673+$ tar -zxf caitsith-tools-0.1-20150723.tar.gz
674674 $ cd caitsith-tools/
675675 $ make -s USRLIBDIR=/usr/lib64
676676 $ su
@@ -692,7 +692,7 @@
692692 <p>FYI: If your system has rpm-build package installed, you can make a tools RPM package with the following commands:</p>
693693
694694 <pre class="command">
695-$ rpmbuild -tb caitsith-tools-0.1-20140105.tar.gz
695+$ rpmbuild -tb caitsith-tools-0.1-20150723.tar.gz
696696 </pre>
697697
698698 <hr>
@@ -4473,7 +4473,7 @@
44734473 <li>Otherwise, do not use execute handler.</li>
44744474 </ul>
44754475
4476-<p>Please see usr_lib_caitsith/audit-exec-param.c included in the caitsith-tools-0.1-20140105.tar.gz for example for using as execute handler program.</p>
4476+<p>Please see usr_lib_caitsith/audit-exec-param.c included in the caitsith-tools-0.1-20150723.tar.gz for example for using as execute handler program.</p>
44774477
44784478 <hr>
44794479 <a href="#index">Return to index.</a>
Show on old repository browser