Commit graph

1738 commits

Author SHA1 Message Date
abs
aa27b913cc On unexec rm %D/share/omf/galeon/galeon-manual-C.omf if present, plus fix
some paths for xpkgwedge
2001-10-11 16:21:31 +00:00
tron
153306a3ea Update "squid" package to 2.4.STABLE2. Changes since 2.4.STABLE1:
- Expanded configure's GCC opimization disabling check to
  include GCC 2.95.3
- avoid negative served_date in storeTimestampsSet().
- Made 'diskd' pathnames more configurable
- Make sure squid parent dies if child is killed with
  KILL signal
- Changed diskd offset args to off_t instead of int
- Fixed bugs #102, #101, #205: various problems with useragent
  log files
- Fixed bug #116: Large Age: values still cause problems
- Fixed bug #119: Floating point exception in
  storeDirUpdateSwapSize()
- Fixed bug #114: usernames not logged with
  authenticate_ip_ttl_is_strict
- Fixed bug #115: squid eating up ressources (eventAdd args)
- Fixed bug #125: garbage HTCP requests cause assertion
- Fixed bug #134: 'virtual port' support ignores
  httpd_accel_port, causes a loop in httpd_accel mode
- Fixed bug #135: assertion failed: logfile.c:135: "lf->offset
  <= lf->bufsz"
- Fixed bug #137: Ranges on misses are over-done
- Fixed bug #160: referer_log doesn't seem to work
- Fixed bug #162: some memory leaks (SNMP, delay_pools,
  comm_dns_incoming histogram)
- Fixed bug #165: "Store Mem Buffer" leaks badly
- Fixed bug #172: Ident Based ACLs fail when applied to
  cache_peer_access
- Fixed bug #177: LinuxPPC 2000 segfault bug due to varargs abuse
- Fixed bug #182: 'config' cachemgr option dumps core with
  null storage
- Fixed bug #185: storeDiskdDirParseQ[12]() use wrong number
  of args in debug/printf
- Fixed bug #187: bugs in lib/base64.c
- Fixed bug #184: storeDiskdShmGet() assertion; changed
  diskd to use bitmap instead of linked list
- Fixed bug #194: Compilation fails on index() on some
  non-BSD plaforms
- Fixed bug #197: refreshIsCachable() incorrectly checks
  entry->mem_obj->reply
- Fixed bug #215: NULL pointer access for proxy requests
  in accel-only mode
2001-10-09 19:01:49 +00:00
jwise
f89323611d Narrow a patch's context so as to avoid including an RCS ID. 2001-10-09 17:25:02 +00:00
martti
ad92b319ff Updated the IPv6 patch in attempt to solve pkg/13751. 2001-10-09 13:20:17 +00:00
martti
2ae41a07ef - Upgraded to 1.3.20.
- IPv6 patch will be maintained at ftp://ftp.piuha.net/pub/misc/

A better ChangeLog (1.3.19 -> 1.3.20) is available in
pkgsrc/www/apache/Makefile rev 1.73
2001-10-08 13:23:37 +00:00
taya
39a45ecb95 Update galeon to 0.12.3
Changes from Release Notes
	- bugfixes
	- support for legacy mail clients
	- prefs for default window layout
2001-10-06 16:48:24 +00:00
rh
bd2444b9c5 Buildlinkify. Patches provided in private mail by Eric Gillespie
<epg@pretzelnet.org>, modified to work without xpkgwedge.
2001-10-06 14:30:51 +00:00
rh
faef83acd7 Buildlinkify. Patches provided in private mail by Eric Gillespie
<epg@pretzelnet.org>
2001-10-06 14:30:05 +00:00
abs
f9b0bd8564 Do not assume we are in ${PREFIX} when installing. Use %D/%F not %F in shell cmd 2001-10-05 12:25:57 +00:00
rh
8632376422 Update gtkhtml to 0.14.0 and while at it, buildlinkify. Changes are
bugfixes only.
2001-10-05 07:00:21 +00:00
jlam
f25f9d2824 bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
2001-10-03 22:36:37 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
taya
8dac814398 Update galeon to 0.12.2
Changes from Release Notes
	- bugfixes
	- improved help browser
	- updated translations
	- prelight toolbars
	- some usability enanchement
