Commit graph

162504 commits

Author SHA1 Message Date
wiz
c5e719de52 pkglint cleanup. 2010-09-05 22:55:18 +00:00
adam
ac7c71825e Updated net/openvpn to 2.1.3 2010-09-05 20:34:46 +00:00
adam
8b26ff69b3 Changes 2.1.3:
* Fixed potential local privilege escalation vulnerability in
  Windows service.
* Added Python-based based alternative build system for Windows using
  Visual Studio 2008 (in win directory).
* When aborting in a non-graceful way, try to execute do_close_tun in
  init.c prior to daemon exit to ensure that the tun/tap interface is
  closed and any added routes are deleted.
* Fixed an issue where AUTH_FAILED was not being properly delivered
  to the client when a bad password is given for mid-session reauth,
  causing the connection to fail without an error indication.
* Don't advance to the next connection profile on AUTH_FAILED errors.
* Fixed an issue in the Management Interface that could cause
  a process hang with 100% CPU utilization in --management-client
  mode if the management interface client disconnected at the
  point where credentials are queried.
* Fixed an issue where if reneg-sec was set to 0 on the client,
  so that the server-side value would take precedence,
  the auth_deferred_expire_window function would incorrectly
  return a window period of 0 seconds.  In this case, the
  correct window period should be the handshake window period.
* Modified ">PASSWORD:Verification Failed" management interface
  notification to include a client reason string:
    >PASSWORD:Verification Failed: 'AUTH_TYPE' ['REASON_STRING']
* Enable exponential backoff in reliability layer retransmits.
* Set socket buffers (SO_SNDBUF and SO_RCVBUF) immediately after
  socket is created rather than waiting until after connect/listen.
* Management interface performance optimizations:
  1. Added env-filter MI command to perform filtering on env vars
     passed through as a part of --management-client-auth
  2. man_write will now try to aggregate output into larger blocks
     (up to 1024 bytes) for more efficient i/o
* Fixed minor issue in Windows TAP driver DEBUG builds
  where non-null-terminated unicode strings were being
  printed incorrectly.
* Fixed issue on Windows with MSVC compiler, where TCP_NODELAY support
  was not being compiled in.
* Proxy improvements:
* Implemented http-proxy-override and http-proxy-fallback directives to make it
  easier for OpenVPN client UIs to start a pre-existing client config file with
  proxy options, or to adaptively fall back to a proxy connection if a direct
  connection fails.
* Implemented a key/value auth channel from client to server.
* Fixed issue where bad creds provided by the management interface
  for HTTP Proxy Basic Authentication would go into an infinite
  retry-fail loop instead of requerying the management interface for
  new creds.
2010-09-05 20:33:48 +00:00
wiz
c2469f1f61 + bftpd-3.0, cvsd-1.0.20, eric4-4.4.8, gdb-7.2, kdevelop-4.0.2,
mkvtoolnix-4.3.0.
2010-09-05 20:29:44 +00:00
wiz
21dca98e01 + ImageMagick-6.6.4.0, docbook-xsl-1.76.0, gnumeric110-1.10.10,
goffice0.8-0.8.10, gst-plugins0.10-bad-0.10.20,
  gst-plugins0.10-ugly-0.10.16, libproxy-0.4.6, libv4l-0.8.1,
  mc-4.7.0.8, p5-Module-Signature-0.65, p5-PerlMagick-6.6.4.0,
  p5-WWW-Curl-4.13, scmgit-base-1.7.2.3, scmgit-docs-1.7.2.3,
  vala-0.9.8, x264-devel-20100904.
2010-09-05 17:12:13 +00:00
tron
dd28c7068b Require at least version 3.1.3 of the "rpm2pkg" package to make sure we
support RPM package files which use LZMA compression for the data section.
2010-09-05 16:13:41 +00:00
tron
c5e2f8fdaa Note update of the "rpm2pkg" package to version 3.1.3. 2010-09-05 15:55:51 +00:00
sno
b78b97558b Updated databases/p5-Catalyst-Model-DBIC-Schema to 0.43 2010-09-05 15:55:24 +00:00
sno
c275eb62f1 Updating databases/p5-Catalyst-Model-DBIC-Schema from 0.40nb1 to 0.43
pkgsrc changes:
- adjust dependencies

Upstrean changes:
0.43  Sun Jul 25 01:00:34 UTC 2010
        - add dep for MooseX::NonMoose for the use_moose=1 option

0.42  Sat Jul 24 23:14:27 UTC 2010
        - add use_moose=1 to loader options by default for create=static

0.41  Wed Apr 28 08:42:13 EDT 2010
        - allow configuring ResultSets using the SchemaProxy trait
