Commit graph

148246 commits

Author SHA1 Message Date
asau
b6dae908f5 Update to gnuplot 4.2.5.
pkgsrc changes: use NetBSD libedit where possible.


New features, changes and fixes in gnuplot version 4.2.5
===========================================================
* NEW ./configure --with-readline=bsd to use libedit rather than libreadline
* NEW command line option -e "command list"
* NEW 'set xtics rangelimit' allows creation of range/frame plots
* NEW "set view equal_axes xy{z}" does for 3D what "set size square" does for 2D.
* CHANGE updated svg terminal driver (back-ported from 4.3 CVS branch)
* CHANGE fillstyle empty really is consistently empty (not fill-with-background)
* CHANGE warn that some options to 'set datafile binary' are not implemented
* CHANGE handling of custom palette when postscript mode is set to "monochrome"
* CHANGE allow Z axis label in 3D plots to be rotated
* CHANGE do not save or restore axis tick labels that were read from a data file
* FIX interpolatation for pm3d surfaces given by both z and colour coordinates
* FIX infinite loop if axis tick increment is on the order of machine precision
* FIX initialize x11 enhanced text mode to use most recently requested font
* FIX emf handling of enhanced text at non-zero angle
* FIX 3D plots with fixed zrange were clipping against xmax rather than zmax
* FIX handling of uninitialized variables in fit "via" command
* FIX pm3d depthorder was ignoring interpolation setting
* FIX assignment of fill patterns to boxes in columnstacked histograms
* FIX Reserve room for user tic labels even if the format for autoticks is ""
* FIX bug in 4.2.4 that gave twice the requested left/right margin width


