summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-14Initial import of nsca-1.1.0, the Netsaint Service Check Acceptor.rh4-0/+44
2001-05-14Add and enable eelrh1-1/+2
2001-05-14Initial import of eel-1.0, the Eazel Extensions Library for GNOME.rh4-0/+160
2001-05-14Update cupsomatic to 1.6. Changes from version 1.3 include searching forjlam2-9/+20
a foomatic-gswrapper script that regularizes arguments to gs and reports gs errors in a useful way. The distfile is now grabbed from ${MASTER_SITE_LOCAL}.
2001-05-14Add and enable librsvgrh1-1/+2
2001-05-14Initial import of librsvg-1.0.0, a library for scalable vector graphics.rh8-0/+129
2001-05-14lsof update is done.wiz1-2/+1
2001-05-14mail/postfix upgrade is doneitojun1-2/+1
2001-05-14use latest IPv6 patch. corrects !INET6 behavior (NetBSD PR 12876).itojun2-5/+5
2001-05-14Add and enable gftprh1-1/+2
2001-05-14Initial import of gftp-2.0.7.1, a graphical FTP client using gtk+. Thisrh6-0/+118
package was provided in PR pkg/12006 by Jared D. McNeill <jmcneill@invisible.yi.org> and modified by me to compensate for non-preemptive threading. This also closes PR pkg/12936 by Martti Kuparinen <martti.kuparinen@iki.fi>
2001-05-14Update gnome-core to 1.4.0.3. Changes include bugfixes and locale updates.rh3-8/+28
2001-05-14Add and enable medusarh1-1/+2
2001-05-14Initial import of medusa-0.5.1, a file system indexing engine.rh17-0/+339
2001-05-14Update gnome-vfs to 1.0.1. Changes are bugfixes, some code-restructuring,rh3-14/+40
and cleanups.
2001-05-14Split out KDE support into a separate pkg. While qt2 already takesdrochner4-9/+37
hours to compile, the KDE stuff makes it absolutely unbearable for someone not explicitely interested in it.
2001-05-14Update gdcd to 0.2.1. Changes are mainly bugfixes, most notably therh7-42/+87
detection and use of /dev/cdNd (N being a number) instead of /dev/cdrom.
2001-05-14Add and enable glerh1-1/+2
2001-05-14Initial import of gle-3.0.3, a set of GL subroutines for drawing tubingrh6-0/+114
and extrusions.
2001-05-14explicitely pass "--without-wmf" to "configure" to avoid a spuriousdrochner1-2/+2
warning
2001-05-14use portable openssh 2.9p1.itojun3-17/+41
Important Changes: ================== WARNING: SSH protocol v2 is now the default protocol version use the 'Protocol' option from ssh(1) and sshd(8) if you want to change this. SSH protocol v2 implementation adds support for: HostbasedAuthentication, similar to RhostsRSA in SSH protocol v1 Rekeying (negotiate new encryption keys for the current SSH session, try ~R in interactive SSH sessions) updated DH group exchange: draft-ietf-secsh-dh-group-exchange-01.txt client option HostKeyAlgorithms server options ClientAliveInterval and ClientAliveCountMax tty mode passing general: gid swapping in sshd (fixes access to /home/group/user based directory structures) Dan Kaminsky <dankamin@cisco.com> contributed an experimental SOCKS4 proxy to the ssh client (yes, client not the server). Use 'ssh -D 1080 server' if you want to try this out. server option PrintLastLog improvements for scp > 2GB improved ListenAddress option. You can now use ListenAddress host:port improved interoperability (bug detection for older implementations) improved documentation
2001-05-14-use USE_PYTHONdrochner5-50/+18
-update to 0.6.5. This is a bug fix release only, according to the original announcement
2001-05-14use USE_PYTHONdrochner5-63/+17
2001-05-14One less: updated OpenLDAP.kleink1-3/+1
2001-05-14Update OpenLDAP to 1.2.12.kleink3-16/+5
Changes included in OpenLDAP 1.2.12 CVS Tag: OPENLDAP_REL_ENG_1_2 Fixed slapd sb_max_incoming bug Fixed ldapmodify ldaphost NULL bug Fixed ldapsearch uninitialized fp bug Fixed Pth initialization bug Fixed libldap/add mod_bvalues typo Fixed ldappasswd crypt(3) crash (ITS#598) Fixed slapd/config.c MAXARGS boundary condition bug Fixed cn=monitor/config rdwr lock leak Fixed liblber exception handling bugs Build Environment Remove extra Digital UNIX symbol (ITS#590) Ignore make clean rm failure Fix ud install mode (ITS#633)
2001-05-14Update p5-libwww to 5.53zuntum2-5/+5
2001-04-10 Gisle Aas <gisle@ActiveState.com> Release 5.53 LWP::Simple::get() could sometimes return nothing on failure in list context. Now it always returns 'undef'. HTTP::Cookies does not request 2 dots on domain names any more. New option to hide the Cookie2 header. Cookie2 header now quote the version number. Updated reference to RFC 2965. Support for embedded userinfo in http proxy URIs. It means that you know can set up your proxy with things like: http_proxy="http://proxyuser:proxypass@proxyhost:port" Patch by John Klar <j.klar@xpedite.com>. Experimental HTTP/1.1 support. New module called Net::HTTP that provide the lower level interface and a LWP::Protocol::http11 module that builds on it. The HTTP/1.1 protocol module must be loaded and registered explicitly, otherwise the old and trustworthy HTTP/1.0 module will be used. LWP::Protocol::GHTTP will try to use the get_headers() methods so that it can actually extract all the headers. 2001-03-29 Gisle Aas <gisle@ActiveState.com> Release 5.52 HTTP::Header: new method $h->init_header() that will only set the header if it is not already set. Some shuffling around in the code. LWP::UserAgent will not override 'User-Agent', 'From' or 'Range' headers if they are explicitly set in the request passed in. HTML::Form tries to optimize parsing be restricting the tags that are reported by HTML::Parser. Will need HTML::Parser v3.19_93 or better for this to actually have any effect. LWP::Protocol::ftp now deals with path parameters again. It means that you can append ";type=a" to ftp-URI and it will download the document in ASCII mode. If the server output multiple Location headers on a redirect, ignore all but the first one. Extract cookies failed on request URIs with empty paths. This was only triggered if you used URI objects directly in scripts. This change was actually part of 5.51: Fix qop="auth" handling for Digest authentication. Patch by Dave Dunkin <dave_dunkin@hotmail.com>. 2001-03-14 Gisle Aas <gisle@ActiveState.com> Release 5.51 SECURITY FIX: If LWP::UserAgent::env_proxy is called in a CGI environment, the case-insensitivity when looking for "http_proxy" permits "HTTP_PROXY" to be found, but this can be trivially set by the web client using the "Proxy:" header. The fix applied is that $ENV{HTTP_PROXY} is not longer honored for CGI scripts. The CGI_HTTP_PROXY environment variable can be used instead. Problem reported by Randal L. Schwartz. NOTE: It is recommended that everybody that use LWP::UserAgent (including LWP::Simple) in CGI scripts upgrade to this release. Explicit setting of action on HTML::Form had no effect because of a code typo. Patch by BooK <book@netcourrier.com>. HTTP::Daemon: The CONNECT method need special treatment because it does not provide a URI as argument (just a "hostname:port"). The non-upward compatibility warning is that you must now call $request->url->host_port to get the host/port string for CONNECT, rather than calling $request->url and using the entire string. Based on patch from Randal L. Schwartz <merlyn@stonehenge.com> HTTP::Daemon: Create self URL based on $self->sockaddr. This works better when LocalAddr is used to specify the port number. Based on patch from Ben Low <ben@snrc.uow.edu.au>. Avoid potential '<FILE> chunk 1' messages at the end of the response 'message'.
2001-05-14Update qmHandle to 0.5.0zuntum2-5/+5
Changes: A syntax check on the parameters and display of Cc fields was added. Some other minor enhancements and bugfixes were also made.
2001-05-14Document the package naming scheme for PostgreSQL packages.jlam1-1/+7
2001-05-14Tidy up, and remove note about RSA.wiz1-3/+3
2001-05-14Update to 4.56. No obvious NetBSD related changes.atatat2-6/+6
2001-05-14Knock postgresql, ap-ssl, and php4 off the update list.jlam1-7/+1
2001-05-14Moved p5-pgsql to p5-postgresqljlam1-2/+2
2001-05-14Moved p5-pgsql to p5-postgresql.jlam5-0/+60
2001-05-14Move this package to p5-postgresql for consistency in package names.jlam5-60/+0
2001-05-14PostgreSQL is installed into ${LOCALBASE}.jlam1-3/+2
2001-05-14Set POSTGRES_HOME to correct value regardless of what postgresql packagesjlam1-3/+2
are installed.
2001-05-14wget ipv6 update done.wiz1-2/+1
2001-05-14Update to use newer IPv6 patch.wiz2-6/+6
Bump version to 1.6nb1.
2001-05-14Update postgresql dependencies to look like:jlam8-16/+16
DEPENDS+= postgresql-{6.5.3*,7.0*,lib-*}:../../databases/postgresql-lib
2001-05-14Sync the manpage with reality: s/md5/distinfo/gagc1-5/+5
2001-05-14Add and enable the following packages:jlam1-1/+7
postgresql-client, postgresql-docs, postgresql-lib, postgresql-plperl, postgresql-pltcl, postgresql-server
2001-05-14Update tk-postgresql to 7.1.1. There don't appear to be any functionaljlam2-26/+34
changes from version 7.0.3, only that this package is now built from sources found in the PostgreSQL-7.1.1 sources.
2001-05-14Update tcl-postgresql to 7.1.1. There don't appear to be any functionaljlam4-27/+24
changes from version 7.0.3, only that this package is now built from sources found in the PostgreSQL-7.1.1 sources. The PL/Tcl procedural language module has now been split off into a separate package, pgsql-pltcl.
2001-05-14Update py-postgresql to 3.2. Changes from version 3.1 include few bugfixes,jlam5-58/+49
adds a few minor features and makes a few speedups in the code, plus: - Fix some DB-API quoting problems (niall.smart@ebeon.com) - Moved development into PostgreSQL development tree.
2001-05-14Update postgresql to 7.1.1 Pkgsrc changes include splitting into:jlam33-3939/+551
postgresql-lib postgresql-client postgresql-server postgresql-doc with postgresql as a meta-package. Major changes from version 7.1.1 include: Write-ahead Log (WAL) - To maintain database consistency in case of an operating system crash, previous releases of PostgreSQL have forced all data modifications to disk before each transaction commit. With WAL, only one log file must be flushed to disk, greatly improving performance. If you have been using -F in previous releases to disable disk flushes, you may want to consider discontinuing its use. TOAST - Previous releases had a compiled-in row length limit, typically 8 - 32 kB. This limit made storage of long text fields difficult. With TOAST, long rows of any length can be stored with good performance. Outer Joins - We now support outer joins. The UNION/NOT IN workaround for outer joins is no longer required. We use the SQL92 outer join syntax. Function Manager - The previous C function manager did not handle NULLs properly, nor did it support 64-bit CPU's (Alpha). The new function manager does. You can continue using your old custom functions, but you may want to rewrite them in the future to use the new function manager call interface. Complex Queries - A large number of complex queries that were unsupported in previous releases now work. Many combinations of views, aggregates, UNION, LIMIT, cursors, subqueries, and inherited tables now work properly. Inherited tables are now accessed by default. Subqueries in FROM are now supported. Migration to 7.1.1 A dump/restore using pg_dump is required for those wishing to migrate data from any previous release.
2001-05-14Update odbc-postgresql to 7.1.1. There don't appear to be any functionaljlam4-17/+35
changes from version 7.0.3, only that this package is now built from sources found in the PostgreSQL-7.1.1 sources.
2001-05-14postgresql-server: PostgreSQL database backend server programsjlam8-0/+354
This package also has an enhanced rc.d-style startup script that respects rc.conf settings. If you are running NetBSD>=1.5, then add pgsql=YES to /etc/rc.conf, and set pgsql_flags to any options you wish to pass to the postmaster.
2001-05-14postgresql-pltcl: PL/Tcl procedural language for the PostgreSQL backend.jlam4-0/+49
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.
2001-05-14Finish move of ted and friends from textproc to editors.wiz25-182/+0
2001-05-14postgresql-plperl: PL/Perl procedural language for the PostgreSQL backend.jlam4-0/+53
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.