Commit graph

6027 commits

Author SHA1 Message Date
jlam
e7af7b2e05 Apply the "convention over configuration" principle:
If ${FILESDIR}/getsite.sh exists, then use it to determine the fetch
URL for each of the distfiles for the package.  Otherwise, use
SITE_<file> and MASTER_SITES, in order, to determine the URL for each
distfile.

If the script path differs from ${FILESDIR}/getsite.sh, then set
DYNAMIC_SITE_SCRIPT to the full path to that script.

Remove the need to set DYNAMIC_MASTER_SITES explicitly in the package
Makefile for:

	graphics/ns-cult3d
	wm/sawfish-themes
	www/apache-tomcat55
	www/jakarta-tomcat4
	www/jakarta-tomcat5
2006-07-27 15:16:44 +00:00
tron
b503cf1a87 Update "firefox-bin" package to version 1.5.0.5. Changes since 1.5.0.4:
- Improvements to product stability
- Several security fixes:
  MFSA 2006-56 chrome: scheme loading remote content
  MFSA 2006-55 Crashes with evidence of memory corruption (rv:1.8.0.5)
  MFSA 2006-54 XSS with XPCNativeWrapper(window).Function(...)
  MFSA 2006-53 UniversalBrowserRead privilege escalation
  MFSA 2006-52 PAC privilege escalation using Function.prototype.call
  MFSA 2006-51 Privilege escalation using named-functions and redefined
               "new Object()"
  MFSA 2006-50 JavaScript engine vulnerabilities
  MFSA 2006-48 JavaScript new Function race condition
  MFSA 2006-47 Native DOM methods can be hijacked across domains
  MFSA 2006-46 Memory corruption with simultaneous events
  MFSA 2006-45 Javascript navigator Object Vulnerability
  MFSA 2006-44 Code execution through deleted frame reference
2006-07-27 10:34:33 +00:00
martti
4dcf399d56 Updated www/jalbum to 6.5.1
* Changes unknown
2006-07-25 07:37:30 +00:00
drochner
84bca40c8d update to 1.0.18
changes:
-bugfixes
-documentation improvements
-Added a gconf key to disable DBUS if necessary
2006-07-24 20:36:39 +00:00
taca
8c73d1412a Update geeklog package to 1.4.0.5.1 (1.4.0sr5-1).
- Fix display problem with comment preview.
- Add afrikaans language support.
2006-07-24 16:13:55 +00:00
wiz
6b44bdb17e Update to 2.8.27, for apache-1.3.36.
Fixes PR 34060.

Changes unknown.
2006-07-23 17:25:56 +00:00
taca
ac8071c50c - Fix bad handling of some cofiguration files noted by ghen@ behalf of
pkgsrc release engineering team.
- Keep current directory with DEINSTALL and INSTALL script.
- remove extra processing with POST-DEINSTALL action from DEINSTALL script.
- Suggest use of additional graphic package.
- Add APACHE_GROUP to BUILD_DEFS.
- install ${GEEKLOG_EXAMPLESDIR}/createdb.php with INSTALL_SCRIPT.

Bump PKGREVISION.
2006-07-23 13:21:09 +00:00
adrianp
05dbf60419 Add in an AllowOverride directive so that drupal access to a directory
is controlled properly
Fix by Takahiro Kambe in private mail.
Bump to nb1.
2006-07-23 12:03:45 +00:00
abs
d374b258b2 enable ap2-jk 2006-07-22 19:43:55 +00:00
abs
031c5c42fe Split out apache2 version of ap-jk (Apache HTTP -> Tomcat connector)
Version 1.2.15 (same as ap-jk)
2006-07-22 19:43:29 +00:00
abs
dc649954d7 ap-* should be using apache1 not apache2. Split out most of the Makefile
into Makefile.common to be used by upcoming ap2-jk package. Bump package
revision
2006-07-22 19:41:34 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
wiz
5cfb780bc0 Update HOMEPAGE and MASTER_SITES, and use un-gzipped file provided there.
Compared with previous gzipped version, no change.

Fixes bulk build, because it will be able to download the file again :)
2006-07-21 16:24:37 +00:00
wiz
207db1c281 Update to 3.54:
2006-04-28   Gisle Aas

     Release 3.54

     Yaakov Belch discovered yet another issue with <script> parsing.
     Enabling of 'empty_element_tags' got the parser confused
     if it found such a tag for elements that are normally parsed
     in literal mode.  Of these <script src="..."/> is the only
     one likely to be found in documents.
     <http://rt.cpan.org//Ticket/Display.html?id=18965>