2001-10-02 16:52:06 +00:00
wiz
0d83309011 Sort. 2001-10-01 16:38:11 +00:00
abs
4dc5fd9a31 p5-Compress-Zlib is in devel not archivers (now) 2001-10-01 16:23:44 +00:00
abs
33a5282244 Avoid makefile bulk-build breakage on non supported ARCHs by setting PLIST_ARCH
to blank in those cases
2001-10-01 15:50:08 +00:00
jlam
a720dda82b Update p5-Apache-ASP to 2.21. Highlights of the changes from version
0.05 (!!) include:

	* Can now use CGI.pm in ASP scripts
	* XML/XLST support
	* Fixes for running with perl-5.6.1
	* Nested includes allowed
	* Security fixes
	* Vastly improved Session Manager
	* Optimizations for speed of execution
	* Basic Authentication directly supported
2001-10-01 09:06:03 +00:00
jlam
b658463681 Fix the linker flags so they are acceptable to ld. This change is needed
after perl was updated to 5.6.1nb4, which introduced linker flags to find
local libraries at run-time.
2001-10-01 08:36:44 +00:00
jlam
8389f51f39 Note additions of:
www/p5-Apache-Filter
        www/p5-Apache-SSI
        www/p5-HTML-Clean
        www/p5-HTML-FillInForm
        www/p5-HTML-SimpleParse
2001-10-01 02:39:12 +00:00
jlam
a59e0994ee p5-HTML-FillInForm: populates HTML Forms with CGI data
This module automatically inserts data from a previous HTML form into the
HTML input, textarea and select tags.  It is a subclass of the HTML::Parser
manpage and uses it to parse the HTML and insert the values into the form
tags.  One useful application is after a user submits an HTML form without
filling out a required field.  HTML::FillInForm can be used to redisplay
the HTML form with all the form elements containing the submitted info.
2001-10-01 02:33:43 +00:00
jlam
976394ece1 p5-HTML-Clean - perl5 module that cleans up HTML code for web browsers
The HTML::Clean module encapsulates a number of common techniques for
minimizing the size of HTML files.  You can typically save between 10% and
50% of the size of a HTML file using these methods.  It provides the
following features:

        Remove unneeded whitespace (beginning of line, etc.)
        Remove unneeded META elements
        Remove HTML comments (except for styles, javascript and SSI)
        Replace tags with equivilant shorter tags (<strong> --> <b>, etc.)
2001-10-01 02:28:13 +00:00
jlam
42500b7205 p5-Apache-SSI - implements Server Side Includes in Perl
Apache::SSI implements the functionality of mod_include for handling
server-parsed html documents.  It runs under Apache's mod_perl.  In my mind,
there are two main reasons you might want to use this module: you can
sub-class it to implement your own custom SSI directives, and/or you can
parse the output of other mod_perl handlers, or send the SSI output through
another handler (use Apache::Filter to do this).
2001-10-01 02:12:59 +00:00
jlam
1c954a10b3 p5-Apache-Filter: alter the output of previous Apache handlers
These modules provide the ability to chain PerlHandler routines together,
so that the output of one handler/filter becomes the input of the next
handler/filter.  The following Perl modules are known to be "Filter-aware":

     Apache::Registry (using Apache::RegistryFilter)
     Apache::SSI
     Apache::ASP
     HTML::Mason
     Apache::SimpleReplace
2001-10-01 02:09:46 +00:00
jlam
d6e0950c71 www/p5-HTML-Parser:
This module is a bare-bones HTML parser.  It is similar in concept to
HTML::Parser, but it differs in a couple of important ways.

First, HTML::SimpleParse just finds tags and text in the HTML you give it;
it does not care about the specific content of these tags (though it does
distinguish between different _types_ of tags, such as comments, starting
tags like <b>, ending tags like </b>, and so on).

Second, HTML::SimpleParse does not create a hierarchical tree of HTML
content, but rather a simple linear list.  It does not pay any attention to
balancing start tags with corresponding end tags, or which pairs of tags
are inside other pairs of tags.

