Navigation


Changeset 629:7ae66129fd73 in freeDiameter


Ignore:
Timestamp:
Dec 14, 2010, 11:54:04 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Tags:
1.0.3-rc1
Message:

Prepare for upcoming 1.0.3

Location:
contrib/debian
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • contrib/debian/changelog

    r588 r629  
     1freediameter (1.0.3) UNRELEASED; urgency=low
     2
     3  * Fixed a couple of issues for portability (#21, #22, #23)
     4  * Fixed issue with ListenOn bit ordering (#20)
     5  * Added dictionary support for MIPv6 application objects.
     6  * Added dictionary support for legacy XML files.
     7  * Added new debug extension based on python (experimental).
     8
     9 -- Sebastien Decugis <sdecugis@nict.go.jp>  Tue, 14 Dec 2010 11:39:29 +0900
     10
    111freediameter (1.0.2) UNRELEASED; urgency=low
    212
  • contrib/debian/control

    r561 r629  
    55Build-Depends: debhelper ( >= 7.3.9),
    66 cmake, make, gcc, bison, flex,
    7  libsctp-dev, libgnutls-dev, libgcrypt-dev, libpq-dev, libmysqlclient-dev
     7 libsctp-dev, libgnutls-dev, libgcrypt-dev,
     8 libpq-dev, libmysqlclient-dev, libxml2-dev, swig, python-dev
    89Standards-Version: 3.8.3
    910Homepage: http://www.freediameter.net
     
    2829Architecture: any
    2930Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-common (= ${binary:Version})
    30 Suggests: ssl-cert, freediameter-dictionary-rfc4005, freediameter-dictionary-rfc4072
     31Suggests: ssl-cert, freediameter-dictionary-rfc4005, freediameter-dictionary-rfc4072, freediameter-dictionary-legacy
    3132Description: The freeDiameter daemon.
    3233 The freeDiameter daemon provides support for the Diameter
     
    4344Architecture: any
    4445Section: contrib/debug
    45 Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version})
     46Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), python
    4647Description: freeDiameter debug tools.
    4748 This package provides useful tools to help tracking
    48  problems in freeDiameter installation.
     49 problems in freeDiameter installation. For example,
     50 the dbg_interactive.fdx extension allows access to the
     51 framework via a python interpreter console. 
    4952
    5053Package: freediameter-dictionary-rfc4005
     
    8689 .
    8790 This extension does not require a configuration file.
     91
     92Package: freediameter-dictionary-mip6
     93Architecture: any
     94Depends: ${misc:Depends}
     95Description: Diameter Mobile IPv6 application dictionary support.
     96 This package contains a set of extensions to provide the support
     97 for commands and AVP defined in several RFCs related to
     98 Diameter MIPv6. It is split is several extensions:
     99 mip6a, mip6i, nas-mipv6, rfc5777.
     100 .
     101 In order to use these extensions, your main freeDiameter
     102 configuration file must contain LoadExtension directives.
     103 See freeDiameter documentation for more details.
     104 .
     105 These extensions do not require a configuration file.
     106
     107Package: freediameter-dictionary-legacy
     108Architecture: any
     109Depends: ${misc:Depends}, libxml2
     110Description: Legacy XML dictionary files support.
     111 This freeDiameter extension allows the use of XML dictionary
     112 files with the freeDiameter framework. Please note that
     113 dictionaries provided as XML files come with less features
     114 than native binary format, so the later should be preferred
     115 when possible.
     116 .
     117 In order to use this extension, your main freeDiameter
     118 configuration file must contain a LoadExtension directive.
     119 See freeDiameter documentation for more details.
     120 .
     121 This extension requires a configuration file. See
     122 dict_legacy_xml.conf.sample for documentation.
    88123
    89124Package: freediameter-radius-gateway
  • contrib/debian/freediameter-debug-tools.examples

    r328 r629  
    11doc/test_app.conf.sample
     2doc/dbg_interactive.py.sample
  • contrib/debian/freediameter-debug-tools.install

    r431 r629  
    11usr/lib/freeDiameter/dbg_rt.fdx
    22usr/lib/freeDiameter/test_app.fdx
     3usr/lib/freeDiameter/test_sip.fdx
     4usr/lib/freeDiameter/dbg_interactive.fdx
  • contrib/debian/rules

    r560 r629  
    2727                -DCMAKE_BUILD_TYPE:STRING=DebianPackage \
    2828                -DDEFAULT_CONF_PATH:PATH=/etc/freeDiameter \
    29                 -DBUILD_APP_ACCT:BOOL=ON \
    30                 -DBUILD_APP_DIAMEAP:BOOL=ON \
    31                 -DBUILD_EAP_MD5:BOOL=ON \
    32                 -DBUILD_EAP_TLS:BOOL=ON \
    33                 -DBUILD_APP_RADGW:BOOL=ON \
    34                 -DBUILD_RGWX_SIP:BOOL=ON \
    35                 -DBUILD_APP_SIP:BOOL=ON \
    36                 -DBUILD_DBG_MONITOR:BOOL=ON \
    37                 -DBUILD_DBG_RT:BOOL=ON \
    38                 -DBUILD_RT_EREG:BOOL=ON \
    39                 -DBUILD_TEST_APP:BOOL=ON \
    40                 -DBUILD_TEST_SIP:BOOL=ON
     29                -DALL_EXTENSIONS:BOOL=ON
    4130               
    4231
Note: See TracChangeset for help on using the changeset viewer.