New features, changes and fixes in gnuplot version 4.2.4
===========================================================
* NEW add support for enhanced text mode in the emf terminal driver
* NEW builtin functions 'strftime' and 'strptime'
* NEW set absolute plot margins in screen coordinates
* NEW "nocontours" keyword for splot
* NEW "undefine foo" clears previously defined user variable foo
* NEW allow contouring of pm3d surfaces
* NEW allow color by z value ("palette z") in 2D plots
* NEW "pause mouse close" waits until the plot window is closed
* FIX The documentation says that "set size ratio" is ignored in 3D. Make it so.
* FIX Do not re-quantize time tics interval explicitly set by user
* FIX (gd post) don't segfault on very long font names
* FIX allow variable color from input file for "with boxes", "with vectors"
* FIX don't run off the end of "set format" commands
* FIX Fix discontinuity in piecewise approximation of inverse error function
* FIX discard out of range vectors in the bitmap terminals (pbm, epson, etc)
* FIX 2nd colour in the colour box for negative palette in postscript
* FIX insure palette is initialized before any objects are drawn
* FIX wxt terminal was not obeying "set palette maxcolors"
* FIX Histograms did not correctly honor 'set style user increment'
* FIX Avoid segfault if tic labels are requested from a non-existent data column
* FIX emf terminal - allow fractional linewidth (fixes 0-length dash problem)
* FIX post terminal - fix parsing error for palfuncparam
* FIX post terminal - escape {} chars in enhanced text mode
* FIX clip "splot with labels" against plot boundaries in 2D mode
* CHANGE try harder to autotitle columns in using specs with expressions
* CHANGE gd.trm: use dynamically-allocated TTF font names
* CHANGE x11: more finely sampled color palette for PM3D
* CHANGE cgm: switch to using web_color_rgbs; approximate RGB colors
* CHANGE fig: more point types, 4.2-style font and size syntax for "set term"
* CHANGE emf: separate dashlength option (don't use linewidth for dashlength)
* CHANGE stacked histograms grow upward for values > 0, downward for values < 0
* CHANGE 'pause mouse button1' (or button2) does not disable zooming
* CHANGE built-in readline tries to recognize <home> and <end> keys
2009-09-14 18:52:03 +00:00
tron
ce8530c970 Note update of "neon" package to version 0.29. 2009-09-14 16:50:10 +00:00
tron
393beb0fe6 Update "neon" package to version 0.29. Changes since version 0.28.5:
* Interface changes:
  o none, API and ABI backwards-compatible with 0.28.x and 0.27.x
* New interfaces and features:
  o added NTLM auth support for Unix builds (Kai Sommerfeld,
    Daniel Stenberg)
  o ne_auth.h: added NE_AUTH_GSSAPI and NE_AUTH_NTLM auth protocol codes
  o added ne_acl3744.h, updated WebDAV ACL support (Henrik Holst)
  o added built-in SOCKS v4/v4a/v5 support: ne_socket.h:ne_sock_proxy(),
    and ne_session.h:ne_session_socks_proxy()
  o added support for system-default proxies: ne_session_system_proxy(),
    implemented using libproxy where available
  o ne_session.h: added NE_SESSFLAG_EXPECT100 session flag,
    SSL verification failure bits extended by NE_SSL_BADCHAIN and
    NE_SSL_REVOKED, better handling of failures within the cert chain
    (thanks to Ludwig Nussel)
  o ne_socket.h: ne_sock_writev() (Julien Reichel), ne_sock_set_error(),
    ne_iaddr_raw(), ne_iaddr_parse()
  o ne_string.h: ne_buffer_qappend(), ne_strnqdup()
* Deprecated interfaces:
  o ne_acl.h is obsoleted by ne_acl3744.h (but is still present)
  o obsolete feature "NE_FEATURE_SOCKS" now never marked present
* Other changes:
  o fix handling of "stale" flag in RFC2069-style Digest auth challenge
  o ne_free() implemented as a function on Win32 (thanks to Helge Hess)
  o symbol versioning used for new symbols, where supported
  o ensure SSL connections are closed cleanly with OpenSSL
  o fix build with OpenSSL 1.0 beta
  o updated Polish (pl) translation (Arfrever Frehtes Taifersar Arahesis)
* SECURITY (CVE-2009-2473): Fix "billion laughs" attack against expat;
  could allow a Denial of Service attack by a malicious server.
* SECURITY (CVE-2009-2474): Fix handling of an embedded NUL byte in a
  certificate subject name; could allow an undetected MITM attack against
  an SSL server if a trusted CA issues such a cert.

Tested by Daniel Horecki with SVN client.
2009-09-14 16:48:43 +00:00
joerg
0e21b4de25 Prepare configure for changes in the libtool m4 macros of libtool 2.2:
- explicitly request finding the C++ compiler before trying to run it
2009-09-14 15:18:36 +00:00
tnn
cbba4d88f3 Change NS_SYSTEM_PLUGINS_DIR from /usr/lib/mozilla/plugins
to ${PREFIX}/lib/netscape/plugins, where most pkgsrc packages
install NPAPI plugins (and all probably should?)
2009-09-14 15:12:12 +00:00
tron
09f538c56a Note update of the "wget" package to version 1.11.4nb1. 2009-09-14 12:06:32 +00:00
tron
d47c6328b2 Add a fix for SA36540 (SSL certificate spoofing vulnerability) taken
from the source repository.
2009-09-14 12:06:12 +00:00
obache
7473ab477f can't find silc-toolkit-2.1.9, latest is silc-toolkit-1.1.10 2009-09-14 11:45:22 +00:00
drochner
4ce90355c2 make the options non-default - enchant and graphviz cause heavy
dependencies, and all are only useful in special cases
(and the additional pkgs can be installed later if wanted, no need
to have them present at build time)
ride on recent update
2009-09-14 10:35:18 +00:00
tnn
0ad679a890 drop firefox option and add plugin option instead.
XXX builds but I wasn't able to get it to display anything and there
are no example "application/x-gtk-vnc" files in the distribution.
2009-09-14 10:07:03 +00:00
tnn
f382a9e4b7 Remove multimedia/mplayer-plugin-{firefox,seamonkey}, obsoleted by
multimedia/mplayer-plugin.
2009-09-14 09:30:24 +00:00
tnn
54d6e30631 added multimedia/mplayer-plugin 2009-09-14 09:01:15 +00:00
tnn
c1ac22b106 fix comment 2009-09-14 08:59:44 +00:00
tnn
26fa862e2d Re-import mplayer-plugin-firefox as mplayer-plugin.
Link with xulrunner. Should be usable for other browsers such as
www/epiphany, but didn't test.
2009-09-14 08:56:08 +00:00
taca
a751413c84 -msmtp-1.4.18. 2009-09-14 08:47:52 +00:00
taca
0c7654eecd Note update of mail/msmtp package to 1.4.18. 2009-09-14 08:46:33 +00:00
jnemeth
1df6ad68f6 asterisk-1.6.1.6 update is done 2009-09-14 08:46:15 +00:00
jnemeth
bf37c7da4a Updated comms/asterisk16 to 1.6.1.6 2009-09-14 08:45:11 +00:00
jnemeth
c7052c0326 Update to Asterisk 1.6.1.6
- 1.6.1.6 fixes AST-2009-006 which is an IAX2 DOS vulnerability
- 1.6.1.5 contains a variety of bug fixes:

  Category: Applications/app_chanspy

   #15660: ChanSpy "whisper" is broken in 1.4.26

  Category: Applications/app_fax

   #15606: app_fax.c is not compiling under OpenBSD
   #15610: T.38 re-INVITE received after T.38 already negotiated fails

  Category: Applications/app_milliwatt

   #15386: [patch] Milliwatt() is off by -11dbm

  Category: Applications/app_mixmonitor

   #15699: [patch] using ast_free instead of mixmonitor_free

  Category: Applications/app_queue

   #14536: [patch] After a caller is processed by app_queue the queue_log
   logs the hangup as TRANSFER
   #15664: [patch] QUEUE_MEMBER_LIST() returns member names instead of

  Category: Applications/app_stack

   #15557: [patch] Gosub() dequotes once more than Macro()
   #15617: [patch] crash in LOCAL() if Gosub stack is allocated but empty

  Category: Applications/app_voicemail

   #15717: MWI is not sent to a SIP phone upon registration, but is after the
   mailbox is updated/checked
   #15720: opendir() return code is not checked in last_message_index()

  Category: Applications/app_voicemail/IMAP

   #14496: [patch] IMAP crash multiple callers / callers hangup at beep
   #14597: greetings can not be retrieved from IMAP
   #14950: [patch] Greetings are stored as IMAP messages even when
   imapgreetings=no
   #15729: IMAP greetings not stored in dovecot

  Category: CDR/General

   #15751: [patch] Core dump in ast_bridge_call features.c line 2772

  Category: Channels/chan_agent

   #15668: AGENTACCEPTDTMF is incorrectly spelled as AGENTACCEPTDMTF in code
   to recognize channel variables.

  Category: Channels/chan_dahdi

   #15655: [patch] Dialplan starts execution before call is accepted
   #15727: [patch] Message Waiting Indication(MWI) is randomly generated when
   FXO is set to DTMF Caller ID

  Category: Channels/chan_misdn

   #12113: [patch] asterisk crash at reload chan_misdn.so

  Category: Channels/chan_sip/General

   #12869: [patch] 'context' doesn't change when 'sip reload' issued when
   driven from realtime
   #15362: [patch] log message output is truncated
   #15596: [patch] all codecs allowed, but textsupport=no crashes on T140RED
   enabled call

  Category: Channels/chan_sip/Registration

   #14366: [patch] Registration expiry not compatible with some ITSP
   #15539: [patch] Register request line contains wrong address when domain
   and registrar host differ

  Category: Channels/chan_sip/T.38

   #15182: [patch] T.38 invite does not always comply with RFC 2327

  Category: Channels/chan_sip/Video

   #15121: [patch] Video support in SIP channel driver appears to be totally
   broken

  Category: Core/BuildSystem

   #15697: most cleaner alaw don't compile
   #15698: [patch] If enable DEBUG_FD_LEAKS - h323 can't start.
   #15714: [patch] Asterisk won't build with curl unless curl_config is
   present

  Category: Core/General

   #14730: [patch] Fix runlevels in Debian rc files
   #15273: [patch] german time (20:01:00 oh clock) is announced wrong
   #15649: T38 Faxing failing on 1.6.1 svn
   #15667: LOGGER WARNING : error executing after rotate

  Category: Core/ManagerInterface

   #15397: [patch] segfault in action_coreshowchannels() at manager.c
   #15730: [patch] manager keeps creating /tmp/ast-ami-XXXXXX files (without
   deleting) when a single manager client remains logged in

  Category: Core/PBX

   #15242: [patch] log does not indicate which function is missing closing
   parenthesis

  Category: Documentation

   #15755: Description in queues.conf on call recording is slightly
   misleading

  Category: Functions/func_iconv

   #15169: When building with uClibc, configure script mistakenly assumes
   iconv is always available

  Category: General

   #15571: [patch] 'received' typos in trunk, in 6 files
   #15595: [patch] fix spelling for typos, mainly in comments.

  Category: PBX/pbx_dundi

   #15322: [patch] DUNDILOOKUP() does not accept comma as argument separator

  Category: Resources/General

   #15624: res_ais, communication ok, but wrong state send and receive.

  Category: Resources/res_config_ldap

   #13725: [patch] ERROR[7387]: res_config_ldap.c:1292 update_ldap: Couldn't
   modify dn:cn=1001,dc=xxx,dc=xxx because Invalid syntax
   #15710: Typo in LDAP schema files on line 598

  Category: Resources/res_musiconhold

   #15051: [patch] Moh class set in the dialplan is ignored with realtime moh

     ----------------------------------------------------------------------

                      Commits Not Associated with an Issue

                                 [Back to Top]

   This is a list of all changes that went into this release that did not
   directly close an issue from the issue tracker. The commits may have been
   marked as being related to an issue. If that is the case, the issue
   numbers are listed here, as well.

   +------------------------------------------------------------------------+
   | Revision | Author     | Summary                           | Issues     |
   |          |            |                                   | Referenced |
   |----------+------------+-----------------------------------+------------|
   |          |            | Restore explicit export of        |            |
   | 209058   | kpfleming  | ASTCFLAGS/ASTLDFLAGS and          |            |
   |          |            | underscore-variants to sub-makes. |            |
   |----------+------------+-----------------------------------+------------|
   | 209237   | mmichelson | Gracefully handle malformed RTP   |            |
   |          |            | text packets.                     |            |
   |----------+------------+-----------------------------------+------------|
   | 209262   | kpfleming  | Make T.38 switchover in           |            |
   |          |            | ReceiveFAX synchronous.           |            |
   |----------+------------+-----------------------------------+------------|
   | 209281   | kpfleming  | Cleanup T.38 negotiation changes. |            |
   |----------+------------+-----------------------------------+------------|
   | 209327   | tilghman   | Publish French extra sounds       |            |
   |----------+------------+-----------------------------------+------------|
   |          |            | Fix some places where             |            |
   | 209714   | russell    | ast_event_type was used instead   |            |
   |          |            | of ast_event_ie_type.             |            |
   |----------+------------+-----------------------------------+------------|
   | 209781   | kpfleming  | Minor changes inspired by testing |            |
   |          |            | with latest GCC.                  |            |
   |----------+------------+-----------------------------------+------------|
   | 209900   | russell    | Resolve a valgrind warning about  | #15396     |
   |          |            | a read from uninitialized memory. |            |
   |----------+------------+-----------------------------------+------------|
   | 211115   | russell    | Resolve a deadlock involving      |            |
   |          |            | app_chanspy and masquerades.      |            |
   |----------+------------+-----------------------------------+------------|
   | 211277   | tilghman   | Small oops. Clear the flags which |            |
   |          |            | have been checked.                |            |
   |----------+------------+-----------------------------------+------------|
   | 211569   | tilghman   | AST-2009-005                      |            |
   |----------+------------+-----------------------------------+------------|
   | 211586   | tilghman   | Conversion specifiers, not format |            |
   |          |            | specifiers                        |            |
   |----------+------------+-----------------------------------+------------|
   |          |            | Check an actual populated         |            |
   | 212069   | file       | variable when seeing if we need   |            |
   |          |            | to do video or not.               |            |
   |----------+------------+-----------------------------------+------------|
   |          |            | Ensure that T38FaxVersion is put  |            |
   | 212115   | kpfleming  | into outgoing SDP in the proper   |            |
   |          |            | case.                             |            |
   |----------+------------+-----------------------------------+------------|
   | 212386   | seanbright | Handle slin16 for extra sounds as |            |
   |          |            | well.                             |            |
   |----------+------------+-----------------------------------+------------|
   | 212768   | rmudgett   | Removed some deadwood and added   |            |
   |          |            | some doxygen comments.            |            |
   |----------+------------+-----------------------------------+------------|
   |          |            | Make the default extconfig.conf   |            |
   | 212862   | tilghman   | match entries with the sample     |            |
   |          |            | res_mysql.conf.                   |            |
   |----------+------------+-----------------------------------+------------|
   | 212928   | kpfleming  | Convert this branch to Opsound    |            |
   |          |            | music-on-hold.                    |            |
   |----------+------------+-----------------------------------+------------|
   |          |            | Remove some                       |            |
   | 212942   | kpfleming  | accidentally-committed            |            |
   |          |            | properties.                       |            |
   |----------+------------+-----------------------------------+------------|
   | 213449   | twilson    | Make LOAD_ORDER actually work     |            |
   |----------+------------+-----------------------------------+------------|
   | 213452   | twilson    | Oops, committed this first. Make  |            |
   |          |            | the merged property happy         |            |
   |----------+------------+-----------------------------------+------------|
   |          |            | Make autoheader descriptions      |            |
   | 214365   | tilghman   | render correctly in our           | #14906     |
   |          |            | autoconfig.h file.                |            |
   |----------+------------+-----------------------------------+------------|
   |          |            | One more build system change, to  |            |
   | 214496   | tilghman   | make the descriptions look        |            |
   |          |            | better, if we have better         |            |
   |          |            | information.                      |            |
   +------------------------------------------------------------------------+
