Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
New features:
- Most of the .txt files in the doc/ directory was lifted to the XML
format defined in RFC 2629. It should make it easier to browse the
documentation. Both .txt and .html version is available.
Feature updates and improvements:
- Try to add support for a less aggressive caching strategy. Disable
document.cache.ignore_cache_control to try it. It will try to
better honour info in the Expires, Pragma and Cache-Control in both
the HTTP and the HTML headers. Inspired by Links2.
- Introduce a workaround for document refreshing leading to never
ending file download. It should do the right thing in most cases and
the remaining ones the you will just have to reload to restart the
refreshing.
- Make the gopher code more robust for URIs without entity info.
- Make it possible to have a specific features.conf file for each
build tree and to change compile-time settings without modifying a
file that is tracked by CVS.
- Show link image info in the document dialog.
- Improve error reporting for connections by showing which URI failed.
Furthermore, make it clearer when an IP version specific URIs
(http6://...) failed.
- NNTP error messages are now translated.
- Add --config-dump which dump a configuration file with default
options to stdout. Helpfull for package maintainers when providing
an example config file.
- Don't sleep after config errors when --dump or --source was
specified.
And lots of bug fixes.
|
|
in lynx's makefile, as discussed on the lynx-devel and netbsd-users mailing
lists. Patch supplied by Klaus Klein in private email.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
|
|
Use BUILDLINK_TRANSFORM to remove it.
|
|
|
|
|
|
for revisions for a single package. I don't think this "suexec"
PKGREVISION was meant for the apr package, but since it was used
it is now there.
I noticed this problem when building wip/apachebench2 which has
nothing to do with suexec. Although, I did not make this change
for pkgsrc-wip's wip/apachebench2 since this is a work in progress.
|
|
|
|
|
|
is set to 0000.
|
|
|
|
where they would like the suexec logfile to go. Ok'ed tron@
- Bump pkgrevision
|
|
* fixed font magnification
* fixed table editing - setting number of rows/columns
* fixed color and settings management in frames
* fixed table cells padding
* fixed problem with text foreground color
* fixed several cursor movement problems
* fixed DIV parsing
* added and updated translations (Pawan Chitrakar, Ahmad Riza H Nst,
Adam Weinberger, Roozbeh Pournader, Steve Murphy, Adi Attar)
|
|
on gtar-base.
|
|
out the whole command line necessary to extract a .tar.gz file.
|
|
|
|
* Unbreak tests/test_gtk.py and require pygtk >= 2.0.
* Cleaned up several of the examples.
* WARNING: multi.select() now requires the previously optional
timeout parameter. Updated the tests and examples to reflect
this change. If the timeout is not set, select could block
infinitely and cause problems for the internal timeout handling
in the multi stack.
|
|
- Grigory Entin reported that curl's configure detects a fine poll() for Mac
OS X 10.4 (while 10.3 or later detected a "bad" one), but the executable
doesn't work as good as if built without poll(). I've adjusted the configure
to always skip the fine-poll() test on Mac OS X (darwin).
- When doing a second request (after a disconnect) using the same easy handle,
over a proxy that uses NTLM authentication, libcurl failed to use NTLM again
properly (the auth method was accidentally reset to the same as had been set
for host auth, which defaults to Basic).
- If -z/--time-cond is used with an invalid date syntax, this is no longer
silently discarded. Instead a proper warning message is diplayed that
informs about it. But it still continues without the condition.
|
|
the overwritting of DIST_SUBDIR in the Makefile.
|
|
|
|
which can take multiple values -- "pax" or "gtar". The default value
of EXTRACT_USING is "pax", which more closely matches reality since
before, we were using bootstrap "tar" for ${GTAR} and it was actually
pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit
or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether
we need "pax" or "gtar" depending on what we need to extract the
distfiles.
|
|
|
|
|
|
required by default any longer in bsd.pkg.mk under the new tools
framework.
|
|
|
|
|
|
|
|
./opera-8.0-20050415.1-static-qt.i386-en.rpm
|
|
This is a security fix release.
Fixed vulnerabilities are follows:
MFSA 2005-44 Privilege escalation via non-DOM property overrides
MFSA 2005-43 "Wrapped" javascript: urls bypass security checks
MFSA 2005-42 Code execution via javascript: IconURL
|
|
This is a security fix release.
Fixed vulnerabilities are follows:
MFSA 2005-44 Privilege escalation via non-DOM property overrides
MFSA 2005-43 "Wrapped" javascript: urls bypass security checks
MFSA 2005-42 Code execution via javascript: IconURL
|
|
Changes in this release:
* Fixed two XSS vulnerabilities.
* Updated German and Traditional Chinese translations.
|
|
Apply 9 official fixes including security improvement in DNS lookup.
I still disable transparent_port.patch because it needs a missing header
file of IP Filter. NetBSD current and 3.0_BETA already fixed this problem
but still netbsd-2/2-0 branches. I will apply it after netbsd-2/2-0
branches fix this problem. (And this fix needs to update squid package
to 2.5.STABLE10 which is RC3 now.)
* 2005-05-10 23:11 (Cosmetic)
Extended documentation of the always_direct directive
* 2005-05-10 22:33 (Medium)
assertion failed: store_client.c:343:
"storeSwapOutObjectBytesOnDisk(mem) > sc->copy_offset"
* 2005-05-11 19:19 (Security issue)
DNS lookups unreliable on untrusted networks
* 2005-05-09 01:51 (Minor)
Allow dstdomain and dstdom_regex to match IP based hosts
* 2005-05-08 14:01 (Cosmetic) Minor arp ACL improvements
* 2005-05-04 18:09 (Minor)
SNMP Agent updates to support SNMP Version 2 and bulk requests
* 2005-05-01 10:58 (Cosmetic) Cosmetic change to DISKD statistics
* 2005-04-30 12:58 (Medium)
Poor hot object cache hit ratio and sporadic assertion
failed: store_swapin.c: e->mem_status == NOT_IN_MEMORY
* 2005-04-25 16:36 (Cosmetic) Minor aufs improvements
|
|
issuses were fixed in this release:
MFSA 2005-44 Privilege escalation via non-DOM property overrides
MFSA 2005-43 "Wrapped" javascript: urls bypass security checks
MFSA 2005-42 Code execution via javascript: IconURL
|
|
issuses were fixed in this release:
MFSA 2005-44 Privilege escalation via non-DOM property overrides
MFSA 2005-43 "Wrapped" javascript: urls bypass security checks
MFSA 2005-42 Code execution via javascript: IconURL
Support for Solaris SPARC and x86 is not available due to lack of a
precompiled binary at this point of time.
|
|
|
|
bw_mod is an Apache 2 module to limit bandwidth consumed by browsers,
based in concept on the widely used Apache 1 "mod_bandwidth".
|
|
PKG_OPTIONS computation for devel/apr. Check that for the presence of
db4 instead.
|
|
Noted by kristerw.
|
|
|
|
and dynamic content cache. Works for both PHP4 and PHP5.
|
|
content cache.
Confirmed buildable and working for both PHP4 and PHP5.
|
|
so that lang/php/ext.php need not use = assignment and extensions
would be able to use different setting
|