Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
a little hostile to anyone who is actually using tomcat and would prefer
to not have their apps nuked on package update.
Tomcat wipes webapps/ROOT, webapps/examples, and webapps/test directories
on install anyway, so replace the above with entries for those directories.
This allows anyone using other directories in webapps to keep their apps on
package update.
|
|
the NetBSD package version number "nbX". This fixes installing this
package after the recent updates of communicator and navigator. Also use
the variables MOZILLA_HOME and NS_PLUGIN_DIR in the PLISTs to isolate
references to the same directory to one location.
|
|
shell expression, or an arithmetic inequality, for binary packages to work
properly: add one to ns-flash (>4.0).
|
|
www/navigator PLISTs for Linux/i386 and Sparc Solaris.
|
|
No ChangeLog found.
|
|
Update package number to 4.76nb1
|
|
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
|
|
|
|
|
|
the php4 modules. The rule is that php4 modules depend on php-${PHP_VERS}, but
they are allowed to have their own ${PHP_BASE_VERS}nbX package version numbers.
|
|
|
|
|
|
--- from apache/Announcements
Apache 1.3.19 Major changes
The primary security fix is:
* The default installation could lead mod_negotiation and mod_dir or
mod_autoindex to display a directory listing instead of the
multiview'ed index.html.* files, if a very long path was created
artificially by using many slashes. Now 403 FORBIDDEN is returned.
The bug fixes are:
* The ServerRoot directive now removes trailing slashes.
* Restore functionality broken by the mod_rewrite security fix:
The mod_rewrite string arithmetic is corrected for rewrite map.
* Some possible segfault conditions have been fixed.
* Under certain circumstances, Apache did not supply the
right response headers when requiring authentication.
The main new features include:
* New configuration error reporting if the UserDir argument is set
to a relative path on Win32 or Netware [which do not support home
directories], or a relative path on any platform if that path
includes the '*' username substitution.
Selected new features that relate to Windows platforms:
* Apache on Win9x now ensures the service is stopped before removal.
* Test httpd.conf (-t) now holds the console open on "SYNTAX OK".
* Apache/Win32 no longer holds open the console on error unless
it was invoked from a shortcut with the -w option.
* mod_user was significantly refactored to assure that the UserDir
directive is parsed effectively the same across platforms, fixing
a UserDir bug introduced in 1.3.17 on the Win32 platform.
Selected new features relating to other platforms:
* Netware problems with file extension truncatation are resolved.
* Netware recognizes the SERVER/VOLUME:/PATH/FILE filename pattern.
* Netware mod_tls properly disables nagle for SSL connections,
and properly negotiates SSL based on the port.
* Startup and Shutdown issues were addressed on TPF.
|
|
been added already)
|
|
|
|
This is one of the things pkglint checks, so _please_ use it.
|
|
|
|
possible to use LoadModule at all (httpd crashes soon after it forks).
This is most probably an Apache problem. Until the real problem
is tracked down, put this in as workaround.
This addresses lib/12164 and bin/12283.
|
|
longer automatically defined by bsd.pkg.mk, and this package can't USE_PERL5 as
it's part of the perl5 meta-package.
|
|
|
|
XXX need to teach pkglint to be more picky about this
|
|
|
|
|
|
DEPENDS
pax -> ${PAX}:pkglint pickup "pax" words in comment line.
|
|
|
|
seems to work with 6.3 versions just ok
|
|
- Ad banner support
- CTRL+Backspace will replace the text in the url entry
field with the current selected text
- A link will always be opened in a new window when
activated by the Middle Mouse Button
- Toolbar positions and layout are now saved through
sessions
- The selected Qt widget style is now saved through
sessions
- Resize animation can now be disabled and saved through
sessions
- The size of New normalized windows is larger
- Activating fullscreen will now automatically hide
toolbars and other elements
- The Home button of the button toolbar has got DnD
capabilites
- Added support for "Linked Window"
- A Copy operation in the HotList will now save the urls
to the system clipboard buffer as well
- First letter navigation in the HotList can be enabled
or disabled
- The Hotlist will now be saved to disk once contents is
modified
- Remote operation from the commandline. You can open a
page in an already running instance of Opera (use the
"-help" option on the commandline for more information)
- Toolbar pixmaps are now changed on the fly (no need to
restart Opera) when changed from the preference dialog
box
- The progress toolbar is more configurable. Each element
except for the url input field can be hidden. The state
is saved through sessions
- Printing works better
- Print preview mode
- Support for more javascript events in form controls
- Better font handling
- Fixed some problems with inline frames (IFRAME)
- Fixed asynchronous resolver bug (it failed to look up
addresses in /etc/hosts)
- Fixed the transparent background bug
- and much more...
|
|
|
|
compat_* programs.
|
|
|
|
See release notes for detail.
http://www.mozilla.org/releases/mozilla0.8/
|
|
|
|
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
|
|
Changes since 1.09
The $u->query_form method will now escape spaces in
form keys or values as '+' (instead of '%20'). This also
affect the $mailto_uri->header() method. This is actually
the wrong thing to do, but this practise is now even
documented in official places like
http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4.1
so we might as well follow the stream.
URI::Heuristic did not work for domain-names with dashes '-'
in them. Fixed.
Documented that $uri->xxx($1) might not work.
Closes pkg/11990
|
|
Changes since 1.62:
- Require LWP 5.50. A bug fix was introduced in LWP 5.49 which
solves problems with relative Location: headers for Checkbot.
- Create a defaults --match argument based on all the start URLs,
not just the first one.
- Remove .bak files when the new files are written correctly.
- Create correct URLs when --file argument also contains directories.
- Deal with redirects without a Location: header.
- Don't exclude checkbot's own pages automagically.
- Always ask server about file type for HTTP requests when uncertain.
- Make output well-formed HTML.
- Several typo's and other output fixes.
patch-aa incorporated into main dist.
|
|
Changes since 5.48:
Release 5.50
Fix for test cases that failed because of URI-1.10 now encode
space as '+' instead of '%20. Patch by Christian Gilmore
<cgilmore@tivoli.com>.
Makefile.PL: Require URI-1.10.
HTTP::Daemon now accepts any non-space character as method name
on the request line. It used to fail on methods like "M-POST"
because it only allowed \w-chars.
HTTP::Date now allow fractional seconds in ISO date formats.
Based on patch from Mark D. Anderson <mda@discerning.com>
HTTP::Request::Common will now calculate Content-length
even if $DYNAMIC_FILE_UPLOAD is set. Patch provided by
Lindley, Lee T <Lee.Lindley@viasystems.com>.
2000-12-31 Gisle Aas <gisle@ActiveState.com>
Release 5.49
HTML::Form: Use croak() instead of die. Implement
$f->possible_values. Avoid use of undef value warnings.
HTTP::Cookies: fix epath issue. Make it work for URI::http
as the uri-attribute of HTTP::Request object
HTTP::Date: Allow ignored timezone info in parenthesis. Patch
by Sander van Zoest <sander@covalent.net>.
Fix calculation of non-GMT timezones (wrong sign). Patch by
KONISHI Katsuhiro <konishi@din.or.jp>.
HTTP::Response: Let $res->base() absolutize the URI. Based on
bug report from Hans de Graaff <hans@degraaff.org>.
Fixed minor doc typos in HTTP::Headers::Util and LWP::UserAgent.
HTTP::Request::Common: Support boundary spec from client.
LWP::Simple: Avoid trivial_http_get when @ appears in authority
part of URI
LWP::Authen::Digest: Need to have query in URI param.
Spotted by <ronald@innovation.ch>.
LWP::Protocol::http: unescape username/password if they are
specified in the URI.
Added LWP::Protocol::GHTTP. This allow LWP to use the HTTP::GHTTP
module as the low level HTTP driver.
|
|
- Security fix for buffer overflow bug.
- Small correction to Brazilian Portuguese language file.
|
|
submitted to the author.
|
|
appropriate settings in horde.conf.
|
|
|
|
|
|
|
|
php4-imap working on my Apache 1.3.17 + mod_ssl 2.8.0 + PHP4 installation.
|
|
Fixes PR 12186 by Michael van Elst <mlelstv@serpens.de>
|
|
|
|
|
|
|
|
-lcurses and not -lncurses when LYNX_SCREEN_LIB is set to "curses".
|
|
bug-fixes, and also integrates SSL and internationalization support!
For details, see the CHANGES file in the snapshot or at
http://lynx.isc.org/current/CHANGES
No longer bother installing lynx{.cfg,.lss} to ${PREFIX}/etc/. They
weren't being looked at by default, anyway, while it remains trivial
to override the default locations via environment variables.
|