Commit graph

2744 commits

Author SHA1 Message Date
wiz
5bcae32496 Fix DEPENDS lines to use -[0-9]* instead of -*. 2002-12-02 15:17:58 +00:00
tron
d608a740c8 Update package "analog" to version 5.30. Changes since version 5.24:
- Reads gzipped logfiles without the need for an UNCOMPRESS command.
- Host inclusions and exclusions can now use IP address ranges and subnet
  masks.
- New command BYTESDP command to list kilobytes etc. to a chosen number of
  decimal places.
- New code for RISC OS port.
- Indonesian and Slovak language files.
- New How-To entitled Getting started under Windows.
2002-12-02 12:08:43 +00:00
grant
d4b0776ace If we include buildlink2.mk files, we need to turn on USE_BUILDLINK2
:-)

Fixes openssl dependancy problem on platforms which do not have a
suitable (read: secure) openssl in the base system.

Some whitespace cleanup.
2002-12-02 03:09:01 +00:00
grant
1c2ca2f346 src/fs/diskd: only include sys/msg.h if we have it.
fixes build on (at least) Darwin 6.2.
2002-12-01 05:36:51 +00:00
drochner
e3633faa23 update to 0.8.6.1
changes:
       - Added Indexer object, which can find index entries and present
         them.
       - Enabled nested markup in text.
       - Added easier way to add references to files, images. Can now
         also reference assets not in local folder.
       - Ability to open/close branches of the site. Added a new
         'Viewer' role. Users with this role can see closed branches.
       - Request for approval now implemented; users can leave a message
         for the editors.
       - Added new definition list element.
       - Images now have various alignment options.
       - Beginnings of Silva XML import infrastructure.
2002-11-29 17:49:50 +00:00
drochner
052fc54588 add 2 zope pkgs 2002-11-29 17:42:17 +00:00
drochner
601ad6e7a8 import "colorz" - a color scheme editor for Zope 2002-11-29 17:36:15 +00:00
drochner
0ad02b26e6 add an extension to store Zope data in the normal file system 2002-11-29 17:34:46 +00:00
drochner
869d4ffeca the distfile changed w/o name change 2002-11-29 17:26:33 +00:00
itojun
5022f86334 w3m now needs gtk-pixbuf. PR 19198. 2002-11-29 05:19:55 +00:00
drochner
240e675eac update to 0.8.3
changes:
- Instead of checking for an attribute 'cached' it is now calling
       a method called 'cached()' on the widget.
2002-11-28 12:45:02 +00:00
itojun
7c9a898c4b update to 0.3.2.1 (w3m-0.3.2.1-m17n-20021127).
full changelog is too long to be included here.  most important fix is below:

> From: Fumitoshi UKAI <ukai@debian.or.jp>
> w3m 0.3.2.1 is stable update of w3m 0.3.2.
> Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> found a security vulnerability
> in w3m 0.3.2 that w3m will miss to escape html tag in frame contents,
> so malicious frame html will deceive you to access your local files, cookies
> and so on.
2002-11-28 05:24:16 +00:00
drochner
906a069b3b update to 1.2.1
changes:
-preparation for zope-2.6
-look-&-feel changes
-bugfixes
2002-11-27 16:27:03 +00:00
drochner
0a13f2b8a7 update to 1.5.0
changes:
-New feature: standard_object_list = the AbracadabraObjectBox will be filled
 with the returned object-ids;
-standard_object_list can be a python-script which returns id dependent on the
 context; VERY, VERY USEFUL FEATURE!
-refactored CharacterMapping into own file for easier custom modifications
-redesigned the code for auto_id; added a auto_id-feature for all non integer
 and string-type-properties as current timestamp
-refactored code for AbracadabraObjectBox; you can call insert the
 AbracadabraObjectBox with into your manage_methods.
2002-11-27 16:22:59 +00:00
drochner
9281216056 update to 1.3.0
changes:
-XML serialization of forms added
-bugfixes
2002-11-27 15:14:22 +00:00
drochner
995949c8e0 update to 0.6
changes:
-comment management added
-bugfixes
2002-11-27 15:11:16 +00:00
cjep
a24ad9a188 Add RCS tag. 2002-11-26 22:02:44 +00:00
drochner
9b1d7a1698 the ssl command line argument has changed -- fix to pullin ssl support
again
2002-11-26 21:05:46 +00:00
jmmv
cfac08870a Make this package install its configuration file in the examples directory
and use PKG_SYSCONFDIR stuff to copy it to the right place. Bump
PKGREVISION to 1.

Approved by wiz.
2002-11-26 15:07:31 +00:00
wiz
14178e8c40 Update to 0.23.5, needed by to-be-committed subversion update.
Excerpt of changes (+portability and bug fixes):
* Add support for `--la-file' argument to neon-config, which prints the
 full path of the installed libneon.la file.
* Improved address resolver (ne_addr_*) replacing ne_name_lookup():
 - use getaddrinfo() if found; include support for IPv6 (based on work
 by Noriaki Takamiya)
* For a hostname with multiple addresses, each address is tried in turn
 until a connection is made.
* RFC2818 compliance for certificate identity checks in SSL:
 - use `dNSname' values in subjectAltName extension if present
 - hostname comparison fixed to not be case-sensitive
