diff options
author | reed <reed@pkgsrc.org> | 2010-12-07 01:37:17 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2010-12-07 01:37:17 +0000 |
commit | 65a038619723f09dd8cdab718fc089fc0558d647 (patch) | |
tree | 34ea2e875b55bd809de479b934902c15fa904b20 /databases/ipa_sdb/distinfo | |
parent | 3511aface22d49d3dbcf94501da91cd93531d1c3 (diff) | |
download | pkgsrc-65a038619723f09dd8cdab718fc089fc0558d647.tar.gz |
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.
Diffstat (limited to 'databases/ipa_sdb/distinfo')
-rw-r--r-- | databases/ipa_sdb/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/ipa_sdb/distinfo b/databases/ipa_sdb/distinfo index 50df0393833..97bf2e61a8c 100644 --- a/databases/ipa_sdb/distinfo +++ b/databases/ipa_sdb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/01/03 15:06:02 obache Exp $ +$NetBSD: distinfo,v 1.2 2010/12/07 01:37:17 reed Exp $ -SHA1 (ipa_sdb-1.0.1.tar.bz2) = 3babf4d20e2ae0fd1c8958fdc34bff5e3d9e2db2 -RMD160 (ipa_sdb-1.0.1.tar.bz2) = 6824e8f0d11620d1e42912679dcb61e69e48b75e -Size (ipa_sdb-1.0.1.tar.bz2) = 228701 bytes +SHA1 (ipa_sdb-1.0.2.tar.bz2) = 71b1f1ce543edeff72451018645eb38b75d0f1b5 +RMD160 (ipa_sdb-1.0.2.tar.bz2) = 80b1a647970a9e942d9753c6c04d2b6cce152d3d +Size (ipa_sdb-1.0.2.tar.bz2) = 255710 bytes |