Age | Commit message (Collapse) | Author | Files | Lines |
|
want to @dirrm that subdirectory, so add that line to the PLIST.
|
|
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.
|
|
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.)
|
|
This is from Joerg Sonnenberger's diff.
I do not know if this support has been submitted to Sleepycat
for dist/configure* yet.
|
|
|
|
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
|
|
|
|
|
|
it. fixes build on Solaris.
|
|
|
|
update this package w/o removing those issues an appropriate error.
|
|
LIBTOOLIZE_PLIST.
Bump PKGREVISION.
|
|
The ABI didn't change and the vulnerability is server side-only.
|
|
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
|
|
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.
|
|
|
|
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.
|
|
|
|
convention for other PostgreSQL variables in pkgsrc.
|
|
will install Perl modules into the "vendor" directories:
chat/vicq math/udunits
databases/rrdtool mbone/beacon
devel/p5-subversion
Bump their PKGREVISIONs.
|
|
|
|
|
|
(passwd and group for now)
|
|
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.
|
|
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
|
|
PR#30678 and PR#30364.
|
|
|
|
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.
|
|
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.
|
|
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.
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
* 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
|
|
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: ----------------------------------------------------------------------
|
|
|
|
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
|
|
many feature additions and fixes since 2.0.2, see the CHANGES file
in the distribution for details
|
|
available if building with SASL support. Noted in private mail by
Joerg Sonnenberger. Bump PKGREVISION to 1.
|
|
|
|
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)
|
|
Added --enable-perl-site-install configuration argument relevant to PR30719
|
|
Lots of changes, see http://dev.mysql.com/doc/mysql/en/news-4-1-13.html
for a detailed description.
|
|
|
|
it. fixes build on Solaris.
|
|
|
|
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
|
|
|
|
|
|
|