Commit Graph

6909 Commits

Author SHA1 Message Date
sthen
f31f618baf import ports/www/phpmemcachedadmin, ok okan@
This program allows to see in real-time (top-like) or from the start of
the server, stats for get, set, delete, increment, decrement, evictions,
reclaimed, cas command, as well as server stats (network, items, server
version) with googlecharts and server internal configuration. You can go
further to see each server slabs, occupation, memory wasted and items (key
& value). Another part can execute commands on any memcached server: get,
set, delete, flush_all, as well as execute any commands (like stats) with
telnet.
2012-05-18 20:53:56 +00:00
sthen
f46d99446f +racktables 2012-05-18 19:51:53 +00:00
sthen
ef12ce97b4 import ports/www/racktables, ok pea@
Racktables is a web-based database for datacenter and server room asset
management. It helps document hardware assets, network addresses, space in
racks, networks configuration and more.
2012-05-18 19:51:35 +00:00
landry
4f9544f081 add upstream bug # url 2012-05-18 09:56:04 +00:00
landry
99bc929b39 Fix build on sparc64, broken since 1.8.1. Provide atomic{In,De}crement
implems based on __sync_fetch_and_add builtin, with hints from kettenis@
2012-05-18 07:45:57 +00:00
sthen
3d82dc899d tweak www/rackmonkey package docs:
- tell people to use /etc/rc.d/httpd restart not apachectl stop / start
- remind people to enable mod_perl
- zap blank line
2012-05-17 23:13:52 +00:00
ajacoutot
f1d3309b8f Call setgid(2) before initgroups(3), otherwise we end up with an empty
group list and havp will get the gid of the last entry in groups(5).

ok giovanni@ (maintainer) robert@ jasper@
2012-05-17 09:10:44 +00:00
robert
1f4053bbd9 Add a temporary workaround to the chrome wrapper script that checks
if the SingletonLock file is available and valid.
The problem is that when chrome crashes one of the destructors fail to
remove the lockfile and then when you start chrome again, it will
try to communicate with the old PID of the chromium main process, because
the SingletonLock file will point to `hostname`-PID_of_old_chromium and
since that process is not running anymore, startup will fail.
2012-05-17 08:52:59 +00:00
landry
c8e17e81fb Update to midori 0.4.6.
See http://mail.xfce.org/pipermail/xfce-announce/2012-May/000196.html
2012-05-16 07:16:13 +00:00
jasper
3583d15ad2 switch to lua.port.mk 2012-05-15 19:38:01 +00:00
jasper
33f4e7c6a2 - update to 0.6.18
ok MAINTAINER
2012-05-15 17:37:34 +00:00
dcoppa
c631491e2a Simplify; no pkg changes.
Based on a diff by sthen@
2012-05-15 08:05:19 +00:00
jasper
36c89ca0e1 bugfix update to 4.4.2 2012-05-14 06:37:31 +00:00
espie
d3cd44e8dd minor updates 2012-05-11 07:47:34 +00:00
espie
822dae483c minor update. Add a note about my.cnf 2012-05-11 07:46:56 +00:00
espie
4602d77007 security updates 2012-05-11 07:46:35 +00:00
espie
de715a2c16 minor updates 2012-05-11 06:59:28 +00:00
espie
bb083959a6 security update to 7.14 2012-05-11 06:59:16 +00:00
rpointel
301f0c2a42 Update django to 1.4, ok Ryan Boggs (maintainer).
release notes: https://docs.djangoproject.com/en/dev/releases/1.4/
2012-05-10 20:04:48 +00:00
sthen
232c4c80ed tweaks to node:
- install tar.gz source, and patch node-gyp to use it rather than
attempting to download from the 'net when building a native extension,
from Aaron Bieber (maintainer).

- set V=1 in node-gyp to avoid hiding compiler command lines
(from me, ok jasper).
2012-05-10 18:29:52 +00:00
jasper
a0db0bd208 allow node ports to append 'expresso' to configure style and set up the bits
for regression tests to run

ok aaron bieber, sthen@
2012-05-10 13:17:30 +00:00
jasper
19d6774428 - don't set NO_REGRESS here as it's not picked up when set in a module.
- provide REGRESS_TARGET instead