2009-09-14 08:44:51 +00:00
taca
f0f2cc221d Update msmtp package to 1.4.18 adding a patch for OpenSSL 1.0beta.
(fix PR pkg/42054.)

Changes:
- Update gnulib to 2009-09-07.
- Use proper binary prefixes when handling sizes.
- Scripts msmtpq and msmtpQ: do not hardcode IP address of www.google.com
when testing connectivity. Use host name instead. Closes Debian bug #538328.
- Make the option -v an alias for -d/--debug, for compatibility with
other implementations of the sendmail interface. Closes Debian bug #487272.
- Add find_alias_for_msmtp.sh script by Jim Lofft.
- Update gnulib to 2009-08-02.
- Increase SMTP_MAXCMDLEN so that it is large enough to handle the
potentially very long lines generated by the GSSAPI authentication method.
- Update gnulib to 2009-03-07. Remove gnulib modules
fseek/fseeko/lseek because they cause errors on MinGW: files opened with
"r+" cannot be written to.
Provide our own fseeko instead if it does not exist; see configure.ac.
- Use "netrc" as SYSNETRCFILE, not ".netrc". Reported by Jim Pryor.
- Use more gnulib modules to remove more W32 workarounds from the source.
- Add missing gnulib module strerror for meaningful error messages on W32.
2009-09-14 07:08:52 +00:00
sno
c501522cce Updated devel/p5-Devel-FindRef to 1.422 2009-09-14 06:56:23 +00:00
sno
3c9d96efa4 Updating devel/p5-Devel-FindRef from 1.421 to 1.422
pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies

