Commit graph

2952 commits

Author SHA1 Message Date
uebayasi
7343e44c99 Update w3m / w3m-img to 0.4 - 20030224.
The biggest change is ``tab browsing'' support.  Other smaller changes from
NEWS:

* local cookie: passed via file named $LOCAL_COOKIE or posted not in url query
* func: SEARCH can take arg
* URL data: support
* URL news:, nntp: newsgroup support
* 2 stroke keybinding
* rc: pre_form_file: pre_form configuration file
2003-02-27 02:31:27 +00:00
tron
4b309107b6 Remove dead patch. 2003-02-26 16:33:02 +00:00
wiz
4a24436e31 Update to 2.1.0.8 (2.1pre8).
Changes:
Use arrow keys to select links in graphics mode
Max tries 0 means unlimited retries
Updated russian translation
parse_element rewritten to be faster because it is most used function
Use hash for cache of table cell sizes -- improves performance
Do not display '0xa0' on terminal
Do not put characters <= 0x20 to HTTP request
Clipboard pasting into links (works from all applications).
Fixed file uploading bug.
Fixed usemap & image scaling
Fixed bug in XBM parser.
"Kill all connections" function.
"Abort and delete file" button in download window.
Save bookmarks in File menu
URL to clipboard copying in X.
Fixed an overflow in search
Bookmark saving on "Save options"
Apage Coyote added to list of buggy http/1.1 servers
2003-02-25 11:20:41 +00:00
wiz
d3d38f3c45 Remove trailing empty line. 2003-02-25 10:59:13 +00:00
wiz
bf2f22a626 Add WRKSRC to make this build. Closes PR 20484. 2003-02-25 10:59:06 +00:00
jmmv
a754f1c0c3 Use MASTER_SITE_APACHE. 2003-02-23 15:55:57 +00:00
wiz
3ce30f14f4 Update to 2.88, closes PR 20323.
Edited list of changes (many bug fixes removed):

Version 2.87

1. Security hole patched: when processing multipart/form-data postings,
most arguments were being untainted silently. Returned arguments are
now tainted correctly. This may cause some scripts to fail that used
to work (thanks to Nick Cleaton for pointing this out and persisting
until it was fixed).
2. Update for mod_perl 2.0.
3. Pragmas such as -no_xhtml are now respected in mod_perl environment.

Version 2.84

2. HTML escaping code now replaced 0x8b and 0x9b with unicode references
< and *#8250;

Version 2.83

3. Added Max-Age to list of CGI::Cookie headers.

Version 2.82

1. Patch from Rudolf Troller to add attribute setting and option groups
to form fields.
3. Patch from Scott Gifford allows you to set the program name for
CGI::Carp.

Version 2.81

1. Removed extraneous slash from end of stylesheet tags generated by
start_html in non-XHTML mode.
2. Changed behavior of CGI::Carp with respect to eval{} contexts so that
output behaves properly in mod_perl environments.

Version 2.80

