summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron2-6/+6
2000-08-23Recognize 1.5 systems; add an #include <errno.h> (still some warnings left,wiz4-2/+76
though). Addresses pkg/10881 & pkg/10882.
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
2000-08-19This whole package doesn't have a file 'pgtools.py', remove it fromhubertf1-2/+1
te PLIST.
2000-08-19../../misc/py-mxDateTime installs a package, called "py-mxDateTime", nothubertf1-2/+2
"mxDateTime" (add leading 'py-')
2000-08-19add languages/nederlandshubertf1-1/+2
2000-08-19Updated geneweb to 3.07: New features and bugfixeswulf3-5/+12
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf2-4/+8
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-16USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+4
2000-08-14Replace USE_PKGLIBTOOL by USE_LIBTOOL.wiz1-2/+4
XXX: Isn't really used right now, since the shared library isn't built. Needs tweaking.
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL.wiz5-29/+27
LTCONFIG_OVERRIDE -> one less patch. Add DEINSTALL script with note about etc/openldap.
2000-08-14No more PKGLIBTOOL.wiz4-26/+10
LTCONFIG_OVERRIDE -> minus one patch.
2000-08-12Update MASTER_SITES to current locations.jlam2-6/+5
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-5/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-10remove HTML codewiz1-1/+1
2000-07-31Update distribution file MD5 checksum. Apparently was changed onjlam1-2/+2
master site. Also remove distfile from ftp.netbsd.org.
2000-07-28Don't install ud(1) group-writable; noted by Christian Kleinwaechter.kleink2-1/+12
2000-07-27USE_LIBTOOL instead of USE_PKGLIBTOOL. Also install html documentationjlam4-538/+539
under ${PREFIX}/doc/html.
2000-07-25Added and enabled new package geneweb-3.06wulf1-1/+2
2000-07-25Intial commit of geneweb-3.06 - a comprehensive genealogy database applicationwulf6-0/+570
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
2000-07-17Solaris uses slurpd, so split the PLISTs.veego4-2/+9
2000-07-15Install the Server Programming Interface header files.jlam4-18/+122
Closes PR#10480.
2000-07-14Update to the version which ships with postgresql-7.0.2jwise3-9/+10
Changes since the version shipped with postgresql-7.0: Mon May 15 22:30:00 BST 2000 peter@retep.org.uk - Fixed the message Makefile produces after compiling. It still said about the old Driver class, not the new package. Spotted by Joseph Shraibman <jks@p1.selectacast.net>
2000-07-14Forgot these patchesjlam3-0/+100
2000-07-14Update postgresql to 7.0.2. Relevant changes from 7.0:jlam11-67/+78
* Enhance rc.d/pgsql.sh script to accept start/stop/restart. * Add fixes for alpha from Kevin P. Neal <kpn@neutralgood.org> in PR#10543. XXX Includes a patch which removes inlining of the alpha's TAS function. XXX This is apparently some code-gen bug in GCC for alpha. * Fix many CLUSTER failures (Tom) * Allow ALTER TABLE RENAME works on indexes (Tom) * Fix plpgsql to handle datetime->timestamp and timespan->interval (Bruce) * New configure --with-setproctitle switch to use setproctitle() (Marc, Bruce) * Fix the off by one errors in ResultSet from 6.5.3, and more. * jdbc ResultSet fixes (Joseph Shraibman) * optimizer tunings (Tom) * Fix create user for pgaccess * Fix for UNLISTEN failure * Reduce COPY IN lock level (Tom) * Change libpqeasy to use PQconnectdb() style parameters (Bruce) * Fix pg_dump to handle OID indexes (Tom) * Fix small memory leak (Tom) * Solaris fix for createdb/dropdb (Tatsuo) * Fix for non-blocking connections (Alfred Perlstein) * Fix improper recovery after RENAME TABLE failures (Tom) * Copy pg_ident.conf.sample into /lib directory in install (Bruce) * Add SJIS UDC (NEC selection IBM kanji) support (Eiji Tokuya) * Fix too long syslog message (Tatsuo) * Fix problem with quoted indexes that are too long (Tom) * JDBC ResultSet.getTimestamp() fix (Gregory Krasnow & Floyd Marinescu) * ecpg changes (Michael)
2000-07-07several PLIST fixes:dmcmahill1-8/+5
- add missing @dirrm's - remove ELF shared library links (libfoo.so, libfoo.so.0) as these are handled automatically and break a.out if listed. - fix incorrect file name
2000-07-03Upgrade to verson 3.0. The most important change here is addition ofdarcy4-15/+22
the Python DB-API module. Also, note backwards compatibility issue. Important changes for 3.0 Remove strlen() call from pglarge_write() and get size from object. (Richard@Bouska.cz) Add a little more error checking to the quote function in the wrapper Add extra checking in _quote function Wrap query in pg.py for debugging Add DB-API 2.0 support to pgmodule.c (andre@via.ecp.fr) Add DB-API 2.0 wrapper pgdb.py (andre@via.ecp.fr) Correct keyword clash (temp) in tutorial Clean up layout of tutorial Return NULL values as None (rlawrence@lastfoot.com) (WARNING: This will cause backwards compatibility issues.) Change None to NULL in insert and update Change hash-bang lines to use /usr/bin/env Clearing date should be blank (NULL) not TODAY Quote backslashes in strings in _quote (brian@CSUA.Berkeley.EDU) Expanded and clarified build instructions (tbryan@starship.python.net) Make code thread safe (Jerome.Alet@unice.fr) Add README.distutils (mwa@gate.net & jeremy@cnri.reston.va.us) Many fixes by chifungfan@yahoo.com, tony@printra.net, jeremy@alum.mit.edu and others to get the final version ready to release.
2000-06-30Remove some dirs from this list that are handled somewhere else (perl)hubertf1-4/+1
2000-06-27Fix to confirm to hier(7), PKGLIBTOOL->LIBTOOLhubertf7-91/+163
2000-06-22Add and enable freetds and sqshrh1-1/+3
2000-06-20Don't install the extra shared library links on a.out platforms.jlam2-1/+22
2000-06-15Fix the LTCONFIG_OVERRIDE definition.skrll1-2/+2
2000-06-15Update to openldap-1.2.11; changes since 1.2.7p1 include:kleink4-27/+7
Changes included in OpenLDAP 1.2.11 CVS Tag: OPENLDAP_REL_ENG_1_2_11 Fixed /tmp races in ud, ldapsearch, ldbmtest and slurpd Fixed error in slurpd's filecheck function Fixed slurpd to properly restart in oneshot mode, and to report a non-zero number of items to process with only one replica. Fixed strdup use in libldap/request.c Fixed NULL prefix bug in libldap/ufn.c Fixed slapd_shutdown extern reference bug (ITS#527) Fixed ACL groups member matching Raise MAXDBCACHE to 128 (ITS#512) Fixed slapd client_addr crash (ITS#579) Fixed back-shell realloc bug (ITS#506) Build Environment Update res_search detection Detect and use getpassphrase() and getpass() Unset CDPATH Change GNU Pth to enable soft syscalls Changed RCPT cmds symbol to avoid link conflict (ITS#526) Changed LDBM directory to $localstatedir/openldap-ldbm Changes included in OpenLDAP 1.2.10 CVS Tag: OPENLDAP_REL_ENG_1_2_10 Add slapd -DSLAPD_UNDEFINED_OC_IS_NOT_EXTENSIBLE macro disable undefined object classes implies extensible object behavior. Add GNU Pth support (ITS#453) Fixed -lldap Kerberos bind to work ldap_init() (ITS#426) Changed -lldap to ignore space in filter: ( !(foo=bar)) (ITS#459) Fixed multiple password support (ITS#464) Fixed -lldap chasing of delete referrals (ITS#471) Fixed back-ldbm/bind invalid credentials vs no such object bug Fixed slapd str2entry uninitialized variable bug (ITS#482) Fixed back-ldbm/modify mutlivalued indexing bug Fixed -llber seqorset buffer overrun bug (ITS#479) Build Environment Do not list unsupported LDBM API option NDBM Allow DEFAULT_DB_PAGE_SIZE to be defined at build time Changes included in OpenLDAP 1.2.9 CVS Tag: OPENLDAP_REL_ENG_1_2_9 Fixed lutil/password bogus crypt password bug (ITS#423) Fixed slapd/back-ldbm indexing bug (ITS#402) Added UD support for creators/modifiers attributes (ITS#422) Added modify* attributes on add to workaround client issue (ITS#424) Build Environment Rebuild configure Added support for db1 vs db2 with glibc 2.1 Removed TCPD and RLOOKUP interdependecy (ITS#419) Changes included in OpenLDAP 1.2.8 CVS Tag: OPENLDAP_REL_ENG_1_2_8 Fixed slapd lint Fixed slapd li_nextid_file uninitialized bug Fixed -lldap templates y2k bug (ITS#294) Fixed ldbm db_appinit to use u_int32_t instead of int (ITS#295) Fixed lber/io.c Cray T90 specific pointer arithmetic problem (ITS#325) Fixed s_addr dereferencing (ITS#340) Fixed ud strstr crash (ITS#328) Fixed back-ldbm presence index bug (ITS#394) Fixed -lthread rdwr 2-writer bug (ITS#395) Added TCP_NODELAY support Changed slapd to apply ACL to lastmod attributes Changed slapd.conf default referral Changed slapd delete stats log message for consistency Disable DN subtree indexing Build Environment Support using short as LDAP_INT4 Documentation Reference Quick Start Guide in README and INSTALL Update slapd.conf to reflect Quick Start Guide example ldappasswd(1) fix -c vs -H typo (ITS#154) Added warning about cross environment portability
2000-06-15adjust DEPENDShubertf1-2/+2
2000-06-13change dependency from gdbm-1.7.3 to gdbm>=1.7.3wiz3-6/+6
2000-06-13Update to gdbm-1.8.0. From the NEWS file:fredb5-73/+16
CHANGES from 1.7.3 to 1.8 1. Added GDBM_CENTFREE functionality and option. 2. Added GDBM_COALESCEBLKS functionality and option. 3. Added GDBM_NOLOCK flag. 4. Made ``fast'' mode the default, making GDBM_FAST obsolete, and adding the GDBM_SYNC flag and GDBM_SYNCMODE option. 5. Switched to building with libtool. [This last make LT_CONFIG_OVERRIDE necessary.]
2000-06-09Update p5-perl-ldap to 0.19 (provided by Bernd Ernesti); changes sincekleink3-34/+53
release 0.13 include, but are not limited to due to incomplete release notes: perl-ldap 0.19 June 8 2000 ============================ * Fixed bug which caused 2nd and subsequent binds to be anonymous. * Fixed bug in moddn. * Fix bug which caused a call to ->pop_entry or ->shift_entry to hang forever. perl-ldap 0.18 May 22 2000 ============================ * Now passes -wc with 5.004, 5.005_03 and 5.6.0 * Bundle now correctly references Convert::ASN1 instead of the non-existant Convert::ASN * Net::LDAP::Filter will now catch the case of unmatched ()'s and return an error * as_struct, which was broken in the changeover to Convert::ASN1, now works again. KNOWN PROBLEMS -------------- Test t/02filter.t fails with perl 5.6.0 compiled with threads enabled This is due to a bug in 5.6.0 when compiled with threads, see http://bugs.perl.org/perlbug.cgi?req=tidmids&tidmids=20000409.003&range=32323&format=h perl-ldap 0.17 May 12 2000 ============================ * Change to use asn_read instead of asn_resc. This seems to have fixed the known problem with 0.16 * Various bug fixes, see ChangeLog perl-ldap 0.16 April 27 2000 ============================ * This is the first release which uses Convert::ASN1 instead of Convert::BER. This should show an increase in performance. * Added support for LDAPv3 controls. Controls supported are - VirtualListView - Sort - Paged * HTML version of the documentation is now included in the distribution * Added Bundle::Net::LDAP * Net::LDAP->schema can now be told where to search for the schema.
2000-06-08USE_LIBTOOL, not pkglibtooljlam2-4/+5
2000-06-07Update jdbc-postgresql to the version shipped with postgresql-7.0.jwise5-17/+40
Thu May 04 11:38:00 BST 2000 petermount@it.maidstone.gov.uk - Corrected incorrect date in CHANGELOG - Fixed the ImageViewer example Wed May 03 16:47:00 BST 2000 petermount@it.maidstone.gov.uk - Fixed the Makefile so that postgresql.jar is built everytime the jdbc1 or jdbc2 rules are called. - Fixed the threadsafe example. It had problems with autocommit Wed May 03 14:32:00 BST 2000 petermount@it.maidstone.gov.uk - Rewrote the README file (the old one was 18 months old!) - Added @deprecated tags to org.postgresql.jdbc2.ResultSet to clear some warnings issued during compilation. Wed Apr 12 22:14:00 BST 2000 peter@retep.org.uk - Implemented the JDBC2 Blob interface, and ResultSet.getBlob(). Wed Apr 12 20:20:00 BST 2000 peter@retep.org.uk - Fixed bug in ResultSet.absolute(). Negative rows are now supported. - Implemented ResultSet.relative(), afterLast(). Tue Feb 1 21:40:00 GMT 2000 peter@retep.org.uk - Finally imported the contributed javax extensions by Assaf Arkin arkin@exoffice.com Mon Jan 24 21:00:00 GMT 2000 peter@retep.org.uk - Finally introduced the 7.0 additions to the core CVS repository. - All source files are now under the org.postgresql package (previously they were under postgresql). The package lines now changed accordingly. - The Makefile was rewritten so it should now work on machines that can't handle the $( ) syntax. - Dutch translation by Arnout Kuiper (ajkuiper@wxs.nl) Mon Sep 13 23:56:00 BST 1999 peter@retep.org.uk - PG_Stream.SendChar() optimised, increased default buffer size of output stream to 8k, and introduced an 8k buffer on the input stream Sverre H Huseby <sverrehu@online.no> - Added a finalize() method to Connection class in both drivers so that the connection to the backend is really closed. - Due to many JVM's not returning a meaningful value for java.version the decision for building the JDBC1.2 or JDBC2 driver is now a compile time option. - Replaced $$(cmd...) with `cmd...` in the Makefile. This should allow the driver to compile when using shells other than Bash. Thu Sep 9 01:18:39 MEST 1999 jens@jens.de - fixed bug in handling of DECIMAL type Wed Aug 4 00:25:18 CEST 1999 jens@jens.de - updated ResultSetMetaData.getColumnDisplaySize() to return the actual display size - updated driver to use postgresql FE/BE-protocol version 2 Mon Aug 2 03:29:35 CEST 1999 jens@jens.de - fixed bug in DatabaseMetaData.getPrimaryKeys() Sun Aug 1 18:05:42 CEST 1999 jens@jens.de - added support for getTransactionIsolation and setTransactionIsolation
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh7-14/+14
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-29Remove dependency on "bison". Closes PR pkg/10224, by SUNAGAWA Keiki.fredb1-2/+1
2000-05-25Make this compile again by removing outdated `patch-aa'rh2-17/+4
Make configuration non-interactive
2000-05-24Update pgaccess to 0.98.6. Fixes an ugly forms bug in the query openingrh2-5/+8
procedure.
2000-05-24Depend on p5-DBI>=1.08, not p5-DBI-1.08 (we are now at 1.13)rh1-2/+2
2000-05-24Fix MASTER_SITESrh1-4/+8
Add some additional mirrors
2000-05-20Update dependency on postgresql to >=6.5.3.jlam5-10/+10
2000-05-20Add missing filejlam1-1/+2
2000-05-20Update tk-postgresql to 7.0jlam1-3/+6
2000-05-20Update tcl-postgresql to 7.0.jlam2-4/+8