Upstream changes:
1.422 Sun Aug 30 16:33:24 CEST 2009
	- more of the same changes as in 1.422.
        - rely on common::sense.
2009-09-14 06:56:09 +00:00
sno
f8f8e48fc6 Updated devel/p5-common-sense to 2.0 2009-09-14 06:53:10 +00:00
sno
9657ea09c1 Updating devel/p5-common-sense from 1.0 to 2.0
Upstream changes:
2.0   Tue Sep  1 20:28:25 CEST 2009
	- codename "fatality", now with big doses of... fatality.
	- enabled an enourmous number of warnings and made them FATAL,
          as warned about in earlier releases. Of course we carefully
          tested the new warnings against our modules, as mentioned
          in the manpage, too.
2009-09-14 06:52:57 +00:00
tnn
49b7afc7a4 multimedia/mplayer-plugin-seamonkey-gtk1 2009-09-14 06:49:47 +00:00
sno
3ab8bcb7e9 Updated devel/p5-TryCatch to 1.002000 2009-09-14 06:48:43 +00:00
sno
02d5ae20d1 Updating devel/p5-TryCatch from 1.001001 to 1.002000
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
1.002000 - 2009/09/13
  - Fallback to treating str TCs as class names

1.001001_999 - 2009/09/09
  - Fix for issue with return/unwind when sub is called as a method (vpit)

