summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2005-05-23Removed trailing white-space.rillig19-37/+37
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam34-69/+68
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-22For packages that use GNU configure, don't bother adding "TOOL"jlam1-2/+1
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
2005-05-21This package does not build when GNOME_DISABLE_DEPRECATED is defined.kristerw1-1/+3
Use BUILDLINK_TRANSFORM to remove it.
2005-05-21Use tar instead of gtar; remove gtar from tools.wiz1-6/+2
2005-05-21SUBST_FILES.* must be relative to ${WRKSRC}.jlam3-11/+11
2005-05-21Move the PKGREVISION from the Makefile.common. It should be usedreed2-3/+3
for revisions for a single package. I don't think this "suexec" PKGREVISION was meant for the apr package, but since it was used it is now there. I noticed this problem when building wip/apachebench2 which has nothing to do with suexec. Although, I did not make this change for pkgsrc-wip's wip/apachebench2 since this is a work in progress.
2005-05-20MANCOMPRESSED is yes/no.jlam1-4/+8
2005-05-19This uses startup-notification directly, so depend on it.jmmv1-1/+2
2005-05-18- Change permission on installed file which causes turba to fail if itadrianp1-2/+2
is set to 0000.
2005-05-18- Add in an extra depends on pear-DBadrianp1-1/+2
2005-05-18- Add an option ${APACHE_SUEXEC_LOGFILE} so the user can specifyadrianp2-3/+5
where they would like the suexec logfile to go. Ok'ed tron@ - Bump pkgrevision
2005-05-18Update to 3.6.2:jmmv3-7/+11
* fixed font magnification * fixed table editing - setting number of rows/columns * fixed color and settings management in frames * fixed table cells padding * fixed problem with text foreground color * fixed several cursor movement problems * fixed DIV parsing * added and updated translations (Pawan Chitrakar, Ahmad Riza H Nst, Adam Weinberger, Roozbeh Pournader, Steve Murphy, Adi Attar)
2005-05-17Force use of gtar via EXTRACT_USING, instead of an explicit dependencyjlam1-4/+3
on gtar-base.
2005-05-17Use EXTRACT_CMD_OPTS.tar.gz and EXTRACT_CMD.tar.gz instead of figuringjlam1-5/+6
out the whole command line necessary to extract a .tar.gz file.
2005-05-17apxs needs perl.jlam1-1/+2
2005-05-17Changes 7.13.2:adam4-13/+13
* Unbreak tests/test_gtk.py and require pygtk >= 2.0. * Cleaned up several of the examples. * WARNING: multi.select() now requires the previously optional timeout parameter. Updated the tests and examples to reflect this change. If the timeout is not set, select could block infinitely and cause problems for the internal timeout handling in the multi stack.
2005-05-17Changes 7.14.0:adam3-7/+8
- Grigory Entin reported that curl's configure detects a fine poll() for Mac OS X 10.4 (while 10.3 or later detected a "bad" one), but the executable doesn't work as good as if built without poll(). I've adjusted the configure to always skip the fine-poll() test on Mac OS X (darwin). - When doing a second request (after a disconnect) using the same easy handle, over a proxy that uses NTLM authentication, libcurl failed to use NTLM again properly (the auth method was accidentally reset to the same as had been set for host auth, which defaults to Basic). - If -z/--time-cond is used with an invalid date syntax, this is no longer silently discarded. Instead a proper warning message is diplayed that informs about it. But it still continues without the condition.
2005-05-16Back out last change. ./ is not correct, but this is a workaround due tooveego2-13/+13
the overwritting of DIST_SUBDIR in the Makefile.
2005-05-16Note that the date tool is used.jlam1-1/+3
2005-05-16Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USINGjlam3-9/+9
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
2005-05-16Note that tar is required by this package.jlam3-4/+6
2005-05-16Note that gtar is required by the package.jlam5-5/+16
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam2-4/+8
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-05-15Use gzcat instead of "gzip -dc".jlam1-2/+2
2005-05-15delint.salo3-27/+27
2005-05-15It is clearsilver-0.9.14.tar.gz and not ./clearsilver-0.9.14.tar.gzveego1-4/+4
2005-05-15It is opera-8.0-20050415.1-static-qt.i386-en.rpm and notveego1-3/+3
./opera-8.0-20050415.1-static-qt.i386-en.rpm
2005-05-15Update mozilla & mozilla-gtk2 to 1.7.8taya6-21/+18
This is a security fix release. Fixed vulnerabilities are follows: MFSA 2005-44 Privilege escalation via non-DOM property overrides MFSA 2005-43 "Wrapped" javascript: urls bypass security checks MFSA 2005-42 Code execution via javascript: IconURL
2005-05-14Update firefox & firefox-gtk1 to 1.0.4.taya6-12/+30
This is a security fix release. Fixed vulnerabilities are follows: MFSA 2005-44 Privilege escalation via non-DOM property overrides MFSA 2005-43 "Wrapped" javascript: urls bypass security checks MFSA 2005-42 Code execution via javascript: IconURL
2005-05-14- Update horde to 2.2.8adrianp2-7/+6
Changes in this release: * Fixed two XSS vulnerabilities. * Updated German and Traditional Chinese translations.
2005-05-12Update squid package to 2.5.9nb11.taca2-4/+43
Apply 9 official fixes including security improvement in DNS lookup. I still disable transparent_port.patch because it needs a missing header file of IP Filter. NetBSD current and 3.0_BETA already fixed this problem but still netbsd-2/2-0 branches. I will apply it after netbsd-2/2-0 branches fix this problem. (And this fix needs to update squid package to 2.5.STABLE10 which is RC3 now.) * 2005-05-10 23:11 (Cosmetic) Extended documentation of the always_direct directive * 2005-05-10 22:33 (Medium) assertion failed: store_client.c:343: "storeSwapOutObjectBytesOnDisk(mem) > sc->copy_offset" * 2005-05-11 19:19 (Security issue) DNS lookups unreliable on untrusted networks * 2005-05-09 01:51 (Minor) Allow dstdomain and dstdom_regex to match IP based hosts * 2005-05-08 14:01 (Cosmetic) Minor arp ACL improvements * 2005-05-04 18:09 (Minor) SNMP Agent updates to support SNMP Version 2 and bulk requests * 2005-05-01 10:58 (Cosmetic) Cosmetic change to DISKD statistics * 2005-04-30 12:58 (Medium) Poor hot object cache hit ratio and sporadic assertion failed: store_swapin.c: e->mem_status == NOT_IN_MEMORY * 2005-04-25 16:36 (Cosmetic) Minor aufs improvements
2005-05-12Update "firefox-bin" package to version 1.0.4. The following securitytron2-6/+6
issuses were fixed in this release: MFSA 2005-44 Privilege escalation via non-DOM property overrides MFSA 2005-43 "Wrapped" javascript: urls bypass security checks MFSA 2005-42 Code execution via javascript: IconURL
2005-05-12Update "mozilla-bin" package to version 1.7.8. The following securitytron2-7/+6
issuses were fixed in this release: MFSA 2005-44 Privilege escalation via non-DOM property overrides MFSA 2005-43 "Wrapped" javascript: urls bypass security checks MFSA 2005-42 Code execution via javascript: IconURL Support for Solaris SPARC and x86 is not available due to lack of a precompiled binary at this point of time.
2005-05-10+ap2-bwtv1-1/+2
2005-05-10Add ap2-bw-0.6. DESCR:tv4-0/+38
bw_mod is an Apache 2 module to limit bandwidth consumed by browsers, based in concept on the widely used Apache 1 "mod_bandwidth".
2005-05-10apr/buildlink3.mk defines PKG_BUILD_OPTIONS.apr as the result of thejlam1-2/+2
PKG_OPTIONS computation for devel/apr. Check that for the presence of db4 instead.
2005-05-09Check if a variable is defined before matching against it in .ifdillo1-2/+2
Noted by kristerw.
2005-05-08Drop maintainership -- I didn't use that package for some time now.recht1-2/+2
2005-05-07Added package for eAccelerator 0.9.2a - PHP accelerator, optimizer, encoderjdolecek1-1/+2
and dynamic content cache. Works for both PHP4 and PHP5.
2005-05-07Add package for eAccelerator - PHP accelerator, optimizer, encoder and dynamicjdolecek3-0/+38
content cache. Confirmed buildable and working for both PHP4 and PHP5.
2005-05-07do not define MASTER_SITES and EXTRACT_SUFX if PECL_VERSION is set,jdolecek1-1/+4
so that lang/php/ext.php need not use = assignment and extensions would be able to use different setting
2005-05-07Update wwwoffle to 2.8e, and take over maintainershipabs2-11/+9
Changes since 2.8c: * src/version.h, doc/NEWS: Update to version 2.8e. * src/wwwoffle-tools.c: Fix previous wwwoffle-mv change and preserve timestamps. * src/configdata.c: Make the default value for reply-chunked-data match the documentation. * src/info.c: Indicate on the info page if the URL has been requested. * src/wwwoffles.c: Handle HEAD requests more intelligently. When online send HEAD don't cache them, when offline convert to GET if not cached. * doc/README: Updated description of wwwoffle-mv program. * src/configdata.c, src/wwwoffles.c, conf/upgrade-config.pl, conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README.CONF, src/config.h: Added a new option cache-control-max-age-0 to OnlineOptions and OfflineOptions. * doc/FAQ: Another solution to the infamous libc resolver problem. * src/wwwoffles.c: No functional changes. Added more comments relating to Fetch mode, and on mode for else statements. Rearranged code so that mode==Fetch is evaluated with others in else branch. * src/wwwoffles.c: Fix two places where being in Fetch mode would go wrong (aliased URL and unauthenticated proxy request). * doc/README, doc/README.CONF: Some text changes. * src/wwwoffle-tools.c: Allow moving files and changing the path. * src/control.c: Fix spurious error message. * doc/wwwoffle.conf.man.template: Updated the dates in the footer/header. * src/spool.c: Only print an error for a missing monitor time file if the URL is monitored. Version 2.8d of WWWOFFLE released. * doc/NEWS, src/version.h: Update to version 2.8d. * doc/README: Update acknowledgements section (removal of old GIF code). * src/gifmodify.c: All new GIF modification code (handles GIF87a and GIF89a). * doc/README.CONF: Make sure that all lines are less than 78 characters long. * src/htmlmodify.l, conf/upgrade-config.pl, conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README.CONF, src/config.h, src/configdata.c: Add a new option to remove HTML "marquee" effect (scrolling text). * src/Makefile.in, src/configedit.c, src/control.c, src/index.c, src/monitor.c, src/refresh.c: Give warnings if processing URL arguments and an unexpected one is seen. * conf/wwwoffle.conf.template, doc/CHANGES.CONF, doc/README, doc/README.CONF, src/config.h, src/configdata.c, src/htmlmodify.l, conf/upgrade-config.pl: Add an HTMLModify option to fix bad cyrillic coding. * src/wwwoffle-tools.c: Return an error status in case of a failure. * src/wwwoffles.c: Make sure that there is a message from 'wwwoffle -fetch' for all URLs. * src/miscurl.c: Fix hostname character checking. * src/document.c: Parse xhtml pages for links and images. * src/info.c: Display source of xhtml and xml pages. * src/wwwoffles.c: Add cache information to xhtml pages. * doc/README.CONF: Clarify the try-without-password option wording. * src/miscurl.c: When splitting a URL disallow invalid characters in hostnames. * src/wwwoffled.c: Change log file ownership before changing uid/gid. Close stdin/stdout/stderr after detaching from terminal not before. Don't open log file again after detaching from terminal. Don't force usage of stderr when re-initialising error handler. * doc/README.CONF, src/configmisc.c: A URL-SPEC path like '/*/foo*' matches '/foo*' and '/*/foo*' as a special case. * src/cgi.c, src/search.c: Fix bug with setting up stdout for CGI program. * src/errors.c: Fix bug that left file descriptor open on log file. * src/document.h, src/htmlmodify.l, src/wwwoffles.c: Disable the demoronise-ms-html option if the HTML is UTF-8 or other multibyte charset.
2005-05-07Give this package a dummy version number (today).wiz1-1/+2
2005-05-06Revert:wiz1-3/+3
Remove an instance of ${TYPE} from pkgsrc. The use of the private variable _INSTALL_CMD is only temporary until we switch over to the new tools framework. The committed version has an additional | (pipe) character in it, breaking the sed and causing an empty apxs file. Replacing the pipes with commas does not help either, because then the backquoted command gets embedded into apxs instead of the correct pathname. Bump PKGREVISION because this broke at least ap-php and ap-ssl.
2005-05-05fix/improvement from Jeremy C. Reed.kei3-6/+10
- honor PKG_SYSCONFDIR. - --with-termlib=ncurses is needed under linux. - specify ${MAIL_CMD}, not 'Mail' directly as mailer. bump PKGREVISION.
2005-05-05Update sope to build 758. No changes are known, but the old DISTFILE is norh2-7/+7
longer available. Closes PR pkg/30063 by Robert Elz -- thanks!
2005-05-04The previous Kommander patch was incorrect and still allowed executionmarkd3-6/+6
of files served from /tmp. From http://www.kde.org/info/security/advisory-20050504-1.txt Bump PKGREVISION.
2005-05-04Update to version 20050504. Add support for a standalone mode thatsimonb4-16/+18
can be used by Apache in proxy mode, adds many ad pattern updates.
2005-05-03Remove an instance of ${TYPE} from pkgsrc. The use of the privatejlam1-2/+2
variable _INSTALL_CMD is only temporary until we switch over to the new tools framework.