Commit graph

4065 commits

Author SHA1 Message Date
recht
67def20bac bl3ify 2004-05-23 11:41:35 +00:00
grant
04aabf8b88 g/c Firebird stuff, as all the Mozilla Firebird packages are gone now. 2004-05-23 01:44:58 +00:00
grant
00cf8c6925 allow users of this file to set WRKSRC. 2004-05-23 01:44:10 +00:00
grant
54ba756ecf i[3-6]86 is squashed to just "i386" in pkgsrc. 2004-05-22 12:42:58 +00:00
grant
3937f4903c add Firefox gtk2 build for NetBSD/i386. these are built on NetBSD/i386
2.0_BETA and have also been tested on NetBSD-current (2.0E).
2004-05-22 12:42:15 +00:00
grant
d12b8b88fe NetBSD gtk2 builds are linked against gtk2-2.4, update DEPENDS to
reflect this.
2004-05-22 12:32:40 +00:00
wiz
c5d42f3194 Remove trailing tab after PKGREVISION value, which made
lintpkgsrc complain. Closes PR 25648.
2004-05-20 21:12:14 +00:00
adam
fdcd1b0347 Use buildlink3 from now on 2004-05-19 14:05:22 +00:00
junyoung
f206e5abbd Bump PKGREVISION for apache2 crash fix. 2004-05-19 13:11:40 +00:00
drochner
f6d24adf08 update to 0.24.6
Security fix release
2004-05-19 11:03:29 +00:00
minskim
6a0c4b490c Bump PKGREVISION due to major version bump of the opensp library. 2004-05-19 05:44:39 +00:00
cjones
0c2db9f78f Changes to this file didn't go through with the last commit; don't know why. 2004-05-18 18:32:28 +00:00
cjones
ea386960f0 Added this patch from FreeBSD
(ports/lang/php4/files/patch-ext::pcre::php_pcre.c).  Fixes a bug
(described at http://bugs.php.net/bug.php?id=27810) which causes
apache2 to dump core on receiving SIGHUP.

This is supposedly fixed in the next release of PHP.
2004-05-18 18:30:39 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
fredb
17f3308690 The distribution patch needs "-p1". It only "just works" on NetBSD without,
because the first subdirectory matches, apparently, but GNU patch needs it.
Problem pointed out and solution tested by Mark E. Perkins on tech-pkg.
2004-05-16 03:34:23 +00:00
heinz
23c1021c80 Use option "-r" instead of "-e" for ${TEST} since this is not portable to some
operating systems (eg UnixWare).
2004-05-15 13:57:12 +00:00
grant
5d7b663e91 fix handling of gtk and gtk2 dependencies. 2004-05-15 13:22:27 +00:00
heinz
63525aa6d5 Update to version 3.05.
Revision History

  Version 3.05

    1. Fixed uninitialized variable warning on start_form() when running from
       command line.
    2. Fixed CGI::_set_attributes so that attributes with a - are handled
       correctly.
    3. Fixed CGI::Carp::die() so as to avoid problems from _longmess()
       clobbering @_.
    4. If HTTP_X_FORWARDED_HOST is defined (i.e. running under a proxy), the
       various functions that return HOST will use that instead.
    5. Fix for undefined utf8() call in CGI::Util.
    6. Changed the call to warningsToBrowser() in CGI::Carp::fatalsToBrowser
       to call only after HTTP header is sent (thanks to Didier Lebrun for
       noticing).
    7. Patches from Dan Harkless to make CGI.pm validatable against HTML 3.2.       8. Fixed an extraneous "foo=bar" appearing when extra style parameters             passed to start_html;
    9. Fixed potential cross-site scripting bug in startform().
   10. Fixed documentation to discuss list context behavior of form-element
       generators explicitly.
   11. Fixed incorrect results from end_form() when called in OO manner.
   12. Fixed query string stripping in order to handle URLs containing
       escaped newlines.
   13. During server push, set NPH to 0 rather than 1. This is supposed to
       fix problems with Apache.
   14. Fixed incorrect processing of multipart form fields that contain
       embedded quotes. There's still the issue of how to handle ones that
       contain embedded semicolons, but no one has complained (yet).
   15. Fixed documentation bug in -style argument to start_html()
   16. Added -status argument to redirect().
                                                                                  Version 3.04

    1. Fixed the problem with mod_perl crashing when "defaults" button
       pressed.

  Version 3.03

    1. Fix upload hook functionality                                                2. Workaround for CGI->unescape_html()
    3. Bumped version numbers in CGI::Fast and CGI::Util for 5.8.3-tobe

  Version 3.02

    1. Bring in Apache::Response just in case.
    2. File upload on EBCDIC systems now works.

  Version 3.01

    1. No fix yet for upload failures when running on EBCDIC server.
    2. Fixed uninitialized glob warnings that appeared when file uploading
       under perl 5.8.2.
    3. Added patch from Schlomi Fish to allow debugging of PATH_INFO from
       command line.
    4. Added patch from Steve Hay to correctly unlink tmp files under
       mod_perl/windows
    5. Added upload_hook functionality from Jamie LeTaul
    6. Workarounds for mod_perl 2 IO issues. Check that file upload and state
       saving still working.
    7. Added code for underreads.
    8. Fixed misleading description of redirect() and relative URLs in the
       POD docs.                                                                    9. Workaround for weird interaction of CGI::Carp with Safe module
       reported by William McKee.
   10. Added patches from Ilmari Karonen to improve behavior of CGI::Carp.
   11. Fixed documentation error in -style argument.
   12. Added virtual_port() method for finding out what port server is
       listening on in a virtual-host aware fashion.

  Version 3.00

    1. Patch from Randal Schwartz to fix bug introduced by cross-site
       scripting vulnerability "fix."
    2. Patch from JFreeman to replace UTF-8 escape constant of 0xfe with
       0xfc. Hope this is right!

  Version 2.99

    1. Patch from Steve Hay to fix extra Content-type: appearing on browser
       screen when FatalsToBrowser invoked.
    2. Patch from Ewann Corvellec to fix cross-site scripting vulnerability.
    3. Fixed tmpdir routine for file uploading to solve problem that occurs
       under mod_perl when tmpdir is writable at startup time, but not at
       session time.
2004-05-15 13:22:03 +00:00
tron
c984eea8ad Bump default package version to 7.50. 2004-05-15 08:43:09 +00:00
tron
feca6516cc Fix entries for Linux i386 distribution file. 2004-05-15 07:31:53 +00:00
jdolecek
563b461fa1 fix synopsis for php4-iconv; pointed out by Lubomir Sedlacik
in private e-mail
2004-05-14 21:10:54 +00:00
jdolecek
38f4d8053b Update opera7 package to final 7.50
Hightlights:

* User interface redesigned
* Added Chat client
* Added RSS newsfeeds
* Fast full-text indexing of e-mail messages
* Support for spell check (via aspell)
* Graphical smileys in chat and e-mail

Note: on upgrade, e-mail from previous Opera versions will be
reindexed for faster searching and sorting. The new e-mail format
is not backward compatible, so earlier versions of Opera
won't be able to read the mail once this happens.

For details, see:

	http://www.opera.com/linux/changelogs/750/
	http://www.opera.com/linux/changelogs/750b1/
2004-05-14 21:03:47 +00:00
jdolecek
63cbe5a2d4 Remove ap-csacek package. CSacek is not developed nor maintained
developed any further.
2004-05-14 20:35:15 +00:00
kristerw
36ab304271 Make this compile on NetBSD 1.6 (fix one C99 usage, and add a missing .h file) 2004-05-14 15:59:51 +00:00
xtraeme
6628dc0c78 USE_BUILDLINK3 must be set to [Yy][Ee][Ss]. 2004-05-14 08:46:05 +00:00
wiz
32b36f95d1 Some scripts coming with this package need perl to run,
so USE_PERL5=run. From Takuya SHIOZAKI in PR 25562.
Bump PKGREVISION.
2004-05-14 08:42:29 +00:00
abs
2795d85558 Regenerate patch-aa to obtain correct offsets so this works with Linux 'patch'.
No functional change (other than building again on Linux)
2004-05-13 21:21:27 +00:00
taca
822c75de8b Update ap-ssl package (mod_ssl) to 2.8.17.
Changes with mod_ssl 2.8.17 (01-Nov-2003 to 11-May-2004)

   *) Upgraded to Apache 1.3.31

   *) Log the OpenSSL error stack contents if the crypto engine
      load/init fails.

   *) Fixed segfault in lookup of variable SESSION_ID
      in case SSL_get_session() returns NULL.

   *) Bugfix "dbm" session cache: the DBM file was closed
      too early (before accessing the data).

   *) Bugfix "shmcb" session cache for situations where
      the session data is bigger than the cache size.

   *) Adjusted all copyright messages to contain the new year 2004 ;)