1.001001_99 - 2009/08/17
  - Fix a few bugs with nested try statements (return and errors not falling
    through as expected)
  - Fix wantarray context of try blocks.
2009-09-14 06:48:28 +00:00
tnn
ae588bb901 Remove mplayer-plugin-seamonkey-gtk1.
Strongly doubt anyone cares about it, prove me wrong.
2009-09-14 06:48:12 +00:00
sno
bd7eb75a59 Updated devel/p5-Parse-Method-Signatures to 1.003012 2009-09-14 06:42:15 +00:00
sno
e9e6d936cc Updating devel/p5-Parse-Method-Signatures from 1.003011 to 1.003012
Upstream changes:
1.003012 - 2009/09/13
  - Pass from_namespace to type constraint class even if there is a callback
    provided. (This lets the callback be wrapped/extended better.)
2009-09-14 06:41:58 +00:00
martti
bd73582f96 s/USE_JAVA/USE_JAVA2/ 2009-09-14 06:20:50 +00:00
taca
d305d7025a Add a trailing slash to MASTER_SITES. 2009-09-14 06:14:14 +00:00
ghen
391f50746a Updated mail/dovecot to 1.1.19 and mail/dovecot-sieve to 1.1.7. 2009-09-14 06:11:40 +00:00
ghen
708f50edb4 Dovecot CMU Sieve plugin 1.1.7 fixes some buffer overflow vulnerabilities,
see: http://www.dovecot.org/list/dovecot-news/2009-September/000135.html
Other changes not listed.
2009-09-14 06:10:48 +00:00
ghen
99493cda35 Update to Dovecot 1.1.19.
- file_set_size() was broken with OSes that didn't support posix_fallocate()
  (almost everyone except Linux), causing all kinds of index file errors.