ok sthen@
2012-05-10 08:39:47 +00:00
landry
b2dd2d7451 Sync patches with what has (finally _o/ \o/ \o_ !) been commited
upstream for bug #691898, fixing build on powerpc (and other non
yarr-jit archs..), see
https://hg.mozilla.org/mozilla-central/rev/f5a3a7b9c6b0
2012-05-09 20:36:40 +00:00
landry
b4e577b37e Remove useless patches which should have gone in the attic when updating
to mozilla 9. Better late than never.. Still from upstream bug #648735.
Revs https://hg.mozilla.org/mozilla-central/rev/ea33ddde6ade,
https://hg.mozilla.org/mozilla-central/rev/226136c5812e and
https://hg.mozilla.org/mozilla-central/rev/f78d9f4f5234.

While here add a comment stating the failure fixed by last two remaining
ipc patches.
2012-05-09 17:16:01 +00:00
sthen
03a2a7192a oops revert unintentional commit 2012-05-09 15:33:23 +00:00
sthen
d568f4182c when generating PKGNAME from NPM_NAME, strip a leading node- so we don't
double it. ok jasper@
2012-05-09 15:32:25 +00:00
jasper
3681ae85d3 - bump node requirement to the latest and greatest 2012-05-09 06:39:04 +00:00
jasper
41fa61f604 - Allow building of sub-packages (ie. node-sqlite3) with USE_SYSTRACE
set, also prevents downloading of the node distfile again.

from MAINTAINER

- add run dependency on sysutils/flock.

now node-sqlite3 builds fine.
2012-05-09 06:37:49 +00:00
jasper
0b067a06c4 - ensure the node version with fixed node-gyp is required
- fix some whitespace

ok MAINTAINER, sthen@
2012-05-08 17:10:43 +00:00
espie
366bf627e0 normalize depends 2012-05-08 17:07:30 +00:00
sthen
7b5d1808c7 Fix node-gyp for native builds by using gmake (and add a run dep).
From Aaron Bieber, I also added a comment to the RUN_DEPENDS line.
2012-05-08 15:38:01 +00:00
pascal
64ac5e1b7d - silence perl warnings about "defined(%hash)" being deprecated
- doesn't need groff
- specify GPL version

ok jasper@, Christian Rueger (maintainer)
2012-05-07 20:13:50 +00:00
jasper
fb4a988c0c Make sure node-gyp is able to find a python executable.
ok MAINTAINER
2012-05-07 20:11:47 +00:00
jasper
4a1b9539c3 regen patches 2012-05-07 18:11:29 +00:00
okan
1f89378825 - update to 1.19.0
- convert to README
- use INSTDIR instead of PREFEX

from wen heping (MAINTAINER) with tweaks from me

ok sthen@
2012-05-07 13:35:47 +00:00
ajacoutot
eaeb548473 Update to vtigercrm-5.4.0.
from new MAINTAINER Wen Heping
2012-05-06 15:29:35 +00:00
sthen
7ef0b473d3 update to Node.js 0.6.17, from maintainer Aaron Bieber
* Upgrade npm to 1.1.21
* uv: Add support for EROFS errors (Ben Noordhuis, Maciej Małecki)
* uv: Add support for EIO and ENOSPC errors (Fedor Indutny)
* http: Fix client memory leaks (isaacs, Vincent Voyer)
* fs: fix file descriptor leak in sync functions (Ben Noordhuis)
* fs: fix ReadStream / WriteStream double close bug (Ben Noordhuis)
2012-05-05 15:29:27 +00:00
robert
90bb96b466 update to 18.0.1025.168 2012-05-05 14:03:39 +00:00
landry
90c9956fa2 Fix rc script so that rc_post does what it's supposed to do. 2012-05-03 18:45:39 +00:00
rpointel
6d7faeae62 Update node to 0.6.16, from Aaron Bieber (maintainer).
ok jasper@, sthen@.
2012-05-03 17:16:27 +00:00
ajacoutot
53c55cc2d5 Update to owncloud-3.0.3. 2012-05-03 07:20:42 +00:00
jasper
7404168d03 - update to 1.13
ok rpointel@
2012-05-01 12:22:46 +00:00
jasper
e9366f5435 sync 2012-05-01 12:22:17 +00:00
jasper
cd35437744 import py-repoze-lru 0.5
repoze.lru is a LRU (least recently used) cache implementation. Keys and
values that are not used frequently will be evicted from the cache
faster than keys and values that are used frequently.