2004-05-13 11:40:14 +00:00
taca
4f8eb2dba5 Update apache package to 1.3.31.
Apache 1.3.31 Major changes

  Security vulnerabilities

     * CAN-2003-0987 (cve.mitre.org)
       In mod_digest, verify whether the nonce returned in the client
       response is one we issued ourselves.  This problem does not affect
       mod_auth_digest.

     * CAN-2003-0020 (cve.mitre.org)
       Escape arbitrary data before writing into the errorlog.

     * CAN-2004-0174 (cve.mitre.org)
       Fix starvation issue on listening sockets where a short-lived
       connection on a rarely-accessed listening socket will cause a
       child to hold the accept mutex and block out new connections until
       another connection arrives on that rarely-accessed listening socket.

     * CAN-2003-0993 (cve.mitre.org)
       Fix parsing of Allow/Deny rules using IP addresses without a
       netmask; issue is only known to affect big-endian 64-bit
       platforms

  New features

   New features that relate to specific platforms:

     * Linux 2.4+: If Apache is started as root and you code
       CoreDumpDirectory, core dumps are enabled via the prctl() syscall.

   New features that relate to all platforms:

     * Add mod_whatkilledus and mod_backtrace (experimental) for
       reporting diagnostic information after a child process crash.

     * Add fatal exception hook for running diagnostic code after a
       crash.

     * Forensic logging module added (mod_log_forensic)

     * '%X' is now accepted as an alias for '%c' in the
       LogFormat directive. This allows you to configure logging
       to still log the connection status even with mod_ssl

  Bugs fixed

   The following noteworthy bugs were found in Apache 1.3.29 (or earlier)
   and have been fixed in Apache 1.3.31:

     * Fix memory corruption problem with ap_custom_response() function.
       The core per-dir config would later point to request pool data
       that would be reused for different purposes on different requests.

     * mod_usertrack no longer inspects the Cookie2 header for
       the cookie name. It also no longer overwrites other cookies.

     * Fix bug causing core dump when using CookieTracking without
       specifying a CookieName directly.

     * UseCanonicalName off was ignoring the client provided
       port information.
