Commit graph

8661 commits

Author SHA1 Message Date
dsainty
0111895892 Fix patch-nb on Linux by pulling in <stdint.h> before using uint64_t. This
only affects platforms that would not previously complete building, so no
PKGREVISION++ required.
2009-09-01 02:57:26 +00:00
gdt
9a0ea62f06 Update to 2.5.
Bug Fixes

1. Change to workaround problem where correct version of Python
framework isn't being found at run time and instead uses the standard
system one, which may be the wrong version. Change is for those Python
versions on MacOS X which include a .a in Python config directory,
which should be symlinked to framework, link against the .a
instead. For some reason, doing this results in framework then being
picked up from the correct location.

This problem may well have only started cropping up at some point due
to a MacOS X Leopard patch update as has been noticed that Python
frameworks installed previously stopped being found properly when
mod_wsgi was subsequently recompiled against them. Something may
therefore have changed in compiler tools suite.

For more details see:

    http://code.google.com/p/modwsgi/issues/detail?id=28

2. Remove isatty from Log object used for stdout/stderr. It should
have been a function and not an attribute. Even so, isatty() is not
meant to be supplied by a file like object if it is associated with a
file descriptor. Thus, packages which want to use isatty() are
supposed to check for its existance before calling it. Thus wasn't
ever mod_wsgi that was wrong in not supply this, but the packages
which were trying to use it.

For more details see:

    http://code.google.com/p/modwsgi/issues/detail?id=146
2009-08-31 12:42:19 +00:00
adam
590f003691 Changes 1.4:
* Included last fixes for 1.4 final.
* Some cleanup and fine work: added information about "-b" parameter to the
  help output. Added "!" to the list of allowed characters in urls.
* Added a switch to turn on the progress bar.
* Bug fixes.
* Added MySQL support for authentication.
2009-08-31 08:55:31 +00:00
schmonz
6593607a89 Update to 3.1415926. From the changelog:
* [ Joey Hess ]
   * po: Detect if nowrapi18n can't be passed to po4a, and warn about
     the old version, but continue. Closes: #541205
   * inline: Avoid use of my $_ as it fails with older perls.
     Closes: #541215
   * Add discussionpage configuration setting.
   * Several optimisations, including speedups to orphans and brokenlinks
     calculation.
   * meta, img: Fix bugs in dependency code. (smcv)
   * Allow building ikiwiki on systems w/o po4a --
     building of the translated underlays will be skipped in this case.
   * Add basic styling of po plugin's languages list.
   * inline: Display an error if feedpages is specified and fails to match
     due to a problem such as created_before being told to check against
     a page that does not exist.
   * Remove deprecated ikiwiki/blog and ikiwiki/preprocessordirective
     pages from the basewiki.
   * Updated French program translation from Philippe Batailler.
     Closes: #542036
   * po: Fixed to run rcs_add ralative to srcdir.
   * Italian program translation from Luca Bruno.
   * Fix example blog's tags/life to not have a broken PageSpec.
     Closes: #543510
   * Optimize the dependencies list. This also fixes a bug
     that could cause repeated refreshes of the wiki to grow
     increasingly larger dependency lists, and get increasingly
     slower. (smcv)
   * Rebuild wikis on upgrade to this version to fix bloat caused
     by the dependency bug.
   * Further optimisation of dependency handling by adding a special
     case for simple page dependencies. (smcv)
   * htmltidy: Return an error message if tidy fails. Closes: #543722
   * po: Fix name of translated toplevel index page. (intrigeri)
   * po: Fix display of links from a translated page to itself (ntrigeri)
   * Add Czech basewiki translation from Miroslav Kure.
   * po: fix interdiction to create pages of type po (intrigeri)
   * po: po: favor the type of linking page's masterpage on page creation
     (intrigeri)
   * img: Don't generate new verison of image if it is scaled to be
     larger in either dimension.
 * [ Josh Triplett ]
   * teximg: Replace the insufficient blacklist with the built-in security
     mechanisms of TeX. (CVE-2009-2944)

In order to fix a performance bug, all wikis need to be rebuilt on
upgrade to this version. If you listed your wiki in /etc/ikiwiki/wikilist,
use ikiwiki-mass-rebuild to force a rebuild.
2009-08-30 23:30:08 +00:00
obache
d804794fbb Update ap-python to 2.7.11.
While here,
 * add user-destdir support
 * convert dynamic PLIST to static one
 * share/doc/html was deprecated, install in share/doc directly
 * Remove restriction to python23, and change PKGNAME to allow creating
   python valiant packages.