* Added NE_DBG_SSL debug channel.
* ne_strerror changed to return the passed-in buffer.
* Added ne_strnzcpy macro to ne_string.h.
* Added reference documentation:
 - ne_sock_init, ne_addr_*.
* Remove the const qualifier from the reason_phrase field in ne_status.
 - ne_parse_statusline() now strdup's the reason_phrase
* Remove the status_line argument from ne_207_end_propstat and _end_response
* Change ne_session_create, ne_session_proxy, ne_sock_connect, and the
 'port' field of the ne_uri structure to use an unsigned int for port numbers
* ne_uri_defaultport returns unsigned and '0' on an unknown port (not -1).
* Changes to hooks interface:
 - pass an ne_request pointer to per-request hooks
 - replace "accessor" hooks with ne_{get,set}_{request,session}_private
* Authentication changes:
 - the hooks changes fix a segfault if auth is enabled for an SSL session
 through a proxy server
 - fix ne_forget_auth segfault if either proxy or server auth are not used
* Improvements to persistent connection retry logic and error handling
 in request code; fixing some cases where some errors where incorrectly
 treated as a persistent connection timeout
 - a TCP RST at the appropriate time is now treated as a persistent
 connection timeout.
 - handle persistent connection timeouts on SSL connections
* Changes to SSL support:
 - improved error handling
 - fix for proxy CONNECT tunnelling with some proxies (e.g. Traffic-Server)
 - fix potential segfault if client cert. provider callback is used
 - fix to use supplied password callback for PEM-encoded client certificates
 (Daniel Berlin)
* Remove ne_read_file().
* ne_version_match replaces ne_version_minimum (semantics changed slightly).
* XML request bodies use a content-type of "application/xml" now;
 applications can use NE_XML_MEDIA_TYPE from ne_xml.h
2002-11-25 20:01:43 +00:00
wiz
152c7c943a Switch ppc to suse emulation packages instead of linuxppc_lib. 2002-11-25 17:45:03 +00:00
wiz
15ab37dbbf Nit in last. 2002-11-25 17:23:21 +00:00
wiz
2d6d700d14 Put comment at begin of line so that make recognizes it. 2002-11-25 17:23:01 +00:00
wiz
b0e822e657 Update MASTER_SITES for ppc version. 2002-11-25 17:22:05 +00:00
taca
ffd8df082f Update squid package to squid-2.5.1nb2.
- Apply disabled official patch since the patch's content has corrected.

    * Impossible to define acls with spaces in them

- Remove "@unexec ${RMDIR} %D/etc/squid ..." line from PLIST since
  there is already removing directory line which use more generic
  PKG_SYSCONFDIR variable.
2002-11-25 14:46:14 +00:00
itojun
c0a4e7a69b pull in http://lynx.isc.org/current/lynx2.8.4rel.1d.patch.gz.
* correct inverted logic of restrictions table which made "-restrict=default"
  provide incorrect values for several items.  This was broken in 2.8.4dev.19
  (reported by Jeff Long <long@ukans.edu> and RobertM <robm@bob.bofh.org>) -TD
* correct check for calling endwin() to allow for curses implementations
  without newterm (report/patch by Brett Lymn).
2002-11-25 08:48:11 +00:00
tron
2ec9c1bc8b List Takahiro Kambe as new maintainer of this package. 2002-11-25 07:17:25 +00:00
taca
6c8936fb22 Update squid 2.5.1STABLE1nb1.
Apply official patches:

    * Small typo in dnsserver error message on DNS overload
    * Filter out unproxyable authentication schemes
    * cachemgr login & password revealed in HTTP server log files
    * make uninstall removes squid.conf
    * Segmentation fault if a external_acl helper exits prematurely
    * Squid rejects GET/HEAD with request entities claimint error 411
    * external_acl.c compilation failure
    * memory leak of acl structures on "squid -k reconfigure"
    * Occasional corruption of objects when using aufs
    * Cachemgr "Total accounted:" memory statistics always report "-1"
    * WCCP hash assignment can sometimes be missed by the router
    * external_acl helper problem with spaces
    * --enable-async-io or --with-storeio=aufs fails to automatically enable --with-pthreads
    * "make addlang" fails
    * Specifying LDAP servers last on the command line does not work
    * Referer log not closed on shutdown
    * Many files missing from the contrib directory

But the most recent patch isn't included since it content seems to be
broken.

    * Impossible to define acls with spaces in them