2010-09-05 15:55:12 +00:00
tron
0f55267aed Update "rpm2pkg" package to version 3.1.3:
- Avoid handling RPMs with uncompress data via "lzcat -f".
- Improve handling of LZMA compression via "lzcat":
  - Fail early if the child process fails to start "lzcat".
  - Don't try to kill the chld process blindly when we close the parent
    end of the pipe. Check first whether it already terminated which
    is the normal case.

Handling of RPM files with LZMA compression is now tested.
2010-09-05 15:51:56 +00:00
sno
a4faab94c7 Updated www/p5-Catalyst-Devel to 1.28 2010-09-05 15:34:12 +00:00
sno
827082271b Updating www/p5-Catalyst-Devel from 1.27nb1 to 1.28
pkgsrc changes:
- adjust dependencies

Upstream changes:
1.28 2010-06-16 02:43:00
        - Fix generated Pod tests so that the first check is if the TEST_POD
          environment variable is set. (RT#58433)
        - Fix link in the Pod for Catalyst::Restarter (RT#57362)
        - Fix the pod-coverage version required by the generated app tests.
        - Fix the restarter to only act upon file events (and ergo ignore
          the creation of empty directories).
2010-09-05 15:34:00 +00:00
sno
604d3ac80c Updated databases/p5-CatalystX-CRUD to 0.51 2010-09-05 15:20:30 +00:00
sno
41f2e42dd3 Updating databases/p5-CatalystX-CRUD from 0.48nb1 to 0.51
pkgsrc changes:
- adjusting dependencies

Upstream changes:
0.49    11 April 2010
        * uri_for_view_on_single_result() will return uri for 'view' action,
          regardless of value of can_write().

0.50    13 May 2010
        * fix make_primary_key_string() to get rid of bad sprintf() call

0.51    19 May 2010
        * added use_request_uri_for_path to test MyApp to fix
          test failures with Catalyst::Runtime 5.80024
2010-09-05 15:20:19 +00:00
sno
94f7a7fdf9 Updated www/p5-CatalystX-CRUD-YUI to 0.024 2010-09-05 15:19:01 +00:00
sno
c05009f423 Updating www/p5-CatalystX-CRUD-YUI from 0.023nb1 to 0.024
Upstream changes:
0.024   18 Mar 2010
        * check for field.description.length, since localization object
	  will return true.
2010-09-05 15:18:47 +00:00
jakllsch
0092bd8aa6 Updated multimedia/mplayer to 1.0rc20091017nb3 2010-09-05 15:08:49 +00:00
jakllsch
bd7fcfc0b0 Ensure mplayer knows how to disable the screen saver. Mostly from PR#43804.
While here, finish enabling libXvMC.  XXX libXvMC needs real builtinifying.
2010-09-05 15:07:39 +00:00
sno
8fccdd8074 Updated www/p5-CatalystX-LeakChecker to 0.06 2010-09-05 15:05:48 +00:00
sno
1790952bdf Updating www/p5-CatalystX-LeakChecker from 0.05nb1 to 0.06
pkgsrc changes:
- adjust dependencies

Upstream changes:
0.06  Fri, 26 Mar 2010 21:15:31 +0100
  * Use native traits instead of AttributeHelpers.
2010-09-05 15:05:37 +00:00
sno
f7954b7aa5 Updated www/p5-CatalystX-Component-Traits to 0.16 2010-09-05 15:01:45 +00:00
sno
3deb23a982 Updating www/p5-CatalystX-Component-Traits from 0.14nb1 to 0.16
pkgsrc changes:
- adjust dependencies

Upstream changes:
0.16 2010-08-26 19:07:00
    - Neglected to bump the version in last release.

0.15 2010-08-25 19:09:00
    - Change excludes to -excludes when using MooseX::Traits::Pluggable
      to avoid the deprecation warning.
    - Change primary repository URI in metadata
2010-09-05 15:01:34 +00:00
jakllsch
6367b0d55f remove unneeded-since 1.3 include 2010-09-05 14:41:22 +00:00
sno
4a3ed24605 Updated www/p5-Catalyst-Plugin-I18N to 0.10 2010-09-05 14:22:14 +00:00
sno
9dc46d49d0 Updating www/p5-Catalyst-Plugin-I18N from 0.09nb3 to 0.10
pkgsrc changes:
- adjusting dependencies
- adjusting license definition

Upstream changes:
0.10  Mon Jun 14 2010
        - Add Installed Languages feature by Ton Voon and Chris Dolan
          (RT #25050)
        - Add dependency and tests for i-default fallback feature in
          Locale::Maketext::Simple 0.19
2010-09-05 14:22:02 +00:00
sno
3ea3ff2a91 Updated www/p5-Catalyst-Plugin-Session-Store-Delegate to 0.06 2010-09-05 14:00:48 +00:00
sno
f894cd0c67 Updating www/p5-Catalyst-Plugin-Session-Store-Delegate from 0.05nb1 to 0.06
pkgsrc changes:
- adjust dependencies

Upstream Changes:
0.06
        - Fix dependencies in Makefile.PL
2010-09-05 14:00:36 +00:00
sno
83b2a8120f Updated mail/p5-Catalyst-View-Email to 0.30 2010-09-05 12:20:52 +00:00
sno
7697f2ac67 Updating mail/p5-Catalyst-View-Email from 0.23nb1 to 0.30
pkgsrc changes:
- adjust dependencies
- convert module type

Upstream changes:
0.30    2010-05-22
        - Added Test::Requires to 06config.t

0.29    2010-05-21
        - Using Test::Requires for Mason and Template::Toolkit dependency check
        - Removed Template::Toolkit and Mason as prereqs

0.28    2010-05-14
        - Added  version numbers to Helpers

0.27    2010-03-23
        - made ::View::TT and ::View::Mason hard deps
        - adjusted tests to reflect the aforementioned
        - patches welcome

0.25_02 2010-02-21
        - cleaned up tests
        - made Test::More 0.88 a prereq

0.25_01 2010-02-21
        - updated/corrected docs
        - added proper svn repo url

0.25    2010-02-01
        - converted to Module::Install
2010-09-05 12:20:40 +00:00
sno
26ddc155aa Updated mail/p5-Email-Sender to 0.102370 2010-09-05 12:17:00 +00:00
sno
2112264dce Updating mail/p5-Email-Sender from 0.100460nb1 to 0.102370
pkgsrc changes:
- adjust dependencies

Upstream changes:
0.102370  2010-08-25 08:37:22 America/New_York
          remove spurious prereq on Sys::Hostname::Long (thanks ABH)
          tweak some tests for truth/definedness in SMTP transport

0.102360  2010-08-24 07:47:24 America/New_York
          avoid the need to use "excludes" in role application; this silences
          warnings with Moose 1.10

0.101760  2010-06-25 08:18:26 America/New_York
          fix sendmail.t with latest Capture::Tiny (Justin Hunter)
2010-09-05 12:16:48 +00:00
sno
9271a02ef4 Updated mail/p5-Email-Address to 1.892 2010-09-05 12:13:51 +00:00
sno
3f8b217a9f Updating mail/p5-Email-Address from 1.889nb2 to 1.892
pkgsrc changes:
- adjust license

Upstream changes:
1.892     2010-09-02
          revert all behavior to 1.889

1.891     2010-08-30
          rework domainless address feature to work on perl5.8 (Alex Vandiver)

1.890     2010-08-22
          allow domainless addresses (if requested) (thanks, Alex Vandiver)
2010-09-05 12:13:39 +00:00
sno
8bc14ffb30 Updated mail/p5-Email-Abstract to 3.002 2010-09-05 12:09:33 +00:00
sno
9b56756028 Updating mail/p5-Email-Abstract from 3.001nb1 to 3.002
pkgsrc changes:
- tidy
- add license definition
- adjust dependencies

Upstream changes:
3.002     2010-06-11
          avoid a warning in MailInternet with zero headers found
2010-09-05 12:09:22 +00:00
sno
6189152ce1 Updated mail/p5-Email-MIME to 1.904 2010-09-05 11:53:05 +00:00
sno
48e8e1d357 Updating mail/p5-Email-MIME from 1.903nb1 to 1.904
Upstream changes:
1.904   2010-09-04
        eliminate memory leak in walk_parts (reported by MKANAT, RT #59581)
2010-09-05 11:52:54 +00:00
sno
f7edc4ddef Updated www/p5-Catalyst-View-Excel-Template-Plus to 0.03 2010-09-05 11:41:48 +00:00
sno
3b428ed6f1 Updating www/p5-Catalyst-View-Excel-Template-Plus from 0.01nb2 to 0.03
pkgsrc changes:
- bump dependency of math/p5-Excel-Template-Plus to 0.05
- remove leading "A" from COMMENT

Upstream changes:
0.03 Sunday, April 25, 2010
    - Simple release from the developement release 0.02_2

0.02_2 Tuesday, April 20, 2010
    - Last development release was shipped with an old Makefile.PL

0.02_1 Monday, April 19, 2010
    - add missing build requirement 'parent'

0.02 Thursday, April 15, 2010
    - fixed rt#53781 / NEXT deprecated
    - fixed rt#42166 / Auto determining template filename broken
    - Add helper class, Catalyst::Helper::View::Excel::Template::Plus
2010-09-05 11:41:36 +00:00
sno
378c038f0e Updated www/p5-Catalyst-View-JSON to 0.30 2010-09-05 11:35:52 +00:00
sno
237408f85f Updating www/p5-Catalyst-View-JSON from 0.28nb1 to 0.30
Upstream changes:
0.30  Tue Apr 13 01:14:07 CEST 2010
        - Fix test application to call $c->forward('View::JSON') rather
	  than (the incorrect) $c->forward('MyApp::View::JSON')
        - Fix documentation to match the above change
        - Turn off the regex fallback behavior in the test applications on
          newer Catalyst versions to ensure tests are correctly forwarding.
        - Move actions out of the test application classes into controller
          classes to avoid deprecation warnings on newer Catalyst releases.
        - 0.29 had unintended commits accidentally pulled from ap/master.
	  Reverted
2010-09-05 11:35:40 +00:00
sno
55a8770906 Updated www/p5-Catalyst-View-TT to 0.35 2010-09-05 11:32:14 +00:00
sno
2c29336e99 Updating www/p5-Catalyst-View-TT from 0.33nb1 to 0.35
Upstream changes:
0.35   2010-08-26 01:38:00
        - Add expose_methods functionality
        - add template name to exceptions
        - update render_die message to be more concise.
        - Doc fixes (RT#57159)
        - Silence warnings about Template::Provider::Encoding (RT #56310)

0.34   2010-04-07 04:14:50
        - Fix the process method to have the previous behaviour of reporting
          an error to Catalyst if a Template::Exception object is returned by
          the render method (i.e. when render_die is unset or set to 0).
        - Fix the warning issued about missing the render_die config option to
          log using the standard Catalyst logging system (rather than Carping
          directly), and to only issue the warning at debug level / when
          in debug mode. The severity of this warning will be increased in
          a later release.
2010-09-05 11:32:02 +00:00
sno
f47d2c41c0 Updated www/p5-Catalyst-Plugin-ConfigLoader to 0.30 2010-09-05 11:28:28 +00:00
sno
e4809df921 Updating www/p5-Catalyst-Plugin-ConfigLoader from 0.27nb2 to 0.30
pkgsrc changes:
- adjusting dependencies

Upstream changes:
0.30  Fri Aug 20 2010
    - Fix for Windows regarding changes from 0.29

0.29  Fri Aug 20 2010
    - Fix issue with 2 character app names that are kept in versioned
      directories (e.g. app called QX in QX-2.1.5/)
    - bump dep on Config::Any to use the -ForceArray Config::General option
      (caelum)

0.28  Wed Jun 30 2010
    - Pod Fixes related to config_substitutions() (Oleg Kostyuk)
    - Pod fix for the "Using a local configuration file" section of
      the Manual (RT #48823)
    - Expand XML config example in the manual (teejay, Kieren Diment)
2010-09-05 11:28:17 +00:00
sno
bcde110ca4 Updated www/p5-Catalyst-Model-Adaptor to 0.09 2010-09-05 11:25:05 +00:00
sno
9a50f4a6e0 Updating www/p5-Catalyst-Model-Adaptor from 0.08nb1 to 0.09
Upstream changes:
0.09  4 August 2010
       - Use Catalyst::Utils::ensure_class_loaded on the adapted class,
         instead of eval/require, so that inner classes in already-loaded
         packages will work.
2010-09-05 11:24:54 +00:00
sno
c63c776dbf Updated www/p5-Catalyst-Authentication-Store-DBIx-Class to 0.1400 2010-09-05 11:22:32 +00:00
sno
5b0e59f35a Updating www/p5-Catalyst-Authentication-Store-DBIx-Class from 0.1083nb1 to
0.1400

pkgsrc changes:
- adjusting dependencies

Upstream changes:
0.1400  2010-09-01
        * Make can() work as well as AUTOLOADing.

0.1300  2010-06-16
        * Support columns with accessors that aren't the column name.
        * Fix some documentation typos.
        * Stop failing horribly when running the tests in parallel.
        * Default to not running pod tests for users, even if the
          required modules for that are available.

0.1200  2010-04-10
        Release 0.1100 as a stable version without further modifications.

0.1100  2010-03-29 - development release
        Support compound primary keys for looking up users.
2010-09-05 11:22:19 +00:00
sno
85b8e3af25 Updated www/p5-Catalyst-Action-REST to 0.86 2010-09-05 11:13:42 +00:00