Commit graph

2018 commits

Author SHA1 Message Date
tron
f37b9070d0 Update "squid" package to version 2.4STABLE4. Changes since version
2.4STABLE3:
- htcp_port 0 now properly disables htcp
- Fixed problem with certain non-anonymous ftp:// style URL's
- SNMP bugfixes including several memory leaks
2002-02-22 10:07:38 +00:00
jdolecek
7668588da4 Update to 2.1.8.
The only difference is removal of mistakely left debug message.
2002-02-21 19:56:27 +00:00
wiz
a61950b625 Add scrollkeeper dependency. 2002-02-20 22:50:52 +00:00
tron
9c65db9967 Update "Analog" packge to version 5.21. Changes since version 5.2:
- Corrected the MacHTTP log format, which didn't work in 5.2.
- All the BARSTYLEs redrawn, and two new BARSTYLEs added, adapted from
  an idea by Dave Holle. (You will have to move the new graphics into your
  IMAGEDIR in order to use them.)
2002-02-20 16:44:26 +00:00
martti
88885e7057 Updated webalizer to 2.1.9
Fixes several known bugs, as well as a cross-site scripting vulnerability
(discovered by Flavio Veloso of Magnux Software), that could allow
malicious HTML tags to be injected in the reports generated by the Webalizer.
This release also includes several new and updated language files. All users
are encouraged to upgrade as soon as possible.
2002-02-19 13:09:37 +00:00
itojun
2583749f85 curl is IPv6 ready. 2002-02-19 05:48:07 +00:00
jmc
d4867af19e squid-2.4.STABLE3-SNMP_memory_leaks.patch has been updated and checks out the
same from all 3 master sites. Updating distinfo
2002-02-19 03:57:40 +00:00
taca
058d558941 Update squid to squid-2.4.3nb1.
- replace a hack adding fd_mask definition in autoconf.h with re-writing
  configure script.  It cause to run configure twice and result "no fd_mask".
- Incorporate three official patches from
  http://www.squid-cache.org/Versions/v2/2.4/bugs/.

o SNMP memory leaks

	synopsis
		The SNMP implementation in Squid had several memory leaks
		possibly causing an denial of service.

	workaround
		Disable the SNMP port if enabled by using "snmp_port 0" in
		squid.conf.  Or if you only use SNMP for MRTG data
		collection running on the same host then use
		"snmp_incoming_address 127.0.0.1" to limit reachability
		of the SNMP port to only localhost or some other trusted
		network.

o Coredump on certain ftp:// style URL's

	synopsis
		If certain constructed ftp:// style URL's are received then
		squid crashes, causing a denial of service and maybe even
		remote execution of code.

	workaround
		Deny forwarding of non-anonymous FTP URLs by inserting
		the following rules at the top of squid.conf, prior to
		any http_access allow lines.

		acl non_anonymous_ftp url_regex -i ftp://[^/@]*@
		http_access deny non_anonymous_ftp

o "htcp_port 0" fails to disable the HTCP port

	synopsis
		"htcp_port 0" fails to completely disable the HTCP port as
		documented in squid.conf, instead HTCP will be listening on
		a random port number.
2002-02-18 17:00:38 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
drochner
b9fc3bfbd1 switch to a MASTER_SITE that works 2002-02-15 10:30:24 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
jdolecek
a5fc6606e1 Update to 2.1.7. Changes are merely bugfixes. 2002-02-14 22:21:00 +00:00
abs
b684064940 Updated wdg-validate to 1.03
* added a --emacs command-line option to produce output intended
      for parsing by Emacs
    * added errors for references to non-existent IDs in attributes
      such as the headers attribute of the td element
2002-02-14 16:29:03 +00:00
abs
df712ba2fb Update htmlfix to 1.01 - ignore symlinks 2002-02-13 23:41:59 +00:00
tron
fbdaa30c39 Update "analog" package to version 5.2. Changes since version 5.1:
5.2 (13-Feb-02)
- You can now plot the lower levels of hierarchical reports on the pie
  charts by using the new CHARTEXPAND family of commands.
- Added MACHTTP to the list of built-in log formats that analog recognises
  automatically.
- Recognises ; as well as & as query-string separator.
- The rules for generating "organisations" from numerical addresses have
  changed.
- Filenames given on the command line are now relative to the current
  directory, not the analog directory.
- Ignores completely blank lines at the top of a logfile.
- Makefiles for Microsoft Visual C++ can be found in the new
  src/build directory. Makefiles for other platforms have moved
  out of the source tree into there too.
