summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz9-27/+18
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2006-01-03Reset maintainer on request.wiz1-2/+2
2006-01-03replaced by apache-tomcat55abs7-1209/+0
2006-01-03apache-tomcat55 replaces jakarta-tomcat55abs1-2/+2
2006-01-03Import apache-tomcat55 5.5.14 into pkgsrc:abs7-0/+1217
Tomcat is the Java Servlet / Java Server Page environment produced by the Apache Foundation's Tomcat Project. Tomcat can be run as a standalone web server with Servlet and JSP support, or using Apache Server as its web server via the mod_jk Apache module (www/ap-jk). This is the Tomcat 5.5 package, which is a Java Serlet 2.4 and JSP 2.0 server. This replaces jakarta-tomcat55, the old name for apache-tomcat. pkgsrc previously had pkgsrc jakarta-tomcat55 was 5.5.9 - there are over 300 lines of changelog between that and 5.5.14: http://tomcat.apache.org/tomcat-5.5-doc/changelog.html
2006-01-03Bump PKGREVISION by update of ruby18-base package.taca3-6/+6
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca12-42/+39
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-02No semun on DragonFly.joerg2-4/+4
2006-01-02Update to 0.25.4:epg3-10/+19
Changes in release 0.25.4: * GSSAPI fixes for non-MIT implementations (Mikhail Teterin). * Fix ne_print_request_header() et al to use 8K buffer size on all platforms (fixes issue with long Destination: URLs on Win32). * Win32 build fix for !USE_GETADDRINFO configuration. * Documentation updates. Changes in release 0.25.3: * ne_lock() and ne_unlock(): fix cases where NE_ERROR would be returned instead of e.g. NE_AUTH on auth failure. * Prevent use of poll() on Darwin. * Fix gethostbyname-based resolver on LP64 platforms (Matthew Sanderson). Changes in release 0.25.2: * Really fix the Win32 build. Changes in release 0.25.1: * ne_get_content_type(): fix cases where the charset field was not set to NULL after successful return (Johannes Schneider) * Compressed response handling fixes: - fix double invocation of reader callback with len=0 - fix cases where the reader callback return value was ignored * Cache the new SSL session if the old one was expired (Robert Eiglmaier) * Win32: fix build issues. Changes in release 0.25.0: * New interfaces: - ne_get_response_header() replaces ne_add_response_header_handler - ne_read_response_to_fd() and ne_discard_response() for use with ne_begin_request/ne_end_request style response handling - ne_xmlreq.h: ne_xml_parse_response() and ne_xml_dispatch_request() - ne_has_support() for feature detection, replaces ne_support_ssl() - ne_set_addrlist() can be used to bypass normal DNS hostname resolver - ne_buffer_czappend(), convenience wrapper for ne_buffer_append. - ne_iaddr_typeof() returns type of a socket object - ne_get_content_type() replaces ne_content_type_handler() - ne_set_request_expect100() replaces ne_set_expect100() * New interfaces on LFS systems for large file support: - ne_set_request_body_fd64() call for using an fd opened using O_LARGEFILE - ne_set_request_body_provider64(), takes an off64_t length argument * Interface changes: - ne_set_request_body_fd takes offset and length arguments and returns void - ne_set_request_body_provider takes length as off_t rather than size_t; provider callbacks now MUST set session error string if returning an error - response body reader callback returns an integer and can abort the response - ne_decompress_destroy() returns void; errors are caught earlier - ne_xml_failed() replaces ne_xml_valid(), with different return value logic - ne_xml_parse() can return an error; ne_xml_parse_v() aborts the response if the parse either fails or is aborted by a handler returning NE_XML_ABORT - ne_path_escape() now escapes all but unreserved characters - ne_ssl_clicert_name() and ne_ssl_cert_identity() clarified to return UTF-8 - ne_ssl_clicert_name() clicert object argument is now const - ne_uri_parse()/ne_uri_free() memory handling clarified - removed the buffer length requirement for ne_read_response_block() * Bug fixes: - properly handle multiple Authentication challenges per request - fixes and improvements to the Negotiate auth implementation - handle proxies which send a 401 auth challenge to a CONNECT request - XML: handle the UTF-8 BOM even if the underlying parser does not - Win32: Fix timezone handling (Jiang Lei) - ne_lock_refresh() works and will update timeout of passed-in lock - persistent connection timeout handling fixes for CygWin et al - impose hard limit of 1024 props per resource in ne_props.h response parsing * New platform-specific features: - Win32: Negotiate/NTLM support using SSPI (Vladimir Berezniker) - Win32: Add IPv6 support using ENABLE_IPV6 neon.mak flag (Kai Sommerfeld) * Removed features: - the cookies interface has been removed - removed functions: ne_service_lookup(), ne_put_if_unmodified() - "qop=auth-int" support removed from Digest auth implementation * Default XML parser search changed to check for expat before libxml2.
2006-01-02Fix errno.joerg2-1/+14
2006-01-01Update to latest stable version, 3.19.01:wiz2-8/+8
2005-11-09 Andy Lester Release 3.19_01 -- No new functionality. New tests, though! Thanks to the Chicago Perl Mongers for their work.
2006-01-01Update to 3.48:wiz2-6/+6
2005-12-02 Gisle Aas Release 3.48 Enabling empty_element_tags by default for HTML::TokeParser was a mistake. Reverted that change. <https://rt.cpan.org/Ticket/Display.html?id=16164> When processing a document with "marked_sections => 1", the skipped text missed the first 3 bytes "<![". <https://rt.cpan.org/Ticket/Display.html?id=16207> 2005-11-22 Gisle Aas Release 3.47 Added empty_element_tags and xml_pic configuration options. These make it possible to enable these XML features without enabling the full XML-mode. The empty_element_tags is enabled by default for HTML::TokeParser.
2006-01-01Update to 1.14:wiz2-6/+6
1.14 Sun Dec 11 04:01:53 EST 2005 - Revised new_from_tree() to properly handle row and column span issues. Thanks to Mark L. Lott for debugging and prodding.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz17-20/+34
Bump BUILDLINK_RECOMMENDED.
2005-12-31Remove p5-Apache-ePerl, since eperl, its dependency, has been removed.wiz5-43/+1
2005-12-30Fix DragonFly. Use C++ compiler for linkage and add a snippish commentjoerg3-12/+25
about the incorrect comment in the Makefile.
2005-12-30Comment out an unused function, which takes FILE (!) as parameter,joerg2-1/+22
breaking the build on DragonFly.
2005-12-30For py-extclass, use the buildlink3.mk, not just a dependency.joerg1-5/+2
Fixes build on DragonFly, remove PKG_FAIL_REASON.
2005-12-30Fix patch (the original file has no newline at the end, breaking thejoerg2-4/+5
BSD patch).
2005-12-30Fix errno.joerg2-1/+14
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam48-96/+48
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28DESCR saying "skipstone is currently under heavy development" was not quiteghen1-3/+2
up-to-date anymore. Noted by reed@.
2005-12-28Unbreak this package by requiring a firefox package that provides the .pcjmmv1-4/+4
files.
2005-12-28Install the .pc files again, removed during the update to 1.5 (thus breakingjmmv2-3/+11
packages needing them, e.g., epiphany). Bump PKGREVISION to 2.
2005-12-28Add skipstone.ghen1-1/+2
2005-12-28Reimport skipstone from pkgsrc-wip.ghen5-0/+96
SkipStone is a Gtk+ Web Browser that embeds Mozilla's rendering component Gecko. It aims to be light and fast with few dependencies. SkipStone is currently under heavy development, but it's progressing quickly and coming along nicely. It provides a nice and simple configurable interface, bookmarks and all of the other mandantory browsing features. Downloading is handled by SkipDownload by default, a Gtk+ frontend to the famous web downloading utility wget. However, if you prefer to use other download utilities / managers, this option is configurable. Mail and external url handlers are also handled by external applications which can be configured to the users choice, leaving SkipStone to do what it does best - browsing.
2005-12-28Fix the build under NetBSD 3.0 and unbreak this package.jmmv3-5/+15
The code explicitly defines _XOPEN_SOURCE (to an empty value), which breaks sys/select.h; change it to also define _XOPEN_SOURCE_EXTENDED as suggested by kleink@.
2005-12-27Update patch so it uses PKGMANDIR instead of "man".reed3-6/+6
And for INSTALLATION_DIRS also.
2005-12-27Use PKGMANDIR.reed2-7/+7
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz12-12/+48
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-25Note uses libtool and don't try to use -Wno-deprecated with C. May fixmarkd1-2/+2
build problem on amd64 seen in bulk builds.
2005-12-23- Sort PKG_SUPPORTED_OPTIONS.taca1-3/+7
- Fix configure's artument to meet "arp-acl" PKG_OPTION. - Make "aufs" PKG_OPTION really work which noted by PR pkg/32314 from Wolfgang Stukenbrock.
2005-12-23Disable usage of symbol visibility, Firefox is definitely not there yet.joerg3-3/+6
Since the build with DragonFly's system gcc was successful before, but segilled on startup, a revision bump is necessary.
2005-12-21Update horde to 3.0.9adrianp2-6/+6
From the CHANGES: ------ v3.0.9 ------ [cjh] Fix showstopper bug in Horde_Form select fields (Bug #3123). ------ v3.0.8 ------ [cjh] When deleting an identity, don't show the deleted identity in the default identity select dropdown on the next page load. [cjh] Fix escaping of data in the preferences templates. [cjh] Fix escaping of data in the data import templates. [cjh] Fix output escaping of Horde_Form_Type_cellphone in UI_VarRenderer_html. [cjh] Close several XSS problems in the share edit window. [jan] Fix weather.com portal block.
2005-12-19Reference sitedrivenby.gif from the DIST_SUBDIR where it is. Previousgdt1-2/+2
this package failed to 'make install'.
2005-12-17Add htdig-devel.markd1-1/+2
2005-12-17Import of latest htdig beta release (from 18 months ago) as htdig-devel.markd10-0/+360
The ht://Dig system is a complete world wide web indexing and searching system for a small domain or intranet. Imported during the freeze as its needed to fix a problem in kdebase3. OKed by wiz.
2005-12-17Update HOMEPAGE.wiz1-2/+2
2005-12-17Update to 0.9.2, provided by OBATA Akio in PR 32320, fixing awiz2-7/+8
security problem. Changes since 0.9.0: Trac 0.9.2 (Dec 5, 2005) http://svn.edgewall.com/repos/trac/tags/trac-0.9.2 * Fixed SQL injection vulnerability in ticket search module. * Fixed broken ticket email notifications. Trac 0.9.1 (Dec 1, 2005) http://svn.edgewall.com/repos/trac/tags/trac-0.9.1 * Fixed SQL injection vulnerability in ticket query module. * Fixed bugs: #1633, #2167, #2283, #2284, #2285, #2291, #2292, #2300, #2318, #2329, #2366, #2369, #2373, #2383, #2416, #2457
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam16-32/+32
pkgsrc work.
2005-12-16Updated www/jalbum to 6.1martti3-8/+15
The most important improvements are listed here: * Makes use of multiple processors in order to enhance album generation speed. On a dual core system the speed gain is close to 100%. On CPUs with hyperthreading, the gain is up to 60% * Faster and more reliable album publishing thanks to a completely new ftp component. * JAlbum can now automatically pick thumbnail images to represent folders instead of the folder icon being used as default * Various user interface improvements * New and updated languages * Fixes to common bugs and minor internal updates
2005-12-15Add fix for security vulnerability reported in CVE-2005-3352 taken fromtron3-2/+17
Apache SVN repository. Bump package revision because of that.
2005-12-15Add fix for security vulnerability reported in CVE-2005-3352 taken fromtron3-3/+17
Apache SVN repository. Bump package revision because of that.
2005-12-14Correct version of htmllint from 20050924 to 20051019 since previoustaca2-7/+7
updated version was really 20051019, and backout DIST_SUBDIR change.
2005-12-13Fix previous by implementing the other half of the changes that I forgotbad1-2/+2
about yesterday in the hurry between busses.
2005-12-12I'm told that, 40 years after its introduction, variable scopes arebad1-2/+2
still considered suspect and COMMON blocks are the wave of the future. Also, apparently we don't want underscores in constant identifiers, but minus signs are fine. I.e. do_htpasswd -> bozohttpd-do-htpasswd.
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-2/+2
of the shared libXm has changed.
2005-12-12Update to version 1.5salo2-8/+7
Changes: - Automated update to streamline product upgrades. Notification of an update is more prominent, and updates to Firefox may now be half a megabyte or smaller. Updating extensions has also improved. - Faster browser navigation with improvements to back and forward button performance. - Drag and drop reordering for browser tabs. - Improvements to popup blocking. - Clear Private Data feature provides an easy way to quickly remove personal data through a menu item or keyboard shortcut. - Answers.com is added to the search engine list. - Improvements to product usability including descriptive error pages, redesigned options menu, RSS discovery, and "Safe Mode" experience. - Better accessibility including support for DHTML accessibility and assistive technologies such as the Window-Eyes 5.5 beta screen reader for Microsoft Windows. Screen readers read aloud all available information in applications and documents or show the information on a Braille display, enabling blind and visually impaired users to use equivalent software functionality as their sighted peers. - Report a broken Web site wizard to report Web sites that are not working in Firefox. - Better support for Mac OS X (10.2 and greater) including profile migration from Safari and Mac Internet Explorer. - New support for Web Standards including SVG, CSS 2 and CSS 3, and JavaScript 1.6. - Many security enhancements. Full release notes: http://www.mozilla.com/firefox/releases/1.5.html XXX: Solaris packages available, need work.
2005-12-12Update lighttpd to 1.4.8.joerg2-6/+6
From NEWS: * added auto-reconnect to ldap-server in mod_auth (joerg@netbsd.org) * changed auth.ldap-cafile to be optional (joerg@netbsd.org) * added strip_request_uri in mod_fastcgi * added more X-* headers to mod_proxy (Ben Grimm <bengrimm@gmail.com>) * added 'debug' to simple-vhost to suppress the (mod_simple_vhost.c.157) No such file or directory /servers/ww.lighttpd.net/pages/ messages by default * added support to let the server listen on UNIX-socket * changed default stat-cache-engine to 'simple' * fixed max-age timestamps in mod_expire * fixed encoding the filenames in PROPFIND in mod_webdav * fixed range request handling in network_writev * fixed retry on connect error in mod_fastcgi (Robert G. Jakabosky <bobby@alphatrade.com>) * fixed possible crash in mod_webdav if sqlite3 support is available but not use * fixed fdvent-handler init if server.max-worker was used (Siddharth Vijayakrishnan <mail@bluefireworks.net>) * fixed missing cleanup in mysql_vhost * fixed assert() in "connections.c:962: connection_handle_read_state: Assertion 'c->mem->used' failed." * fixed 64bit issue in md5 * fixed crash in mod_status * fixed duplicate headers in mod_proxy * fixed Content-Length in HEAD request in mod_proxy * fixed unsigned/signed comparisions * fixed streaming in mod_cgi * fixed possible overflow in password-salt handling (reported on slashdot by james-web@and.org) * fixed server-traffic-limit if connection limit is not set
2005-12-12First step at reworking Linux binary packages.joerg1-3/+6
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.