- ldap: Fixed hang when >128 requests were sent at once.
- Fixed a crash in saving messages where message contained a CR character that
  wasn't followed by LF (and the CR happened to be the last character in an
  internal buffer).
- deliver: Don't send rejects to any messages that have Auto-Submitted header.
  This avoids emails loops.
- Message decoding fixes (mainly for IMAP SEARCH, Sieve).
2009-09-14 06:09:08 +00:00
sno
aab7f35b17 fix version unscrambling 2009-09-14 05:23:01 +00:00
dsainty
c97071306e Fix broken homepage link 2009-09-13 23:53:07 +00:00
wiz
9a4fad5c8a Updated mail/mutt-devel to 1.5.20nb2 2009-09-13 22:47:41 +00:00
wiz
28ea4fc1fb Add two patches from upstream bug tracking that fix MH box handling
that was broken in 1.5.20.

Tracked down by tonio@ with help from Antonio Radici.

Bump PKGREVISION.
2009-09-13 22:47:30 +00:00
wiz
fdd568c891 Remove unneeded patch after update. 2009-09-13 22:17:36 +00:00
sno
7fa36cff2f Updated www/p5-CatalystX-LeakChecker to 0.04 2009-09-13 20:46:03 +00:00
sno
6c807b2310 Updating www/p5-CatalystX-LeakChecker from 0.02 to 0.04
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.04  Sat, 12 Sep 2009 06:13:20 +0900
  * Depend on PadWalker (Closes RT#49551).

0.03  Sat, 05 Sep 2009 09:42:43 +0200
  * Port to Devel::Cycle. We're now able to report a broader range of leaks.
2009-09-13 20:45:52 +00:00
sno
f4d5068cce Updated databases/p5-Catalyst-Model-DBIC-Schema to 0.29 2009-09-13 20:40:11 +00:00
sno
049d29015f Updating databases/p5-Catalyst-Model-DBIC-Schema from 0.26 to 0.29
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.29  Mon Sep  7 15:31:29 EDT 2009
        - support for coderef connect_info's

0.28  Thu Aug 27 08:14:05 EDT 2009
        - autobox issues in dep chain, bump CX::Component::Traits dep
        (caelum)

0.27  Wed Aug 26 09:09:44 EDT 2009
        - remove autobox usage due to reports of strange errors (caelum)
        - make schema a delegate for model, config too (caelum)
2009-09-13 20:40:00 +00:00
sno
14c73c7963 Updated www/p5-CatalystX-Component-Traits to 0.10 2009-09-13 20:38:10 +00:00
sno
32bd2dca0a Updating www/p5-CatalystX-Component-Traits from 0.08 to 0.10
pkgsrc changes:
  - Adjusting dependencies

Upstream changes:
0.10  2009-08-27 10:47:08
    - bump dep on MooseX::Traits::Pluggable

0.09  2009-08-26 12:50:44
    - fix trait merge bug (when not merging)
2009-09-13 20:37:58 +00:00
sno
ea125332f0 Updated www/p5-Catalyst-Action-REST to 0.77 2009-09-13 20:28:19 +00:00
sno
43af0f106b Updating www/p5-Catalyst-Action-REST from 0.76 to 0.77
pkgsrc changes:
  - Module::Pluggable is in version 3.6 include in Perl 5.10.0
    --> using this one as dependency

Upstream changes:
Thu 27 Aug 02:21:09 BST 2009 - Release 0.77

  Allow dispatching to Catalyst Actions, for use with ActionClasses
  etc - fREW

  Fix test if CATALYST_DEBUG environment variable is set
2009-09-13 20:28:08 +00:00
sno
e28b3f21ca Updated www/p5-Catalyst-Plugin-Authentication to 0.100150 2009-09-13 20:20:48 +00:00
sno
f91bc65979 Updating www/p5-Catalyst-Plugin-Authentication from 0.10013 to 0.10015
pkgsrc changes:
  - Updating dependencies
  - use bundled Module::Install (AuthorTests)

Upstream changes:
0.10015 Tue Sep 1 01:40:36 BST 2009
     - Remove (undeclared) dependency on Class::Data::Inhertiable (RT#49086)
     - Remove dependency on Test::MockObject
     - Fix repository metadata in META.yml / Makefile.PL
     - Make POD tests author side only.

0.10014 Tue Aug 25 15:42:57 BST 2009
      - Don't always supply an "id" column in the authinfo passed to the store
        class in ::Credential::Remote. This means that it works better with
        the DBIC store. (t0m)

      - Make auth_realms method ensure authentication is initialized
        before calling methods which get created during auth initialization.
        Fixes back compat cases where auth store is in the plugin list
        before the authentication plugin. (t0m)
2009-09-13 20:20:37 +00:00