summaryrefslogtreecommitdiff
path: root/databases
AgeCommit message (Collapse)AuthorFilesLines
2005-08-21Don't misuse OWN_DIRS -- if the PG_SUBPREFIX is non-empty, then we dojlam2-3/+6
want to @dirrm that subdirectory, so add that line to the PLIST.
2005-08-20Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} sojlam1-3/+4
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
2005-08-19Use -f to force removal of the default files.reed1-2/+2
My error was: /bin/rm /home/reed/pkg/share/examples/openldap/schema/corba.schema.default override r--r--r-- reed/2022 for /home/reed/pkg/share/examples/openldap/schema/corba.schema.default? (For several files it was interactive to remove.) This is when doing non-privileged builds. (An alternative to this is to make it install the *default files with NONBINMODE in the first place.)
2005-08-19This adds DragonFly support. (Before shared libraries were not built.)reed2-3/+100
This is from Joerg Sonnenberger's diff. I do not know if this support has been submitted to Sleepycat for dist/configure* yet.
2005-08-19Whitespace.schmonz1-2/+1
2005-08-17Updated to version 0.22. Changes from 0.2002:hiramatsu2-12/+11
2005-04-01 Jeff Zucker <jzuckerATcpan.org> (0.22) * removed DESTROY and disconnect - use DBD File's instead * added ignore_missing_table flag to avoid warnings with DROP TABLE IF EXISTS 2004-04-18 Jeff Zucker <jzuckerATcpan.org> (0.21) * added support for $dbh->{Active}, should now work well with Class::DBI and other caching systems * added support for DROP TABLE IF EXISTS - doesn't complain if table is already dropped * removed DBD::File from the distribution - it's now distributed with DBI 1.42 and higher
2005-08-16whitespace fixgrant1-3/+2
2005-08-16set INSTALL_DIRS so this installs correctly.grant1-2/+2
2005-08-16build in src/port, too, so libpgport is built on platforms which needgrant1-2/+3
it. fixes build on Solaris.
2005-08-16--prefix is already passed to GNU configure.grant1-2/+1
2005-08-15Add conflict with postgresql80-libs and postgresql80-docs so trying toerh1-1/+4
update this package w/o removing those issues an appropriate error.
2005-08-14Add PLIST entries removed accidentally by mechanical changes forminskim2-3/+6
LIBTOOLIZE_PLIST. Bump PKGREVISION.
2005-08-12Back the last change out after discussion with <xtraeme>.salo1-2/+3
The ABI didn't change and the vulnerability is server side-only.
2005-08-12Update mysql-{client,server} to 4.0.25, which should fixxtraeme6-41/+12
the following vulnerabilities: http://www.appsecinc.com/resources/alerts/mysql/2005-001.html http://www.appsecinc.com/resources/alerts/mysql/2005-002.html Please see changelog: http://dev.mysql.com/doc/mysql/en/news-4-0-25.html
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam9-22/+18
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10Change my email address to @NetBSD.org.gdt1-2/+2
2005-08-08Expose a new variable PGSQL_BLCKSZ for package builders to tweak sojlam1-1/+19
as to optimize PostgreSQL performance. This is a fairly expert option and represents the size in bytes of a PostgreSQL disk page, defaulting to 8K.
2005-08-08Append to, don't override, BUILD_DEFS.jlam1-2/+2
2005-08-08Rename the POSTGRESQL_* variables to PGSQL_* to match the namingjlam2-8/+8
convention for other PostgreSQL variables in pkgsrc.
2005-08-08Fix the package configuration of the following packages so that theyjlam1-3/+4
will install Perl modules into the "vendor" directories: chat/vicq math/udunits databases/rrdtool mbone/beacon devel/p5-subversion Bump their PKGREVISIONs.
2005-08-08oops - this needs pyqt-modulesdrochner1-1/+2
2005-08-08+nss_ldapdrochner1-1/+2
2005-08-08import nss_ldap-239, an nsswitch plugin for LDAP lookupdrochner9-0/+553
(passwd and group for now)
2005-08-07Update to 7.3.10adrianp7-77/+16
Posted on 2005-05-12: In order to address several security issues identified over the past two weeks, as well as one "low probability" race condition, we are releasing new version of PostgreSQL as far back as the 7.2.x branch. Please note that the security issues were those already reported by Tom Lane, as well as a manual fix for them. These releases are mainly to ensure that those installing and/or upgrading existing installations have those fixes automatically. For details on the fixes, please see the HISTORY file included in the Release, but a summary consists of: * Change encoding function signature to prevent misuse * Change "contrib/tsearch2" to avoid unsafe use of INTERNAL function results * Repair race condition between relation extension and VACUUM This could theoretically have caused loss of a page's worth of freshly-inserted data, although the scenario seems of very low probability. There are no known cases of it having caused more than an Assert failure.
2005-08-06Update to 3.5.4adrianp4-28/+43
From the HISTORY: > Version 3.5.4 > ------------- > > Bugs > * Fix security hole in include() of language file: > http://secunia.com/advisories/15941/ > Check now requires that the language filename be in the list > of known allowed filenames. > * Fix that functions returning cstring were not being listed > * Make parsing of PostgreSQL 1-dimensional arrays correct. Makes > named function parameter use more reliable. > * Fix downloading of the results of multiline queries. > > > Version 3.5.3 > ------------- > > Bugs > * Fix using schema enabled dump on non-schema enabled backend > * Don't try setting no timeout when in safe mode > * Reload browser after executing arbitrary SQL > * Fix browser in RTL languages > * Fix inability to drop database using the drop link > * Fix last internal oid for PostgreSQL 8.0 > * Fix (again) dumping on v8 for windows, exclude dumping some objects. > > Translations > * Portuguese from Francisco > > > Version 3.5.2 > ------------- > > Bugs > * Fix export to work with release candidates and beta releases as well as finals > (Russell Smith) > * Fix port selection for local connections (Russell Smith) > * Fix timeouts on long running operations (Adrian Nida) > * Allow Multiline character and character varying editing and inserting > * Do browser language detection for all languages > > Translations > * Japanese from Tadashi > * Danish from Arne
2005-08-06Add an explict requirement for readline on 1.6.x which should resolveadrianp1-1/+7
PR#30678 and PR#30364.
2005-08-06Add and enable postgresql80-{plperl,plpython,pltcl}.jlam1-1/+4
2005-08-06Import databases/postgresql80-pltcl-8.0.3.jlam4-0/+40
PL/Tcl is a dynamic loadable extension for the PostgreSQL database system that enables the Tcl language to be used to create functions and trigger-procedures. It offers most of the capabilities a function writer has in the C language.
2005-08-06Import databases/postgresql80-plpython-8.0.3.jlam4-0/+49
PL/Python allows you to write functions in the Python programming language that may be used in SQL queries as if they were built into Postgres. The PL/Python intepreter is a full Python interpreter. PL/Python is currently only available as an "untrusted" language (meaning it does not offer any way of restricting what users can do in it). It has therefore been named "plpythonu". The trusted variant plpython may become available again in future, if a new secure execution mechanism is developed in Python.
2005-08-06Import lang/postgresql80-plperl-8.0.3.jlam4-0/+36
PL/Perl allows you to write functions in the Perl programming language that may be used in SQL queries as if they were built into Postgres. The PL/Perl intepreter is a full Perl interpreter. However, certain operations have been disabled in order to maintain the security of the system.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam36-72/+76
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-08-05Several changes to the postgresql80-* packages:jlam26-2358/+2790
* Become maintainer for the postgresql80-* packages (ok'd by recht) * Libtoolize postgresql80 build so that the shared libraries and loadable shared modules are built using libtool. This should make PostgreSQL 8.0.x in pkgsrc build correctly on more pkgsrc-supported platforms. This is accomplished with the Makefile.libtool file which replaces the Makefile.shlib file in the PostgreSQL distribution. * Add libltdl modifications from the postgresql74-* packages so that this can work on Interix (untested). * Fix some mismatches between static function declarations and their subsesquent definitions in the src/timezone module. Fixes provided by Georg Schwarz. * Convert PGSQL_USE_HIER into the PKG_OPTION "pgsql-hier-query", and teach both postgresql80-client and postgresql80-server to use it. * Use BUILDLINK_TRANSFORM's "rm" action to remove unwanted compiler flags. * Remove zlib/buildlink3.mk from postgresql80-client/buildlink3.mk as zlib is only used by the pg_dump client. * Convert some files in files/* into patches that can be fed back to the PostgreSQL team. * Install data and documentation files into share/postgresql instead of share/postgresql80 -- it's only possible to install one PostgreSQL version at a time in pkgsrc, and the new paths more closely match the rest of the installation paths. * Add more mirrors to the MASTER_SITES list, and add a new variable POSTGRESQL_MIRRORS_SORT that has the same syntax as MASTER_SORT that can help people pick a nearby mirror. * Nuke references to libpgtcl which is no longer distributed as part of a standard PostgreSQL installation as of version 8.0. * Provide better documentation for Makefile.custom. * Avoid linking in the pthread library in the correct way on NetBSD by setting DLOPEN_REQUIRE_PTHREADS=no. Also, provide better documentation on why we can't enable thread-safety in the PostgreSQL libraries on NetBSD (at least for now). * Preliminary support for installing postgresql80-* into a separate subdirectory under ${LOCALBASE} so possibly allow for multiple installations of PostgreSQL on the same machine. Note that THIS DOES NOT WORK YET. * Update the hierarchical-queries patch to "8.0.3-0.5.5" which fixes a bug which was crashing the backend when PRIOR was used in the target list. The _level_ column is no longer automatically added to target list. This makes it possible to use hierarchical queries as IN subqueries. To get _level_ back you just have to explicitly mention it in target list. Bump the following PKGREVISIONs: postgresql80-client -> 2 postgresql80-server -> 2 postgresql80 -> 1
2005-08-05update to 4.3.3drochner3-7/+10
changes: -Changes the interface to the recently added set_bt_compare callback to only take two arguments like a normal comparison function. -Fixes a crash in DB.associate when it wanted to raise an exception. cvs: ----------------------------------------------------------------------
2005-08-04+lumadrochner1-1/+2
2005-08-04add luma-2.1.3, a graphical LDAP admin tool consisting of LDAP browser,drochner5-0/+512
schema browser (similar to gq), and plugins eg for user management or address book entries still needs some polishing to DTRT in a NetBSD environment, but is already useful
2005-08-04update to 2.0.9drochner3-10/+15
many feature additions and fixes since 2.0.2, see the CHANGES file in the distribution for details
2005-08-03Use the correct LDAP type instead of the SASL type, which is onlyjlam4-11/+12
available if building with SASL support. Noted in private mail by Joerg Sonnenberger. Bump PKGREVISION to 1.
2005-08-01Note that the sparc64 patch is actually a hack for gcc<3.3.jlam2-3/+5
2005-08-01Update databases/openldap to version 2.2.27. From now on, we'll bejlam9-116/+107
tracking the latest release on the 2.2.x branch, which is generally the stable branch of OpenLDAP. Changes from version 2.2.20 include: Fixed bugs in slapd behavior. Fixed bugs in various backends (bdb, hdb, ldbm, ldap) for slapd Fixed pcache all-attrs bug (ITS#3741) Fixed syncrepl runqueue (ITS#3542) Fixed ACL dn=* <what> clause Fixed ACL val default style parsing crasher (ITS#3700) Fixed slapcat unclean exits (ITS#3764) Fixed libldap sasl connection assert (ITS#3278) Removed broken libldap fast synchronous search result processing (ITS#3612) Fixed slap tool log initialization (ITS#3579) Fixed slapi modify/increment support (ITS#3522) Fixed slapi plugins called multiple times with glue (ITS#3529) Fixed slapi 64-bit portability (ITS#3556) Fixed libldap fdset re-init for restart (ITS#3524) Fixed libldap ldap_extended_operation_s (ITS#3552) Added libldap fast synchronous search result processing Fixed slurpd replog locking (ITS#3421) Fixed slaptest failure if databases cannot be started (ITS#3461) Fixed slaptest with dynamically loaded password mechs (ITS#3495) Fixed libldap timeout option cleanup (ITS#3487)
2005-07-30Updated rrdtool to 1.2.11: Minor bug fix releasewulf7-144/+109
Added --enable-perl-site-install configuration argument relevant to PR30719
2005-07-29Update to 4.1.13.xtraeme12-78/+70
Lots of changes, see http://dev.mysql.com/doc/mysql/en/news-4-1-13.html for a detailed description.
2005-07-29add onedrochner1-0/+20
2005-07-29build in src/port, too, so libpgport is built on platforms which needgrant1-2/+3
it. fixes build on Solaris.
2005-07-29this uses a c++ compiler.grant1-1/+2
2005-07-27Reset MAINTAINER -- he stopped working on pkgsrc.wiz3-6/+6
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz9-18/+18
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21Add and enable pgtcl.wiz1-1/+2
2005-07-19adddrochner1-0/+20
2005-07-19+gourmetdrochner1-1/+2
2005-07-19import gourmet-0.8.5.5, another recipe databasedrochner4-0/+304