2006-04-27   Gisle Aas

     Release 3.53

     When ignore_element was enabled it got confused if the
     corresponding tags did not nest properly; the end tag
     was treated it as if it was a start tag.
     Found and fixed by Yaakov Belch
     <http://rt.cpan.org/Ticket/Display.html?id=18936>



2006-04-26   Gisle Aas

     Release 3.52

     Make sure the 'start_document' fires exactly once for
     each document parsed.  For earlier releases it did not
     fire at all for empty documents and could fire multiple
     times if parse was called with empty chunks.

     Documentation tweaks and typo fixes.



2006-03-22   Gisle Aas

     Release 3.51

     Named entities outside the Latin-1 range are now only expanded
     when properly terminated with ";".  This makes HTML::Parser
     compatible with Firefox/Konqueror/MSIE when it comes to how these
     entities are expanded in attribute values.  Firefox does expand
     unterminated non-Latin-1 entities in plain text, so here
     HTML::Parser only stays compatible with Konqueror/MSIE.
     Fixes <http://rt.cpan.org/Ticket/Display.html?id=17962>.

     Fixed some documentation typos spotted by william at knowmad.com.
     <http://rt.cpan.org/Ticket/Display.html?id=18062>
2006-07-19 22:46:24 +00:00
wiz
9adb1e57fd Update to 1.81:
1.81   2006-05-23

  - Don't unconditionally try to require packages in Apache::Session::Flex
    (Dave Rolsky).
2006-07-19 22:45:40 +00:00
wiz
1404131327 Update to 1.3.36:
Changes with Apache 1.3.36

  *) Reverted SVN rev #396294 due to unwanted regression.
     The new feature introduced in 1.3.35 (Allow usage of the
     "Include" configuration directive within previously "Include"d
     files) has been removed in the meantime.
     (http://svn.apache.org/viewcvs?rev=396294&view=rev)

Changes with Apache 1.3.35

  *) SECURITY: CVE-2005-3352 (cve.mitre.org)
     mod_imap: Escape untrusted referer header before outputting in HTML
     to avoid potential cross-site scripting.  Change also made to
     ap_escape_html so we escape quotes.  Reported by JPCERT.
     [Mark Cox]

  *) core: Allow usage of the "Include" configuration directive within
     previously "Include"d files. [Colm MacCarthaigh]

  *) HTML-escape the Expect error message.  Not classed as security as
     an attacker has no way to influence the Expect header a victim will
     send to a target site.  Reported by Thiago Zaninotti [Mark Cox]

  *) mod_cgi: Remove block on OPTIONS method so that scripts can
     respond to OPTIONS directly rather than via server default.
     [Roy Fielding] PR 15242
2006-07-19 22:45:14 +00:00
jlam
704f6461c3 * Use the pkginstall framework for INSTALL/DEINSTALL scripts.
* Honor PKG_SYSCONFDIR, VARBASE, and PKGMANDIR.

