pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/dict-server



Module name:    wip
Committed by:   cheusov
Date:           Thu Oct  4 10:55:18 UTC 2007

Modified Files:
        wip/dict-server: Makefile.common distinfo
Removed Files:
        wip/dict-server/patches: patch-aa patch-ad

Log Message:

Update to the latest upstream version dictd-1.10.9

 dictd:
    - ADDED: 'limit_time' keyword for limiting time (in seconds)
      during which a client may talk to the server.
      This is for preventing DOS attacks.
      This option may be used as a replacement for 'delay' option.
      See dictd.8 for the documnetation

    - ADDED: new keyword 'limit_matches' and 'limit_defintions'
      limiting a number of matches and definitions respectively
      that the server may send to the client.
      This is for preventing DOS attacks.
      See dictd.8 for more information

    - ADDED: new keyword 'limit_queries'
      limiting a number of queries that client may send to the server
      This is for preventing DOS attacks.
      See dictd.8 for more information

    - ADDED: new keyword 'limit_childs' equal to old 'limit'.
      'limit' is now deprecated. Use 'limit_childs' instead.

    - ADDED: Two new search strategies, 'first' and 'last'.
      They match first or last word only in a multi-word entries.
      See dictd.8 for more information.

    - ADDED: new keywords 'site_no_banner', 'site_no_uptime'
      and 'site_no_dblist' for changing the way dictd answers on SHOW SERVER
      command (dict -I)
      See dictd.8 for more information.

    - ADDED: support for the case-sensitive search.
      For this database should be created with dictfmt --case-sensitive.

    - 'site' keyword has been moved to 'global' section of dictd.conf file
      Do not place it at the top level!

    - removed: --test-XXX options. Use -i and --stdin2stdout for debugging.

 dictfmt:
    - FIXED: longopts passed to getopt_long as argument was not
      ended with zeros. I even don't how this code could work
      for so many years.
      Affected dictfmt versions: 1.6.1-1.10.8

    - ADDED: --index-data-separator option that allows
      to set index and data parts of the headword in .index file
      (first and fourth columns respectively) completely independantly.

      That is, the first column in .index file can now be treated
      as an index and an optional fourth columns - as a data, all this for
      MATCH protocol command. See dictfmt.1 for more information.

    - added: -i and -I for resorting .index files.
      See dictd.8 for more information.

    - added: By default a special headword 00-database-dictfmt-X.Y.Z
      is generated, i.e. every created database is marked
      "what version of dictfmt was used to create it".
      added: --without-ver option for preventing this.

 dictunformat:
    - minor fixes and improvements for 4-column .index file input
       See dictfmt --index-data-separator and
           dictunformat --index-data-separator

 dictfmt_index2suffix and dictfmt_index2word
    - fixes, now these utilities are ready for 4-column input and
      use 'dictfmt -i/-I' for resorting .index entries.
      See dictfmt.1 for more information.

 dict:
    - ADDED: -f option that enables formatted output, i.e. output 
      convenient for postprocessing by standard UNIX utilities.
      See dict.1 for more information.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.12 -r1.13 wip/dict-server/distinfo
cvs -z3 rdiff -u -r1.3 -r1.4 wip/dict-server/Makefile.common
cvs -z3 rdiff -u -r1.6 -r0 wip/dict-server/patches/patch-aa \
    wip/dict-server/patches/patch-ad

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/distinfo?r1=1.12&r2=1.13
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/Makefile.common?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/patches/patch-aa?r1=1.6&r2=0
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dict-server/patches/patch-ad?r1=1.6&r2=0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs




Home | Main Index | Thread Index | Old Index