Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
local files"
See bugzilla for detail:
http://bugzilla.mozilla.org/show_bug.cgi?id=141061
Demo of this vulnerability:
http://sec.greymagic.com/adv/gm001-ns/
|
|
|
|
|
|
Collection.
This package is the same as www/htmldoc, the only difference is whether or not
the X11 GUI is provided.
This address part of the PR pkg/14557 by <collver@linuxfreemail.com>.
|
|
There are really too many changes to mention them all here, previous version
of the package was 20 htmldoc versions behind! See the file CHANGES.txt in the
sources for more details. Anyway you should update.
As suggested in PR pkg/14557 by <collver@linuxfreemail.com> the package had
been strongly buildlinked. This update address part of this PR.
Also introduce support for another package of htmldoc with the X Windows GUI
activated.
|
|
|
|
fetches in parallel, to test the throughput of a web server. Provided by
<xs.kittenz.org>, thanks! This closes PR pkg/16665.
|
|
obscure bugs; few, if any, visible changes.
|
|
|
|
qDecoder is a library for CGI programming.
Being a Web Application Interface for C/C++ use, qDecoder is a solution
product for developers. The Query Fetch algorithm of qDecoder based on the
linked-list provides transparency with low layers by the simple library
interface regardless of COOKIE/GET/POST(including File Upload). Thus, it
enables the web based software to be more intuitively designed and
implemented. qDecoder is developed according to the free software model and
is publicly distributed.
|
|
of cookies. Provided by the package maintainer Benjamin Wong
<ben@wongs.net>. This closes PR pkg/16539.
|
|
- mozilla 1.0 rc1 compatibility
- autoscroll
- mozilla native print preview
- bugfixes
|
|
Noteable changes from release notes are follows.
See release notes for detail
http://www.mozilla.org/releases/mozilla1.0/
- Mozilla Composer now implements one button publishing which allows
you to save html documents directly to web sites where you have an
established account.
- Our most frequently reported bug has been fixed. Viewing the source
of a cgi generated page now works properly.
- Mozilla now implements LDAP over SSL and allows LDAP Address Book
replication.
- The following JavaScript statements are now acceptable, as they are
with Netscape Navigator 4.7 and Internet Explorer 6:
for(i in undefined){}
for(i in null){}
var obj; for (i in obj){}
- Improved GB18030 support -- the Unicode surrogate range support is
now available on Windows.
- Linux scaled bitmap font support is available This improves
quality of bitmap font display even when a font does not contain
embedded bitmap fonts in many different sizes.
- There is now a preference to match the browser's default
locale/region to the operating system default. In all.js:
pref("intl.locale.matchOS", false);
When its value is "true", browser will find the system's locale
and set its UI language and region content to match it. For example,
when installing on an English (US) system, on start up, the client
will use English as its UI language and US as its region locale until
a user profile is selected. If a (pair) of locale is defined in the
selected profile, browser will honor the profile locale. In addition,
when cmdline switches, '-UILocale' and/or 'contentLocale', are
present, the cmdline switch takes precedence. (Bug 121744)
Note: Having this preference on is an expensive operation. Therefore,
when this preference is "true", there will be approximately a 30%
increase in startup time.
|
|
Bug Fixes:
Ensure that only one argument is given to wwwoffle -o or -O. Some more version
2.7 documentation updates. Fix crash using 'wwwoffle -O|-o|-put|-post <URL>'.
Put refresh URLs in the outgoing directory with correct URL. Delete
auto-generated files in Makefile before re-generating. Choosing 'edit selected
item' in configuration pages shows current values. Fix potential crash with
wwwoffle-hash. Put a DESTDIR variable in Makefile for easier installation.
Fix parsing IPv6 addresses in audit-usage.pl script. Makefile change for
FreeBSD make. Bug fix for the Alias section of the config file. Fix Makefile
for Win32.
New Features:
Allow CGI scripts to be used with the built-in web server.
|
|
|
|
|
|
|
|
|
|
|
|
motif.buildlink.mk to define it.
|
|
- Patch from Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw>, fixes some
internatilization issues and also adds a chinese big5 po file.
- Fix to FavIcon plugin not compiling in the 0.8.0 release.
- John Mora <skipstone@ragweed.net> first time user of skipstone
discovered that minimum font size was reset everytime skipstone
was restarted, kudos to him! fixed :)
This fixes PR pkg/16134 by Michal Pasternak.
|
|
0.2.5 to 0.3 is so big (~ 560 lines), so I only quote release note here. You
may want to look at the demo images before updating this package.
http://www2u.biglobe.ne.jp/~hsaka/w3m/nec.png
http://www2u.biglobe.ne.jp/~hsaka/w3m/mapion.png
o w3m 0.3 - 2002-03-06:
w3m is a pager with WWW capability. It IS a pager, but it can be used
as a text-mode WWW browser.
Major new features in 0.3 release are:
* w3m-img merged: w3m now can display images in terminal emulator on X
window system! see doc/README.img
o w3m-0.2.5.1:
w3m 0.2.5.1 is stable release. It only applies the following patches
(trivial and minor fixes) from CVS:
- fix inputAnswer() and no "ssl_forbid_method" [w3m-dev 02985]
- fix SunOS 4.1.4 build problem [w3m-dev 02972]
|
|
- Change my email address
- Require curl-7.9.6
Changes since 0.4.7 :
* Added CURLOPT_DEBUGFUNCTION to allow debug callbacks to be
specified (see the file 'test_debug.py' for details on how to use
debug callbacks).
* Added CURLOPT_DNS_USE_GLOBAL_CACHE and
CURLOPT_DNS_CACHE_TIMEOUT.
* Fixed a segfault when finalizing curl objects in Python 1.5.2.
* Added 'test_post2.py' file which is another example on how to
issue POST requests.
* Added the 'test_post.py' file which demonstrates the use of
POST requests.
* Added CURLOPT_PREQUOTE.
* Other minor code cleanups and bugfixes.
* Do not allow WRITEFUNCTION and WRITEHEADER on the same handle.
|
|
- fmt on DESCR
- Regen PLIST
- Remove patch since it was applied
Changes since curl-7.9.5
(Lots of change, here is the recently changes, see CHANGE for more)
- Dirk Manske brought a fix that makes libcurl strip off white
spaces from the beginning of cookie contents.
- Had to patch include/curl/curl.h since MSVC doesn't set the
__STDC__ define. Moonesamy pointed out the problem, Bjorn Reese
the solution.
- Fixed the TIMER_CONNECT to be more accurate for FTP transfers.
Previously FTP transfers got the "connect done" time set after
the initial FTP commands and not directly after the TCP/IP connect
as it should.
- Jean-Philippe Barrette-LaPierre provided his patch that introduces
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA. They allow a program
to a set a callback to receive debug/information data. That
includes headers and data that is received and sent. CURLOPT_VERBOSE
still controls it.
By default, there is an internal debugfunction that will make
things look and work as before if not changed.
- Sebastien Willemijns found out that -x didn't use the default
port number as is documented. It does now.
- libcurl-errors.3 is a new man page attempting to document all
libcurl error codes
|
|
pkgsrc version) include:
* Fixed problem with 'var' command. Variables with similar names
sometimes are confused.
* Check return value for ApacheRequest___parse.
* Fixed bug in Parse command.
* I18n updates.
|
|
tomcat makes mistaken assumptions about which revisions of java some
features became available in, and to ensure that the package works with
both jdk-1.1 and later (emulated) jdks.
|
|
|
|
We are not advancing to the 3.3 or 4.0 branches at the moment, as neither
will work with our native JDK without a lot more work.
Changes since Tomcat 3.2.3 (the last pkgsrc version):
7.1 Fixes and Enhancements in Release 3.2.4
This section highlights the bugs fixed in this release.
- Cookie name expires is a reserved token (#1114)
- Thread initialization problem in thread pool (#1745)
- AJP12 returned invalid HTTP headers when redirecting to very
long URLS (#2333)
- Fixed casting problem in JspFactoryImpl.getPageContext(). (#4260)
- Setting sesstion-timeout in web.xml did not prevent sessions from
timing out. (#4412)
- Fixed race condition in ServerSocketFactory.getDefault(). (#4418)
- Removed the restrictions on encoded spcecial characters in URLs
that was added as a security precaution in 3.2.3. The encoded
special characters are not decoded and remain the URL and
path info returned to servlets.
- Jk_nt_service now supports the ability to be restarted automatically
by the Windows 2000 service control manager if Tomcat terminates
abnormally.
- Fixed invalid servlet mapping in web.xml generated by JspC (#3474, #3499)
- Added findResource() and findResources() to AdaptiveClassLoader12
- A Date: HTTP header is now sent in responses when running stand
alone. (#345)
- Simple held on to a reference to removed objects preventing
garbage collection.
- Tomcat 3.2.4 now ships with JAXP 1.1. Prior releases used
JAXP 1.0.1. Tomcat 3.2.4 remains completely compatible with
the older version of JAXP and there is no requirement for users
to upgrade to JAXP 1.1 unless their applications require the new
version.
- Fixed NullPointerException in HttpConnectionHandler. (#4577)
7.2 Security Vulnerabilities fixed in Tomcat 3.2.4
The randomness of generated session ids has been enhanced to prevent the
generation of guessable ids.
|
|
|
|
No significant change, old distfile no longer available.
|
|
since version 6.0 Beta 1 can be found under this URL:
http://www.opera.com/linux/changelog/log600beta2.html
|
|
Change since p5-HTML-FillInForm-0.11 :
* Added fill_password option (Tatsuhiko Miyagawa)
* Fixed bug with passing single value to multi-valued fields (Maurice Aubrey)
* Added no_debug to use CGI in t/13_warning.t
* Cleaned up warning messages for input fields without a name (Boris Zentner)
* Fixed bug with multiple inputs (Mark Stosberg)
* Updated credits section
* Fixed bug where selected value of '0' were skipped (Trevor Schellhorn)
* Fixed bug where option values between tags had trailing or leading
* whitespace (Ade Olonoh)
* Fixed bug for <input ... /> type tags (Andrew Creer)
* Fix for error message (object -> fobject) (Mark Stosberg)
* Fix for test on HTML escaping (thanks to Jost Krieger for report)
* Added "fill in target form" feature (Tatsuhiko Miyagawa)
* Fixed problems with HTML escaping (Tatsuhiko Miyagawa)
* Works with checkbox tags that don't have value attribute. (Philip Mak)
* Removed warning message for submit tags. (Joseph Yanni)
* Fixed bug when TYPE attr of input tag not set (Martin H. Sluka)
* Added docs on password caching (Mark Stosberg)
* Support for multiple fobjects.
* Fixed bug where new documents were feed into a used $fif object.
|
|
- fmt on DESCR
(p5-HTML-Mason-1.09_1 was released for test, and available from CPAN)
Changes since p5-HTML-Mason-1.03
- Fixed locale parser_version 0,8 problem. (submitted by Louis-David Mitterrand)
- Fixed inability to use '/' for comp_root. (reported by Doug Hunt)
- Fixed HTML::Mason::Parser::make_dirs dying when reload_file not defined. (reported by Ivan E. Panchenko)
- Made error_process regexps more specific. (suggested by Vadim Belman)
- Fixed $m->count. (reported by David Wheeler)
- Fixed writing of object files in taint mode. (submitted by Barrie Slaymaker)
- Made it possible to run Makefile.PL without prompts.
|
|
equivalents, and adding "Listen 0.0.0.0:${port}" for port=80,443. Also
move the --with-ssl configure option into the _AP_CFG_ARGS table.
|
|
into the httpd binary. This may be adjusted by setting APACHE_MODULES in
/etc/mk.conf and defaults to ${DFLT_APACHE_MODULES}, which contains:
all proxy proxy_connect proxy_ftp proxy_http ssl
A complete list of which modules may be built into the Apache httpd server
may be found in the Apache documentation either in the distributed tarball
or on the Apache website (http://httpd.apache.org). An example for adding
mod_deflate is:
APACHE_MODULES= ${DFLT_APACHE_MODULES} deflate
The implementation of this feature uses two tables, _AP_DEPENDS and
_AP_CFG_ARGS, indexed by the module name and that specify respectively
any additional dependencies or configure script options needed for building
the module.
|
|
|
|
|
|
Plugins for the Opera browser
|
|
Update www/apache2 to 2.0.35, the first stable release of Apache 2.x.
Pkgsrc changes include:
*) Compiling the included modules statically. Add-ons will be built
dynamically.
*) Match improvements to www/apache rc.d script.
*) Automatically add "Listen 0.0.0.0:80" to the sample config files as the
default install of NetBSD is IPv4/IPv6 and we want the default install of
Apache to work out-of-the-box.
*) Automatically reset the User and Group directives to match the ones for
suEXEC in the config files to ease the use of suEXEC in Apache.
Changes from version 2.0.32 beta include:
*) Small bug fixes across the board.
*) Bug fixes to the various MPMs.
*) Performance improvements.
*) Fixes for mod_include errors on boundary conditions
*) Bug fixes for mod_proxy to prevent hangs and for RFC2616 compliance.
*) Improvements to mod_dav for improved API and for RFC 3253 compliance
*) Improvemants to mod_ssl to support SSL proxy and RSA SSLC 1.x/2.x
*) Greatly improve mod_cache (disk/mem) [this is disabled in pkgsrc]
*) New scoreboard file implementation that is readable by 3rd-party apps.
*) Allow all Perchild directives to accept either numerical UID/GID
or logical user/group names.
*) Add support for macro expansion within the variable names in
<!--#echo--> and <!--#set--> directives
*) Implement SSLSessionCache shmht and shmcb.
*) New directive ProxyIOBufferSize. Sets the size of the buffer used
when reading from a remote HTTP server in proxy.
*) Scrap CacheMaxExpireMin and CacheDefaultExpireMin. Change
CacheMaxExpire and CacheDefaultExpire to use seconds rather than
hours.
*) New Directive SSIUndefinedEcho. to change the '(none)' echoed
for a undefined variable.
*) Introduce PassPhraseDialog "|/path/to/pipe" mechanism to mod_ssl.
*) New Directive for mod_proxy: ProxyRemoteMatch.
*) Fix IPv6 name-based virtual hosts.
*) Introduce AddOutputFilterByType directive.
|
|
|
|
libtool is invoked.
|
|
|
|
|
|
|
|
|
|
have a cross-site scripting vulnerability. For now, we remove them, but
we will update to a newer version when one is available.
|
|
this package as interactive.
|
|
|
|
|