- You can now refer to kilobytes as kibibytes by editing your language file.
- Revised versions of Japanese language files.
- Revised the Licence.
- Advertised new donations page.
2002-02-13 13:03:13 +00:00
reinoud
11812b4284 Update dillo package to version 0.6.4. Main new features are improved table
support making it render NetBSD's homepage correctly (!) and other goodies
like remembering where the scroll bar was when you go back...
2002-02-12 20:06:34 +00:00
taca
e357d23440 Update ap-ruby package to 0.9.7.
Tue Feb 12 13:00:01 2002  Shugo Maeda <shugo@modruby.net>

	* version 0.9.7 released.

Tue Feb 12 12:59:21 2002  Shugo Maeda <shugo@modruby.net>

	* lib/aapche/ruby-run.rb (handler): return DECLINED for OPTIONS
	requests.

	* lib/aapche/eruby-run.rb (handler): ditto.

	* lib/aapche/erb-run.rb (handler): ditto.

	* lib/aapche/ruby-debug.rb (handler): ditto.

	* lib/aapche/rd2html.rb (handler): ditto.
2002-02-12 14:06:53 +00:00
simonb
ab2c765e66 Update to adzap 20020209.
- Fix a typo in the wrapzap script.
 - Add/adjust more ad patterns.
2002-02-11 05:49:34 +00:00
veego
d8b74df533 Create ${PREFIX}/etc/squid during pre-install, so copying the default
config file doesn't fail.
2002-02-10 19:26:56 +00:00
taya
5cb3086b65 Update galeon to 1.0.3
From release mail:

