Navigation


Changeset 742:eefb6fa3c904 in freeDiameter


Ignore:
Timestamp:
Mar 29, 2011, 10:48:04 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added RFC4006 incomplete dictionary extension to the debian package

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • contrib/debian/changelog

    r722 r742  
    2323  * New extension app_redirect that allows sending Redirect indications to
    2424    other peers. See doc/app_redirect.conf.sample for more information.
     25  * Added incomplete dictionary extension for rfc4006 (DCCA), courtesy
     26    of Konstantin Chekushin <koch@lmt.lv>
    2527
    26  -- Sebastien Decugis <sdecugis@nict.go.jp>  Fri, 18 Feb 2011 15:25:19 +0900
     28 -- Sebastien Decugis <sdecugis@freediameter.net>  Tue, 29 Mar 2011 10:41:19 +0900
    2729
    2830freediameter (1.0.4) UNRELEASED; urgency=low
  • contrib/debian/control

    r740 r742  
    6868 .
    6969 This extension does not require a configuration file.
     70
     71Package: freediameter-dictionary-rfc4006
     72Architecture: any
     73Depends: ${misc:Depends}, freediameter-common (= ${binary:Version})
     74Description: RFC4006 (DCCA) dictionary support (incomplete).
     75 This freeDiameter extension provides the dictionary support
     76 for commands and AVP defined in RFC4006 (DCCA).
     77 .
     78 In order to use this extension, your main freeDiameter
     79 configuration file must contain a LoadExtension directive.
     80 See freeDiameter documentation for more details.
     81 .
     82 This extension does not require a configuration file.
     83 .
     84 Currently this extension is not complete: only AVP definitions
     85 are included. See the source file for more details.
    7086
    7187Package: freediameter-dictionary-rfc4072
  • extensions/dict_dcca/CMakeLists.txt

    r739 r742  
    1111INSTALL(TARGETS dict_dcca
    1212        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
    13         COMPONENT freeDiameter-dictionary-dcca)
     13        COMPONENT freeDiameter-dictionary-rfc4006)
Note: See TracChangeset for help on using the changeset viewer.