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 /doc | |
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 'doc')
-rw-r--r-- | doc/CHANGES-2010 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index 595a4186cf6..eb152ce6334 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.4196 2010/12/06 23:13:56 gls Exp $ +$NetBSD: CHANGES-2010,v 1.4197 2010/12/07 01:37:17 reed Exp $ Changes to the packages collection and infrastructure in 2010: @@ -5959,3 +5959,4 @@ Changes to the packages collection and infrastructure in 2010: Updated misc/stellarium to 0.10.6 [adam 2010-12-06] Updated security/py-paramiko to 1.7.6nb2 [gls 2010-12-06] Updated sysutils/fabric to 0.9.3 [gls 2010-12-06] + Updated databases/ipa_sdb to 1.0.2 [reed 2010-12-07] |