summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-2/+2
NO_BUILD, USE_LIBTOOL.
2005-09-28Removed trailing white-space.rillig2-4/+4
2005-09-28Removed trailing white-space.rillig2-5/+5
2005-09-28Removed trailing white-space. Don't use the expanded RCS Id whenrillig1-3/+4
regenerating the distinfo file.
2005-09-28Fixed pkglint warnings.rillig1-2/+2
2005-09-28Fixed pkglint warnings.rillig10-26/+22
2005-09-28Fixed some pkglint warnings.rillig1-3/+3
2005-09-28Fixed pkglint warnings.rillig10-23/+21
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-09-28Fixed pkglint warnings.rillig2-11/+11
2005-09-28Removed trailing empty line.rillig1-2/+1
2005-09-28Fixed pkglint warning.rillig1-2/+2
2005-09-28Added RCS Id tags. Removed trailing empty line from patch-sg.rillig4-4/+7
2005-09-26Update "mozilla-bin" package to version 1.7.12. Changes since 1.7.10:tron2-6/+6
- Fix for a potential buffer overflow vulnerability when loading a hostname with all soft-hyphens - Fix to prevent URLs passed from external programs from being parsed by the shell - Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script that uses an "eval" statement - Fix to restore InstallTrigger.getVersion() for Extension authors - Fix a crash in mail when stopping a search and then searching again - Other stability and security fixes
2005-09-26Remove old 2003 patch that is actually no longer used. apr is its owntv2-15/+1
package now, and this header file is only directly used by apr itself, hidden from httpd. (Clarifies bug 36750 that I have on file with Apache Bugzilla.)
2005-09-26Update to version 1.3101. Yes, this is just before the branch, but thecube2-7/+7
diff between 1.31 and 1.3101 is minimal, yet it fixes important issues people have been reporting on e.g. the rt-users mailing list. 1.1301 August 23, 2005 - One last fix for CGIHandler. If you provided your own out_method it was ignoring it and using its own. Reported by David Glasser.
2005-09-23Reset maintainer, email to xs at nitric dot net bounced.wiz1-2/+2
2005-09-22opera licence changed in version 8.50, add the new versionjdolecek1-3/+3
pointed out by Geert Hendrickx and discussed further on tech-kern@
2005-09-22Fix DEPENDS to accept any php-gd-4.x.wiz1-2/+2
2005-09-22If we add a patch for a docs directory which is copied wholesale (with pax),jwise1-1/+2
we need to make sure we clean up .orig files before the copy is done.
2005-09-22Update www/firefox and www/firefox-gtk1 to version 1.0.7. Changes fromjlam50-257/+228
version 1.0.6 include: * Fix for a potential buffer overflow vulnerability when loading a hostname with all soft-hyphens * Fix to prevent URLs passed from external programs from being parsed by the shell (Linux only) * Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script that uses an "eval" statement * Fix to restore InstallTrigger.getVersion() for Extension authors * Other stability and security fixes Approved by taya.
2005-09-22Fix PLIST. Bump PKGREVISION.minskim2-2/+6
2005-09-21Update squid package to squid-2.5.10nb5.taca2-7/+19
Three new official patches are added. o 2005-09-19 15:50 (Cosmetic) --with-maxfd=N configure option to override max filedescriptors test o 2005-09-16 21:58 (Minor) invalid host is processed as IP 255.255.255.255 in dst acl o 2005-09-16 21:49 (Cosmetic) Odd results when pipeline_prefetch is combined with NTLM authentication One official patch was updated. o 2005-09-20 12:29 (Major) FATAL: Incorrect scheme in auth header
2005-09-21Update "firefox-bin" package to version 1.0.7. Changes since version 1.0.6:tron2-6/+6
- Fix for a potential buffer overflow vulnerability when loading a hostname with all soft-hyphens - Fix to prevent URLs passed from external programs from being parsed by the shell - Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script that uses an "eval" statement - Fix to restore InstallTrigger.getVersion() for Extension authors - Other stability and security fixes
2005-09-20Update to opera 8.50.jdolecek2-16/+15
Changes include: * Advertisement banner removed * Security: Fixed Secunia Advisory 16645, drag-and-drop vulnerability, must-revalidate HTTPS handling, cookie comment encoding * Browser JavaScript on by default * Multiple stability issues
2005-09-20This was building without properly attaching a DEPENDS reference to apache2,tv1-2/+4
thus leaving the package dangling if apache2 were to be removed or upgraded. Change to using apache2/buildlink3.mk, like the other ap2-* modules do, and bump PKGREVISION for the implicit DEPENDS change.
2005-09-17This is from PR #31106. Thank you, Leonard Schmidt.reed14-120/+37
Update www/kazehakase from 0.2.9 to 0.3.0. Changes from 0.2.9 to 0.3.0: * Added feed bookmark action (Kouhei Sutou) * Fixed some crash bugs. (I have been running this since Sept. 10. Sorry for the delay in updating.)
2005-09-17For the native firefox and mozilla packages, move the module/extensionjlam13-43/+63
registration out of the installation step and into the INSTALL script. Also, remove the registration commands from the PLIST as well. Putting them into the INSTALL script allows for the same commands to be run in the same way, so that there are fewer differences between installing from source and installing from a binary package. Also, this makes these packages pass CHECK_FILES=yes. Bump the PKGREVISION of firefox, firefox-gtk1, mozilla, and mozilla-gtk2. Also, include bsd.pkg.mk from the package Makefiles, not from within Makefile.common. This is a style issue and allows for appending to variables originally defined in Makefile.common from the package Makefile.
2005-09-16"Oops." BUILDLINK_DEPMETHOD.libevent was defaulting to "build", which istv1-1/+2
no longer correct since update to libevent 1.x; it now uses libtool and generates a shlib. Remove the offending bl3 line, and bump all dependents' PKGREVISIONs, since the binary pkg changes for any OS that doesn't have a sufficient builtin libevent version (or the package has requested a non-builtin version).
2005-09-16The latest official patch updated to make NTLM authentication work again.taca2-7/+7
Bump PKGREVISION.
2005-09-16Update ap-ssl to version 2.8.24.salo4-15/+15
- Fix a security issue (CAN-2005-2700) where "SSLVerifyClient require" was not enforced in per-location context if "SSLVerifyClient optional" was configured in the global virtual host configuration. Sync apache with the latest ap-ssl.
2005-09-15Update squid package to 2.5.10nb3.taca8-146/+67
- pkgsrc update: o s/SQUID_BACKEND/SQUID_BACKENDS/ as suggested by pkglint. o Fix leaving ${PREFIX}/etc/squid/msntauth.conf.default out of PLIST. o IP Filter related patches are incorporated to squid. - Add/update official patches: o 2005-09-15 11:15 (Major) FATAL: Incorrect scheme in auth header o 2005-09-15 09:56 (Medium) Odd results on pipelined CONNECT requests o 2005-09-13 23:59 (Minor) Transparent proxy problem with IP Filter o 2005-09-11 01:53 (Medium) Clients bypassing delay pools by faking a cache hit o 2005-09-11 01:42 (Cosmetic) Allow leaving core dumps on Linux o 2005-09-11 01:21 (Cosmetic) enums can not be assumed to be signed ints o 2005-09-11 01:21 (Cosmetic) Incorrect store dir selection debug message on objects >2G o 2005-09-11 00:57 (Minor) LDAP helpers does not work with TLS (-Z option)
2005-09-11Now distfiles are under ruby subdirectory as a side effect oftaca1-4/+4
lanb/ruby/{module.mk,rubyversion.mk} change and I think the distfile of this package should be under ruby subdirectory, too.
2005-09-10put back XML_RPC upgrade - the fixed one is 1._4_.0, not 1.3.1jdolecek2-2/+15
2005-09-10PHP 4.4.0 already comes with XML_RPC 1.3.1, so it's not necessary to updatejdolecek2-15/+2
it separately
2005-09-08Update patches for mozilla applications to handle the fact that onabs8-17/+20
NetBSD the thread safe resolver is only available on __NetBSD_Version__ >= 299000900. Fixes runtime usage on NetBSD 2.1. New Versions: - firefox-1.0.6nb2 - firefox-gtk1-1.0.6nb2 - mozilla-1.7.11nb1 - mozilla-gtk2-1.7.11nb1 - thunderbird-1.0.6nb1 - thunderbird-gtk1-1.0.6nb1
2005-09-08update to 0.9.7bdrochner3-8/+27
this is a major update (from 0.6.4), too much to list
2005-09-07I will maintain these packages. Bruce isn't working on NetBSD now.reed2-4/+4
Thank you, Bruce, for previously maintaining these.
2005-09-07Set maintainer to tech-pkg. Bruce is not maintaining thesereed1-2/+2
packages. Thank you Bruce for helping with pkgsrc.
2005-09-06Changes 0.9.4:adam3-17/+48
Took some time to do this release, and the fixes are numerous, an upgrade is highly recommended. Major changes include an increased header limit, which fixes inter-operation with some versions of lynx; a fix for a crash when trying to access user pages of people who do not actually exist (ie, /~badusername). On the new features front, the -U option now accepts usernames too, not just user ids.
2005-09-05fix PACKLIST so binary packages are not empty - update to ↵abs1-3/+3
CGI-FormBuilder-2.13nb3
2005-09-04Fix path to documentation. From ISIHARA Takanori in PR 31136.wiz1-2/+2
2005-09-04Move some options that only apply to the PHP CGI package from Makefile.phpjlam2-4/+5
(shared with ap-php) into the php package Makefile.
2005-09-04Update ruby-actionwebservice package to 0.8.1taca3-27/+16
*0.8.1* (11 July, 2005) * Fix scaffolding for Action Pack controller changes *0.8.0* (6 July, 2005) * Fix WSDL generation by aliasing #inherited instead of trying to overwrite it, or the WSDL action may end up not being defined in the controller * Add ActionController::Base.wsdl_namespace option, to allow overriding of the namespace used in generated WSDL and SOAP messages. This is equivalent to the [WebService(Namespace = "Value")] attribute in .NET. * Add workaround for Ruby 1.8.3's SOAP4R changing the return value of SOAP::Mapping::Registry#find_mapped_soap_class #1414 [Shugo Maeda] * Fix moduled controller URLs in WSDL, and add unit test to verify the generated URL #1428 * Fix scaffolding template paths, it was broken on Win32 * Fix that functional testing of :layered controllers failed when using the SOAP protocol * Allow invocation filters in :direct controllers as well, as they have access to more information regarding the web service request than ActionPack filters * Add support for a :base64 signature type #1272 [Shugo Maeda] * Fix that boolean fields were not rendered correctly in scaffolding * Fix that scaffolding was not working for :delegated dispatching * Add support for structured types as input parameters to scaffolding, this should let one test the blogging APIs using scaffolding as well * Fix that generated WSDL was not using relative_url_root for base URI #1210 [Shugo Maeda] * Use UTF-8 encoding by default for SOAP responses, but if an encoding is supplied by caller, use that for the response #1211 [Shugo Maeda, NAKAMURA Hiroshi] * If the WSDL was retrieved over HTTPS, use HTTPS URLs in the WSDL too * Fix that casting change in 0.7.0 would convert nil values to the default value for the type instead of leaving it as nil *0.7.1* (20th April, 2005) * Depend on Active Record 1.10.1 and Action Pack 1.8.1 *0.7.0* (19th April, 2005) * When casting structured types, don't try to send obj.name= unless obj responds to it, causes casting to be less likely to fail for XML-RPC * Add scaffolding via ActionController::Base.web_service_scaffold for quick testing using a web browser * ActionWebService::API::Base#api_methods now returns a hash containing ActionWebService::API::Method objects instead of hashes. However, ActionWebService::API::Method defines a #[]() backwards compatibility method so any existing code utilizing this will still work. * The :layered dispatching mode can now be used with SOAP as well, allowing you to support SOAP and XML-RPC clients for APIs like the metaWeblog API * Remove ActiveRecordSoapMarshallable workaround, see #912 for details * Generalize casting code to be used by both SOAP and XML-RPC (previously, it was only XML-RPC) * Ensure return value is properly cast as well, fixes XML-RPC interoperability with Ecto and possibly other clients * Include backtraces in 500 error responses for failed request parsing, and remove "rescue nil" statements obscuring real errors for XML-RPC * Perform casting of struct members even if the structure is already of the correct type, so that the type we specify for the struct member is always the type of the value seen by the API implementation
2005-09-04Update ruby-actionpack package to 1.9.1taca5-63/+62
Changes from 1.7.0 are too huge, please see web page: http://ap.rubyonrails.com/files/CHANGELOG.html.
2005-09-04Add and enable lighttpd.jlam1-1/+2
2005-09-04Initial import of lighttpd-1.4.3 as www/lighttpd.jlam7-0/+252
LightTPD is a secure, fast, compliant, and very flexible web-server which designed and optimized for for high-performance environments. With a small memory footprint compared to other webservers, effective management of the CPU load, and advanced feature set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and many more), LightTPD is the perfect solution for every server that is suffering load problems. This is loosely based on the lighttpd package from pkgsrc-wip by Piotr Stolc <socrtp@soclab.eu.org>.
2005-09-04Update squid package to 2.5.10nb2.taca6-34/+110
- pkgsrc changes: check IP filter's header file <ipl.h> as well as <netinet/ipl.h>. - Apply recent official patches including a security fix for DoS noted by http://secunia.com/advisories/16674/ * 2005-09-03 09:41 (Minor) E-mail sent when cache dies is blocked from many antispam rules * 2005-09-03 09:41 (Minor) Solaris 10 SPARC transparent proxy build problem with ipfilter * 2005-09-01 22:57 (Minor) snmo cacheClientTable fails on "long" IP addresses * 2005-09-01 22:49 (Minor) squid_ldap_auth -U does not work * 2005-09-01 22:44 (Major) assertion failed: store.c:523: "e->store_status == STORE_PENDING" * 2005-09-01 22:39 (Cosmetic) Greek translation of error messages * 2005-09-01 22:31 (Minor) Some odd FTP servers respond with 250 where 226 is expected * 2005-09-01 22:26 (Cosmetic) Fails to compile with glibc -D_FORTIFY_SOURCE=2 * 2005-09-01 22:18 (Cosmetic) Odd URLs when failing to forward request via parent and several error messages inconsistent in reported request details * 2005-09-01 22:09 (Minor) More chroot_dir and squid -k reconfigure issues * 2005-09-01 21:56 (Medium) assertion failed: StatHist.c:93: ((int) floor (0.99L + statHistVal(H, 0) - min)) == 0 * 2005-09-01 20:27 (Major) Segmentation fault in sslConnectTimeout * 2005-08-19 09:31 (Minor) sync redeclarations when support for ARP acls * 2005-08-14 17:05 (Cosmetic) New 'mail_program' configuration option in squid.conf
2005-09-04Bump the PKGREVISION of packages that linked against the lua sharedjlam2-3/+4
library after lang/lua was libtoolized in lua-5.0.2nb4.
2005-09-02Add patch from Apache SVN repository to fix weak client certificatetron3-6/+17
validation reported in CAN-2005-2700. Bump package revision.