2. Changed checked="1" to checked="checked" for real XHTML compatibility.
3. Resurrected REQUEST_URI code so that url() works correctly with
multiviews.
2003-02-21 14:01:07 +00:00
lukem
600b084e41 Fix for wordwrap() buffer overflow, per
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-1396
(Patch obtained from RedHat's php-4.2.2-8.0.7.src.rpm.)

Bump PKGREVISION.
2003-02-21 05:39:03 +00:00
salo
cd14df7c76 Updated to version 0.9.
Patch provided by Juan RP via PR pkg/20430 with minor improvements by me.

Changes:

0.9:
====
- Many bugs are fixed, several segfaults, and many small annoying bugs.
- Major performance improvements:
  * highlighting performance improvements up to 50X faster in some cases
  * file loading times are faster
  * loading and closing of many documents is much faster (tested with
    3500 documents opened simultaneously)
- Many improvements for the user interface; much more compliant to the
  Gnome usability guidelines.
- New features:
  * line number support
  * new spell checker
  * and many more..

0.8:
====
- The first release of the gtk2 port of bluefish
- New features include:
  * new highlighting engine, for multiple filetypes
  * new filebrowser
  * configurable toolbar
  * new text widget with UTF-8 support, Xinput support etc.
2003-02-20 17:34:49 +00:00
taca
e34a5c50ad Remove patches/patch-cd since squid-2.5.STABLE1-mib.patch's content is fixed. 2003-02-19 23:44:42 +00:00
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
  this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
  last package in the dependancy tree.
- PKGREVISION is bumped.

Reviewed by wiz.
2003-02-18 14:55:54 +00:00
grant
4e9bb73ceb add ap-access-referer 2003-02-18 00:54:39 +00:00
grant
fbf87c0edd Initial import of mod_access_referer 1.0.2 into the NetBSD packages
collection.

mod_access_referer is an Apache module that provides access control
based on the "Referer" HTTP header content.
2003-02-18 00:53:58 +00:00
grant
fe1e82bbab use MASTER_SITE_SOURCEFORGE and version numbered distfile. 2003-02-18 00:41:35 +00:00
grant
0caabb3407 use the postgresql-lib BUILDLINK_PREFIX. 2003-02-18 00:34:43 +00:00
grant
57bd7e624c add ap-auth-script 2003-02-18 00:23:24 +00:00
grant
32072e5142 Initial import of mod_auth_script 1.3 into the NetBSD packages collection.
mod_auth_script makes it possible to have Apache authentication and
authorization done by an external program. The external program can
be provided as CGI, PHP or other schemes which allow dynamic content
to Apache.
2003-02-18 00:22:59 +00:00
grant
e2b5643b1b add ap-bandwidth. 2003-02-17 23:34:07 +00:00
grant
37ca7956c1 Initial import of mod_bandwidth-2.0.5 into The NetBSD packages
collection.

mod_bandwidth is an Apache module to provide bandwidth usage limitation
either on the whole server or one a per connection basis based on the
size of files, directory location or remote domain/IP.
2003-02-17 23:32:33 +00:00
grant
49539fd643 the `AddModule' directive is not required, and results in a warning
when starting apache.
2003-02-17 23:30:27 +00:00
grant
088a8f5a10 use buildlink2 to satisfy the zlib dependency when zlib is not
included in the base system.
2003-02-17 23:18:15 +00:00
grant
8894f54ec8 use apache/module.mk. 2003-02-17 23:05:48 +00:00
grant
d149430d22 workaround pax-as-tar problem in -current by using gnutar to extract
the distfile.
2003-02-17 23:04:36 +00:00
grant
e2d4eac843 use apache/module.mk. 2003-02-17 22:46:01 +00:00
grant
5e35ba1dd9 use buildlink2 and apache/module.mk. 2003-02-17 22:34:41 +00:00
grant
e8bd0cf988 also pass CPPFLAGS to apxs. 2003-02-17 22:33:55 +00:00
grant
c0120deb5c pass LDFLAGS to apxs. 2003-02-17 21:31:09 +00:00
grant
c72b4b9bad - move LDFLAGS to Makefile, patch-aa no longer needed.
fixes runtime problem noted by zuntum.
- add MESSAGE.
2003-02-17 21:21:37 +00:00
grant
186b57d77a no need to specify *.c anymore. 2003-02-17 21:01:07 +00:00
grant
99f63263ee use apache/module.mk. 2003-02-17 20:59:57 +00:00
grant
a25ed7d30d set the default source files to *.c, as this is common in our apache
modules.
2003-02-17 20:58:19 +00:00
grant
909552f856 avoid loss of hair using this module by using the *correct* symbol
name in the example.
2003-02-17 20:55:24 +00:00
grant
3b0fd53f5a use apache/module.mk. 2003-02-17 18:02:21 +00:00
grant
1c767b90c4 use buildlink2 and apache/module.mk. 2003-02-17 17:57:19 +00:00
grant
a81795dd98 use apache/module.mk. 2003-02-17 17:52:02 +00:00
grant
221e72295f use buildlink2 to correctly register dependency on apache. 2003-02-17 17:50:12 +00:00
grant
69a1c6fa6e USE_PERL5 is already defined in apache/buildlink2.mk. 2003-02-17 17:47:52 +00:00
grant
0ce311e694 use apache/module.mk. 2003-02-17 17:35:22 +00:00
grant
710d00a6a3 add makefile fragment for Apache modules.
This provides a build and install target to simplify the writing of
Apache module Makefiles.

ok'd by wiz.
2003-02-17 17:32:08 +00:00
dillo
5f4ad95078 convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
2003-02-17 15:27:58 +00:00
grant
ed6f0a5c1e generate PKGNAME from DISTNAME. 2003-02-17 14:40:34 +00:00
taya
c0f73c207d Update galeon to 1.2.8
Changes:
1.2.8 "Gettextize me captain!"

- Compatible with 1.01, 1.1, 1.2.1, 1.3a, 1.3b
- API Wrappers added from Mozilla for support for old plugins when
  compiled with gcc 3.x
- *Finally* got new versions of gettext (0.11.x) working properly
- Couple of bugfixes
2003-02-17 14:34:00 +00:00
grant
42526d2c74 - generate PKGNAME from DISTNAME.
- sort .c files.
2003-02-17 13:50:25 +00:00
seb
83911c760d Provide buildlink2.mk 2003-02-16 23:06:55 +00:00
jmmv
4bfa147286 Disable gtk-doc detection; not required and causes problems. 2003-02-16 16:35:47 +00:00
grant
477e2afb6e add ap-throttle. 2003-02-16 11:20:32 +00:00
grant
f61e0ec21f Initial import of ap-throttle-3.1.2 into The NetBSD packages collection.
mod_throttle allows throttling of connections to the Apache web
server. It uses System V shared memory and semaphores to implement the
state information.

Provided by Eric Schnoebelen in PR pkg/20290, with some changes by me.
2003-02-16 11:19:03 +00:00
tron
5f5695fde8 Update checksum for "squid-2.5.STABLE1-disable-http-violations.patch". 2003-02-16 09:07:37 +00:00
taca
5de7836f7f - Add more official patches, last one is applied as patches/patch-cd
since it is broken (reported to squid-bugs@squid-cache.org.)
- use DIST_SUBDIR.
- bump PKG_REVISION.
2003-02-16 06:43:41 +00:00
taca
05b4d02ef5 - Add more official patches, last one is applied as patches/patch-cd
since it is broken (reported to squid-bugs@squid-cache.org.)
- use DIST_SUBDIR.
- bump PKG_REVISION.

These patches fixes those problem. See
<http://www.squid-cache.org/Versions/v2/2.5/bugs/> in detail.

   o Squid MIB definition syntax error
   o winbind helpers fail to work with Samba 2.2.6 or later
   o CONNECT data corruption if client pipelines data before 200 OK reply
   o time acls only accept a single time
   o Client performance issue with HEAD requests to certain servers
   o --with-ssl fails to compile with OpenSSL 0.9.7 or later
   o Slow filedescriptor leak for /etc/hosts
   o Warn if cachemgr_passwd is specified more than once for the same action
   o assertion failed: forward.c:96: "fwdState->err" on shutdown
   o Compilation fails if incorrect --with-auth-threads=NN option is given
   o squid.conf documentation still refers to authenticate_program
   o authenticateAuthenticate: no connection data, cannot process
     authentication
   o delay_pools example does not match text
   o cachemgr helper stats cleanup
   o Segmentation fault after ftpDataWriteCallback
   o Issues with auth scheme configurations
   o Removed Cachable stats "no.non_get"
   o unclear documentation of http_reply_body_max_size
   o The pid file was removed too early in the shutdown process
   o select loops statistics incorrect when using select()
   o Added select filedescriptor histogram output to cachemgr
   o Duplicate assignment of sc->copy_offset
   o mem_pool_free_calls should be printed as a unsigned integer
   o Internal cleanup of peer selection accounting
   o log_mime_hdrs can show garbage in the access log on overly long request
     headers
   o Improved memory usage statistics via sbrk
   o Hostname cleanups performed by Squid
   o cachemgr failure_ratio is a ratio, not percentage
   o offline_toggle cachemgr documentation
   o squid_ldap_group update to version 2.10
   o Documentation update to remove stale reference to Squid-1.1 release notes
   o further safeguards for aufs compilation problems when not using
     --enable-pthreads
   o chroot_dir complains about all paths in squid.conf
   o Segfault when using -S in combination with cache_dir coss/null
   o Stale cached data miss in offline_mode
   o Sometimes crashes while rebuilding dirty cache directories
   o RunCache/RunAccel scripts still looks for squid in bin
   o poor performance when using aufs
   o squid_ldap_group link failure
   o assertion failed: comm.c:646: "F->flags.open"
2003-02-16 06:43:40 +00:00