Commit graph

2127 commits

Author SHA1 Message Date
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
darcy
0eb7fef55a Update package to 3.6.2.
The only change is to fix the handling of primary keys when using namespaces.
2005-02-23 12:13:35 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
taca
f0c3263b5e Remove ruby-dbm package. It is included in ruby16/ruby18 package now. 2005-02-21 15:42:24 +00:00
taca
c8d7c2377e Delete databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest and
security/ruby-openssl.
2005-02-21 15:37:55 +00:00
grant
9e8106c011 bump PKGREVISION for last. 2005-02-21 06:15:10 +00:00
cjs
9f23b7696f The server's time zone support was broken because the files under
share/postgresql/timezone were not being installed, so install them.
Also add a few missing files to the PLIST, and fix the order of couple.
2005-02-21 05:18:06 +00:00
wiz
2cfb58c386 Fix PLIST for update. 2005-02-20 00:03:40 +00:00
xtraeme
836c21962b Apply patches from Georg Schwarz to make this build on IRIX 5. 2005-02-18 00:48:05 +00:00
wiz
dbffae6b0c Add postgresql80*. 2005-02-16 11:14:14 +00:00
xtraeme
6b13985926 Updated mysql4-{client,server} to 4.1.10.
A lot of bugfixes and functionality was added... please see:
http://dev.mysql.com/doc/mysql/en/news-4-1-10.html
2005-02-16 02:21:36 +00:00
rillig
d5efaf5e6b Replaced SVR$_PKGNAME with SVR4_PKGNAME. Approved by jlam. 2005-02-15 20:05:02 +00:00
recht
756ec268d4 adapt to latest bsd.pkg.mk changes 2005-02-13 19:17:46 +00:00
minskim
8ce9896b2b Update HOMEPAGE. 2005-02-11 16:49:24 +00:00
minskim
eadbee1e94 Add and enable pgpool. 2005-02-11 16:43:25 +00:00
minskim
c0d1af6a3d Initial import of pgpool-2.5.
pgpool is a connection server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends).  A PostgreSQL
client can connect to pgpool as if it were a standard PostgreSQL
server.

pgpool caches the connection to PostgreSQL server to reduce the
overhead to establish the connection to it.  Also, pgpool could use
two PostgreSQL servers for fail over. If the first server goes down,
pgpool will automatically switch to the secondary server.  Moreover,
pgpool supports scheduled switch over.
2005-02-11 16:40:43 +00:00
cube
89e63392b0 Explicitely disable sasl support when the option is not selected, in case
there is a sasl library somewhere in the system, as the configure script
would try using it.
2005-02-09 15:38:03 +00:00
wiz
5bcdb20632 Remove ".pkgsrc" file from PLIST, it shouldn't be there. Might fix
bulk build.
2005-02-07 15:02:25 +00:00
jlam
bccaba8d4b Instantly deprecate USE_PAM from pkgsrc as its value is being set from
within NetBSD-current's bsd.own.mk, which conflicts with its usage in
pkgsrc.  The package that use USE_PAM have been converted to use the
bsd.options.mk framework.  This should fix PR pkg/29257.
2005-02-07 11:35:41 +00:00
dan
a135d9fce9 conflicts also with pg80 2005-02-07 04:27:27 +00:00
dan
f9d2654862 replace a straggling wip path reference 2005-02-07 00:17:56 +00:00
taca
70ebfdf414 Fix pathname of ".include"; wip => databases. 2005-02-06 13:21:45 +00:00
jdolecek
fc812047e4 PostgreSQL 8.0.1 packages. A dump/restore using pg_dump is required
for those wishing to migrate data from any previous release.

Major changes relative to 7.4.x:
* Savepoints
* Point-in-Time recovery
* Tablespaces
* Improved buffer management
* ALTER TABLE column management improvements

Full list of changes is available at:

	http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0

Also note that PostgreSQL server listens also on localhost (127.0.0.1)
by default now.
2005-02-06 12:32:05 +00:00
jmmv
a364204eed Add and enable libgda-sqlite. 2005-02-05 17:05:28 +00:00
jmmv
ce4adcb25b Initial import of libgda-sqlite, version 1.0.4:
This package provides the sqlite plugin for libgda, which lets it act as
an sqlite application.