ok rpoinel@
2012-05-01 12:21:17 +00:00
merdely
2337039991 Update to 3.3.2. From wen heping. Thanks.
Several security updates included.
2012-05-01 07:21:22 +00:00
william
b70e225996 update to 3.1.9
tested by dhill, thanks
ok dhill sthen
2012-05-01 02:25:21 +00:00
landry
f0da2ce049 Fix checksum/size, noticed by naddy@ 2012-04-30 20:45:12 +00:00
landry
540844ce5f Update to fennec 10.0.4. There likely wont be any releases from newer
branches, since desktop fennec is abandoned in favor of fennec with
native ui on android (hence, not targeted at other oses...)
2012-04-30 15:40:31 +00:00
landry
238fda34f5 Update to seamonket-i18n 2.9.1. 2012-04-30 15:38:39 +00:00
landry
013d6c65d9 Update to seamonkey 2.9.1/lightning 1.4b1/enigmail 1.5pre.
- See http://www.seamonkey-project.org/releases/seamonkey2.9/
- add patch-suite_installer_Makefile_in to avoid installing the SDk
  (corollary of Tb's patch-mail_installer_Makefile_in)
- use MOZ_DEBUG_FLAGS="-Os" on ppc as done in Tb to avoid a
  relocation overflow when linking libxul on ppc (reminded by aja@)
2012-04-30 15:38:09 +00:00
landry
d77964bbf0 Update to firefox-i18n 12.0. 2012-04-30 15:29:39 +00:00
landry
ff4e0c3f66 Update to firefox 12.0.
- see http://www.mozilla.org/en-US/firefox/12.0/releasenotes/ for details
- two patches moved (patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp
  and patch-widget_src_gtk2_Makefile_in)
- add two new patches for bug #691898 (patch-js_src_jsapi_cpp and
  /patch-js_src_jsprvtd_h)
- add patch-gfx_thebes_gfxPlatform_cpp to workaround regression
  introduced in bug #715658, which prevents one from building against
systemwide cairo.
- patch-extensions_auth_nsAuthGSSAPI_cpp from bug #667325 got merged
- patch-js_src_js-config_h_in and patch-js_src_jscpucfg_h from #714312 got
  merged
- patch-ipc_chromium_src_base_dir_reader_posix_ -from #714315 got merged
2012-04-30 15:28:42 +00:00
landry
fd2eb884d9 widget/src/gtk2 moved to widget/gtk2 in gecko 12. Copy nsSound.cpp in
the correct place depending on MOZILLA_PROJECT.
2012-04-30 15:14:55 +00:00
landry
b8258512ed Update to webkit 1.8.1.
ok ajacoutot@, tested by a few on ports@ (thanks!)
2012-04-30 13:31:06 +00:00
bentley
2c2862ed96 Update www/netsurf/browser to 2.9, and associated libs.
A full list of changes can be found in the changelog:
http://source.netsurf-browser.org/tags/netsurf/2.9/ChangeLog

ok landry@
2012-04-30 07:11:58 +00:00
sthen
298a2bf669 no need to leave a "BUILD_DEPENDS=" line following sqlite3->base move. 2012-04-29 20:26:09 +00:00
kili
a5c1b25660 + hs-clientsession 2012-04-28 19:46:41 +00:00
kili
7dc17def02 Update to hs-snap-0.7.
ok jasper@

(and added myself as maintainer)
2012-04-28 19:34:09 +00:00
kili
9bb32d41c9 Update to hs-snap-server-0.7.0.1.
ok jasper@

(and added myself as maintainer)
2012-04-28 19:33:06 +00:00
kili
0370c24d1f Update to hs-snap-core-0.7.0.1.
ok jasper@

I also added myself as maintainer (in addition to jim@), as
done for some of the previous updates (where i forgot to
mention it in the commit message).
2012-04-28 19:32:21 +00:00
kili
7a998e2692 Achieves security through AES-CTR encryption and Skein-MAC-512-256
authentication.  Uses Base64 encoding to avoid any issues with
characters.

