summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2005-04-28Use :sh instead of != to defer evaluation until later in bsd.pkg.mk.jlam1-4/+4
2005-04-28The album themes does not really require apache.augustss1-1/+0
2005-04-28Add album, a web photo album generator.augustss11-1/+157
2005-04-26hmm - add patch for previous commit (was CVS misbehaviour, not me...)drochner1-0/+45
2005-04-26add a patch from KDE:drochner2-2/+4
http://www.kde.org/info/security/advisory-20050420-1.txt to fix untrusted code execution (CAN-2005-0754) bump PKGREVISION
2005-04-26squid package maintainous.taca3-110/+139
- Fix bad PID directory of squid binary introduced by previous pkgsrc. - Update DIST_SUBDIR through DIST_STAMP since some of patch files are updated. - Fix error in doc/Makefile with nbmake. - Newer patch (aufs improvement) aren't included now. Bump PKGREVISION.
2005-04-25Make sure build is without gssapi support. (Okayed by maintainer,reed1-1/+2
taya ... well really he said "I don't object your idea.") This fixes a build bug when heimdal is detected but not buildlinked. It is a known mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=245467 I didn't put this in the mozilla/Makefile.common, because didn't test that yet. This issue probably only happens when using /usr as the LOCALBASE, which is not really supported and maybe I am the only one to hit this with pkgsrc. Maybe later someone can consider adding a build option for GSSAPI, but I don't know anything about it in regards to a web browser myself.
2005-04-25Add new four official patches.taca5-34/+41
o 2005-04-23 01:38 (Minor Security) Fix for CVE-1999-0710: cachemgr malicouse use o 2005-04-22 20:48 (Cosmetic) PID file check fails when chrooting o 2005-04-24 16:35 (Minor) Make the use of the %m error page to return auth info messages o 2005-04-22 20:21 (Minor) Unrecognized cache-control directives are silently dropped pkgsrc change. - remove aufs from store I/O backend until it controlled by options.mk frame work. - remove patch-cd; it is covered by squid-2.5.STABLE9-transparent_port.patch. Bump PKGREVISION.
2005-04-25update to bozohttpd 20050410. changes include:mrg2-7/+5
o fix some off-by-one errors from <roland.illig@gmx.de> o properly support nph- CGI o make content maps case insensitive o fix proto header merging to include the missing comma o major source reorganisation; most features are in separate files now o new -V flag that makes unknown virtualhosts use slashdir from <rumble@ephemeral.org> o HTTP/1.x protocol headers are now properly merged for CGI
2005-04-25Changes 2.0.54:adam10-277/+300
*) mod_cache: Add CacheIgnoreHeaders directive. *) mod_ldap: Added the directive LDAPConnectionTimeout to configure the ldap socket connection timeout value. *) Correctly export all mod_dav public functions. *) Add a build script to create a solaris package. *) worker MPM: Fix a problem which could cause httpd processes to remain active after shutdown. *) Unix MPMs: Shut down the server more quickly when child processes are slow to exit. *) Remove formatting characters from ap_log_error() calls. These were escaped as fallout from CAN-2003-0020. *) mod_ssl: If SSLUsername is used, set r->user earlier. *) htdigest: Fix permissions of created files. *) core_input_filter: Move buckets to a persistent brigade instead of creating a new brigade. This stop a memory leak when proxying a Streaming Media Server. *) mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid hiccups from additional path information passed in non-utf-8 format.
2005-04-24set CONFIG_GUESS_OVERRIDE, CONFIG_SUB_OVERRIDE, and CONFIG_STATUS_OVERRIDEtaya1-1/+11
explicitly, because it fails to detect them with default setting. suggested by Todd Willey.
2005-04-24concatinate extensions with separator ',' and set to MOZILLA_EXTENSIONS,taya1-12/+3
instead of using ':ts' modifier. becase make of NetBSD-1.6.x doesn't have it. suggested by Jeremy C. Reed.
2005-04-24Add and enable sooperh1-1/+2
2005-04-24Initial import of sope-4.4rc6, a set of frameworks for a complete webrh6-0/+644
application server environment.
2005-04-23Update to 1.7.7nb1:wiz2-2/+5
make sure lib/mozilla-linux/plugins exists, even for binary packages. Should fix moz-bin-* packages in bulk builds. XXX: binary package still doesn't install quite a number of (empty) directories that do get created with 'make install'.
2005-04-21Apply cleanly after update to 4.3.11salo2-7/+7
2005-04-21Update squid package to squid-2.5.9nb7.taca2-83/+103
o 2005-04-21 10:31 (Cosmetic) Correctly read DOS/Windows formatted config files with CRLF as line terminator o 2005-04-20 21:55 (Minor) Unable to run "squid -k" when hostname cannot be determined o 2005-04-20 21:55 (Minor) fix transparent proxying when squid listens on NATed non-80 port o 2005-04-21 10:46 (Cosmetic) Missing newlines in debug statements o 2005-04-20 21:36 (Cosmetic) Error template substitution for authenitcated user name Because of update of squid-2.5.STABLE9-2GB.patch, DIST_SUBDIR updated again.
2005-04-20Two of offcial patches are updated.taca2-82/+82
- squid-2.5.STABLE9-LDAP_SUN_SDK.patch - squid-2.5.STABLE9-2GB.patch Bump PKGREVISION.
2005-04-19Update mozilla & mozilla-gtk2 to 1.7.7taya6-53/+19
This is a security fix release. Fixed vulnerabilities are follows: MFSA 2005-33 Javascript "lambda" replace exposes memory contents MFSA 2005-35 Showing blocked javascript: popup uses wrong privilege context MFSA 2005-36 Cross-site scripting through global scope pollution MFSA 2005-37 Code execution through javascript: favicons MFSA 2005-38 Search plugin cross-site scripting MFSA 2005-40 Missing Install object instance checks MFSA 2005-41 Privilege escalation via DOM property overrides
2005-04-19Update squid package to 2.5.9nb5.taca2-81/+85
* Add one more offcial patch: - 2005-04-05 23:05 (Cosmetic) should syslog to daemon facility not local4 * One patch updated, so update DIST_SUBDIR through DIST_STAMP change. * Add aufs to --enable-storeio configuration. TODO: use <bsd.options.mk> frame work and allow to use --enable-pf-transparent which is mutual exclusive parameter with --enable-ipf-transparent.
2005-04-19Honor PKGDIRMODE and SHAREMODE.minskim1-2/+3
2005-04-19Remove entries added by mistake.minskim1-4/+1
2005-04-19Add missing files to PLIST. Bump PKGREVISION.minskim2-4/+6
2005-04-19Do not registerwiz2-5/+5
share/htdig/common/root2word.db share/htdig/common/word2root.db with md5 checksums, because they get changed too often; use @unexec ${RM} instead. Bump PKGREVISION for thus fixed PLIST.
2005-04-18Remove mozilla-stable; not much difference to the mozilla packagewiz47-5707/+1
itself. Okayed by the maintainer, taya@.
2005-04-18add/enable opera-acroread7 and netscape7-acroread7jschauma1-1/+3
2005-04-18Adjust and correct for addition of -acroread7 based plugins.jschauma16-20/+37
2005-04-18Initial import of the opera and netscape acroread plugins based on thejschauma4-0/+36
new Acrobat 7 reader.
2005-04-18Remove custom "restart" code from startup script so that Apache reallywiz2-5/+3
gets restarted when "/etc/rc.d/apache restart" is used. This fixes PR pkg/24179 for the "apache" package. Based on a similar change for the apache2 package. Bump PKGREVISION.
2005-04-18Remove custom "restart" code from startup script so that Apache reallytron2-5/+3
gets restarted when "/etc/rc.d/apache restart" is used. This fixes PR pkg/24179 for the "apache2" package.
2005-04-18gtk2 widget -> GTK2 widget set.wiz1-1/+1
2005-04-18Do not append -gtk2 to PKGNAME when MOZ_GTK2 is set.wiz1-9/+2
2005-04-18Remove firefox-gtk2-bin* packages, now that firefox-gtk2-bin haswiz22-192/+1
been renamed to firefox-bin.
2005-04-18Move firefox-gtk2-bin package contents to firefox-bin, and renamewiz7-33/+25
package to match. There are no firefox gtk1 binary packages for linux any longer, so no need to keep two different -bin packages around. This way it also matches the non-bin firefox packages.
2005-04-18tron volunteered to maintain this package.wiz1-2/+2
2005-04-17Update firefox & firefox-gtk1 to 1.0.3.taya3-46/+6
This is a security fix release. Fixed vulnerabilities are follows: MFSA 2005-33 Javascript "lambda" replace exposes memory contents MFSA 2005-34 javascript: PLUGINSPAGE code execution MFSA 2005-35 Showing blocked javascript: popup uses wrong privilege context MFSA 2005-36 Cross-site scripting through global scope pollution MFSA 2005-37 Code execution through javascript: favicons MFSA 2005-38 Search plugin cross-site scripting MFSA 2005-39 Arbitrary code execution from Firefox sidebar panel II MFSA 2005-40 Missing Install object instance checks MFSA 2005-41 Privilege escalation via DOM property overrides
2005-04-16Update "firefox-gtk2-bin" package to version 1.0.3. The new version fixestron2-6/+6
the following security issues: MFSA 2005-33 Javascript "lambda" replace exposes memory contents MFSA 2005-34 javascript: PLUGINSPAGE code execution MFSA 2005-35 Showing blocked javascript: popup uses wrong privilege context MFSA 2005-36 Cross-site scripting through global scope pollution MFSA 2005-37 Code execution through javascript: favicons MFSA 2005-38 Search plugin cross-site scripting MFSA 2005-39 Arbitrary code execution from Firefox sidebar panel II MFSA 2005-40 Missing Install object instance checks MFSA 2005-41 Privilege escalation via DOM property overrides
2005-04-16Update "mozilla-bin" package to version 1.7.7. A list of the changes istron3-8/+8
not available yet but it includes security fixes for e.g. SA14821. Support for Solaris SPARC and x86 is not available due to lack of a precompiled binary at this point of time.
2005-04-15Create /usr/pkg/etc/httpd/ssl.crl for Certificate Revocation Listsmartti1-0/+5
2005-04-15Add an @exec ${MKDIR} line for an empty directory which has a @dirrm line,wiz1-1/+2
to fix binary packages.
2005-04-15Add two @exec ${MKDIR} lines for empty directories which have @dirrm lines,wiz1-1/+3
to fix binary packages.
2005-04-15Chyanges 7.13.2:adam3-22/+12
* Bug-fixes and improvements
2005-04-13change extensions list as same as Linux official build.taya3-87/+16
bump PKGREVISION. fix PR pkg/29595
2005-04-12Updated apache to 2.0.53nb1martti1-1/+2
- added mkcert to help with certificate creation
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv221-443/+222
2005-04-11Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the relatedjdolecek2-10/+4
conditionals and buildlink logic, and convert to standard DEPENDS
2005-04-11doesn't appear to be needed anymorejdolecek1-41/+0
2005-04-11Update php4 to 4.3.11.jdolecek8-178/+98
This is a maintenance release that in addition to over 70 non-critical bug fixes addresses several security issues inside the exif and fbsql extensions as well as the unserialize(), swf_definepoly() and getimagesize() functions. All Users of PHP are strongly encouraged to upgrade to this release. Bugfix release * Crash in bzopen() if supplied path to non-existent file. * DOM crashing when attribute appended to Document. * unserialize() float problem on non-English locales. * Crash in msg_send() when non-string is stored without being serialized. * Possible infinite loop in imap_mail_compose(). * Fixed crash in chunk_split(), when chunklen > strlen. * session_set_save_handler crashes PHP when supplied non-existent object ref. * Memory leak in zend_language_scanner.c. * Compile failures of zend_strtod.c. * Fixed crash in overloaded objects & overload() function. * cURL functions bypass open_basedir. PHP4 also doesn't bundle PEAR Net_Socket and Net_SMTP anymore now.
2005-04-11Install mkcert to help with certificate creation. The script wasmartti3-3/+918
taken from the ap-ssl package (which is for apache 1.3.x).
2005-04-11Update netscape7 to 7.2, latest stable version available.jschauma4-15/+15
Changes since 7.1 according to http://wp.netscape.com/eng/mozilla/ns7/relnotes/7.html: * Popup Window Controls have been improved to block mouseover pop-ups and limit the number of pop-ups when popup window controls preference is set to off. * Password Manager allows you to display saved passwords. * vCard support in Netscape Mail. * Improvements to Palm Sync. * Table Editing controls in Composer. * New Macromedia? Flash 7 plugin for Windows. * Improvements in browser rendering speed and application start-up. * Improvements in standards support.