2004-05-13 11:39:09 +00:00
tron
e31f2ff117 Remove outdated an insecure packages for Opera 5.x and 6.x. 2004-05-13 11:37:50 +00:00
mjl
c3731125b6 Enable p5-CGI-Kwiki 2004-05-13 09:23:22 +00:00
mjl
822eb3e021 Import p5-CGI-Kwiki 0.18
A Wiki is a website that allows its users to add pages, and edit any
existing pages.

You can create a new kwiki website with a single command. The module
has no prerequisite modules, except the ones that ship with Perl.
It doesn't require a database backend, although it could be made to
use one. The default kwiki behaviour is fairly full featured, and includes
support for html tables. Any behaviour of the kwiki can be customized,
without much trouble.
2004-05-13 09:22:30 +00:00
xtraeme
526e836b48 Update www/amaya to 8.5
User Interface/Editing

Bug fixes

    * Windows platforms only: several transformations crashed.
    * Fix crashes in the spell checker.
    * GTK version: Amaya is now able to copy and paste utf-8 characters.
    * A significant space were sometimes removed after a copy + paste
	command.

CSS
Bug fixes

    * Local CSS files were not reparsed when they are saved.
    * Fix a confusion with classes, pseudo-classes, ids, and attributes.
    * Amaya now generates an empty User style sheet ($AmayaHome/amaya.css)
	if this file doesn't exist.
    * Amaya didn't parse correctly non-quoted font family names containing
	whitespace.

(X)HTML
Bug fixes

    * Amaya generated a new line character after an <img> element within
	headlines (<h1>, <h2>, etc.).

And more... please review http://www.w3.org/Amaya/User/New.html
2004-05-13 03:47:28 +00:00
snj
329cf082f7 Convert to buildlink3. 2004-05-11 05:18:59 +00:00
snj
61bfa8cc25 This does not need buildlink2. 2004-05-11 04:48:12 +00:00
kristerw
878fd4fcaa Make this compile on gcc 2.95 by removing an unneccessary C99 construct. 2004-05-10 22:06:43 +00:00
kristerw
b1b599f690 Make this compile on gcc 2.95 by removing an unneccessary C99 construct. 2004-05-10 02:35:28 +00:00
snj
218f5937b3 Convert to buildlink3. 2004-05-09 21:14:42 +00:00
snj
e2adc0423f Convert to buildlink3. 2004-05-09 17:46:01 +00:00
snj
398301ef04 No longer used. 2004-05-09 06:50:29 +00:00
snj
0e761f7225 Convert to buildlink3. 2004-05-09 06:48:40 +00:00
minskim
a22b4082b9 Enable pkgviews installation. 2004-05-09 05:52:20 +00:00
snj
a30e99e2ad Convert to buildlink3. 2004-05-08 19:48:27 +00:00
grant
c5b31562e6 convert to use buildlink3. 2004-05-08 15:19:18 +00:00
grant
78961944fd convert to buildlink3. 2004-05-08 15:14:23 +00:00
grant
9a9b0aaf12 include apache's buildlink3.mk if using buildlink3. 2004-05-08 15:12:52 +00:00
uebayasi
97dbaacc12 Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate. 2004-05-08 13:35:20 +00:00
snj
43d5e1643c Convert to buildlink3. 2004-05-08 04:50:50 +00:00
cjep
341efbf789 whitespace nits 2004-05-07 15:25:13 +00:00
adam
f5f9ec0e43 Changes 7.11.2:
* removed maximum user+password+hostname size limit
* removed maximum dir depth limit for FTP
* the ares build now requires c-ares 1.2.0 or later
* --tcp-nodelay and CURLOPT_TCP_NODELAY were added
* curl/curlver.h contains the libcurl version info now
* bugfixes
2004-05-07 13:12:14 +00:00