Because of these characteristics, you can make a very effective HTML filter
by sub-classing HTML::SimpleParse.
2001-10-01 01:58:26 +00:00
simonb
04c443aea2 Update to version 20010921 - more ad patterns added. 2001-09-30 01:26:54 +00:00
rh
4ee04b8972 Update gtkhtml to 0.13.0. Changes are bugfixes only. 2001-09-29 16:29:26 +00:00
seb
e1024faef4 Upgrade to version 7.9
Fixed in 7.9
	now properly returns an error code when connection to an SSL server
		with a non-legitimate certificate.
	displays certificate expire date with SSL and verbose output
	-R sets the timestamp of a downloaded file to the same as the remote
		file
	-c writes all cookies to a specified file (based on the new libcurl
		option CURLOPT_COOKIEJAR)
	SSL session ID caching is being done for multiple requests to the same
		hosts
	CURLOPT_COOKIEFILE can now be specified any number of times
	fixed portability issue in the SSL code
	-G improvements, now works with -I and on URLs including question mark.
	various windows compile, build and makefile fixes
	multiple curl_easy_perform() invokes when a previous invoke followed a
		Location: could lead to a crash
	curl_formadd() is a new function to replace the now deprecated
		curl_formparse() one, for building rfc1867 form posts.
	rfc1867-posts are now done including the Expect: 100-continue header.
	release archive now includes all docs as HTML pages too
	flushes the progress meter stream to improve look on windows
	fixed the configure script --with-ssl problem
2001-09-29 15:42:24 +00:00
jlam
4ec99dce40 Update p5-URI to 1.17. Relevant changes from version 1.12 include:
- Bug fixes
	- URI::Escape::uri_escape default has changed.  Reserved characters
	  are now escaped when no second argument is provided.
	- URI::WithBase now overrides the can() method and delegate it to
	  the URI member.  This also affects the URI::URL behaviour.
	- URI.pm now conforms to RFC 2732 which specify how literal IPv6
	  addresses are to be included in URLs.
	- URI/Escape now allows "/" in the $unsafe pattern argument.
