summaryrefslogtreecommitdiff
path: root/databases/ipa_sdb
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2020-01-26all: migrate some SourceForge homepage URLs back from https to httprillig1-2/+2
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html In the above commit, the homepage URLs were migrated from http to https, assuming that SourceForge would use the same host names for both http and https connections. This assumption was wrong. Their documentation at https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states that the https URLs use the domain sourceforge.io instead. To make the homepages from the above commit reachable again, pkglint has been extended to check for reachable homepages. This check is only enabled when the --network command line option is given. Each of the homepages that referred to https://$project.sourceforge.net before was migrated to https://$project.sourceforge.io (27), and if that was not reachable, to the fallback URL http://$project.sourceforge.net (163).
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-11-02databases: align variable assignmentsrillig1-5/+5
pkglint -Wall -F --only aligned -r No manual corrections.
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-07-11Update to 1.1.1:wiz2-6/+6
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.
2011-02-10Update ipa_sdb to 1.1.obache2-6/+7
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.
2010-12-07Update from maintainer.reed4-14/+13
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.
2008-07-14Mark as destdir ready.joerg1-1/+3
2007-01-22Should build only shared libraries, pointed out in PR 34860.obache1-2/+5
Bump PKGREVISION.
2007-01-22Fix mismatch of option name, definition v.s. usage.obache1-5/+5
Pointed out in PR 34860.
2007-01-03Import ipa_sdb version 1.0.1.obache5-0/+88
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.