summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2003-06-07Truncate COMMENT to under 70 characterscjep1-2/+2
2003-06-07Add NetBSD RCS tags.cjep1-0/+1
2003-06-06Make sure include files for apr get picked up when compilingjmc1-1/+4
2003-06-06replace ${WHOLE_ARCHIVE_FLAG} -lgcc ${NO_WHOLE_ARCHIVE_FLAG} by justdrochner2-4/+4
${LINK_ALL_LIBGCC_HACK}
2003-06-05Bump revisions following the guile14's threaded fix.uebayasi1-2/+2
2003-06-03Apply patch from PR pkg/21745 so Mozilla will build on XFree86 < 4.epg1-2/+2
2003-06-03Teach ap2-perl and ap2-php4 how to find apr's includes. They need toepg4-18/+62
find this separately now that apr is provided in a separate package.
2003-06-03Change dependency of jakarta-ant into apache-ant, as it's now known.jschauma2-4/+4
All build fine with the new version of ant.
2003-06-02Update to ap-throttle-3.1.2nb1abs2-3/+10
Install documentation
2003-06-02Update to adzap 20030525. No major changes, just ad pattern updates.simonb2-5/+5
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma85-170/+170
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-31don't call install -d with multiple args.grant1-8/+7
remove unnecessary trailing slashes.
2003-05-31include mk/gcc.buildlink2.mk so this can find gcc3's libgcc.grant1-1/+3
2003-05-31add dependancy on suse_openmotif package, so that operamotifwrapperjdolecek1-6/+8
(used to run the netscape plugins) has the motif library it depends on; while opera-plugins takes care of this, I prefer direct depend in opera7 package this adresses PR pkg/21734 by Kai Puolamaki bump all dependancies to SuSE pkgs >= 7.3, since this is what opera7 was tested against; the >= 6.[34] could be put back if someone confirms opera7 actually works correctly with SuSE 6.3, 6.4 libraries
2003-05-31tidy up logic for adding libgcc and libgcc_s. no functional change.grant2-14/+14
2003-05-31fix a multiline literal, allowing this to be built with gcc-3.3.grant2-7/+27
2003-05-31Wildcard dependency on rpm2pkg.wiz1-2/+2
2003-05-31make sure modules are built with the correct version of gcc.grant1-4/+9
2003-05-31for consistency, use WHOLE_ARCHIVE_FLAG instead ofgrant2-4/+4
-Wl,--whole-archive.
2003-05-31drop some unnecessary parensgrant2-4/+4
2003-05-31link against shared libgcc_s when built with gcc3 so Apache modulesgrant2-4/+20
can resolve the required symbols.
2003-05-31a dependency (sablotron) uses gcc shlibs, not this package, so nogrant1-4/+3
need to set USE_GCC_SHLIBS. we also don't need libiconv, libstdc++ or libm. bump PKGREVISION.
2003-05-30Bump BUILDLINK_DEPENDS to 2.0.45nb1 for the apr change and includeepg1-4/+4
apr's buildlink2.mk.
2003-05-30update HOMEPAGEgrant1-2/+2
2003-05-29mozilla and variants use gcc shlibs.grant1-1/+2
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant2-5/+4
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2003-05-29remove PKGREVISION(oops)itojun1-2/+1
2003-05-29upgrade to apache 2.0.46. fixes two vulnerabilities:itojun5-68/+375
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0245 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2003-0189
2003-05-28add a missing filegrant1-1/+2
2003-05-27use mk/gcc.buildlink2.mkgrant1-2/+2
2003-05-27use mk/gcc.buildlink2.mkgrant1-2/+2
2003-05-27add CONFLICTS to suse_libc5 with mozilla-bin and phoenix-bin packages eachkei2-2/+6
other. addresses pkg/21675.
2003-05-27this uses c++, so set USE_CXX and include gcc/buildlink2.mk. ride thegrant1-1/+3
recent pkgrevision bump.
2003-05-27add LoadFile statements for ap-xsltgrant1-1/+4
2003-05-26as per MESSAGE, this requires libxml{parse,tok}.so from www/libwww, sogrant1-2/+4
include it's buildlink2.mk. bump PKGREVISION.
2003-05-25update squid pacakge to 2.5.3 (squid-2.5.STABLE3).taca3-121/+22
Changes to squid-2.5.STABLE3 (25 May 2003): - Bug #573: Occational false negatives in external acl lookups - Bug #577: assertion failed: cbdata.c:224: "c->y == c" when external_acl helpers crashes - Bug #590: Squid may hang or behave oddly on shutdown while requests is being processed. - Bug #590: external acl lookups does not deal well with queue overload - cache_effective_user documentation update - cache_peer documentation update for htcp and carp - Bug #600: The example header_access paranoid setting is missing WWW-Authenticate - Bug #605: Segmentation fault in idnsGrokReply() on certain platforms - Fixes to build properly on AIX 5 - Bug #574: wb_group updated to version 1.1 to make group names case insensitive and correct a segfault issue in the helper - SNMP mib updates to make cacheNumObjCount, cacheCurrentUnlinkRequests, cacheCurrentSwapSize and cacheClients correctly report as gauges (was reporting as counters). - Woraround for --enable-ssl Kerberos issue on RedHat 9 - Bug #579: Close and repopen log files on "squid -k reconfigure" - Bug #598: squid_ldap_auth could segfault if LDAP server is unavailable - Bug #609,#612: msntauth helper fixes in dealing with large or non-existing allow/deny user files. - Bug #620: acl ident REQUIRED matches even if the ident lookup fails - Bug #432: reply_body_max_size fails with ident or proxy_auth acls and also fails to block large objects where the content-length is not known - Bug #606: Basic auth looping and gets stuck at high CPU usage when multiple proxy_auth ACLs combined in one line and login fails. - squid_ldap_auth updated with support for TLS and SSL - Bug #623: segfault if using negated external acls in certain configurations involving other acls later on the same http_access line. - Bug #622: wb_group helper update to version 1.2 to ass support for Domain-Qualified groups refering to groups in a specific domain - Bug #596: logic error in poll() error management - Bug #597: logic errors in error management - Bug #591: segmentation fault in authentication on "squid -k debug" - Bug #587: smb_auth fails on complex logins involving domain names or other odd characters - Bug #558, #587: smb_auth.pl fails on complex logins involving domain names or other odd characters - Bug #643: external_acl fails with ttl=0 due to a change introduced by the patch for Bug #553 in 2.5.STABLE2. - Bug #630: minor issues in digest authantication causing random authentication failures and incompability with many mainstream browser digest implementations due to browser qop bugs. To deal with those broken browser nonce_stricness now defaults to off, and two new digest options have been added (check_nonce_count and post_workaround) to allow workarounds to other quite bad browser bugs if needed. - Bug #644: digest authentication fails on requests with one or more comma in the requested URL - Bug #648: deny_info TCP_RESET not working. The fix for this also adds the ability to send redirects.
2003-05-25Fix path in DEPENDS line.wiz1-2/+2
2003-05-25Forgot to bump PKGREVISION.epg2-3/+4
2003-05-25Don't require gmake. Don't mention ssl or libxml2 in CONFIGURE_ARGS;epg1-6/+1
neon takes care of that for us. Don't include openssl or libxml2 buildlink2.mk files either, for same reason.
2003-05-25Forgot to bump PKGREVISION for last.epg1-1/+2
2003-05-25Don't require gmake. Use expat instead of libxml2.epg2-6/+5
2003-05-25Update to 0.23.0 and use new subversion infrastructure.epg3-35/+11
Correct MESSAGE example.
2003-05-25Restore checksum of patch-ar, accidentally removed in last.epg1-1/+2
2003-05-25Split some stuff out into a new Makefile.common so that the newepg9-179/+35
deve/apr package can use it. Depend on the new apr package. Approved by jlam@netbsd.org.
2003-05-25update to reflect the new Mozilla Firebird name.grant3-11/+11
(I thought I had already committed this, but it seems I only did phoenix-bin - noted by jmc@).
2003-05-24Update to 2.1pre11:wiz6-286/+28
Correct parse_http_date (sponsored by Awite Bioenergie) Non-aggressive cache (sponsored by Awite Bioenergie) Refresh (sponsored by Awite Bioenergie) Support for 16-bit 565 RGB big endian (from dillo via pkgsrc) Fix for 24-bit RGB big endian (from dillo via pkgsrc)
2003-05-24Updated to version 8.0.salo4-22/+39
Patch from Juan RP via PR pkg/21312. Changes: - USE_X11BASE->USE_X11 8.0: ==== New features: - Access keys for activating menu entries (Alt + a letter) are now available on Windows versions. - When the document defines an access key which is also used as a menu access key, Amaya gives the priority to the document access key. The user can change the modifier key (Ctrl instead of Alt) used by document access keys in the Preferences menu to avoid conflicts. - Amaya now allows to create/change a link without using the mouse. CSS --- Bug fixes: - Background images declared in style attributes were not displayed. - The CSS parser didn't accept attribute values in selectors without quotes. - CSS style sheets are reapplied when background images are loaded. - @font-face could break the CSS parser. - CSS rules contained in a style attribute were misplaced in the CSS cascade. - Margins expressed as a percentage were not re-evaluated after some changes. - When trying to link to a CSS file, the browser filter was not set to -.css. New features: - Support of the CSS property float. SVG --- Bug fixes: - Amaya used the xlink:href defined by a SVG anchor instead of the xlink:href defined by the included SVG image. New features: - Support of all SVG transformations in the OpenGL versions. Transformations also apply to embedded XHTML and/or MathML elements. - Support of SVG animation in the OpenGL versions. Embedded XHTML and/or MathML elements are animated too. User Interface/Editing ---------------------- Bug fixes: - Multi-script texts were misplaced in the structure view. - When replacing an image by another image in a different format, the new image was not displayed. - When two images followed each other immediately, it was impossible to insert some text in between. - An existing image can be replaced using the image dialogue (image button or menu XHTML/Image). - Partial redisplay of the background image didn't work correctly in Win32 versions. - Transparent images in Win32 versions. - The combo box and history were not retaining the form data for GET requests. - Amaya now looks first for the personal version of the fontconfig file in the user's work space. - Background images are correctly redisplayed in all versions (GTK, MOTIF, Win32, OpenGL). - When scrolling back, images with only one dimension constraint were not displayed correctly. - Amaya crashed when opening the timeline view in the Spanish version. - On Windows it was impossible to copy the content of the "Parsing errors" view. - Some characters entered through the Math/Greek palette were not displayed correctly. - Sometimes the text alignment was not correct. - Sometimes Amaya displayed two selections. - Copying text from another application and pasting it into Amaya preserves newlines. New features: - Support of attribute align="left" and align="right". Tables ------ Bug fixes: - Auto margins were computed too early when the document includes tables. - Avoid to break the table rendering when CSS (or attribute) constraints are conflicting. - Sometimes cells extended vertically were rendered too high. - When the total of column widths expressed as percentage did not amount to 100, tables were rendered badly. HTTP ---- Bug fixes: - Content-Location headers that gave a relative URL were not converted correctly into absolute URLs (related to publishing "page" rather than "page.html"). - When submitting a (X)HTML form from a document that had no charset, the form values were not translated into the document's default charset. - Digest authentication failed when the server precised both auth and aut-int QoP values. - When pipelining broke down, the connection to the server wasn't being closed. This opened the way to synchronization problems. (X)HTML ------ Bug fixes: - The xmlns attribute wasn't updated when Amaya saved a XHTML document as HTML (and vice versa). - When the height of a <hr> element is limited to 1 or 2 pixels, a white line was displayed instead of a colored line. - When pasting in a paragraph some text copied from another application, line breaks now generate new paragraphs. MathML ------ Bug fixes: - Amaya inserted "LeftArrow" instead of the mathematical operator "not". - The semantics MathML element is now interpreted as a switch element and Amaya displays its first child it can interpret. That child may be an SVG construction. I18N ---- Bug fixes: - Arabic strings are now displayed with right glyphs. - Alignment didn't apply correctly with Arabic and Hebrew documents. - Examples of configuration files for Debian platforms are now provided: Amaya/config/fonts.gl.deb and Amaya/config/fonts.unix.deb New features: - New complete Spanish documentation provided by Bartolome Sintes. XML --- Bug fixes: - The xmlns attribute was not removed when Amaya saved a XHTML document as HTML and it was not generated when Amaya saved a HTML document as XHTML. - Amaya sometimes generated extra namespace declarations. New features: - MathML and SVG elements can now be inserted through the interface. - Amaya now parses any generic xml element or attribute whatever its length. - Migrated to the 0.95 version of the expat XML parser. Annotations ----------- Bug fixes: - The Annotea date functions are now fully compatible with the ISO 8601 format, as specified in http://www.w3.org/TR/NOTE-datetime.
2003-05-24Update squid package to 2.5.2nb4.taca3-5/+42
- Don't left share/doc/squid directory on deinstall. - Apply recent 12 official patches. - (Minor) deny_info TCP_RESET does not work - (Minor) Digest authentication fails on URLs with comma - (Minor) digest nonce count workarounds for broken browsers - (Minor) external_acl hangs if defined with ttl=0 - (Minor) smb_auth.pl (multi-domain-NTLM) fails on domain qualified logins - (Minor) smb_auth fails on complex logins (involving domain names or odd characters) - (Minor) ACL regression error introduced by earlier 2.5.STABLE2 patch - (Cosmetic) segmentation fault in authentication if debugging enabled - (Cosmetic) Unreachable code due to siged/unsigned errors - (Minor) logic error in comm_select. - (Minor) wb_group update to 1.2 to add support for domain qualified goups - (Minor) Segmentation fault when using negated external acls
2003-05-24After phoenix-bin update to 0.6, it expects plugins to be in thejmmv10-25/+30
lib/MozillaFirebird-linux directory. Fix package to install plugins inside it, and depend on phoenix-bin>=0.6. Bump PKGREVISION.
2003-05-23Update opera7 package to final Opera 7.11jdolecek3-15/+15
List of changes since beta is not available.