ok jasper@
2012-04-28 19:23:06 +00:00
ajacoutot
6a25f21ca1 Regen PLIST.
req by espie@
2012-04-28 14:08:53 +00:00
ajacoutot
acaaa6fdba Use LOCALSTATEDIR instead of local variables. 2012-04-28 11:06:12 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
ajacoutot
3f0ee525f1 Use LOCALSTATEDIR. 2012-04-28 10:51:44 +00:00
stsp
adb88b2247 Needs bump because of devel/apr update; don't depend on removed 'mt' flavour 2012-04-28 09:54:44 +00:00
stsp
c64abc842b Needs bump because of devel/apr update. 2012-04-28 09:53:07 +00:00
sthen
e0eea98a9f lighttpd fixes, from upstream via Brad.
- Fix handling of empty header list entries in http_request_split_value.
- Fix access log escaping of " and \\.
- Fix digest "md5-sess" implementation (Errata ID 1649, RFC 2617).
- Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround.
- Fix splitting :port with IPv6.
2012-04-28 09:25:25 +00:00
mpi
315d204cce +py-gunicorn 2012-04-27 09:03:23 +00:00
mpi
a924675ad4 Import py-gunicorn 0.14.2, from Bertrand Janin
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a
pre-fork worker model ported from Ruby's Unicorn project. The Gunicorn
server is broadly compatible with various web frameworks, simply
implemented, light on server resource usage, and fairly speedy.

