Commit Graph

838 Commits

Author SHA1 Message Date
sturm
b2d36339e6 SECURITY fix
This patch fixes a problem where low privileged users can invoke the
LOAD extension to load arbitrary libraries into the postgres process
space.

ok peter.galbavy at knowtion.net
2005-02-05 15:11:58 +00:00
alek
9a057371c6 Fix WANTLIB marker 2005-01-27 23:43:02 +00:00
naddy
4ea670fd4b Now that @info transparently picks up all .info-* files, don't go through
extra steps to rebuild with --no-split.
2005-01-27 02:09:52 +00:00
jakob
ff6ff11201 openldap v2.2.23 2005-01-26 08:27:47 +00:00
alek
d5005233fd Fix WANTLIB marker 2005-01-25 16:01:07 +00:00
espie
dd321d251b and bump the right package name... 2005-01-23 10:30:02 +00:00
espie
f01a06fa5b bad libspec, to find the correct library, you must look into a
directory where there's no candidate that is more recent.
2005-01-23 10:28:07 +00:00
brad
843e3c4483 fix symlink vulnerability.
http://lists.mysql.com/internals/20600

From: Bernd Ahlers <b dot ahlers at ba-net dot org>
2005-01-20 03:00:00 +00:00
brad
7f3db6f8cd go away 0 byte file. 2005-01-20 02:49:25 +00:00
jolan
48bab7f528 update to 2.8.15, ok djm@ 2005-01-15 00:22:11 +00:00
brad
1337fc6ca9 upgrade to MySQL 4.0.23
fixes some crashing issues among many other bug fixes,
seems to have resolved a crashing issue henning@ was
experiencing on sparc64.
2005-01-14 01:42:58 +00:00
sturm
b1d1e479a4 better and consistent LIB_DEPENDS on db; this fixes a few possible
build time failures, where the wrong version of db could be found
2005-01-12 21:31:05 +00:00
jolan
eead46dd69 fix for aggressive malloc options, backported from sqlite cvs
ok djm@
2005-01-12 17:54:05 +00:00
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
jakob
ba0657fa96 OpenLDAP release 2.2.20 (stable) 2005-01-04 18:35:49 +00:00
sturm
51a1d482bf regression tests are broken on this one, even after fixing they'd need
a database properly set up, so just disable them

noticed by alek@
2005-01-02 08:02:27 +00:00
alek
298795d7f4 - Fix libpq soname
- Rework WANTLIB as this port has SUBPACKAGES
- Replace RUN_DEPENDS with LIB_DEPENDS
- Add PKG_ARCH
- Bump PKGNAME

ok sturm@, Brandon Palmer (MAINTAINER)
2005-01-02 00:23:28 +00:00
espie
f0c411226c okay, conflicting with a dependency is not good. 2004-12-30 11:37:59 +00:00
espie
09fd58c468 conflict 2004-12-30 01:01:37 +00:00
jolan
38c6838f15 update to 1.0.20 2004-12-26 02:51:52 +00:00
msf
d345d5c6bc +p5-DBIx-SearchBuilder 2004-12-21 03:46:59 +00:00
msf
97d8b7fa09 - Initial import of DBIx-SearchBuilder-1.16
This module provides an object-oriented mechanism for retrieving and
updating data in a DBI-accesible database.
2004-12-21 03:45:45 +00:00
mbalmer
81822cd4cb Removed
SUBDIR += py-ldap,py2.2
     SUBDIR += py-ldap,py2.3
(py-ldap has no FLAVORS anymore)
2004-12-18 15:23:01 +00:00
mbalmer
fc3bf6e6a8 Updated to version 2.0.6 of python-ldap
Merged the examples subpackage into the main package
Enabled sasl2 support by default

ok alek@
2004-12-18 14:28:35 +00:00
marcm
c4f6ef219a Update to 1.0.3. 2004-12-11 06:03:08 +00:00
msf
1860e7b4d4 - Add missing dependency
- bump patchlevel