2001-09-29 06:51:08 +00:00
jwise
3b25ab318c Update ap-dtcl to version 0.11.2. Changes since 0.10.0 include:
libapache-mod-dtcl (0.11.2-1) unstable; urgency=low

  * Minor updates.
  * Fixes build variables: (closes: #102200)

 -- David N. Welton <davidw@debian.org>  Thu, 30 Aug 2001 11:08:17 +0200

libapache-mod-dtcl (0.11.1-1) unstable; urgency=low

  * Fixed VARS variable, documentation updates.

  * Fixed build variables: (closes: #102208)

 --

-- David N. Welton <davidw@debian.org>  Fri, 27 Jul 2001 13:52:10 +0200

libapache-mod-dtcl (0.11.0-1) unstable; urgency=low

  * New variable command 'var'.

 -- David N. Welton <davidw@debian.org>  Sat,  2 Jun 2001 19:18:30 +0200

libapache-mod-dtcl (0.10.1-0) unstable; urgency=low

  * Fixed file upload bug.

  * Added ErrorScript directive.

  * Update docs.

 -- David N. Welton <davidw@debian.org>  Tue,  1 May 2001 18:17:08 +0200
2001-09-29 00:26:00 +00:00
itojun
6b12727d20 plug a security hole (any command can be invoked from remote).
bump version to w3m-0.2.1.0.19nb2
2001-09-28 10:10:40 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
abs
6ad65e5e09 p5-Net-* is ambiguous. Fix all wildcard to 'correct' -[0-9]* 2001-09-27 20:43:04 +00:00
jlam
0312b354c0 Sun moved the distfiles, so fix the pre-fetch and do-fetch targets. Also
add a check for the distfile before descending into the urlget directory
and making urlget.  This fixes the problem with abusing BUILD_DEPENDS to
ensure that urlget is installed prior to fetching the distfiles, noted in
pkg/13410 by Bernd Ernesti <bernd@arresum.inka.de>.
2001-09-27 20:27:32 +00:00
jlam
e34e9c5b27 Mark as USE_BUILDLINK_ONLY since it satisfies the strongly-buildlinked
requirements.
2001-09-27 19:57:02 +00:00
jlam
e924e2d9ac Use a wildcard dependency instead of hard-coding one specific version. 2001-09-27 04:51:45 +00:00
tron
05c9394a7b Update "gtkhtml" package to version 0.12.0. Changes since version 0.11.1:
- configure.in : Fix typo in error msg for capplet libraries
  that breaks config.
2001-09-24 20:59:26 +00:00
abs
6ae4442c06 Add missing etc/gconf/schemas/galeon.schemas
There may be more missing but this is required to make binary packages work
2001-09-21 17:24:40 +00:00
taya
27656c9c52 Update galeon to 0.12.1
Changes from Release Notes
	- mozilla 0.9.4 compatibility
	- lots of bugfixes
	- context menus for reload bypassing cache and proxy
	- find dialog with new options
	- author and user stylesheets support
	- ghelp, info, man, toc support
	- fix hangs on startup with new gnome-vfs
	- allow blocking of plugins
	- support for adding accels to bookmarks
	- copy/cut/paste context menu for forms
	- security icon on the statusbar
	- improved MIME preferences page
	- i18n fixes
	- ability to save background image
	- basic Xinerama support
	- about plugins
	- improved dragging of bookmarks to the toolbars
	- proxy autoconfiguration
	- bookmarks searching
	- better focus behavior
	- Don't repaint bookmarks toolbars when not necessary
	- lots of usability improvements
2001-09-21 16:37:41 +00:00
fredb
a1ab922071 Stylistic clean-up: wrap lines consistently to 80 columns, and collect all
the binary flag settings together.
2001-09-20 20:54:50 +00:00
fredb
5cc43c8173 Don't depend on the internals of MACHINE_GNU_PLATFORM. Rather, figure the
${host_os} suffix roughly the same way that arena's configure script does.
This should really fix PR pkg/13957.
2001-09-20 20:46:24 +00:00
itojun
cca09ee07f upgrade to 7.8.1, per PR 14022.
Summarized list of changes can be grabbed from http://curl.haxx.se/changes.html
2001-09-20 11:33:47 +00:00
wiz
860df5f9a8 Fix typo reported in pkg/14019. 2001-09-20 09:49:10 +00:00
fredb
f9c8238b5f Find the binary in ".../${LOWER_OPSYS}", rather than ".../netbsd".
Closes PR pkg/13957, by Ryo HAYASAKA.

While we're in here, celebrate the major bump in the openssl package's
shared libraries by bumping the ${DEPENDS} for libwww -- and bumping
arena's version to reflect that change -- to be sure to get the libwww
for which the shared libraries carry no gratuitious inter-library
dependencies on "libssl.so.?.?". [libwwwssl.so.?.? still carries the
dependency, but that isn't gratiutious, and more to the point, arena
doesn't link against it.]

It's worth noting, that we should not need to bump for the recent png
minor bump, since the arena executable only links against libpng
directly, rather than via any shared libraries linked against libpng.
2001-09-20 04:56:21 +00:00
mjl
c88dcfd625 Adapt to new p5-Digest-MD5, will feed back changes to author. 2001-09-19 03:44:39 +00:00
hubertf
928c1cbc94 add a bit more lines that are needed in httpd.conf to get this mod going.
Sent in by Sean Davis <dive@endersgame.net> in private mail.
2001-09-18 20:51:52 +00:00
tron
f38aa4ec86 Adapt package list to configuration options dynamically. This fixes
PR pkg/13971 by David Sainty.
2001-09-18 16:24:57 +00:00
tron
fdb89cb7cc Wait upto 60 instead of 20 seconds for "squid" to terminate. 2001-09-18 16:12:11 +00:00
taya
a553773974 Update mozilla to 0.9.4 & add some patches for sparc64(not complete yet)
See release notes for detail.

http://www.mozilla.org/releases/mozilla0.9.4/
2001-09-16 14:03:07 +00:00
mjl
701b292524 Correct depend on p5-Storable 2001-09-15 22:33:46 +00:00
wiz
9d66b7fa77 Don't hardwire /usr/pkg (pkg/13673).
Correct location of config file in configure script (pkg/13673).
Try to remove some more directories on deinstall.
2001-09-14 15:38:08 +00:00