Closes PR pkg/26592.
2005-02-05 17:04:51 +00:00
jmmv
70f417637b PKGREVISION must not be in Makefile.common. 2005-02-05 17:01:29 +00:00
jmmv
ce6294ef63 Use LIBGDA_PROVIDER in two places, instead of hardcoding the provider's
name.  Addresses part of PR pkg/26592.
2005-02-05 16:56:40 +00:00
jmmv
828e632126 Explicitly disable use of readline (we weren't using it before anyway).
Fixes build problems under -current.
2005-02-05 16:30:39 +00:00
jdolecek
260b752864 Forced commit to note postgresql 7.4.9 changes:
Changes

     * Disallow "LOAD" to non-superusers
       On platforms that will automatically execute initialization
       functions of a shared library (this includes at least Windows and
       ELF-based Unixen), "LOAD" can be used to make the server execute
       arbitrary code. Thanks to NGS Software for reporting this.
     * Check that creator of an aggregate function has the right to
       execute the specified transition functions
       This oversight made it possible to bypass denial of EXECUTE
       permission on a function.
     * Fix security and 64-bit issues in contrib/intagg
     * Add needed STRICT marking to some contrib functions (Kris Jurka)
     * Avoid buffer overrun when plpgsql cursor declaration has too many
       parameters (Neil)
     * Fix planning error for FULL and RIGHT outer joins
       The result of the join was mistakenly supposed to be sorted the
       same as the left input. This could not only deliver mis-sorted
       output to the user, but in case of nested merge joins could give
       outright wrong answers.
     * Fix plperl for quote marks in tuple fields
     * Fix display of negative intervals in SQL and GERMAN datestyles
     * Make age(timestamptz) do calculation in local timezone not GMT
2005-02-05 14:50:52 +00:00
jdolecek
f7c51e684e Update to postgresql 7.3.9. This release contains a variety of fixes
from 7.3.8, including several security-related issues. A dump/restore
is not required for those running 7.3.X.

Changes

     * Disallow "LOAD" to non-superusers
       On platforms that will automatically execute initialization
       functions of a shared library (this includes at least Windows and
       ELF-based Unixen), "LOAD" can be used to make the server execute
       arbitrary code. Thanks to NGS Software for reporting this.
     * Check that creator of an aggregate function has the right to
       execute the specified transition functions
       This oversight made it possible to bypass denial of EXECUTE
       permission on a function.
     * Fix security and 64-bit issues in contrib/intagg
     * Add needed STRICT marking to some contrib functions (Kris Jurka)
     * Avoid buffer overrun when plpgsql cursor declaration has too many
       parameters (Neil)
     * Fix planning error for FULL and RIGHT outer joins
       The result of the join was mistakenly supposed to be sorted the
       same as the left input. This could not only deliver mis-sorted
       output to the user, but in case of nested merge joins could give
       outright wrong answers.
     * Fix plperl for quote marks in tuple fields
     * Fix display of negative intervals in SQL and GERMAN datestyles
2005-02-05 14:49:03 +00:00
jdolecek
89b5b5508a disable inclusiong dlopen.bl3.mk (and hence link agains pthread), for
same reasons as the postgresql74-server
adresses PR pkg/28729
2005-02-05 14:47:02 +00:00
jdolecek
a6b103e307 Update postgresql74 to 7.4.7. This is security release only, fixes
recently discovered LOAD vulnerability.
2005-02-05 14:31:20 +00:00
adrianp
be84ed924e - Update of geneweb from 4.09 to 4.10
- ok'ed wulf@

> GeneWeb version 4.10
> --------------------
>
> * Languages
>   - [29 Jan 04] Added "Breton" (Tepod Gwilhmod, Gwenael Emelyanoff,
>     Bertrand Yeurc'h).
>
> * GeneWeb server or CGI (gwd)
>   - [06 Nov 04] In statistics, added displaying of oldest couples perhaps
>     still alive and engaged.
>   - [06 Jan 04] Fixed bug: when changing a child's name using "change
>     children's names", the possible image was not renamed, causing
>     its disparition.
>   - [05 Jan 04] Added database configuration variable "show_consang":
>     when set to "no" the possible consanguinity is not displayed in
>     personal pages. Added also variable "fast_alphabetic": when set
>     to "yes", the alphabetic display of surnames or first names is fast
>     but the number of surnames of fist names is not displayed (interesting
>     for large databases).
>   - [04 Dec 03] Fixed bug: in case of two wizards make changes at
>     the same time, there were (rare) cases where one of the changes
>     erases the other one (instead of being rejected by the message
>     "database is locked").
>   - [29 Nov 03] Added optional "border" and "background color" for
>     trees displaying (relationship links, ancestors and descendants).
>   - [28 Nov 03] Fixed bug creating sometimes dates with null month
>     (and not null day) resulting problems with "gwu-gwc" and "cleaning
>     up" the database by gwsetup (happened when a date was entered
>     with month=13 which was erroneously not rejected).
>   - [18 Jan 03] Added a system of black list for the database forum;
>     the environment variable "forum_exclude_file" can be set to a
>     file name containing a list of excluded IP addresses which cannot
>     post. In the lines of this file, the joker character "*" can be
>     used to specify any string (e.g. "*" exclude everybody).
>   - [14 Jan 03] In form to add message in the database forum, added
>     buttons "private/public": only "wizards" and "friend" can see
>     "private" messages.
>   - [06 Jan 03] In welcome page, added wizard's name (when named).
>
> * Base configuration files (base.gwf)
>   - [19 Mar 03] Added a variable "moved" to indicate that the database
>     has been moved. This displays the new template file "moved.txt".
>
> * Setup program (gwsetup)
>   - [12 Nov 03] Fixed bug: the links to the documentation did not work
>     with modern browsers.
>
> * GeneWeb uncompiler (gwu)
>   - [12 Feb 03] Fixed bug: exporting bad format when places containing
>     just spaces.
>     "private" messages.
>   - [06 Jan 03] In welcome page, added wizard's name (when named).
>
> * Base configuration files (base.gwf)
>   - [19 Mar 03] Added a variable "moved" to indicate that the database
>     has been moved. This displays the new template file "moved.txt".
>
> * Setup program (gwsetup)
>   - [12 Nov 03] Fixed bug: the links to the documentation did not work
>     with modern browsers.
>
> * GeneWeb uncompiler (gwu)
>   - [12 Feb 03] Fixed bug: exporting bad format when places containing
>     just spaces.
>   - [11 Feb 03] Added option -maxlev to specify a maximum number of
>     generations (descendants only) to export.
>
> * GeneWeb databases Transfer Program (gwtp)
>   - [08 Dec 03] Added German (Falko Trojahn).
>   - [14 Oct 03] Added Spanish (Luis Mondesi).
>   - [03 Jan 03] Fixed bug: when wizard notes, the "send database" did
>     not work.
2005-02-04 22:17:51 +00:00
wiz
a17996a09f Fix DEPENDS. 2005-02-04 14:37:46 +00:00
wiz
ef1d1e7b7b Fix DEPENDS. 2005-02-04 14:30:00 +00:00
jdolecek
b325b210bf bump PKGREVISION for last change (removal of dlopen.bl3.mk) 2005-02-02 08:23:14 +00:00
jdolecek
2ae4616e09 disable dlopen.buildlink - it causes postgresql looping
fixes PR pkg/28729 by Bob Kemp
2005-02-02 08:15:09 +00:00
taca
c228a55b32 Correct HOMEPAGE. 2005-01-31 05:00:13 +00:00
kim
78697e2a83 Apply Debian DSA-658 fix for CAN-2005-0077:
- do not create a PID file by default

http://www.debian.org/security/2005/dsa-658
2005-01-29 18:30:47 +00:00
taca
c3ffe35cf7 Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
2005-01-28 14:08:01 +00:00
tv
e300d1401f Interix needs -lrpclib. 2005-01-25 18:55:56 +00:00
tv
f55888ad1b First attempt to provide a dynloader backend implementation for Interix,
using libltdl.  (This could provide even more portability in the future.)
2005-01-25 05:21:53 +00:00
recht
e369c6abcd Fix python version required (s/23pth/23/) 2005-01-24 19:58:19 +00:00
seb
5cfa36e867 Fix editing error in last commit. 2005-01-24 16:59:42 +00:00
seb
e5e1ab24d4 sync PYTHON_VERSIONS_ACCEPTED value with Makefile. 2005-01-24 16:58:13 +00:00
seb
14a1f6e7fc Fix alignment/LP64 issue on NetBSD/sparc64 encountered while trying the
syncrepl engine with SASL.

Bump PKGREVISION.

Approved by jlam@.
2005-01-24 12:46:25 +00:00
recht
367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00
taca
e794da07d3 Update Ruby 1.8.2.
This is basically bug fix release, but official changes aren't provided
yet.  Please refer ChangeLog.

Here is pkgsrc changes:

o Set RUBY_HAS_ARCHLIB=yes for Ruby packages including archtecture depending
  extention library in order to depend more specific Ruby.

o Now install database for ri(1).  Fix PR pkg/28566.

o Net::IMAP

	* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-list:40546]

o NKF:

	* ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all static
	  variables.  fixed: [ruby-list:40445]

	* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up to
	  0xfe.

	* ext/nkf/lib/kconv.rb (Kconv#kconv): should handle UTF8 and UTF16
	  properly.

o WEBrick

	* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):
	  raise NotImplementedError if password is encrypted by digest
	  algorithms. This patch is contributed by sheepman. [ruby-list:40467]

	* lib/webrick/httpauth/digestauth.rb
	  (WEBrick::HTTPAuth::DigestAuth#_authenticate): fix digest calculation.
	  This patch is contributed by sheepman. [ruby-list:40482]

	* lib/webrick/{httpauth.rb,httpauth/basicauth.rb,httpproxy.rb}: use
	  pack/unpack-template char "m" instead of lib/base64.rb to do base64
	  encoding/decoding. fixed: [ruby-dev:25336]
2005-01-23 17:33:19 +00:00
tv
6926b1508a Give interix3 a build template. 2005-01-21 03:15:52 +00:00
bad
751127812f Remove line for 'share/jdb' which crept in accidentally. 2005-01-20 20:42:29 +00:00