This release addresses a vulnerability in mod_python's publisher handler
whereby a carefully crafted URL would expose objects that should not be
visible, leading to an information leak. The Common Vulnerabilities and
Exposures project (http://cve.mitre.org/) has assigned the name CAN-2005-0088
to this issue.

Users of the publisher handler are urged to upgrade as soon as possible.
2009-08-30 03:08:40 +00:00
markd
adbedbca02 libgnome is also needed for the gnome option to do anything. 2009-08-30 01:14:49 +00:00
tnn
d6bcfcfbae Upon giving this some more thought, I think the gnome option is better
left disabled by default. Correct me if I'm wrong but it feels like
most pkgsrc users don't use gnome. If someone can comment on the
benefits of these dependencies in the GNOME environment, speak up.
2009-08-29 15:47:58 +00:00
wiz
a5e56827bc Convert to user-destdir. 2009-08-29 13:53:34 +00:00
wiz
cf721f5c8b Mark as destdir-ready. 2009-08-29 13:49:20 +00:00
obache
b26a1a2222 Add user-destdir support. 2009-08-29 13:15:54 +00:00
tnn
ccb4b99bf1 PLIST fix for previous 2009-08-29 11:50:32 +00:00
tnn
613c8b504d Add a "gnome" option which toggles gnome-vfs (and dbus) support.
Enable this by default.
Bump revision.
2009-08-29 10:34:37 +00:00
tez
85ce004e81 Fix for Secunia Advisory: SA35780
from http://bugs.gentoo.org/attachment.cgi?id=199846
2009-08-27 21:51:37 +00:00
wiz
855c74a453 Remove empty line. 2009-08-27 19:39:54 +00:00
abs
9a2cc4f9c7 +p5-Catalyst-Action-REST p5-URI-FromHash 2009-08-27 10:44:04 +00:00
abs
e38940460b Added www/p5-Catalyst-Action-REST version 0.76
This Action handles doing automatic method dispatching for REST
requests. It takes a normal Catalyst action, and changes the dispatch
to append an underscore and method name.

For example, in the synopsis above, calling GET on "/foo" would
result in the foo_GET method being dispatched.

If a method is requested that is not implemented, this action will
return a status 405 (Method Not Found). It will populate the "Allow"
header with the list of implemented request methods. You can override
this behavior by implementing a custom 405 handler like so:

   sub foo_not_implemented {
      ... handle not implemented methods ...
   }

If you do not provide an _OPTIONS subroutine, we will automatically
respond with a 200 OK. The "Allow" header will be populated with
the list of implemented request methods.

It is likely that you really want to look at Catalyst::Controller::REST,
which brings this class together with automatic Serialization of
requests and responses.
2009-08-27 10:37:24 +00:00
abs
ce5f3bbbe4 Added www/p5-URI-FromHash version 0.03
This module provides a simple one-subroutine "named parameters"
style interface for creating URIs. Underneath the hood it uses
URI.pm, though because of the simplified interface it may not
support all possible options for all types of URIs.

It was created for the common case where you simply want to have
a simple interface for creating syntactically correct URIs from
known components (like a path and query string). Doing this using
the native URI.pm interface is rather tedious, requiring a number
of method calls, which is particularly ugly when done inside a
templating system such as Mason or TT2.
2009-08-27 10:36:42 +00:00
martin
57c31cb666 New bugs reported upstream - add references 2009-08-26 21:42:25 +00:00
martin
f3c33da9b6 Fix very obvious alignment issue 2009-08-26 21:07:31 +00:00
sno
ae239f2d77 bump revision because of graphics/jpeg update 2009-08-26 20:22:51 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
sno
4b52eff706 Adding a bug-fix which supresses same function is installed multiple times.
See http://rt.cpan.org/Ticket/Display.html?id=48989 for details.
2009-08-26 17:39:01 +00:00
sno
8a86ad1cca Adding a bug-fix which supresses same function is installed multiple times.
See http://rt.cpan.org/Ticket/Display.html?id=48989 for details.
2009-08-26 17:36:53 +00:00
wiz
059bf86ace Remove BROKEN_IN variable. It was no maintained, and there was no
defined workflow for setting it, removing it, or removing packages
depending on it.
2009-08-25 12:32:54 +00:00
wiz
cf79fe6cb9 Get rid of now unnecessary EXTRACT_OPTS_ZIP. 2009-08-25 11:57:44 +00:00
taca
887c9a0418 Update www/opengoo package to 1.5.2.
Since 1.5.1
-----------
- bugfix: Tags permissions rollbacked. It caused errors in some mysql settings.
- bugfix: Document editor toolbar not shown correctly.
- bugfix: Invited users to an event weren't being shown when editing the event.
- bugfix: When subscribing users to an object through the object's view, the
	  users were not being notified.
- bugfix: When editing an object, selected subscribers were reset after
	  changing the object's workspace.
- bugfix: When instantiating a milestone template it's subtasks were not added
	  to the same workspace.
- bugfix: Fixed performance issues when changing a workspace's parent on the
	  GUI.
- bugfix: Notes listing showed creator as last updater.
- bugfix: Cron events view wasn't converting times to user's timezone.
- bugfix: When filtering email by tag some extra email was shown.
- bugfix: Creating a template in IE wouldn't let you edit it's properties.
- bugfix: Dragging a task in the calendar would throw an error.
- bugfix: "Can't open file" error when classifying email.
- bugfix: Linked objects listing was missing the drag handle.
- bugfix: Workspaces for classfied Emails were not being shown on dashboard
	  viewed as list.
- bugfix: Error when deleting trashed emails from cron.
- bugfix: Error when instantiating templates with parameters assigned to a
	  project.
- bugfix: Instantiated template objects were not assigned to the current
	  workspace.
- langs: Added missing langs for tasks report fields.
- langs: Updated langs.
2009-08-24 12:42:54 +00:00
martin
1e50a1e1e9 The aggregate allocator for JSScripts did not care about alignment at all -
make it deal properly at least on 64 bit archs (natural alignment seems
to fit for all substructures for 32bit archs)
2009-08-23 23:56:19 +00:00
wiz
4924f0b353 Remove www/cocoon, last updated in 2001, broken since 2006, missing
a dependency since 2008.
Remove textproc/fop, last updated in 2001, only used by cocoon.
2009-08-23 22:22:33 +00:00
gdt
0542d23b04 drop PKGREVISION on makefiles that rode the subversion version bump 2009-08-22 23:28:23 +00:00
obache
7de894d0b6 Update http_load to 20060312, a.k.a. 12mar2006.
Changes is unknown, but at least, patch-ab was incorporated.
2009-08-22 12:01:21 +00:00
obache
bf78b0e80a Honor PKGMANDIR. 2009-08-22 09:30:37 +00:00
sno
8229d48025 Updating package www/p5-CGI-Application from 4.21 to 4.31
pkgsrc changes:
  - Adding license

Upstream changes since 4.21:
4.31 Wed Jul 29, 2009
    [FEATURES]
    - html_tmpl_class() now allows setting an an alternate HTML::Template class
      at a run time. This makes it easy to set the class to be
      'HTML::Template::Dumper' for debugging. You can then see and precisely
      test the Perl data structure that would be sent your template, taking
      into account the template tokens that are actually set there.  (Mark Stosberg)

    [DOCUMENTATION]
    - More typo fixes (Lyle)
2009-08-20 18:28:40 +00:00
sno
eb2a79e677 Updating package www/p5-Catalyst-Plugin-Session-State-Cookie from 0.12
to 0.13

pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.13    2009-08-19
        - Remove Test::MockObject from the test suite as prone to failing on
          some platforms and perl versions due to its UNIVERSAL:: package
          dependencies.
        - Remove Class::Accessor::Fast and replace with Moose. This allows
          us to not have a ->new method, This is more correct for Plugins
          and also means that Catalyst is not forced to invoke the scary
          replace_constructor at scope end handling.
2009-08-20 18:22:35 +00:00
sno
de31302051 Update package www/p5-Catalyst-Plugin-Session from 0.25 to 0.26
pkgsrc changes:
  - Adjusting dependencies according to META.yml

Upstream changes:
0.26 2009-08-19
        - Remove Test::MockObject from the test suite as prone to failing on
          some platforms and perl versions due to it's UNIVERSAL:: package
          dependencies.
2009-08-20 18:04:16 +00:00
sno
1ae80a4ae5 Updating package www/p5-Apache2-AuthCookieDBI from 2.04 to 2.05
pkgsrc changes:
  - Adding license
  - Removing dependency to CORE module Digest::MD5

Upstream changes:
2.05 - Thu May 14 18:37:07 PDT 2009
       - Fixed bug in _get_cipher_type() where it was not memoizing the
         Crypt::CBC objects.
       - Fixed https://rt.cpan.org/Ticket/Display.html?id=45207
         Hash keys for configuration values were wrong in several places.
       - Improved test coverage a little.
2009-08-20 18:01:58 +00:00
jwise
765ec9d406 Give up maintainership of packages where I am still listed as MAINTAINER. 2009-08-20 15:24:58 +00:00
sno
f18af9e678 Updating package www/p5-FCGI-ProcManager from 0.18nb1 to 0.19
pkgsrc changes:
  - Adjusting MASTER_SITES
  - Adding license

No upstream changes noted, but 117 times all smoke tests passed.
2009-08-19 19:11:48 +00:00
sno
1f92806026 Updating package www/p5-LWPx-ParanoidAgent from 1.03nb1 to 1.07
pkgsrc changes:
  - Adjusting dependencies (remove core module from extra dependencies)
  - Adding license

Upstream changes:
1.07:  2009-08-05
	- Skip the whole test when it can't bind to the specified private IP
	  (Tatsuhiko Miyagawa)
	- Fix the way to get LWP error when it's set to X-Died instead of $@
	  (Zbigniew Lukasiak)

1.06:  2009-07-17
	- explicitly load deprecated module LWP::Debug, now that it's not
	  loaded by default.  (Tatsuhiko Miyagawa <miyagawa@gmail.com>)

1.05:  2009-06-21
        - patch from Alessio Signorini <alessio.signorini@spryte.it> to
	  quiet a warning that could be triggered

1.04:  2008-10-30
	- fix tests to no longer rely on my DNS servers, which had since migrated
	  to EasyDNS which doesn't allow the types of malicious records I was
	  testing for.  instead, switch to a mock object resolver.
	  (Brad Fitzpatrick, brad@danga.com)
2009-08-19 19:00:31 +00:00
sno
3dd056a1a0 Updating package www/p5-HTTP-Server-Simple-Mason from 0.11 to 0.12
pkgsrc changes:
  - Adding license (perl license)

Upstream changes:
0.12 Tue Jul  7 17:01:55 EDT 2009
    * Test update. Looks like LWP::Simple now returns undef instead of '' on fail
2009-08-19 18:56:08 +00:00
sno
10b0c0ed67 Updating package www/p5-HTTP-Server-Simple from 0.38 to 0.40
pkgsrc changes:
  - Adding license (perl license)

Upstream changes:
0.40 Mon Aug 17 22:01:07 EDT 2009

* After a fork, we need to reset the random seed lest we have
  duplicated random numbers in both forks.

0.39 Mon Aug 17 09:41:05 EDT 2009

* Added signature tests

0.38_04 Wed Aug 12 20:15:14 EDT 2009

Another pass at the Win32 fixes from KMX

0.38_03 Sat Apr 11 18:47:29 EDT 2009

* Subject: [rt.cpan.org #44961] [PATCH] xdg reports select() is problematic on win32

0.38_02 Fri Apr 10 20:57:19 EDT 2009

* Specify an HTTP version for our GETs should get escaping to wokr

0.38_01 Mon Mar  2 18:11:46 EST 2009
* http://rt.cpan.org/Ticket/Attachment/568795/286902/ from confound++ for
  http://rt.cpan.org/Public/Bug/Display.html?id=28122
2009-08-19 18:52:54 +00:00
sno
1ac2c5d8e3 Updating package www/p5-HTTP-Proxy from 0.23 to 0.24
Upstream changes:
0.24 Tue Jul 21 21:28:02 CEST 2009
        [ENHANCEMENTS]
        - When a short-circuit response was send, the next response
          would not be filtered at all. This has been fixed.
        [FIXES]
        - yet another fix for t/23connect, proposed by Marek Rouchal
          (closed RT ticket #38995) [test skipped for now]
        - HTTP::Headers::Util's split_header_words() returns lower case
          tokens/keys since October 6, 2008. Fix by Maurice Aubrey.
          (closed RT tickets #43249, #43622)
2009-08-19 18:48:25 +00:00
sno
6c874ac225 Updating package www/p5-Catalyst-Devel from 1.19 to 1.20
pkgsrc changes:
  - Adjust dependencies

Upstream changes:
1.20    2009-08-11 23:30:30
        - Bump required File::ChangeNotify version to 0.07. Closes RT#48610.
2009-08-19 18:41:24 +00:00
sno
5a8a77f355 Updating package www/p5-WWW-Mechanize from 1.58 to 1.60
Upstream changes:
1.60        Mon Aug 17 00:41:39 CDT 2009
========================================
No new features.  Exists only to skip tests that always fail on
Windows.

Fixed up some minor documentation problems.
2009-08-19 18:37:41 +00:00
sno
53851fdaa3 Updating package www/p5-Catalyst-Plugin-Session-State-Cookie from 0.11
to 0.12

pkgsrc changes:
  - Adjusting dependencies
  - Adding license

Upstream changes:
0.12    2009-07-18
        - Introduced a new option cookie_httponly
        - Option cookie_secure extended (old syntax fully supported)
2009-08-19 18:34:07 +00:00
sno
18372fb5de Updating package www/p5-Catalyst-Plugin-Session from 0.24 to 0.25
pkgsrc changes:
  - Adjusting license (now we have ${PERL5_LICENSE}

Upstream changes:
0.25 2009-0708
        - Add the a change_session_id method which can be called after
          authentication to change the user's session cookie whilst preserving
          their session data. This can be used to provide protection from
          Session Fixation attacks. (kmx)
2009-08-19 18:27:40 +00:00
sno
ef556585d7 Updating package www/p5-Catalyst-Plugin-ConfigLoader from 0.24 to 0.27
pkgsrc changes:
  - Require Catalyst 5.8 in general

Upstream changes:
0.27  Thu Aug 13 2009
    - Require Catalyst 5.8 for tests that use ctx_request() (RT #48651)

0.26  Mon Aug 10 2009
    - Fix test to not need "parent" (RT #48547)
    - Do not localize %ENV, rather, remove potentially conflicting
      k-v pairs (RT #48557)

0.25  Fri Aug 07 2009
    - Fix get_config_local_suffix and get_config_path when finding values
      from ENV vars (RT #47937)
2009-08-19 18:23:08 +00:00
sno
912ef5c061 Updating package www/p5-Catalyst-Model-Adaptor from 0.03nb1 to 0.05
pkgsrc changes:
  - Updating MASTER_SITES
  - Adding license (perl license)
  - Adjusting dependencies

Upstream changes:
0.05   7 August 2009
       - Fix a minor documentation problem. Reported by Eric Prestemon.
         (Closes RT#48487)
       - Switch from Class::C3 to MRO::Compat.

0.04   16 July 2009
       - If no arguments are supplied, then construct new objects with {}
         by default, rather than undef, as Moose classes fail if given undef.
2009-08-19 18:18:16 +00:00
sno
d75fc3593d Updating package www/p5-CatalystX-Component-Traits from 0.03 to 0.08
pkgsrc changes:
  - Adjust dependencies according to META.yml

Upstream changes:
0.08  2009-07-29 23:39:30
   - Require Module::Pluggable 3.9 to avoid test failures.
   - More verbose error when traits cannot be found, including full search path.

0.07  2009-07-26 15:11:55
    - fix incompatibility with perl 5.8

0.06  2009-07-20 21:44:13
    - configurable trait merging support

0.05  2009-07-17 23:46:43
    - Correctly pass the application class into component constructors

0.04  2009-07-16 13:01:02
    - updated algorithm to handle CatalystX:: namespaced things
2009-08-19 18:01:23 +00:00
minskim
3d5b389cf4 Bump PKGREVISION of w3m-img because the default options of w3m has
been changed.
2009-08-19 06:17:10 +00:00
minskim
b8dbbd0119 Let emacs-w3m-snapshot require w3m>=0.5.2nb3 because earlier versions
built with default options do not support unicode, which is needed
by emacs-w3m-snapshot.

Noted by Aleksej Saushev on pkgsrc-users@.
2009-08-19 06:01:37 +00:00