o Empty proxy_auth ACLs are silently accepted but lead to unpredictable ACL matching
synopsis If a proxy_auth acl is incorrectly defined with no members
then any http_access rules using this acl will give
unpredictable results depending on the results of earlier
acl lookups. This patch corrects both the reason to why
acl lookups became unpredictable and makes Squid reject
such incorrect acl definitions.
severity Medium
date 2004-01-15 07:44
bugzilla #893
versions Squid-2.5 and earlier
platforms All
workaround Make sure your proxy_auth acls are correctly defined. If
the acl should not match any users then don't declare the
acl at all.
o Squid doesn't follow telnet protocol on FTP control connections
synopsis Squid forgot to escape IAC characters (ascii code 255) in
FTP requests, causing problems to access files/directories
using this character in their name or to log in with this
character in the login or password.
severity Minor
date 2004-02-03 14:38
bugzilla #877
versions Squid-2.5 and earlier
platforms All
workaround Double any such characters in the input to Squid. (%ff%ff
instead of %ff)
o Random auth popups and account lockouts when using NTLM
synopsis When using NTLM authentication random auth popups and
account lockouts may be experienced.
severity Medium
date 2004-02-11 22:12
bugzilla #908
versions Squid-2.5
platforms All
workaround It may help to configure a lot of NTLM helpers but this is
not verified.
o squid_ldap_group -S option did not work
synopsis The -S and -E options in squid_ldap_group v2.12 was mixed
up, making the options somewhat hard to use.
severity Minor
date 2004-02-09 17:10
bugzilla #911
versions Squid-2.5.STABLE4 + ldap_group 2.12 patch
platforms All
workaround Specify -E instead of -S.
o Squid stuck at 100% CPU loop in ipcache_purgelru, or segfault in the same
synopsis The squid-2.5.STABLE4-connect_cleanup.patch was not
entirely correct and could cause memory corruption in
certain situations involving negative DNS replies (host not
found etc)
severity Major
date 2004-02-12 09:42
bugzilla #891
versions Squid-2.5.STABLE4-20031210 to 20040212
platforms All
Mozilla Firebird has been renamed to Firefox, and this package
obsoletes MozillaFirebird-gtk2-bin.
changes since Firebird 0.7:
* Download Manager
The new streamlined download manager keeps your downloads organized
without getting in your way. Select Tools > Downloads or press
Ctrl+E to see it or change its behavior.
* New Add Bookmark Dialog
The Add Bookmark dialog has been enhanced and now allows the creation
of new bookmark folders.
* Work Offline
It's now possible to view Web pages you've previously visited
without being connected to the Internet.
* Better Handling of File Types
Binary files (e.g. .wma and .rar files) served by servers incorrectly
sending text/plain should no longer be displayed as garbage in the
browser, rather they should be appropriately handled.
* New XPInstall Frontend
The dialog that appears when installing themes and extensions has
been redesigned and is easier to use.
* Lots of bug fixes and improvements
Disabling of form auto-completion is now working, the address bar
now remembers the edited text across tab switching, among many
other bug fixes.
This is (right now) a Linux binary package.
Mozilla Firebird has been renamed to Firefox, and this package will
obsolete MozillaFirebird when Solaris and NetBSD builds become
available.
which does not work in NetBSD 1.6 and below. Bump PKGREVISION to 2 and
close PR pkg/24339.
I've reviewed the code; it's safe to remove that trailing slash from the
directory name since the variable holding it is always handled through
g_build_filename, which adds slashes between path components automatically.
And the program works fine WRT favicons, at least under -current.
favicons would not be cached and epiphany would hang. Sorry.
It hasn't been long so I decreased my PKGREVISION bump.
jmmv@ suggested that adding a wrapper around mkdir(2).
Epiphany is the web browser for the GNOME desktop. It uses the Gecko
rendering engine, provided by Mozilla. It aims to be simple, striking
and easy to use, following the GNOME usability rules.
Changes:
Quanta
Quanta Plus
* Basic VPL (WYSIWYG) mode Nicolas Deschildre
* Project documentation handling Andras Mantia
* Enhanced editing and autocompletion (user tags, user PHP functions,
CSS selector classes, autofilling of mandatory child tags, etc.) Andras
Mantia
* Frame wizard Luciano Gulmini
* New CSS wizard Luciano Gulmini
* Abbreviation support Andras Mantia
* Create DTEPs from real DTD files Andras Mantia
* Filter the templates through an action Andras Mantia
* Offline page parsing Andras Mantia
* Attribute tree view (another, easy way to edit tag attributes) Andras
Mantia
* Modify the user toolbars and actions from a context menu Andras Mantia
* Visual problem reporter Andras Mantia
* Tip dialog Eric Laffoon
* Kommander based Quick Start dialog
* Crash recovery Emiliano Gulmini
* Script management facility Eric Laffoon
* XML Tools Chris Hornbaker
* integrate Keith Isdale's kxsldbg Chris Hornbaker
* HTML table editor Andras Mantia
* KFileReplace integration Andras Mantia
* tag file edit mode Eric Laffoon
* Loading of new DTEP packages without restarting and sending of DTEP
packages via e-mail. Andras Mantia
* Enhanced DCOP, script action and plugin support. Andras Mantia
* Function to convert the tag and attribute cases in a document. Andras
Mantia
* User extensible preview in external browser. By default Konqueror,
Mozilla, Netscape, Opera and Lynx is supported. Andras Mantia
* Enhanced document management: close buttons on tabs, close other tabs,
reload functionality. Andras Mantia
* New Kommander based Quick Start dialog for (X)HTML. Andras Mantia
* Support for previewing the "noframes" section of a document. Andras
Mantia
Bruce J.A. Nourish for pkgsrc-wip.
mini_httpd is a small HTTP server. Its performance is not great, but for
low or medium traffic sites it's quite adequate. It implements all the
basic features of an HTTP server, including:
* GET, HEAD, and POST methods.
* CGI.
* Basic authentication.
* Security against ".." filename snooping.
* The common MIME types.
* Trailing-slash redirection.
* index.html, index.htm, index.cgi
* Directory listings.
* Multihoming / virtual hosting.
* Standard logging.
* Custom error pages.
It can also be configured to do SSL/HTTPS and IPv6.
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files. In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
changes:
* Added support for these new libcurl 7.10.8 features:
CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_IPRESOLVE,
CURLOPT_MAXFILESIZE,
CURLINFO_HTTPAUTH_AVAIL, CURLINFO_PROXYAUTH_AVAIL,
CURL_IPRESOLVE_* constants.
* Added support for these new libcurl 7.10.7 features:
CURLOPT_FTP_CREATE_MISSING_DIRS, CURLOPT_PROXYAUTH,
CURLINFO_HTTP_CONNECTCODE.
* Added missing CURLOPT_ENCODING option (patch by Martijn
Boerwinkel <xim@xs4all.nl>)
Fixed in 7.11.0
Changes:
- allows the URL to be set by a callback when using the multi interface
- large file support was added. Use one of the new options:
INFILESIZE_LARGE, RESUME_FROM_LARGE and MAXFILESIZE_LARGE
- the new --ftp-pasv overrides a previous --ftpport
- CURLOPT_FTPSSL and ftps:// now do ssl over FTP "The Right Way"
(the curl tool now features the --ftp-ssl option)
- The Windows DLLs are built with an added "resource file"
- New LIBCURL_VERSION_* defines for easier checking version number
- Included Mac OS X 'framework' makefile in the release archive
- Removed the TRUE and FALSE #defines from the public curl header file
- Added CURLOPT_NETRC_FILE
For a complete list see the Changelog at http://curl.haxx.se/changes.html
The main changes in ELinks-0.9.1 are:
* Fixed crash when Download manager was open and you attempted to
download a file
* Fixed redrawing after find-next ('n') action
* Fixed segfault triggered by pressing Page down in empty menu
* Fixed <sub>/<sup>-related renderer leak
* Dump link titles only if non-empty, and fix imgmap dumping
Please see ChangeLog for full list of changes.
Update NETSCAPE_PREFERRED_DEFAULT to MozillaFirebird:mozilla:MozillaFirebird-bin:netscape7:communicator:navigator
Switch froom 'navigator' version to datestamp
minor changes by me.
Too many changes to list here, please read this link to see the full
list of changes:
http://swish-e.org/current/docs/CHANGES.html (new features, bugfixes, etc).
ELinks is an advanced and well-established text-mode web (HTTP/FTP/..) browser
with a wide range of additional features and extensibility by the possibility
to plug in own scripts in Lua language. This project aims to provide
feature-rich version of Links, with more open patches/features inclusion
policy. This OpenSource project is covered by the GNU General Public License.
based upon the version from pkgsrc-wip by Bruce J.A. Nourish
and PR pkg/24191 by M.Negovanovic
* used gettext for internationalization
* support for background document colors
* tabs support
* new MIME subsystem adding mimetypes files support
* local CGI support
* Guile scripting extensions
* HTML meta refresh
* forms history
* 256 colors support
* regex searches
* cookies manager, cache manager and download manager
* marks support
* displaying URIs in plain documents as links
* SMB protocol support (requires smbclient)
* builtin user prefixes support (enter 'gg' or 'gg:elinks' to the goto dialog)
* HTTPS proxy support
* typeahead searches support (press '#')
See ChangeLog for a complete list of changes, bugfixes and new features.
Since some of the new features (like color support) could be disliked by current
users of ELinks the old version will be reimported as elink04. As suggested by
wiz@ in http://mail-index.netbsd.org/tech-pkg/2004/01/04/0039.html.
changes since 1.5:
* One of the most requested Mozilla Mail features, an option to
separate the Recipient and Sender columns in the thread pane, has been
implemented.
* Another frequently requested MailNews feature, a preference for
placing the user's signature above the quoted text, has been added.
* "Remove from server after x days" has been implemented for POP3 mail
accounts.
* vCard support has been added to Mozilla Mail.
* Mozilla 1.6 includes a new cross-platform NTLM authentication
mechanism. This feature brings NTLM authentication to the non-Windows
Mozilla users for the first time and also delivers more robust and
featureful NTLM support to users of older Windows versions.
* Ask Jeeves searching has been added to Mozilla 1.6.
* "Translate Page" functionality has returned to this release of Mozilla.
* The View Source window now has reload functionality.
* Several security-related bugs were fixed in 1.6
* Chatzilla 0.9.48 has been merged, which adds RPL_ISUPPORT support,
halfop mode support, and properly masks key and password dialogs.
* Many crash bugs have been fixed.
* One step closer to the kitchen sink, about:about has been
implemented. Typing about:about in the address field will give the
user a nice list of available about:s.
* The opacity implementation was completely revamped to properly
change the opacity of all descendants as a group.
* CSS inheritance has been updated to work per CSS2.1 (computed values
are inherited).