Commit graph

8 commits

Author SHA1 Message Date
asau
354ee694fd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
wiz
d8924186b8 Update to 1.1.1:
Changes:
    *   autoconf 2.68 -> 2.69, automake 1.11.1 -> 1.12.2,
        libtool 2.2.10 -> 2.4.2.

    *   Corrected dereference of NULL pointer in db_deinit_limit()
        and db_deinit_threshold() introduced in the 1.0.2 version.

    *   Converted all flags to bool data type.

Provided by Andrey Simonenko in PR 46692.
2012-07-11 15:42:39 +00:00
obache
0dd587e60c Update ipa_sdb to 1.1.
per maintainer update request by PR#44544.
set LICENSE=2-clause-bsd additionaly.

Changes:
    *	Added support for ipa_db_mod and ipa_st_mod API version 2.
2011-02-10 12:03:11 +00:00
reed
cc9eb77d47 Update from maintainer.
Update package database/ipa_sdb to 1.0.2 version.

Changes in the package:

    *   MASTER_SITES was changed.

    *   DESCR was updated.

    *   PLIST was updated.

Changes in the ipa_sdb-1.0.2:

    *   autoconf 2.59 -> 2.68, automake 1.9.6 -> 1.11.1,
        libtool 1.5.20 -> 2.2.10.

    *   Code optimization and documentation corrections.

    *   configure.ac was optimized.

    *   Now lint can check source code of IPA_SDB.

    *   If there is close_fd=yes for rule and db_set_limit_state() fails,
        then the ipa_db_sdb module did not close database file descriptor
        for a limit in some cases.

    *   Added checks for uint8_t, uint16_t, uint32_t and uint64_t
        to configure.  Check that sizeof(long) >= sizeof(int).

    *   Now autoheader is used for generating src/config.h.in.

    *   Now src/ipa_sdb.h is not generated, instead new sdb_config.in.h
        file is used.

    *   New options for configure: --enable-gcc-more-warns,
        --disable-gcc-warns, --with-db-pthread, --with-st-pthread.

    *   Options --enable-FEATURE and --disable-FEATURE disabled FEATURE
        in the configure script.

    *   Use readdir_r() function in thread-safe version of the ipa_st_sdb
        module.

    *   Opened directories never were closed in the ipa_st_sdb module.
2010-12-07 01:37:17 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
obache
28a9a741e9 Should build only shared libraries, pointed out in PR 34860.
Bump PKGREVISION.
2007-01-22 13:10:41 +00:00
obache
c25a64ced5 Fix mismatch of option name, definition v.s. usage.
Pointed out in PR 34860.
2007-01-22 12:23:39 +00:00
obache
a86412ddaf Import ipa_sdb version 1.0.1.
Based on PR 34860 by Andrey Simonenko and I made some modification.

IPA_SDB -- IPA simple database module

Main features:

- Distribution consists of database ipa_db_sdb(8) and statistics
  ipa_st_mod(8) modules;
- Modules completely support dynamic and static rules, limits and
  thresholds;
- All database files are stored in own record based database formats;
- Formats of database files are machine architecture independent;
- Sizes of database records are relatively small (binary data formats);
- Access to statistics can be granted accordingly to the user group;
- There is the ipa_sdb_dump(8) utility for dumping database files to
  text format and back.
2007-01-03 15:06:02 +00:00