ok rpointel@
2012-04-27 09:01:31 +00:00
rpointel
f6d2d45834 Update tornado to 2.2.1, ok aja@.
Release notes:http://www.tornadoweb.org/documentation/releases/v2.2.1.html.
2012-04-25 15:08:20 +00:00
naddy
88e3d49c1d missed bump after sqlite3 move 2012-04-24 19:05:55 +00:00
sthen
f1a9bee137 bump 2012-04-24 18:48:16 +00:00
espie
3ad8ed54dc missed bump 2012-04-24 17:21:42 +00:00
jasper
c8ef98b5c2 sync 2012-04-24 11:41:06 +00:00
jasper
687fb89e4a import igal2 (continued version of www/igal, which'll stay as discussed with sthen@)
igal2 (the successor of igal) is a quick and easy program for placing
your images online with just one command-line. It generates a pretty
good-looking set of W3-compliant static HTML slides even with its
default settings. The slide show preloads the next image with JavaScript
- ideal for slower links.

ok sthen@
2012-04-24 11:40:38 +00:00
ajacoutot
e9388c8bca Config/doc tweaks. 2012-04-24 10:15:57 +00:00
pea
f1b2558600 Add asql 2012-04-24 09:53:13 +00:00
pea
3bb9d343a2 Import Asql.
ASQL is a simple tool to allow you to query Apache common logfiles
via SQL.

With comments/tweaks from sthen@

ok sthen@
2012-04-24 09:52:08 +00:00
espie
8dbaef9fe6 sqlite bump 2012-04-24 06:10:16 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
gonzalo
42fdfffc74 Minor update for Aria2 to 1.15.0 with:
* Fixed assertion failure if Chunked encoding along with
  Content-Length is used.

* Fixed clang and gcc-4.7 warning and errors.

* Fixed the bug that aria2 cannot read line longer than 4096 bytes
  from the file specified by --input-file option.

While here USE_GROFF is not needed.

OK rpointel@ (maintainer), aja@
2012-04-23 15:24:05 +00:00
jasper
1b7a42749b - update to 1.0.1rc1, eventhough it's an rc, it's considered stable and
production ready. although it's advised to migrate to pyramid eventually.
2012-04-22 12:15:23 +00:00
jasper
10c7608514 - update to 1.7.5
ok martynas@ (who resigned as maintainer)
2012-04-22 12:13:55 +00:00
jasper
9487dec72b - update to 1.5.0
ok martynas@ (who resigned as maintainer)
2012-04-22 12:13:41 +00:00
jasper
f19def246d - update to 1.7.5.1
ok martynas@ (who resigned as maintainer)
2012-04-22 12:13:22 +00:00
ajacoutot
0691c69586 Use RCDIR instead of /etc/rc.d when refering to packages rc scripts.
discussed with espie and sthen
ok sthen@
2012-04-22 11:41:55 +00:00
ajacoutot
0d3c177f99 Remove unnecessary patch. No change to the build.
from Brad (maintainer)
2012-04-22 10:19:09 +00:00
jasper
1c41dd1dd5 - update to 1.4 2012-04-22 09:21:18 +00:00
jasper
fa7b55333f - update to 1.2.4 2012-04-22 09:18:00 +00:00
sthen
c797c23c02 use php-${MODPHP_VERSION}.ini rather than php.ini in MESSAGE 2012-04-21 12:52:40 +00:00
pea
c454617982 Security update to 2012-01-25a (XSS security issue)
Reminded by Christopher Zimmermann, thanks.

ok jasper@
2012-04-20 13:19:59 +00:00
pascal
30ecf4ce4a Update to privoxy 3.0.19.
ok merdely@ (maintainer)
2012-04-20 09:27:29 +00:00
sthen
c37807dc6b use pecl.port.mk, ok jasper@ 2012-04-19 21:30:26 +00:00
jasper
c72adc4566 - update to 3.4.1
* bug fixes and translation updates
2012-04-18 15:39:30 +00:00
sthen
bd69d3f94f bugfix update to chive 1.0.3 including security issue;
#911194 Unable to automatically insert auto_increment values
#911297 Incorrect displaying of HTML text in in-line edition mode
#918163 Fieldnames don´t appear on csv export with selected rows
#918363 The Server Information box does not include Chive Version
#911136 Security vulnerability fix
(fix committed in http://bazaar.launchpad.net/~fusonic/chive/1.0/revision/417,
bug report is hidden - missing html escaping in table names etc)
2012-04-18 14:54:57 +00:00
gsoares
edbab203e8 SECURITY UPDATE to nginx-1.0.15
resolves:
CVE-2012-2089 - Buffer overflow in the ngx_http_mp4_module

OK sthen@ jasper@ william@
2012-04-17 13:00:28 +00:00
landry
df549a4996 Cherrypick a fix for libsoup version detections, from
http://git.xfce.org/apps/midori/commit/?id=c7c172f7ffc9316be5954c920654e1deb9f470b7
2012-04-16 21:10:06 +00:00
okan
446d44a046 - update to 4.48 and remove USE_GROFF req.; from wen heping long ago - thanks!
ok sthen@
2012-04-16 18:48:40 +00:00
sthen
34aecae927 update to pecl-memcache 3.0.6, ok william@
- 3.0.4 was generating bogus 'delete' commands in some cases;
I noticed this when trying to use memcache as a session storage
backend with Roundcube webmail - this update fixes this.
2012-04-16 17:44:38 +00:00
jasper
d86e46292a - update to 4.4.1 2012-04-16 13:14:20 +00:00
landry
e3de7edbc2 Update to midori 0.4.5.
See http://mail.xfce.org/pipermail/xfce-announce/2012-April/000153.html
2012-04-16 10:08:43 +00:00
robert
987aa742fd update to 18.0.1025.162 2012-04-15 13:33:24 +00:00
robert
74101d13e1 make sure we use big enough buffers for sysctl(3) 2012-04-15 10:40:44 +00:00
sthen
5edd20d744 update to node 0.6.15, from Aaron Bieber
- Thanks for the great book Aaron!
2012-04-12 10:16:50 +00:00
naddy
fa74f05d16 rename LANG to DRUPAL_LANG to avoid clash with locale setting 2012-04-12 08:16:06 +00:00
sthen
b9e13cca54 link showhttptest 2012-04-11 14:05:29 +00:00
sthen
c2e068b9ec import www/slowhttptest, ok ajacoutot@
SlowHTTPTest is a highly configurable tool that simulates some
Application Layer Denial of Service attacks.

It implements most common low-bandwidth Application Layer DoS attacks,
such as slowloris, Slow HTTP POST, Slow Read attack (based on TCP persist
timer exploit) by draining concurrent connections pool, as well as Apache
Range Header attack by causing very significant memory and CPU usage on the
server.

Slowloris and Slow HTTP POST DoS attacks rely on the fact that the HTTP
protocol, by design, requires requests to be completely received by the
server before they are processed. If an HTTP request is not complete, or if
the transfer rate is very low, the server keeps its resources busy waiting
for the rest of the data. If the server keeps too many resources busy, this
creates a denial of service. This tool is sending partial HTTP requests,
trying to get denial of service from target HTTP server.

Slow Read DoS attack aims the same resources as slowloris and slow POST,
but instead of prolonging the request, it sends legitimate HTTP request and
reads the response slowly.
2012-04-11 13:37:27 +00:00
sthen
c3e2822fb2 missed bump; pointed out by nigel@ 2012-04-11 10:11:32 +00:00
ajacoutot
e729c1554d Update to owncloud-3.0.2. 2012-04-11 09:52:05 +00:00
sthen
cf97d0ad2e Add a subpackage to make it easy to run fcgi-cgi in a chroot jail,
requested by Johan Huldtgren, thanks dhill for testing.
2012-04-10 19:34:52 +00:00
robert
274a4dd29b update to 18.0.1025.152 2012-04-10 19:13:46 +00:00
jim
b1e75e3ee5 Update to 2.76. This is a significant update. Please read the Changes
file for all the details.

Input and feedback from sthen@ and Remi Locherer <remi.locherer at relo.ch>

"reads ok" sthen@
2012-04-10 13:32:45 +00:00
dcoppa
301285c09e Update to 1.0.6 2012-04-10 13:29:33 +00:00
jim
efba1258f4 Update to 0.25 to support forthcoming update of Mojo.
"reads ok" sthen@
2012-04-10 12:56:40 +00:00
espie
45171542cd +drupal7 2012-04-10 12:53:15 +00:00
espie
875b4357b8 ... and core 2012-04-10 12:52:32 +00:00
espie
2ac16998d0 some drupal7 ports.
okay sthen@
2012-04-10 12:50:24 +00:00
espie
38c54070ff drupal7 ports, a few essentials which are more or less ready.
approved by sthen@
2012-04-10 12:49:31 +00:00
sthen
0dde427829 Security update to links 2.6, fixes include:
- Buffer overflow when pasting too long text from clipboard to dialog
boxes (not remotely exploitable)
- A write out of allocated memory in the graphics renderer
(potentially exploitable)
- An infinite loop when parsing invalid usemap specification in text and
graphics mode (can cause browser lockup, but not otherwise exploitable)
- Accesses out of memory in the xbm decoder (potentially exploitable)

Also drop dip.c patch to resolve crashes with libpng 1.5, upstream
appears to have fixed this separately in the update to 2.5.
Thanks jasper@ for additional testing.
2012-04-10 11:59:44 +00:00
espie
5e0dc808a2 much newer version, works with drupal5/6/7 2012-04-09 16:12:12 +00:00
ajacoutot
01a6c0fdc8 Upsteam: always convert letters to lowercase to get transitive results.
from Brad (maintainer)
2012-04-09 07:02:11 +00:00
sthen
0b2deb5d64 Update www/p5-Catalyst-View-Mason to version 0.18.
from Andreas Voegele
2012-04-08 21:59:00 +00:00
sthen
77c04c1f07 Update www/p5-Catalyst-Plugin-XMLRPC to version 2.01. Replace NEXT by
MRO::Compat.

Catalyst::Plugin::XMLRPC is unmaintained and deprecated.

from Andreas Voegele
2012-04-08 21:58:58 +00:00
sthen
bf0e2f2ec8 Update www/p5-Catalyst-Plugin-SubRequest to version 0.17.
from Andreas Voegele
2012-04-08 21:58:56 +00:00
sthen
d95b029628 Mark www/p5-Catalyst-Plugin-Singleton as deprecated.
from Andreas Voegele
2012-04-08 21:58:53 +00:00
sthen
cb7afaa068 Update www/p5-Catalyst-Plugin-Session-Store-File to version 0.18.
from Andreas Voegele
2012-04-08 21:58:51 +00:00
sthen
1bd0498851 Update www/p5-Catalyst-Plugin-Session-Store-FastMmap to version 0.14.
from Andreas Voegele
2012-04-08 21:58:49 +00:00
sthen
2d1473317f Update www/p5-Catalyst-Plugin-Session-State-URI to version 0.15.
from Andreas Voegele
2012-04-08 21:58:46 +00:00
sthen
28e431d209 Update www/p5-Catalyst-Plugin-Session-State-Cookie to version 0.17.
from Andreas Voegele
2012-04-08 21:58:44 +00:00
sthen
3d0ca113ac Update www/p5-Catalyst-Plugin-Session-PerUser to version 0.05.
from Andreas Voegele
2012-04-08 21:58:42 +00:00
sthen
521c015c47 Update www/p5-Catalyst-Plugin-Session-FastMmap to version 0.13.
Catalyst::Plugin::Session::FastMmap is deprecated in favor of
Catalyst::Plugin::Session.

from Andreas Voegele
2012-04-08 21:58:40 +00:00
sthen
507163e1f3 Update www/p5-Catalyst-Plugin-Session to version 0.32.
from Andreas Voegele
2012-04-08 21:58:38 +00:00
sthen
487036c00c Update www/p5-Catalyst-Plugin-PageCache to version 0.31.
from Andreas Voegele
2012-04-08 21:58:36 +00:00
sthen
555cc91709 Update www/p5-Catalyst-Plugin-LogWarnings to version 0.03.
from Andreas Voegele
2012-04-08 21:58:35 +00:00
sthen
f027e814fe Update www/p5-Catalyst-Plugin-I18N to version 0.10.
from Andreas Voegele
2012-04-08 21:58:32 +00:00
sthen
a31cdb2806 Update www/p5-Catalyst-Plugin-FormValidator to version 0.094.
Using Catalyst::Plugin::FormValidator is not recommended as the module
takes over the global $c->form method, rather than being applicable in
only part of your Catalyst application.  Furthermore,
Data::FormValidator itself is not recommended for use.

from Andreas Voegele
2012-04-08 21:58:30 +00:00
sthen
7788618e92 Update www/p5-Catalyst-Plugin-DefaultEnd to version 0.8.
Catalyst::Plugin::DefaultEnd is deprecated.  Please use
Catalyst::Action::RenderView instead.

from Andreas Voegele
2012-04-08 21:58:28 +00:00
sthen
424515eabe Update www/p5-Catalyst-Plugin-ConfigLoader-Environment to version 0.07.
from Andreas Voegele
2012-04-08 21:58:26 +00:00
sthen
55eaf0a6d1 Update www/p5-Catalyst-Plugin-ConfigLoader to version 0.30.
from Andreas Voegele
2012-04-08 21:58:24 +00:00
sthen
d86a920961 Mark www/p5-Catalyst-Plugin-Cache-Store-FastMmap as deprecated.
Catalyst::Plugin::Cache::Store::FastMmap is deprecated because
Cache::FastMmap no longer needs to be wrapped to store plain values.

from Andreas Voegele
2012-04-08 21:58:22 +00:00
sthen
901ad623f2 Update www/p5-Catalyst-Plugin-Cache-Memcached to version 0.8.
Catalyst::Plugin::Cache::Memcached is deprecated.  Use Cache::Memcached
in Catalyst::Plugin::Cache configuration directly.

from Andreas Voegele
2012-04-08 21:58:20 +00:00
sthen
47cec2c4ce Update www/p5-Catalyst-Plugin-Cache to version 0.10.
from Andreas Voegele
2012-04-08 21:58:18 +00:00
sthen
9f363bc3be Update www/p5-Catalyst-Log-Log4perl to version 1.05.
Catalyst::Log::Log4perl is deprecated.  Use Log::Log4perl::Catalyst
instead.

from Andreas Voegele
2012-04-08 21:58:16 +00:00
sthen
b4a7ac22c5 Update www/p5-Catalyst-Engine-Apache to version 1.16.
from Andreas Voegele
2012-04-08 21:58:14 +00:00
sthen
b14231c277 Update www/p5-Catalyst-Devel to version 1.36.
from Andreas Voegele
2012-04-08 21:58:12 +00:00
sthen
b82bac941c Update www/p5-Catalyst-Controller-HTML-FormFu to version 0.06001. More
recent versions remove deprecated methods.

from Andreas Voegele
2012-04-08 21:58:09 +00:00
sthen
19f1bdcc96 Update www/p5-Catalyst-Controller-FormBuilder to version 0.06.
from Andreas Voegele
2012-04-08 21:58:07 +00:00
sthen
6d515b0e2a Update www/p5-Catalyst-Component-ACCEPT_CONTEXT to version 0.07.
from Andreas Voegele
2012-04-08 21:58:04 +00:00
sthen
eae2c85ea7 Update www/p5-Catalyst-Action-RenderView to version 0.16.
from Andreas Voegele
2012-04-08 21:57:39 +00:00