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
espie
e177182693
trim down INSTALL -> @newuser/@newgroup
2004-10-12 21:14:42 +00:00
espie
2a36ea7b8c
trim down INSTALL script, move stuff into PLIST and MESSAGE.
2004-10-12 21:03:13 +00:00
espie
432547e0f6
do not show stuff that's done by pkg_delete -c when pkg_delete -c is
...
not mentioned.
(pkg_delete has all the info to do a good job of this, and will do so soon).
2004-10-12 21:00:27 +00:00
xsa
f2f0334cbf
+ py-cdb
2004-10-11 19:04:08 +00:00
xsa
569d11dd1e
Initial import of py-cdb-0.32.
...
The python-cdb extension module is an adaptation of D. J. Bernstein's
constant database package (see http://cr.yp.to/cdb.html ).
cdb files are mappings of keys to values, designed for wickedly fast
lookups and atomic updates. This module mimics the normal cdb
utilities, cdb(get|dump|make), via convenient, high-level Python
objects.
Submitted and maintained by Lars Hansson <lars at unet.net.ph>.
2004-10-11 19:03:10 +00:00
jcs
bb76db44cf
update my email address
2004-10-03 18:41:36 +00:00
jcs
68daa71431
sybperl-2.17
2004-09-28 01:10:35 +00:00
sturm
f4ba4d4f99
move the tcl FLAVOR to a SUBPACKAGE
...
from Aleksander Piotrowski <aleksander.piotrowski at nic.com.pl>
2004-09-24 20:47:21 +00:00
espie
9503fa1365
kill INSTALL/DEINSTALL
2004-09-24 08:56:49 +00:00
espie
01322c4548
new style conflict.
2004-09-18 10:39:08 +00:00
espie
2b80a94147
new-style conflicts.
2004-09-18 10:35:36 +00:00
marcm
074509ecf3
Fix a couple of off-by-one errors, courtesy anil@
...
"Commit this." brad@
2004-09-17 03:49:03 +00:00
espie
25ab10e258
new style PLISTs
2004-09-14 23:31:45 +00:00
espie
0306c93e20
rename flavors 2.1 -> py2.1
...
subpackage to avoid conflict
new style plist
2004-09-14 23:29:07 +00:00
robert
a56bc44979
SECURITY:
...
Jeroen van Wolffelaar <jeroen@wolffelaar.nl> discovered an
insecure temporary file vulnerability in the mysqlhotcopy
script when using the scp method.
ok naddy, brad, pvalchev
2004-08-20 09:21:19 +00:00
espie
3ebd827638
packages ARE conflicting, thanks to the examples files.
...
Proper fix would mean putting the examples in a separate package, but
it's too late in the cycle to do so.
okay pvalchev@
2004-08-13 08:08:34 +00:00
sturm
f13de20069
postresql-client is not enough, we have to depend on -server here
...
otherwise it will not configure successfully
ok pval@
2004-08-11 20:53:40 +00:00
xsa
8f584f432e
more new-style MODULES.
2004-08-10 20:41:47 +00:00
xsa
c2f79fa954
more new-style MODULES.
2004-08-10 10:26:50 +00:00
espie
c074af59c1
new plists
2004-08-10 08:36:46 +00:00
espie
0a5d240a79
new plists
2004-08-10 00:52:43 +00:00
espie
0fe0712abb
more plists
2004-08-09 13:28:30 +00:00
espie
69800f4dbd
new plist
2004-08-09 12:16:55 +00:00
espie
70edc0e149
more new plists.
...
put V number of freetds into its Makefile.
2004-08-09 00:21:28 +00:00
espie
dd6b108d65
more new plists.
2004-08-08 16:50:45 +00:00
espie
a42df1be61
new plist.
...
Lots of config files noted as bogus, to look at later...
2004-08-08 16:34:32 +00:00
espie
5423aa62ce
adjust scripts for @sample, update to new plist.
2004-08-08 16:24:28 +00:00
espie
45ddd7fe15
regen plist, trim comments, since new make-plist deals with fragments
...
better.
2004-08-08 16:14:16 +00:00
espie
d31e0d49e0
new style PLISTs
2004-08-07 07:50:06 +00:00
xsa
7781f6f83a
fix LIB_DEPENDS; ok djm@.
2004-08-05 07:27:57 +00:00
xsa
5169bf05a7
new-style MODULES
2004-08-04 19:46:14 +00:00