Commit Graph

1107 Commits

Author SHA1 Message Date
bernd
7f8d89d069 Update to qdbm-1.8.70. Reminded by Jeremy Evans. 2006-09-23 13:44:35 +00:00
espie
9b19a3a020 update to 3.3.7, talked to author, regression failures are known,
but not really important.
2006-09-19 11:26:38 +00:00
espie
ce10ad112b remove patch obsoleted by USE_LIBTOOL, and add test to .PHONY targets,
fixes multiple runs of make regress.
2006-09-19 10:00:09 +00:00
espie
1f4bdba489 update to new version, okay maintainer 2006-09-19 08:05:22 +00:00
espie
d1d5e05ad4 remove `empty' version spec (.0.0) which is no longer needed to desambiguate
library names.
2006-09-18 11:40:06 +00:00
espie
629547efe8 new style libs 2006-09-18 09:04:03 +00:00
bernd
f65f3e714d Downgrade to p5-DBD-mysql-2.9004.
The current version segfaults very often.

http://lists.mysql.com/perl/3933
http://rt.cpan.org/Public/Bug/Display.html?id=18884

Reported by Peter Hessler, thanks!

ok espie@, sturm@
2006-08-24 09:23:38 +00:00
sturm
f40b6dea93 add RUN_DEPENDS on ruby-gems for gems-based ports
bump PKGNAME where necessary

noticed by Ward Wouts <ward at wizeazz.nl> via markus, ok msf
2006-08-23 21:12:24 +00:00
sturm
f15bb48241 update ruby-rails (and associated ports) to 1.1.6
This fixes a security vulnerability in rails, permitting the evaluation
of Ruby code through a URL.

for details, see
http://weblog.rubyonrails.org/2006/8/10/rails-1-1-6-backports-and-full-disclosure
2006-08-12 07:37:15 +00:00
steven
a94826e700 bump PKGNAME after changing DESCR
go ahead espie@
2006-08-04 23:09:00 +00:00
espie
9ec5df6d00 add new line (Pierre-Yves Ritschard) 2006-08-04 10:23:48 +00:00
espie
3d330a9627 new libspecs 2006-08-01 22:46:16 +00:00
espie
ccc1498fc1 more new libspecs. 2006-08-01 22:19:46 +00:00
espie
b160c64929 tweak for PKGPATH, name it correctly as FULLPKGPATH, and add a subsidiary
table to map FULLPKGPATH to PKGPATH, e.g.,

SELECT DISTINCT PKGPATH, VALUE FROM Wantlib,Paths WHERE Wantlib.FULLPKGPATH=Paths.FULLPKGPATH ORDER BY PKGPATH
2006-08-01 16:22:22 +00:00
espie
c1d12b9732 +p5-DBIx-Class 2006-08-01 09:18:53 +00:00
espie
897d95c070 p5-DBIx-Class, port written before the submissions on ports@... after
talk with msf about which one to commit.
2006-08-01 09:17:17 +00:00
pedro
c0485370be Update to luasqlite3-0.4.1, okay sturm@ 2006-07-30 04:51:39 +00:00
bernd
e4091875b6 Let mysqlcc work correctly with mysql 5.x.
ok brad@, wilfried@
2006-07-24 09:18:13 +00:00
steven
b5d180fc15 homepage fixes 2006-07-19 13:41:02 +00:00
alek
999c1937d5 Update to 3.52.4 2006-07-18 19:44:27 +00:00
steven
d436d1d17f add a few missing REGRESS_DEPENDS 2006-07-18 14:11:44 +00:00
espie
61cbdad214 +p5-SQL-Translator 2006-07-18 08:30:17 +00:00
espie
7ee6644e22 universal database schema translator, can convert about any database
schema into anything else.

Very useful for people who want to migrate big databases from one system
to another, or who use different database engines for testing/production.

Can be used from perl as a set of modules, or through a command-line
interface (sqlt).
2006-07-18 08:29:32 +00:00
espie
863c13fb43 +p5-GDBM_File 2006-07-17 23:34:09 +00:00
espie
e91043c849 GDBM_File is part of perl's core, but it is a port, by necessity, since
gdbm is not in OpenBSD proper.
2006-07-17 23:33:21 +00:00
steven
0b4dd26818 update to 1.36 2006-07-13 08:02:42 +00:00
steven
26b92847b2 master site fixes 2006-07-13 07:43:40 +00:00
espie
80448819a5 Handle CONFIGURE_ARGS as a list, e.g.,
SELECT DISTINCT VALUE FROM ConfigureArgs
makes sense.
2006-07-10 14:34:01 +00:00
espie
64feab316c Really process SHARED_LIBS 2006-07-10 11:44:30 +00:00
espie
307bf47c15 +sqlports 2006-07-10 10:58:48 +00:00
espie
2e019b5e25 package the database built from ports for any user. 2006-07-10 10:57:59 +00:00
steven
67934fdd5f bump PKGNAME after changing depends... 2006-07-08 06:55:13 +00:00
sturm
f558671522 be sure to depend on tcl-8.4 2006-07-07 21:22:03 +00:00
pvalchev
fc6623f518 correct run/build dependencies; ok avsm 2006-06-29 17:37:27 +00:00
msf
bdee3c02c6 update to 2.00 and change maintainer to submitter Sean Comeau
ok sam smith (old maintainer)
2006-06-24 12:16:35 +00:00
sturm
7cbac1d637 ruby-postgres 2006-06-23 08:12:58 +00:00
sturm
de2689e8b9 Initial import of ruby-postgres 0.7.1
This is the extension library to access a PostgreSQL database from
Ruby. This library works with PostgreSQL 6.4 - 8.1.

from markus
2006-06-23 08:12:23 +00:00
bernd
09867abba9 Maintenance update to qdbm-1.8.60. 2006-06-20 10:42:05 +00:00
bernd
64cfee67cc Security update to openldap-2.3.24. (CVE-2006-2754)
Fixes a status file handling buffer overflow in slurpd.

More information:
http://secunia.com/advisories/20126/

Remove obsolete MODGNU_SHARED_LIBS stuff.

ok mbalmer@ (MAINTAINER)
2006-06-19 08:22:35 +00:00
espie
4bb8af2504 update to 3.3.6, okay jolan@ 2006-06-17 09:09:28 +00:00
espie
5be3e3f354 minor maintainance update, okay maintainer. 2006-06-17 09:07:40 +00:00
bernd
a47eb42d5a - Fix a segfault on startup. gtk+2/glib2 fallout. (from Debian)
- Fix WANTLIB after gtk+2 update

ok brad@, no objections from wilfried@
2006-06-14 12:23:49 +00:00
bernd
c3e1e3a89e Fix WANTLIB after gtk+2 upgrade. 2006-06-13 13:19:08 +00:00
sturm
08be3569ad ruby-activerecord 2006-06-12 19:46:22 +00:00
sturm
7134988b3a Initial import of ruby-activerecord 1.14.2
Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
database tables and classes together for business objects, like Customer
or Subscription, that can find, save, and destroy themselves without
resorting to manual SQL.

from msf
2006-06-12 19:45:48 +00:00
alek
92e91b4ac4 Bump PKGNAMEs after recent python switch 2006-06-03 09:19:52 +00:00
bernd
c150c3f7ba Security update to mysql-5.0.22.
From mysql ChangeLog:

An SQL-injection security hole has been found in multi-byte encoding
processing. The bug was in the server, incorrectly parsing the string
escaped with the mysql_real_escape_string() C API function. (Bug#8378)

Detailed information:
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-22.html

ok brad@
2006-06-02 18:34:12 +00:00
avsm
049f84587e +ocaml-sqlite3 2006-06-01 01:21:01 +00:00
avsm
90e83b7a7f initial import of ocaml-sqlite3-0.2.0
--
OCaml bindings to the SQLite 3 database access library.  The current
version provides low level access to the SQL queries and data
transfer.  Aggregate/user-defined SQL function support is not
implemented.
2006-06-01 01:20:25 +00:00
msf
6128ecb42f update to 3.0003, this resolves bugs encountered while testing RT
remove MAINTAINER at his request

ok brad@ wilfried@
2006-05-31 19:53:06 +00:00