NEWS
- a few bugfixes
- Mozilla 0.9.8 compatibility
2002-02-10 05:44:49 +00:00
taya
37f7e0ea8a Update mozilla to 0.9.8
See the release notes for detail.
http://www.mozilla.org/releases/mozilla0.9.8/
2002-02-09 03:54:47 +00:00
jmc
ef357bb2e1 Mozilla is install in X11PREFIX, not PREFIX. Make config.mk relfect the right
pathnames
2002-02-08 00:40:34 +00:00
jlam
7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00
jmc
25c428b38e Fix dependency typo for gnome-libs 2002-02-06 03:29:05 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
drochner
92ec416ee7 ap-mod_python->ap-python 2002-02-05 21:05:58 +00:00
drochner
1096803107 add ap-mod_python 2002-02-05 20:44:02 +00:00
drochner
7d7adfff3f initial import of ap-mod_python-2.7.6, a Python interpretter embedded into
Apache
submitted by Jarkko Torppa per PR pkg/14522
2002-02-05 20:43:08 +00:00
drochner
2859a62755 add py-HTMLgen 2002-02-05 19:49:16 +00:00
drochner
9049ac45bb initial import of py-HTMLgen-2.2.2, a class library for the generation of
HTML documents
such a pkg was submitted in PR pkg/13042, but the URL it refers to
is invalid
2002-02-05 19:44:53 +00:00
jlam
e0d358778b Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05 06:04:36 +00:00
jmc
f5a8528fce Add apache buildlink so it installs perl when building. That way apxs can run 2002-02-05 05:36:29 +00:00
jmc
bee110162f Remove the perl buildlink. I disagree that installing a perl script shouldn't
commit the package to depending on perl as well but that seems to be the
current way it's done for apache.
2002-02-05 05:35:11 +00:00
jmc
a45c0f153a Make sure configure knows where MM is located. Also include the apache
headers in the CPPFLAGS
2002-02-05 04:46:31 +00:00
jmc
f1e82d76c3 Apache installs apxs which is a perl script so the package needs to depend on
perl as well.
2002-02-05 04:45:29 +00:00
bouyer
3f94bc4319 Update to horde 2.0, as 1.2.7 doesn't work with the new php.
"has been released. The 2.0 release is a massive upgrade of the Horde Application Framework. Many components have been added or streamlined. Inter-application support is much more robust, a generic MIME_Viewer framework is included, a new preferences system supports global or application scope for preferences, and more!"
2002-02-01 22:41:15 +00:00
abs
ddeafeb934 Update p5-HTML-FixEntities to 1.01.
Fix (downright stupid) braino that could result in the tail end of
the string being truncated.
2002-02-01 16:18:58 +00:00
jlam
401c787b36 Update www/ap-ssl to 2.8.6:
*) Upgraded to Apache 1.3.23

   *) Fixed a subtle indexing bug in SHMCB. Each sub-cache used an
      indexing structure that (correctly) used index values (and ranges)
      as "unsigned int", but the meta-structure in the header had these
      ranged as "unsigned char".

   *) Perform the SHMCB remove operation under mutual exclusion
      to prevent a inter-process synchronization problem.

   *) Made sure that mod_ssl does not segfault in case of
      SCOREBOARD_SIZE < 1024.

   *) Merged in the SDBM patch from Uwe Ohse which fixes a problem with
      sdbms .dir file, which arrises when a second .dir block is needed
      for the first time. read() returns 0 in that case, and the library
      forgot to initialize that new block. A related problem is that the
      calculation of db->maxbno is wrong. It just appends 4096*BYTESIZ
      bits, which is not enough except for small databases (.dir
      basically doubles everytime it's too small).
2002-02-01 16:05:15 +00:00
jlam
7cb3b9a80b Update apache to 1.3.23 with the EAPI patch from mod_ssl-2.8.6-1.3.23.
The main new features in 1.3.23 (compared to 1.3.22) are:

     * HTTP/1.1 support for mod_proxy.
     * Other mod_proxy improvements.
     * The new 'FileETag' directive to allow one to build the
       format of the ETag via runtime directives.
     * Addition of a 'filter callback' function to enable modules to
       intercept the output byte stream for dynamic page caching.

   The following bugs were found in Apache 1.3.22 and have been fixed in
   Apache 1.3.23:

     * Fix incorrect "Content-Length" header in the 416 response.
     * Revert mod_negotation's handling of path_info and query_args
       to the 1.3.20 behavior (PRs: 8628, 8582, 8538).
     * Prevent an Apache module from being loaded or added twice due
       to duplicate LoadModule or AddModule directives.
2002-02-01 16:04:39 +00:00
taca
fbf58256aa Update ap-ruby package to 0.9.6 and make sure to install necessary files.
Wed Jan 30 17:41:47 2002  Shugo Maeda <shugo@modruby.net>

	* version 0.9.6 released.

Wed Jan 30 17:34:01 2002  Shugo Maeda <shugo@modruby.net>

	* lib/apache/ruby-debug.rb: new file.

Wed Jan 23 17:51:05 2002  Shugo Maeda <shugo@modruby.net>

	* mod_ruby.c (ruby_cleanup): call ruby_finalize().

	* mod_ruby.c (ruby_child_init): new function to initialize child
	processes.

	* mod_ruby.c (ruby_child_cleanup): new function to cleanup child
	processes.

	* request.c (request_notes): new method.

Wed Jan 16 14:02:51 2002  Shugo Maeda <shugo@modruby.net>

	* apachelib.h (CSTR2OBJ): use rb_tainted_str_new2().

	* array_header.c: ditto.

	* table.c: ditto.

	* server.c: ditto.

	* lib/apache/ruby-run.rb: use untaint.

	* lib/apache/eruby-run.rb: ditto.

	* lib/apache/erb-run.rb: ditto.

	* lib/apache/rd2html.rb: ditto.

Mon Jan  7 18:08:09 2002  U.Nakamura <usa@osb.att.ne.jp>

	* Makefile.in (install-ruby): lib/$$file -> $(srcdir)/lib/$$file.

	* Makefile.in (install-siteruby): ditto.
2002-02-01 14:04:50 +00:00
abs
187976e77e Added htmlfix-1.00 - replace latin1 with html entities / fix line endings 2002-01-31 18:10:05 +00:00
abs
f931147a38 imported by accident 2002-01-31 18:08:35 +00:00
abs
630731c668 Import htmlfix-1.00. Simple perl script to replace latin1 characters with
HTML entities, and/or fixup line endings.
2002-01-31 18:07:25 +00:00
abs
c0b76f5b85 Added p5-HTML-FixEntities 1.00 - A simple perl module for converting latin1
characters to html entities
2002-01-31 17:35:21 +00:00
abs
2d07f2c806 Import p5-HTML-FixEntities 1.00 A simple perl module for converting latin1
characters to html entities
2002-01-31 17:33:54 +00:00
mjl
405b68f78c Enable wApua 2002-01-30 02:29:36 +00:00
mjl
aef7e292e9 Initial import of wApua 0.05, a perl WML browser. 2002-01-30 02:28:35 +00:00
drochner
71899bdbed we have Python-1.5, so we can enable it again 2002-01-29 19:25:53 +00:00
drochner
cebe44bdd8 use python20/Makefile.inc instead of python/Makefile.inc 2002-01-29 17:02:32 +00:00
drochner
fb6df51f7f add py-curl 2002-01-29 16:33:19 +00:00