diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-09 02:48:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-09 02:48:11 +0000 |
commit | bde98a7340772ad78b1e327fb5e110496d26229f (patch) | |
tree | 3daf3121ac83885be2fcbb2f11112df43e615ef6 /www/tdiary/files/pkg-message.in | |
parent | Update to 0.2.8. (diff) |
Fix a security related problem in tDiary 1.5.6, see
http://www.tdiary.org/20031119.html (Japanese-language) for details.
It only happened in the following case:
* "@secure = true" in setting file (tdiary.conf)
* output_rdf.rb or tb-send.rb by plugin choice
PR: ports/59451
Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp> (maintainer)
Diffstat (limited to 'www/tdiary/files/pkg-message.in')
-rw-r--r-- | www/tdiary/files/pkg-message.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/www/tdiary/files/pkg-message.in b/www/tdiary/files/pkg-message.in new file mode 100644 index 000000000000..7641c845f302 --- /dev/null +++ b/www/tdiary/files/pkg-message.in @@ -0,0 +1,29 @@ + +============================================================================= +There is a script to install tDiary in a user directory. +This script should be run manually. + +[Ruby 1.6.x] + + # ruby %%EXAMPLESDIR%%/tdiaryinst.rb --user=User + or + % ruby %%EXAMPLESDIR%%/tdiaryinst.rb + + * Option: --suexec Use suExec for CGI execution + --help Display Help information + +[Ruby 1.8.x] + + # %%EXAMPLESDIR%%/tdiary-FreeBSD.sh User + or + % %%EXAMPLESDIR%%/tdiary-FreeBSD.sh install + +--- +There is a document by English in the following directories. + See ... + %%EXAMPLESDIR%%/misc/i18n/ + and + Explanation by English of a tDiary system can refer to the following page : + + http://tdiary-users.sourceforge.jp/cgi-bin/wiki.cgi?FrontPage_en +============================================================================= |