Commit graph

341 commits

Author SHA1 Message Date
hubertf
f9f0bfaa83 Fix to confirm to hier(7), PKGLIBTOOL->LIBTOOL 2000-06-27 01:32:11 +00:00
rh
568f234993 Add and enable freetds and sqsh 2000-06-22 16:54:02 +00:00
jlam
290d0483a5 Don't install the extra shared library links on a.out platforms. 2000-06-20 06:06:46 +00:00
skrll
f8b5a7c349 Fix the LTCONFIG_OVERRIDE definition. 2000-06-15 18:09:04 +00:00
kleink
57df0c9abe Update to openldap-1.2.11; changes since 1.2.7p1 include:
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-15 12:54:10 +00:00
hubertf
116941f8c9 adjust DEPENDS 2000-06-15 11:29:38 +00:00
wiz
4a72b8b121 change dependency from gdbm-1.7.3 to gdbm>=1.7.3 2000-06-13 10:40:24 +00:00
fredb
f29e4e8179 Update to gdbm-1.8.0. From the NEWS file:
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-13 01:46:52 +00:00
kleink
1cc0466bb3 Update p5-perl-ldap to 0.19 (provided by Bernd Ernesti); changes since
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-09 14:32:47 +00:00
jlam
404953b623 USE_LIBTOOL, not pkglibtool 2000-06-08 22:28:28 +00:00
jwise
3a88229b9b Update jdbc-postgresql to the version shipped with postgresql-7.0.
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-07 14:58:57 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
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-06-01 11:23:11 +00:00
fredb
0b51d75182 Remove dependency on "bison". Closes PR pkg/10224, by SUNAGAWA Keiki. 2000-05-29 15:29:11 +00:00
rh
9f0a9daea8 Make this compile again by removing outdated `patch-aa'
Make configuration non-interactive
2000-05-25 08:08:30 +00:00
rh
d562bb3d4f Update pgaccess to 0.98.6. Fixes an ugly forms bug in the query opening
procedure.
2000-05-24 11:19:30 +00:00
rh
72f83ecb52 Depend on p5-DBI>=1.08, not p5-DBI-1.08 (we are now at 1.13) 2000-05-24 10:35:54 +00:00
rh
905fee2d38 Fix MASTER_SITES
Add some additional mirrors
2000-05-24 09:11:24 +00:00
jlam
b57cbb4650 Update dependency on postgresql to >=6.5.3. 2000-05-20 19:52:49 +00:00
jlam
a71f9e0d0a Add missing file 2000-05-20 19:37:13 +00:00
jlam
4f1d60a4d2 Update tk-postgresql to 7.0 2000-05-20 19:36:24 +00:00
jlam
67359d3bb6 Update tcl-postgresql to 7.0. 2000-05-20 19:35:31 +00:00
jlam
e7eaa1fbeb Add these patches back 2000-05-20 19:34:16 +00:00
jlam
aa73a794dd Update postgresql to 7.0. Also closes PR#8616. Changes from 6.5.3:
A HUGE number of bug/performance fixes and minor enhancements.

   Foreign Keys
          Foreign keys are now implemented, with the exception of PARTIAL
          MATCH foreign keys. Many users have been asking for this
          feature, and we are pleased to offer it.

   Optimizer Overhaul
          Continuing on work started a year ago, the optimizer has been
          overhauled, allowing improved query execution and better
          performance with less memory usage.

   Updated psql
          psql, our interactive terminal monitor, has been updated with a
          variety of new features. See the psql manual page for details.

   Upcoming Features
          In 7.1 or 7.2, we plan to have outer joins, storage for very
          long rows, and a write-ahead logging system.

   A dump/restore using pg_dump is required for those wishing to migrate
   data from any previous release. For those upgrading from 6.5.*, you
   can use pg_upgrade to upgrade to this release.
2000-05-20 19:32:18 +00:00
tsarna
8fd792cfa5 make makepatchsum 2000-05-16 01:12:15 +00:00
tsarna
6d27df175c Initial import of pkg for sqsh 1.7:
Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), it
is intended as a replacement for the venerable 'isql' program supplied
by Sybase.  It came about due to years of frustration of trying to do
real work with a program that was never meant to perform real work.

Sqsh is much more than a nice prompt, it is intended to provide much of
the functionality provided by a good shell, such as variables,
redirection, pipes, back-grounding, job control, history, command
completion, and dynamic configuration.  Also, as a by-product of the
design, it is remarkably easy to extend and add functionality.
2000-05-16 01:07:05 +00:00
tsarna
62396aef98 Initial import of pkg for FreeTDS 0.50:
FreeTDS is a free (open source, LGPL-licensed) implementation of
Sybase's db-lib, ct-lib, and ODBC libraries.  Currently, dblib and ctlib
are most mature.  Both of these libraries have several programs know to
compile and run against them.  ODBC is just a roughed in skeleton, and
not useful for real work.

FreeTDS will run at protocol versions 4.2, 4.6, or 5.0 and thus can
access both Sybase and Microsoft SQL-Servers.  Experimental support for
TDS 7.0 (the version used by MS SQL Server 7.0) is now included.
2000-05-16 01:03:47 +00:00
christos
44af90fe2e Upgrade to 1.2214; fixes too numerous to be mentioned here; consult the
changelog. Apparently the previous version we were running is missing
from the changelog entries.
2000-05-11 19:27:21 +00:00
christos
6f8635fa1b update to 1.13:
Changes in DBI 1.13,    11th July 1999

  Fixed Win32 PerlEx IIS concurrency bugs thanks to ActiveState.
  Fixed problems with DBD::ExampleP long_list test mode.
  Added SQL_WCHAR SQL_WVARCHAR SQL_WLONGVARCHAR and SQL_BIT
    to list of known and exportable SQL types.
  Improved data fetch performance of DBD::ADO.
  Added GetTypeInfo to DBD::ADO thanks to Thomas Lowery.
  Actually documented connect_cached thanks to Michael Schwern.
  Fixed user/key/cipher bug in ProxyServer thanks to Joshua Pincus.

Changes in DBI 1.12,    29th June 1999

  Fixed significant DBD::ADO bug (fetch skipped first row).
  Fixed ProxyServer bug handling non-select statements.
  Fixed VMS problem with t/examp.t thanks to Craig Berry.
  Trace only shows calls to trace_msg and _set_fbav at high levels.
  Modified t/examp.t to workaround Cygwin buffering bug.

Changes in DBI 1.11,    17th June 1999

  Fixed bind_columns argument checking to allow a single arg.
  Fixed problems with internal default_user method.
  Fixed broken DBD::ADO.
  Made default $DBI::rows more robust for some obscure cases.

Changes in DBI 1.10,    14th June 1999

  Fixed trace_msg.al error when using Apache.
  Fixed dbd_st_finish enhancement in Driver.xst (internals).
  Enable drivers to define default username and password
    and temporarily disabled warning added in 1.09.
  Thread safety optimised for single thread case.

Changes in DBI 1.09,    9th June 1999

  Added optional minimum trace level parameter to trace_msg().
  Added warning in Makefile.PL that DBI will require 5.004 soon.
  Added $dbh->selectcol_arrayref($statement) method.
  Fixed fetchall_arrayref hash-slice mode undef NAME problem.
  Fixed problem with tainted parameter checking and t/examp.t.
  Fixed problem with thread safety code, including 64 bit machines.
  Thread safety now enabled by default for threaded perls.
  Enhanced code for MULTIPLICITY/PERL_OBJECT from ActiveState.
  Enhanced prepare_cached() method.
  Minor changes to trace levels (less internal info at level 2).
  Trace log now shows "!! ERROR..." before the "<- method" line.
  DBI->connect() now warn's if user / password is undefined and
    DBI_USER / DBI_PASS environment variables are not defined.
  The t/proxy.t test now ignores any /etc/dbiproxy.conf file.
  Added portability fixes for MacOS from Chris Nandor.
  Updated mailing list address from fugue.com to isc.org.
2000-05-11 18:37:06 +00:00
jwise
75f26207f2 Begin unification of install paths for java based packages. Scheme is:
* binaries which are not JVM dependent go in ${PREFIX}/bin

      * jar/zip/etc files for use by java programs go in
	${PREFIX}/lib/java

      * examples for java packages go in ${PREFIX}/share/examples/java

      * documentation for java packages go in ${PREFIX}/share/doc/java

JVMs go in their own directories, right now ${PREFIX}/{java,kaffe}, which
is necessary so that multiple JVMs can be installed concurrently, and so
that the miriad packages which count on ${JAVA_HOME} pointing to a JVM
install will DTRT.

Most java packages already use something similar or can be adapted easily.
Java packages such as Jakarta with large amounts of private java will need
to be addressed separately.
2000-05-09 18:30:12 +00:00
wulf
bb33f44762 Oops, corrected placement of gd.h declaration 2000-05-07 13:55:17 +00:00
wulf
56bb68adc5 Fixed build problem and updated rrdtool to version 1.0.21 2000-05-07 12:50:51 +00:00
veego
8c1ac9e4e0 Add support to build it on Solaris. 2000-05-05 12:08:37 +00:00
rh
391ebfb164 Replace hard coded 'i386-netbsd' by ${MACHINE_ARCH}-${LOWER_OPSYS}. Fixes
PR 9774 by Michael Wolfson.
Adapt for new installation directory structure of postgresql package.
2000-05-03 15:50:24 +00:00
rh
9f063f0211 Fix location of tk-postgresql 2000-04-28 06:50:13 +00:00
garbled
478a1a3ec4 Remove quicklist entirely from databases. Oops. 2000-04-28 00:42:55 +00:00
garbled
0f51d6221c Remove this package.. it allready exists in misc. 2000-04-28 00:41:24 +00:00
bad
edf75fc2c5 Upgrade JDB to 1.7.
From the change log:
1.7,  5-Jan-00
- NEW: dbcolize now detects and rejects lines that contain embedded
	copies of the field separator
- NEW: configure tries harder to prevent people from improperly
	configuring/installing jdb
- NEW: tcpdump_to_db converter (incomplete)
- NEW: tabdelim_to_db converter:  from spreadsheet tab-delimited files to db
- BUG FIX:  dbjoin used to produce incorrect output if there
	were extra, unmatched values in the 2nd table.
- BUG FIX:  the sample commands in the usage strings
	now all should explicitly include the source of data
	(typically from "cat foo.jdb |").
- DOCUMENTATION BUG FIX: dbcolmovingstats had incorrect sample output.

1.6, 24-May-99
- NEW: dbsort, dbstats, dbmultistats now run in constant memory
	(using tmp files if necessary)
- NEW: dbcolmovingstats does moving means over a series of data
- NEW: dbcol has a -v option to get all columns except those listed
- NEW: dbmultistats does quartitles and medians
- NEW: dbstripextraheaders now also cleans up bogus comments
	before the fist header
- BUG FIX: dbcolneaten works better with double-space-separated data
2000-04-27 14:44:27 +00:00
rh
035a058a0a Update pgaccess to 0.98.5. Changes are bugfixes and a few more language
translations.
Depend on tk-postgresql instead of postgresql and fix location of pgtksh
to make this work again (after the restructuring of our postgres package
layout).
2000-04-27 08:24:17 +00:00
garbled
27224d90b0 Add and enable quicklist 2000-04-26 06:37:37 +00:00
garbled
8246c51960 Add pkg for quicklist 0.8.6:
a GTK free-form database, that is easy to use.
2000-04-26 06:36:31 +00:00
jwise
712c5d73d5 Update to reflect reality. 2000-04-21 21:16:01 +00:00
jwise
3df2126b75 Make this work with the new locations for PostgreSQL include files. Mind
you, people _should_ be using databases/p5-DBI and databases/p5-DBD-postgresql
instead...
2000-04-21 21:12:16 +00:00
jdolecek
5eff4bf2cd Add explicit --with-named-curses-libs="-lcurses" to avoid accidental
implicit usage of ncurses in case ncurses are installed. mysql clients
seem to work just just fine with old 1.4.1 curses.
2000-04-19 22:46:24 +00:00
jlam
e2104b8abb Adapt to new postgresql include/library locations. 2000-04-09 03:53:50 +00:00
jlam
26b81e5698 Put headers into /include/pgsql. 2000-04-09 03:53:16 +00:00
wulf
e723cdd73a replaced hardcoded operating systems names with ${LOWER_OPSYS} variable 2000-04-05 16:27:16 +00:00
wulf
1b51be9b56 replaced hardcoded architecture names with ${MACHINE_ARCH} variable 2000-04-05 15:58:53 +00:00
tron
e7a989ea4a Depend on "p5-Data-Dumper" 2.10 or newer. 2000-03-28 16:50:24 +00:00
jlam
276b0e7505 Note addition of tcl-postgresql and tk-postgresql 2000-03-18 17:47:42 +00:00
jlam
5cfc6aa287 tk-postgreql: Tk interface to PostgreSQL 2000-03-18 17:46:35 +00:00