summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2005-11-03Require availability of IPv6.tv1-5/+6
2005-11-03Security fix for SA17119:salo3-3/+528
"A vulnerability was found in W3C Libwww, which potentially can be exploited by malicious people to cause a DoS (Denial of Service). The vulnerability is caused due to a boundary error in the "HTBoundary_put_block()" function when processing multipart MIME data. This may be exploited to cause an illegal memory access past the end of the input buffer via specially crafted multipart MIME data. Successful exploitation can potentially cause an application that uses Libwww to crash." http://secunia.com/advisories/17119/ https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159597 Bump PKGREVISION. Patch from RedHat.
2005-11-03Using MASTER_SITE_XEMACS instead of hard-coded URLs. Removed those URLsrillig1-6/+2
that don't exist anymore. Added the others to MASTER_SITE_XEMACS in bsd.sites.mk.
2005-11-03Using MASTER_SITE_APACHE instead of hard-coded URL.rillig1-2/+2
2005-11-03Fixed it again after checking if it really exists.rillig1-2/+2
2005-11-03Fixed unknown MASTER_SITE_APACHE_HTTPD.rillig1-2/+2
2005-11-03Remove supporting ruby16-base package.taca1-5/+1
2005-11-03Remove specifying RUBY_VERSION_SUPPORTED.taca1-2/+1
2005-11-03Delete removed ruby related pacakge's entries.taca1-3/+1
2005-11-03Remove the rest of packages which supported by ruby16-base (Ruby 1.6.8)taca4-82/+0
packages only.
2005-11-03Remove packages which supported by ruby16-base (Ruby 1.6.8) pacakge onlytaca8-194/+0
and now bundled in ruby18-base pacakges.
2005-11-03Update www/ruby-actionwebservice package to 0.9.1.taca3-10/+10
*0.9.1* (October 19th, 2005) * Upgraded to Action Pack 1.10.1 and Active Record 1.12.1 *0.9.0* (October 16th, 2005) * Fix invalid XML request generation bug in test_invoke [Ken Barker] * Add XML-RPC 'system.multicall' support #1941 [jbonnar] * Fix duplicate XSD entries for custom types shared across delegated/layered services #1729 [Tyler Kovacs] * Allow multiple invocations in the same test method #1720 [dkhawk] * Added ActionWebService::API::Base.soap_client and ActionWebService::API::Base.xmlrpc_client helper methods to create the internal clients for an API, useful for testing from ./script/console * ActionWebService now always returns UTF-8 responses.
2005-11-02Update www/ruby18-actionpack package to 1.10.1.taca3-17/+49
Changes from 1.9.1 are many, please see ${RUBY_DOCDIR}/actionpack/CHANGELOG. pkgsrc change is installing example files, too.
2005-11-02Set RUBY_VERSION_SUPPORTED unconditionally.taca1-5/+5
2005-11-02Remove obsolete file "include/php/main/config.nw.h" from package list,tron2-3/+3
bump revision.
2005-11-02Bump PKGREVISION of packages including ruby extention librarytaca1-1/+2
by Ruby 1.8.3 updates.
2005-11-02Remove "XML_RPC-1.4.0.tgz". It is part of PHP 4.4.1 and therefore notron1-5/+1
longer downloaded manually.
2005-11-02Disable packages used with ruby16-base only or bundled withtaca1-3/+3
ruby18-base packages.
2005-11-02apply a more general fix than the last. whitespace.grant1-3/+3
2005-11-02GNU tar is needed on NetBSD-1.6.x to extract distfile. Patchesminskim1-1/+8
provided by Yoshito Komatsu (maintainer) in PR pkg/31976.
2005-11-01Update php to 4.4.1. Besides incorporating XML_RPC-1.4.0 and fopen wrappersjdolecek5-40/+8
security fix, this fixes serious security problems regarding overwriting of the GLOBALS array. All users of PHP 4.3 and 4.4 sare encouradged to update to this version. The --with-regex=system bug with re_magic has been fixed too, so re-enabling use of --with-regex=system for all operating systems again
2005-11-01Update wwwoffle to wwwoffle-2.8enb1abs3-20/+20
- Use gzip rather than gtar to extract in PLIST (should really be an INSTALL script) - Fix some lines in MESSAGE to for pkglint
2005-10-31Build "suse_openmotif" package from source directory matching the versiontron1-2/+2
of the currently installed SuSE packages. Patch submitted by Geert Hendrickx in PR pkg/31882.
2005-10-31Use official patch instead of temporary one.taca3-29/+9
2005-10-26 20:31 (Minor) fails to compile with undefined reference to setenv Bump PKGREVISION.
2005-10-30claim MAINTAINERjdolecek1-2/+2
2005-10-29Update to 0.10.1, hopefully fixing PR 28699. Add buildlink3.mk,epg5-13/+29
resolving PR 31001. Don't declare an unnecessary dependency on clearsilver-base in py-clearsilver or ruby-clearsilver. Upstream changelog: 2005/07/27 by blong@blong fix for cs_dist update 2005/07/27 by blong@blong update makefile for new release (and p4) 2005/07/27 by blong@blong update to -fPIC for position independent code to support amd64 machines Change makedep routine to use find instead of ls, so it won't error if there are no files (like in the top level directory) 2005/07/27 by blong@blong missed a file for const fix 2005/07/27 by blong@blong generic python location 2005/07/26 by blong@blong add limits.h to define _POSIX_PATH_MAX before we define it if it doesn't exist 2005/07/18 by nschrenk@nschrenk2 Fix bug that caused bogus tzoffset to be exported by export_date_tm(). 2005/07/07 by blong@blong Update configure to take a --disable-wdb argument We don't want to link with bdb sometimes 2005/07/07 by blong@blong Update ClearSilver to take correct const char * arguments in most places that it should. This should make clearsilver easier to use from C++ and just for people who like their const correctness for strings. Also fix the hdftest since some machines have "words" with periods in them in their dict file. 2005/07/01 by blong@blong Change clearsilver to link to checked-in versions instead buildonly. Add README.google and setup_google.sh files to document how to build for Google 2005/06/29 by nschrenk@nschrenk Fix an allocation bug in the HDF.getValue() native method: don't release the default_value string until after it has been copied. 2005/06/28 by nschrenk@nschrenk Fix bug where the HDF Java wrapper would not allow a default value of null, and clean up the code a bit so that exceptions are thrown in a couple more places, and the right type of exceptions are thrown instead of a generic RuntimeException. 2005/06/24 by nschrenk@nschrenk Change variable type from int to long to fix compile warning in the Clearsilver ruby support. 2005/06/22 by nschrenk@nschrenk Support more of the HDF C API in the Java wrapper. 2005/06/08 by quong@quong-clean Initial submit of Clearsilver This is simply the code from clearsilver-0.9.14.tar.gz from the http://clearsilver.net/ with the following files removed: *.pyc, */.cvsignore, and man/... I'll submit changes to this code in future CL's.
2005-10-29Reset maintainer to tech-pkg:wiz5-10/+10
host idoru.mine.nu[82.31.78.41] said: 550 sorry, never heard of you (in reply to RCPT TO command)
2005-10-29Correct the removal of .orig files so it does as intended, and thuskristerw1-2/+2
prevents those files from being installed.
2005-10-28This change should be fix build problem on NetBSD 1.6 notedtaca1-1/+3
by Krister Walfridsson.
2005-10-26Use the configure scripttonio3-5/+25
Fix perl path for configure and scripts, and add dependency for opml2snow over p5-XML-LibXML Bump PKGREVISION
2005-10-25Add a patch to compile on SunOS from squid's bugzilla.taca3-2/+26
Bump PKGREVISION.
2005-10-25Update to 2.06:wiz2-7/+8
2.06 Tue Oct 18 13:13:52 EDT 2005 - Tightened up element interactions in TREE() mode when examing rows, columns, cells, etc. Was running into trouble with dereferencing scalars vs objects. - Documented space() H::TE::T method, added tests - Added POD tests - Documentation updates and fixes 2.05 Tue Oct 4 16:00:02 EDT 2005 - Fixed a TREE() definition bug and class method assignments - Fixed a 'row above header' bug, added tests 2.04 Wed Aug 3 14:42:23 EDT 2005 - Fixed some conditional optional dependency tests in order to avoid falure assertions on some test boxes. 2.03 Wed Jul 20 12:45:56 EDT 2005 - Fixed greedy attribute bug (non qualifying tables were being selected under certain circumstances) - Moved more completely to File::Spec operations in testload.pm in order to make windows boxes happy. 2.02 Thu Jun 23 12:42:44 EDT 2005 - squelched TREE() creation warnings for subclasses - fixed a rows() bug involving keep_headers 2.01 Tue Jun 21 22:05:53 EDT 2005 - fixed some test changes 2.00 Fri Jun 17 17:28:10 EDT 2005 - Can now return parsed tables as HTML::TableElement objects within an HTML::Element tree structure (via HTML::TreeBuilder) for such purposes as in-line editing of table content within documents. Invoked via 'use HTML::TableExtract qw(tree);'. - Added columns(), row(), column(), and cell() methods. - Added some handy reporting methods: tables_report() and tables_dump(). These are almost always handy while first analyzing a new HTML document for table content. - Debugging and error output can now be assigned to arbitrary file handles. ! Old 'table_state' methods are now merely 'table' methods, though the old table_state style is still supported. ! Chains have been dropped. Though interesting (think xpath), they needlessly complicated matters as they were nearly universally unused.
2005-10-25+ p5-HTML-Element-Extendedwiz1-1/+2
2005-10-25Initial import of p5-HTML-Element-Extended-1.13:wiz4-0/+27
HTML-Element-Extended is a package of several enhanced HTML::Element classes, most of which arose during the effort to implement an HTML::Element based table class.
2005-10-25Specify USE_RUBY_DIST_SUBDIR appropriately after previoustaca3-5/+6
lang/ruby/rubyversion.mk changes.
2005-10-24Add zope3.minskim1-1/+2
2005-10-24Import zope3 from pkgsrc-wip. Packaged by Yoshito Komatsu andminskim11-0/+8839
modified by me. Zope is an open source application server for building content management systems, intranets, portals, and custom applications.
2005-10-23Use "+=" instead of "=" for CONFIGURE_ARGS.rillig1-2/+2
2005-10-23Update squid package to 2.5.12 (squid-2.5.STABLE12).taca3-50/+36
Changes to squid-2.5.STABLE12 (22 Oct 2005) - [Major] Error introduced in 2.5.STABLE11 causing truncated responses when using delay pools (Bug #1405) - [Cosmetic] Document that tcp_outgoing_* works badly in combination with server_persistent_connections (Bug #454) - [Cosmetic] Add additinal tracing to squid_ldap_auth making diagnostics easier on squid_ldap_auth configuration errors (Bug #1395) - [Minor] $HOME not set when started as root (Bug #1401) - [Minor] httpd_accel_single_host breaks in combination with server_persistent_connections (Bug #1402) - [Cosmetic] Setting CACHE_HTTP_PORT to configure was only partially implemented, effectively ignored. (Bug #1403) - [Minor] CNAME based DNS addresses could get cached for longer than intended (Bug #1404) - [Minor] Incorrect handling of squid-internal-dynamic/netdb exchanges in transparently intercepting proxies (Bug #1410). - [Minor] Cache revalidations on HEAD requests causing poor cache hit ratio (Bug #1411). - [Minor] Not possible to send 302 redirects via a redirector in response to CONNECT requests (bug #1412) - [Minor] Incorrect handling of Set-Cookie on cache refreshes (Bug #1419) - [Major] Segmentation fault crash in rfc1738_do_escape (Bug #1426) - [Minor] Delay pools class 3 fails on clients in network 255 (Bug #1431)
2005-10-23Add missing manpage to PLIST. Bump PKGREVISION for binary package change.jlam2-3/+4
2005-10-23Updated to version 2.1.10nb4.heinz2-13/+54
Pkgsrc changes: - Fix of PR pkg/29201: Applied optional GeoIP patch proposed in the PR (option geoip). - Converted the post-build target to the "subst" framework. - Removed an unnecessary CONFIGURE_ENV (setting a variable internal to autoconf). - We install now some documentation files. Description of GeoIP patch: =========================== By default, Webalizer uses DNS suffix to guess country and produce geographic stats. Some WWW hostings (mostly free ones) has reverse DNS feature disabled, so there's no DNS, and consequently no geographic stats. Well, Webalizer *has* internal Reverse DNS feature (aka "Webazolver"). But it's too slow, even running 100 threads. So, is there any other way? Sure! It's GeoIP library! GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from. It uses a file based database that is accurate as of March 2002. This database simply contains IP blocks as keys, and countries as values. This database should be more complete and accurate than using reverse DNS lookups.
2005-10-23remove NO_CONFIGURE - REPLACE_PERL is handled in pre-configure stage,jdolecek1-2/+3
without that /usr/bin/perl in the scripts doesn't get replaced with /usr/pkg/bin/perl reported in private e-mail by Pavel Trubl
2005-10-23Use ${RM} instead of /rescue/rm.wiz1-13/+13
2005-10-23php regex is also necessary on Linux; pointed out by Ondrej Tumajdolecek1-2/+2
in private e-mail
2005-10-23Use ${RMDIR} instead of rmdir.wiz1-4/+4
2005-10-22Fix .mo generation when using the msg-plural hacktonio3-6/+15
2005-10-22bump PKGREVISION, as USE_MSGFMT_PLURALS ads a build dependency over perltonio1-1/+2
2005-10-22add USE_MSGFMT_PLURALS= YES, as it is used (PR 31886)tonio1-2/+2
2005-10-21Require at least version 0.9.7.2.0.55 of the "apr" package becausetron1-1/+4
Apache 2.0.55 won't work with older versions. Bump package revision because of this dependence change. This fixes PR pkg/31872 by Carl Brewer.
2005-10-20update to 1.0rc2drochner3-7/+28
changes: -speedup -bugfixes -new swedish translation