Bump the PKGREVISION to 1.
2006-07-19 19:48:21 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
jlam
4c09a7046a Convert _FETCH_MESSAGE to plain old FETCH_MESSAGE. Remove _FETCH_MESSAGE
processing from mk/fetch/*.mk.
2006-07-18 23:27:14 +00:00
adrianp
b6c1c57f6b Replace an absolute path for sh
Ride the previous nb bump
2006-07-18 21:26:17 +00:00
adrianp
9a8ee5cca1 Fix for CVE-2006-1990
Fix for CVE-2006-3011
Include our own pear.sh from the tarball but slightly hacked to get around
memory isses on installation.
2006-07-18 21:21:19 +00:00
martti
d6de488ed1 Updated www/jalbum to 6.5
JAlbum is now fitted with a small web server that allows you to instantly
share your albums with friends. This means no more publishing.
2006-07-18 05:31:15 +00:00
wiz
8476ce617d Update to 0.18, provided by OBATA Akio in PR 33928:
version: 0.18
date:    Wed Mar  8 02:06:47 PST 2006
changes:
- Made Test.Base stuff its own module. Now Jemplate relies on that module.
- Christian Hansen added a simple daemon for running tests.
- Cees Hek added all hash virtual methods (except `import` which caused
  major grief)
- Cees monkeyed around in the Stash lookup code
- Yann K implemented the `replace` filter
- Ingy made `foo.bar()` always call a method `bar`.
- Ingy completely refactored Test.Base and then proceeded to refactor the
  Jemplate test suite in kind.
- gugod pulled over some uri escaping code from Kwiki
- chansen tweaked the daemon to honor caching rules
- Cory Bennett fixed some bug having to do with a Javascript String object.
- Cees fixed the defaults for the `indent` and `truncate` filters.
- Stephen Howard reported that Jemplate was not localising the stash for
  the INCLUDE directive, and he even supplied a patch, but Ingy had
  already made the fix.
- Ingy played with the Stash lookup code and hopefully got it just perfect.
- Ingy added support for the DEFAULT directive.
- Lots more tests in this release.
2006-07-17 17:51:03 +00:00
taca
255f11cc76 Update www/geeklog package to 1.4.0.5 (1.4.0sr5).
It fixes cross-site-scripting security problem.

Geeklog 1.4.0sr5

JPCERT/CC informed us about a possible XSS in the comment handling that we're
fixing with this release.
2006-07-17 02:03:30 +00:00
heinz
87525e9ce9 Added empty USE_LANGUAGES (no compiler needed). 2006-07-16 13:23:52 +00:00
adrianp
98708b2cfd Update Makefile missed in 3.1.2 update 2006-07-13 20:42:21 +00:00
adrianp
2b24ae1102 Update to 3.1.2
Major changes compared to Horde 3.1.1 are:

* Security Fixes
- Closed XSS problems in dereferrer (IE only), help viewer and problem
  reporting screen.
- Removed unused image proxy code from dereferrer.

* Bugfixes and improvements
- Added configuration option to disable GET-based sessions.
- Added Oracle and generic SQL upgrade scripts.
- Improved default charset support.
- Improved API and RPC interface.
- Fixed the preference cache.

The full list of changes (from version 3.1.1) can be viewed here:
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.231&r2=1.515.2.252&ty=h
2006-07-13 20:41:51 +00:00
jlam
f01d1579b1 Honor PKGMANDIR. 2006-07-13 15:14:37 +00:00
jlam
ac4e40d161 replace-interpreter happens during the configure step, so don't set
NO_CONFIGURE.
2006-07-13 15:13:25 +00:00
heinz
50238c3bc0 Updated to version 3.20.
Pkgsrc changes:
  - Introduced USE_LANGUAGES.

Relevant changes since version 3.19_01:
=======================================

    [THINGS THAT MAY BREAK YOUR CODE]
    * The store_declarations() method has been restored, but defaults
      to true instead of false.

    [THINGS THAT MAY BREAK YOUR CODE]
    * The store_declarations() method has been removed.
    * Non-closing HTML tags like <IMG> are now rendered as <IMG />.
    * All values in tags are now double-quoted.  Previously, all-numeric
      values weren't quoted.
2006-07-12 17:11:22 +00:00
heinz
e0f9e7a1db Updated to version 3.20.
Pkgsrc changes:
  - none

Relevant changes since version 3.11:
====================================
  Version 3.20
  1. Patch from David Wheeler for CGI::Cookie->bake(). Uses mod_perl
     headers_out->add() rather than headers_out->set().
  2. Fixed problem identified by Andrei Voronkov in which start_form()
     output was screwed up when initial argument begins with a dash and
     subsequent arguments do not.
  3. Quashed uninitialized variable warnings coming from script_name(),
     url() and other functions that require access to the PATH_INFO
     environment variable.

  Version 3.19
  1. Added patch from Stephen Frost that allows one to suppress use of the
     temp file that is created during uploads.
  2. Fixed problem noted by Martin Foster in which regular expression
     meta-character terms in the path information were not quoted, causing
     URL parsing to fail on URLs that contained metacharacters (such as +).
  3. More fixes to the url() method.
  4. Removed "hack to fix broken PATH_INFO in MSII".

  Version 3.18
  1.  Doc typo fixes.
  2.  Patch from Steve Peters to default the document type to match the charset.
  3.  Fixed param() so that param(-name=>'foo',-values=>[]) sets the
      parameter to empty list.

  Version 3.17 Fri Feb 24 14:01:27 EST 2006
   1. Added patch from Mike Hanafey which caused 0 arguments to
      CGI::Cookie->new() to be treated as empty.
   2. Patch to CGI::Carp from Peter Whaite to fix the unfixable problem of
      CGI::Carp not behaving correctly in an eval() context.
   3. CGI::Fast->new() calls CGI->_reset_globals to avoid contamination of
      one session with another's variables.
   4. Fixed upload failure on files that contain semicolons in their names.

  Version 3.16 Wed Feb  8 13:29:11 EST 2006
   1. header() -charset option now works even when the MIME type is not "text".
   2. Fixed documentation for cookie() function and fastCGI.
   3. Upload filehandles now only closed automatically on Windows systems.
   4. Apache::Cookie compatibility fix from David Wheeler
   5. CGI::Carp->fatalsToBrowser() does not work correctly with
	mod_perl 2. No workaround is known.
   6. Fixed text status code associated with 302 redirects. Should be "Found"
	but was "Moved".
   7. Fixed charset in start_html() and header() to be in synch.

  Version 3.14 Tue Dec  6 17:12:03 EST 2005
   1. Fixed broken scrolling_list() select attribute.

  Version 3.14 Tue Dec  6 17:12:03 EST 2005
   1. Fixed broken scrolling_list() select attribute.

  Version 3.13
    1. Removed extraneous empty "?" from end of self_url().

  Version 3.12
    1. Fixed virtual_port so that it works properly with https protocol.
    2. Fixed documentation for upload_hook().
    3. Added POSTDATA documentation.
    4. Made upload_hook() work in function-oriented mode.
    5. Fixed POST_MAX behavior so that it doesn't cause client to hang.
    6. Disabled automatic tab indexes and added new -tabindex pragma to
	turn automatic indexes back on.
    7. The url() and self_url() methods now work better in the context of Apache
       mod_rewrite. Be advised that path_info() may give you confusing results
       when mod_rewrite is active because Apache calculates the path info
       *after* rewriting. This is mostly worked around in url() and self_url(),
       but you may notice some anomalies.
    8. Removed empty (and non-validating) <div> from code emitted by end_form().
    9. Fixed CGI::Carp to work correctly with Mod_perl 1.29 in an Apache 2
       environment.
   10. Setting $CGI::TMPDIRECTORY should now be effective.
none
2006-07-12 17:03:43 +00:00
simonb
c7889161d8 Update to version 20060424. Only changes are more ad patterns. 2006-07-12 02:31:00 +00:00
salo
9e97daffc7 Update to version 0.9.6.1:
Changes:

Trac-0.9.6-ja-1 (Jul 7, 2006)

 * Merge trac-0.9.6
 * Update to current statement.
   * README.trac-ja
   * wiki-default/TracJa

Trac 0.9.6  (Jul 6, 2006)
http://svn.edgewall.com/repos/trac/tags/trac-0.9.6

 * Fixed reStructuredText breach of privacy and denial of service
 * vulnerability
   found by Felix Wiemann.
 * trac-post-commit-hook fixes.
 * Fixed bugs: #2894, #3058, #3209 #3325.

From PR pkg/33942 by Akio OBATA.
2006-07-11 17:38:42 +00:00
salo
f299d7f566 Security update to version 0.9.6:
Changes:

* Fixed reStructuredText breach of privacy and denial of service
  vulnerability found by Felix Wiemann.
* trac-post-commit-hook fixes.
* Fixed bugs: #2894, #3058, #3209 #3325.
2006-07-11 17:29:40 +00:00
christos
5766bca298 Make this compile under gcc-4 2006-07-10 13:17:13 +00:00
rillig
34f3d4412b Fixed pkglint warnings. 2006-07-10 10:43:31 +00:00
rillig
506171d445 Fixed some pkglint warnings. 2006-07-10 08:29:33 +00:00
rillig
853c7ef994 - Fixed pkglint warnings.
- Moved the binary from sbin to bin, since the manual page is also in
  category 1.
- Replaced /var with ${VARBASE}.
- Sorted PLIST.
- Bumped PKGREVISION.
2006-07-10 03:46:49 +00:00
minskim
cc57823fbc USE_TOOLS+=lex 2006-07-10 00:58:39 +00:00
taca
ee46114cd4 Update ruby-fcgi pacakge to 0.8.7.
dispatcher related fixes:

Sun Jun 25 12:46:14 JST 2006  moonwolf@moonwolf.com
  * patch from http://www.kbmj.com/tech/index.php?itemid=26
  * patch from http://sean.treadway.info/articles/2005/12/24/open-season-for-eagain

pkgsrc changes:
- Add RUBY_HAS_ARCHLIB.
- Update MASTER_SITES.
2006-07-09 14:18:04 +00:00
taca
71ae50421e Oops, fix PKGREVISION's speeling. 2006-07-09 13:31:02 +00:00
taca
51cf68d030 - Set files' permission; a bundled PEAR library is too restricted
permisson.
- Remove logs directory from PLIST.

Bump PKGREVISION.
2006-07-09 13:29:24 +00:00
taca
e1be6bdcdf Apply recent patch:
2006-06-21 12:25 (Cosmetic) Parent not always logged to access.log

Bump PKGREVISION.
2006-07-09 12:23:22 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
jlam
ee68c93314 LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... just
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".

SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
2006-07-07 15:49:30 +00:00
minskim
b786dee9be Correct a variable name (PKG_JAVA_HOME). Bump PKGREVISION. 2006-07-07 03:11:48 +00:00
minskim
2019a27e47 This package does not need JDK. Set USE_JAVA=run. 2006-07-07 03:02:13 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
drochner
8f5aa2734e update to 1.0.16
changes: fixes for serious bugs
2006-07-04 16:22:49 +00:00