2002-11-24 11:01:17 +00:00
tron
a27501212c Backout last change. It makes PHP unusable with Apache 1.3.x. 2002-11-22 20:16:23 +00:00
jschauma
9d2f00533a Update www/tidy to latest version released on November 8th, 2002 using
patches provided by (wolfgang at wsrcc dot com) in PR pkg/19126.
Minor changes by me:  new homepage is at sourceforge, shut up pkglint.
An official changelog does not seem to be available, but according to the
PR, this version ``has prettier (more structured) output'' and ``produce[s]
nice-looking xhtml''.
2002-11-22 16:37:05 +00:00
jschauma
77663b5fcf Update htmllint to latest version of 20021103. This addresses the checksum
mismatch pointed out in PR pkg/19129.  If I was able to read Japanese, I
would probably also have been able to provide a list of changes since the
last version.  Maybe somebody who does speak Japanese could post the list
of changes if available?
2002-11-22 16:10:10 +00:00
bouyer
bc68a8d175 When testing if /usr/sbin/sendmail exists, don't try do use /usr/lib/sendmail
when it does.
2002-11-20 15:57:36 +00:00
reinoud
391ae3cb6b BUGFIX: an glitch got into one if the patch files of the updated libwww ...
please update for gmake can get into an endless loop
2002-11-20 02:25:13 +00:00
jlam
3a2b386aab Update www/ap2-perl to 1.99.7. Changes from version 1.99.5 include:
* Using a stable distfile instead of the daily snapshot.
* add $r->add_config method to add dynamic configuration at request time
* add Apache::DIR_MAGIC_TYPE constant
* add support for directive handlers
* add Apache::Server->add_config method to add dynamic configuration at
  server startup time
* add Apache::Directive->to_string method
* add support for pluggable <Perl> sections
* fix the filehandle leak in APR::PerlIO
* fix compilation if apache/apr do not have thread support
2002-11-19 23:22:40 +00:00
jlam
76bdc72fc4 As per discussion in pkg/18854, remove support for apache_start.conf as
the precedence of the contents of this file changes depending on whether
it's started at boot time or started manually, and it's not really
necessary to add the extra complexity since it's valid (and easier) to just
set apache_start in /etc/rc.conf.
2002-11-19 23:08:47 +00:00
jlam
eb22e582df As per discussion in pkg/18854, remove support for apache_start.conf as
the precedence of the contents of this file changes depending on whether
it's started at boot time or started manually, and it's not really
necessary to add the extra complexity since it's valid (and easier) to just
set apache_start in /etc/rc.conf.

Also make the script more verbose.
2002-11-19 23:08:27 +00:00
jlam
05234b75b2 Bump PKGREVISION of ap-ssl: no longer install apache_start.conf; Apache/SSL
users should just add:

	apache_start="startssl"

to /etc/rc.conf.
2002-11-19 23:03:53 +00:00
jlam
8ac1049908 Fix this to match the reality of which headers and libraries are installed
by apache2.
2002-11-19 22:59:58 +00:00
jlam
e8a8275369 Remove "nb1" after recent update to 5.4.0. 2002-11-19 21:50:54 +00:00
reinoud
9590ce787d Update the Amaya package from version 5.3 to 6.4. Main advantages are SVG
graphics rendering bonus and its more stable on my Alpha.

There are some issues with libPNG file loading but those are the same the
old version had; probably related to running on the Alpha.
2002-11-19 20:58:03 +00:00
reinoud
9eea2f8325 Update of the libwww package to the w3c-libwww-5.4.0 distro as found on
w3c.org. It features some bug fixes and new function calls that are used in
the new Amaya f.e.

Tested on Alpha
2002-11-19 20:54:11 +00:00
martti
21a3651d10 Pullup revisions 1.114 and 1.115 from www/apache/Makefile:
Use "${NONBINMODE}" instead of mode "0" so that "pkg_admin check" still
works for a normal user. Also invoke "chmod" only once because fork()
and exec() is expensive on certain platforms.
2002-11-19 09:35:27 +00:00
tron
74f3416597 Use wildcard dependence on "db" package. 2002-11-19 09:30:50 +00:00
tron
68ab4a719e Fix glitch in last commit. 2002-11-18 10:40:12 +00:00
tron
faef62d0af Use "${NONBINMODE}" instead of mode "0" so that "pkg_admin check" still
works for a normal user. Also invoke "chmod" only once because fork()
and exec() is expensive on certain platforms.
2002-11-18 10:36:35 +00:00
martti
c80138e37a Fix chmod (PR#19093 by Adrian Portelli). Bump PKGREVISION. 2002-11-18 08:19:37 +00:00
martti
8e58914d62 Fix BUILDLINK_DEPENDS.apache 2002-11-18 08:15:19 +00:00
drochner
3daf9d940d add zope25-ZMySQLDA 2002-11-15 12:46:12 +00:00
drochner
69897e04b2 add zope-mysql adapter, submitted as PR pkg/19058 by mlh@goathill.org,
with some fixes/cleanup by me
2002-11-15 12:41:43 +00:00
martti
97f4f960e4 Updated apache6 to 1.3.27nb1
chmod 0 libexec/cgi-bin/{printenv,test-cgi} (to make nessus happy).
2002-11-15 10:40:45 +00:00