ok naddy@
2004-12-10 21:05:53 +00:00
jakob
146b564963 p5-BerkeleyDB 2004-12-10 09:27:32 +00:00
jakob
b2814c309a BerkeleyDB perl module 2004-12-10 09:27:09 +00:00
msf
2faf7915d4 Update to p5-ldap-0.3202
maintainer timeout ok brad@
2004-12-08 05:55:13 +00:00
robert
3e0aa9f9a8 +p5-DBD-SQLite2 2004-12-02 21:35:05 +00:00
robert
a835d812af Import of p5-DBD-SQLite2.
DBD::SQLite2 is the Perl5 Database Interface driver for the SQLite3
database.
2004-12-02 21:32:03 +00:00
robert
c320b379d4 upgrade to 1.07; respect ${CC} and ${LD} 2004-11-24 20:32:23 +00:00
espie
28a459bb6d WANTLIB markers 2004-11-22 16:59:29 +00:00
pvalchev
7165853bcc fix tcl dependency 2004-11-16 02:31:28 +00:00
mjc
2b38b106af update to 1.45
from kevlo@
2004-11-16 01:26:01 +00:00
biorn
f611ec4e27 bump pkgname due to recent changes in PLIST/PLIST-server
ok MAINTAINER
2004-11-10 21:33:55 +00:00
biorn
bfc9881693 Move dyngroup.schema to PLIST-server and add some directories.
ok MAINTAINER
2004-11-08 20:27:34 +00:00
djm
ef8f30c8e6 +sqlite3 2004-11-07 00:25:31 +00:00
djm
ed904462a9 Import of sqlite3, a public-domain in-process SQL engine:
SQLite is a C library that implements an embeddable SQL database engine.
    Programs that link with the SQLite library can have SQL database access
    without running a separate RDBMS process. The distribution comes with a
    standalone command-line access program (sqlite) that can be used to
    administer an SQLite database and which serves as an example of how to
    use the SQLite library. SQLite is not a client library used to connect to
    a big database server. SQLite is the server. The SQLite library reads and
    writes directly to and from the database files on disk.

Note that sqlite3 is not backwards compatible with sqlite2, but they can be 
installed in parallel (thus the separate port). ok jolan@
2004-11-07 00:10:17 +00:00
alek
fd5f40635e Remove www FLAVOR
ok pvalchev@
2004-10-31 17:22:40 +00:00
alek
6c4e864f9f - remove unnecessary patch
- use PSEUDO_FLAVORS
- better DESCRiptions

help and ok xsa@, naddy@
2004-10-25 16:02:30 +00:00
alek
f459153b14 remove py-psycopg,zope
noticed by naddy@

ok naddy@, xsa@
2004-10-25 14:19:00 +00:00
alek
7284b50d96 - update to 1.1.15
- change zope FLAVOR to SUBPACKAGE
- switch to python 2.3

ok xsa@
2004-10-24 20:44:35 +00:00
brad
fc486884a3 * Fixed bug with crash of server on some values of read_rnd_buffer_size (Bug #5492) 2004-10-20 08:09:36 +00:00
brad
ce8889672c bump PKGNAME for both client and server. 2004-10-20 07:38:50 +00:00
brad
f224072f1b * Fixed bug in privilege checking where, under some conditions, one
was able to grant privileges on the database, he has no privileges
  on. (Bug #3933)
2004-10-20 07:36:04 +00:00
brad
748c1d4b56 * Fixed potential memory overrun in `mysql_real_connect()' (which
required a compromised DNS server and certain operating systems).
  (Bug #4017)

* Fixed crash in `MATCH ... AGAINST()' on a phrase search operator
  with a missing closing double quote. (Bug #3870)

* Fixed a crash on declaration of `DECIMAL(0,...)' column. (Bug
  #4046)
2004-10-20 04:47:29 +00:00
brad
feb0e2638a sync 2004-10-20 01:54:05 +00:00
jakob
ac69bf42d2 upgrade to OpenLDAP 2.2.17 2004-10-18 06:44:18 +00:00
djm
838c96e1c8 pysqlite-1.0 2004-10-16 08:19:54 +00:00