Commit Graph

4768 Commits

Author SHA1 Message Date
ajacoutot
224f5fbb96 Actually, only firefox35 bundles its own nss for some reason, so revert
previous.
No pkg change, no bump.
2009-11-18 08:59:00 +00:00
sthen
9d0f70b46f - fix dependencies following libstdc++ bump from 4.2.4p3 to 4.2.4v0
- bump relevant PKGNAMEs
2009-11-18 00:49:09 +00:00
ajacoutot
6815706205 Firefox and Seamonkey bundle their own libnss3, so use same workaround
as for security/nss:
SHA1_Update conflicts with openssl which may be dynamically loaded
at runtime via libcups or libgssapi so causing a crash due to using
the wrong binding.  So rename here to avoid conflict.

ok jasper@ sthen@
2009-11-17 23:07:45 +00:00
stephan
10a3b8f09b +locale-de 2009-11-17 09:55:29 +00:00
stephan
a3e42cc203 Import drupal6/locale-de
Provides German translation of drupal6.

If you install this module prior to configuring drupal, thanks
to autolocale, the installation itself will be available in German!

ok sthen@ and landry@
2009-11-17 09:53:52 +00:00
sthen
b4e290642b - match upper-case chars when detecting rrd file types; avoids problems
with processes with names containing upper-case characters.

- take MAINTAINER, bump PKGNAME
2009-11-14 11:06:42 +00:00
jasper
c4965acd2d re-import www/drupal6/nodetype, original by stephan@:
Change the content type of your posts while editing them.
This module is extremely simple and *only* changes the node
type in the database column. That is all. It does not convert
any CCK fields or change other things about the node.	     
Only use it when you know *exactly* what you're doing!
ok espie@ and jasper@ ports-wise
2009-11-14 08:19:57 +00:00
jasper
30cff008ee - remove, it was imported into the wrong directory. 2009-11-14 08:15:06 +00:00
jdixon
0b67b94ccc Update to 1.0.
Please note:
Users upgrading from a prior release should review Blogsum/Config.pm.dist
for new settings to merge with their local Blogsum/Config.pm.

pretty fucking awesome merdely@
2009-11-14 05:28:28 +00:00
merdely
b95f94c256 Update Wordpress to 2.8.6.
From http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/:

2.8.6 fixes two security problems that can be exploited by registered,
logged in users who have posting privileges.  If you have untrusted
authors on your blog, upgrading to 2.8.6 is recommended.

The first problem is an XSS vulnerability in Press This discovered by
Benjamin Flesch.  The second problem, discovered by Dawid Golunski, is
an issue with sanitizing uploaded file names that can be exploited in
certain Apache configurations. Thanks to Benjamin and Dawid for finding
and reporting these.
2009-11-13 02:45:06 +00:00
jasper
e9f683a6c9 - add tidy bindgins
ok robert@
2009-11-12 21:47:10 +00:00
landry
e4a10f3703 +p5-HTML-StripScripts{,-Parser} 2009-11-12 20:16:55 +00:00
landry
4ce07f31a1 Import p5-HTML-StripScripts-Parser-1.03 :
This class provides an easy interface to HTML::StripScripts, using
HTML::Parser to parse the HTML.
2009-11-12 20:15:20 +00:00
landry
6271366656 Import p5-HTML-StripScripts 1.05:
This module strips scripting constructs out of HTML, leaving as much
non-scripting markup in place as possible. This allows web applications
to display HTML originating from an untrusted source without
introducing XSS (cross site scripting) vulnerabilities.
2009-11-12 20:12:18 +00:00
jcs
67617128d4 build nginx-passenger as well
ok bernd@
2009-11-12 14:14:52 +00:00
stephan
244c7907f3 +drupal6-nodetype 2009-11-12 09:44:16 +00:00
stephan
218bcba31d import www/drupal6-nodetype
Change the content type of your posts while editing them.
This module is extremely simple and *only* changes the node
type in the database column. That is all. It does not convert
any CCK fields or change other things about the node.

Only use it when you know *exactly* what you're doing!

ok espie@ and jasper@ ports-wise
2009-11-12 09:39:55 +00:00
stephan
bbe882a969 - update to 3.64
- correct licence: Perl
- tweak style

ok by maintainer and sthen@
2009-11-11 11:09:56 +00:00
landry
cb460fb21b +sabredav 2009-11-10 20:28:32 +00:00
landry
f3458bd1fd Import sabredav 1.0.0.
SabreDAV allows you to easily add WebDAV support to a PHP application.
It is meant to cover the entire standard, and attempts to allow integration
using an easy to understand API.
with comments from ajacoutot@
2009-11-10 20:27:36 +00:00
bernd
f51f9ca090 Remove myself from MAINTAINER and bump. 2009-11-09 17:09:22 +00:00
sthen
1702428dab bump following java.port.mk change. 2009-11-09 11:03:26 +00:00
stephan
4889397639 +ldap_integration 2009-11-09 10:37:19 +00:00
stephan
8ebc3ba543 Import drupal6-ldap_integration:
This LDAP integration module allows users to authenticate against a
configurable Lightweight Directory Access Protocol directory. This
is useful for organizations which have an existing organizational
directory with usernames and passwords, and want Drupal to be able
to authenticate against it.

ok'd-portswise by landry@ and sthen@, tested in production by me.
2009-11-09 10:33:21 +00:00
ajacoutot
ab3b105cb3 Fix mozilla plugins directory, for some reason we don't use the default...
ok  landry@ (maintainer)
2009-11-08 16:19:34 +00:00
sthen
ef98216b12 add patches from upstream via Brad:
- disable warning "CLOSE-read"
- reset tlsext_server_name in connection_reset - fixes random
hostnames in the $HTTP["host"] conditional
- mod_fastcgi: fix mod_fastcgi packet parsing
- mod_fastcgi: Don't reconnect after connect() succeeded
2009-11-08 13:16:40 +00:00
landry
8498558def +surf 2009-11-08 12:18:42 +00:00
landry
9b5304df29 Import surf 0.3:
surf is a minimalistic web browser using webkit, in the spirit of
dwm/suckless.org softwares. It supports the Xembedded protocol which
makes it possible to embed it into another application. Furthermore
one can point surf to another URI by setting its XProperties.
Based on a submission from Tobias Ulmer some times ago on ports@, thanks!
2009-11-08 12:17:18 +00:00
espie
097eb686d0 webform 2.9, fixes profile replacement issues. 2009-11-07 08:35:38 +00:00
espie
3ee09611bf update views and cck.
WARNING: if you use both, update both. Especially if you use cck
node/user refs from a view, since that's broken with cck 2.5.
packages have an annotation to prevent this (@incompatibility) but it's
not yet implemented... ;-/
2009-11-06 19:01:28 +00:00
jasper
060ff83475 woopsie, missing bit 2009-11-06 09:05:24 +00:00
jasper
383bcb84a5 - move another common variable into pear.port.mk (the 'pear' category). 2009-11-06 09:01:07 +00:00
jasper
65dbb2a870 - if the same two lines are copy/pasted into every single port using the pear
module, maybe it's time to copy/paste it into pear.port.mk.
thus, move MASTER_SITES and EXTRACT_SUFX to a common place

ok sthen@ robert@
2009-11-06 08:32:36 +00:00
benoit
a997dc5365 - new HOMEPAGE
ok ajacoutot@
2009-11-05 11:01:44 +00:00
stephan
5bd83decff change maintainer email address.
fixing some whitespaces into tabs while at it.

ok sthen@ and jasper@
2009-11-03 13:27:43 +00:00
giovanni
bb15b91a22 Update to 3.2.3
Ok kevlo@ (maintainer)
2009-11-03 08:18:37 +00:00
sturm
238b9497a2 security update to opera 10.01 2009-11-03 05:50:21 +00:00
jasper
04edc3f0db - add p5-WWW-Mechanize-TreeBuilder 2009-11-02 10:11:31 +00:00
jasper
c4c6ce1440 import p5-WWW-Mechanize-TreeBuilder 1.10001
This module combines WWW::Mechanize and HTML::TreeBuilder.

from from Stephan A. Rickauer (MAINTAINER), with tweaks by me
2009-11-02 10:10:21 +00:00
sthen
b3a79a62ad - update to 1.3, fixes a regression introduced in 1.2.
from Stephan Rickauer (maintainer).

- spaces->tabs in Makefile
2009-11-02 09:49:20 +00:00
landry
bd1b431050 Forgot to cvs add those two patches, reminded by David Coppa, thx! 2009-11-01 20:34:20 +00:00
landry
9cae2294fd Update to gecko-mediaplayer 0.9.8, from MAINTAINER David Coppa, thanks! 2009-11-01 18:25:21 +00:00
jasper
3402078599 if a port has been marked as BROKEN for 3 years, asking for someone who
cares enough about the port to update it...
it's pretty obvious no one gives a banana or melona

no objections from steven@, sthen@ and phessler@
2009-11-01 15:26:06 +00:00
fgsch
3c8ff72ce7 Update to 1.8.5. Also, don't depend on the python symlink being there.
Someone told landry@ instead of using the normal channels. Sigh.
2009-10-31 14:26:39 +00:00
sthen
35f9348a76 Security update to 1.2, XSS for users with 'administer workflow'
permissions (names of workflows and states are not sanitised).
DRUPAL-SA-CONTRIB-2009-088. From maintainer Stephan Rickauer.
2009-10-30 16:59:19 +00:00
sthen
b31e773b09 +theme-acquia-marina, bueditor 2009-10-30 16:18:43 +00:00
sthen
64311228eb import www/drupal6/theme-acquia-marina
Acquia Marina is an advanced fixed-width theme, supporting 1, 2 or
3-column layouts with 15 collapsible block regions. It has an optional
drop-down primary links menu and advanced theme settings to customize
without coding. Icons for core and Views blocks are included.

It is cross-browser tested (in IE6/7, Opera, Safari, and Firefox)
and has a high attention to detail.
2009-10-30 16:17:50 +00:00
sthen
58fabea083 import www/drupal6/bueditor, from maintainer Stephan Rickauer.
A plain textarea editor aiming to facilitate code writing for Drupal.

  * Editor interface and functionality are completely
    customizable through administration pages.
  * It supports role based editor interfaces.
  * It's possible to create image or text buttons.
  * Buttons can be customized to generate code snippets,
    html tags, bbcode tags etc.
2009-10-30 16:17:00 +00:00
sthen
b63c6b4c36 update to the latest bug fix release in the 2.7 branch. From Brad (maintainer). 2009-10-30 00:56:57 +00:00
william
ded9791bf5 SECURITY update to 0.7.63:
- fix VU#180065
- fix a null pointer dereference vulnerability

ok sthen@
2009-10-30 00:42:17 +00:00
sthen
75a1ef1bcb switch to flex 2.5.35; ok landry@ 2009-10-29 16:46:09 +00:00
sthen
b518dd066d update to 1.4.24, from Brad (maintainer). 2009-10-27 23:02:11 +00:00
sthen
dc7ad7bafd +phpmailer 2009-10-27 11:15:22 +00:00
sthen
4615115ebe Import www/drupal6/phpmailer
This module integrates PHPMailer with Drupal, both as native
drupal_mail() wrapper, and as part of the Mime Mail module,
allowing you to send mail directly by SMTP (optionally with
authentication/encryption). Avoids sending mail with PHP's
mail() function (which needs /bin/sh in the chroot jail).
2009-10-27 11:14:37 +00:00
giovanni
380f9ea8e0 Update to 0.4.5 and disable automatic updates. 2009-10-27 08:48:04 +00:00
jim
dda0173c52 update to 1.21 from Cesare Gargano <gar at plusiagamma dot org> with pollish by me.
ok simon@
2009-10-27 00:51:42 +00:00
jim
365d84de34 update to 0.13 mostly from simon@
ok simon@
2009-10-27 00:47:43 +00:00
jim
38e075efbd update to 5.80013 started by Cesare Gargano <gar at plusiagamma dot org>
ok simon@
2009-10-27 00:44:58 +00:00
okan
7a86a6cc3e fix typo and bump
ok william@ (MAINTAINER)
2009-10-26 13:32:02 +00:00
pea
711db22861 Update to 3.63
Security fix: http://permalink.gmane.org/gmane.comp.security.oss.general/2237
From Cesare Gargano, thanks.

Looks ok landry@
2009-10-26 09:03:34 +00:00
sthen
bba2747932 Remove trac-adminplugin; integrated into base trac. merdely@ ok 2009-10-23 17:26:20 +00:00
sthen
6d3e735561 Unlink trac-adminplugin; integrated into base trac. merdely@ ok 2009-10-23 17:25:31 +00:00
sthen
501db2dde9 +tracnav 2009-10-23 17:24:31 +00:00
sthen
35160c1857 import www/tracnav;
The TracNav macro implements a fully customizable navigation bar
for the Trac wiki engine.

The contents of the navigation bar is a wiki page itself and can
be edited like any other wiki page through the web interface. The
navigation bar supports hierarchical ordering of topics.

The design of TracNav mimics the design of the TracGuideToc that
was originally supplied with Trac. The drawback of TracGuideToc is
that it is not customizable without editing its source code and
that it does not support hierarchical ordering.
2009-10-23 17:24:19 +00:00
espie
ab14a17d91 minor security update, adjust my patches 2009-10-23 10:18:35 +00:00
espie
fab88b2db6 a few minor updates 2009-10-23 10:10:54 +00:00
merdely
293fee2cc0 Update to Wordpress 2.8.5 2009-10-23 01:03:27 +00:00
ajacoutot
de47e9fd10 Update to timetrex-3.0.0.
Tweak README.OpenBSD while here and remove myself from maintainer.
2009-10-22 09:09:26 +00:00
giovanni
81e35ccbb2 Update to 0.4.4
full Chnagelog available at http://piwik.org/changelog/
2009-10-22 08:18:54 +00:00
sthen
d336773564 Don't depend on modules that are now in base with Perl 5.10.1.
ok jasper@
2009-10-21 22:49:48 +00:00
bernd
d015824fa7 Ruby hangs during rdoc generation and it doesn't work with newer rails.
Mark as broken for now. Noticed by naddy@. Thanks!
2009-10-20 09:39:05 +00:00
bernd
b1976e7644 The datamapper dependency seems broken. Skip dm deps to make it build again.
No bump, didn't build. Noticed by naddy@. Thanks!
2009-10-20 05:21:14 +00:00
landry
032a5f6054 Update to midori 0.2.0. 2009-10-19 19:54:15 +00:00
ajacoutot
afd40f9580 Update to version 2.28.1
* Broken context-sensitive spell check
* Context popup clears a selection
2009-10-18 18:07:17 +00:00
sthen
c980c9c8cd add Brad as maintainer, bump. 2009-10-17 16:22:21 +00:00
espie
c71d289789 security update: DRUPAL-SA-CONTRIB-2009-073 independently noticed by Stephen A. Rickauer. 2009-10-17 12:18:33 +00:00
jasper
4fbb73b6ad - update phpmyadmin to 3.2.2.1
ok kevlo@ (MAINTAINER)
2009-10-16 08:56:54 +00:00
robert
086c466cc1 Update to ZendFramework-1.9.4 2009-10-15 11:01:01 +00:00
sthen
18ba2b3d7e update to 4.31, from new maintainer Ian McWilliam 2009-10-15 00:21:53 +00:00
espie
b609f76933 - brain damaged flavors 2009-10-14 18:20:23 +00:00
espie
e33e8d3084 fix complete brain-damage.
So, moodle needs a database, fine. No need to put flavors around it.
package-specs have ALTERNATIVES, so you can just depend on any of mysql and
postgresql, and you don't need a flavor for that...
2009-10-14 18:03:17 +00:00
pea
304e1f6da0 Update to 1.60
ok landry@
2009-10-14 15:27:14 +00:00
pea
6b6d0dcfc3 Update to 5.832.
ok landry@
2009-10-14 15:26:05 +00:00
jasper
46a31b7d2b - update p5-WWW-Wikipedia to 1.96
from new maintainer, Stephan A. Rickauer
2009-10-14 13:57:00 +00:00
ajacoutot
0217871b96 As found out the hard way by landry@ autoaudiosink (and probably other
things) do not run out of the box without the confelements.
We will merge confelements into the main gstreamer-plugins-good
package so that everything works out of the box.
2009-10-14 12:51:45 +00:00
landry
7f8f4cb291 Add forgotten patch to let the beast build on 64-bits archs.
Thanks phessler@ for spotting it...
2009-10-14 11:17:58 +00:00
sthen
e17c74cecc - only link with pthread for the -js flavor
- list the js flavor in DESCR
- bump

ok edd@ (maintainer)
2009-10-14 11:01:28 +00:00
edd
3fcea96173 bump PKGNAME, as DESCR changed, thanks Jasper. 2009-10-13 20:50:27 +00:00
edd
d31f214724 add elinks javascript FLAVOR to the build.
OK sthen@
2009-10-13 18:36:36 +00:00
edd
3b11afe6f2 Add a FLAVOR for javascript support via Spidermonkey. Note that one of
Spidermonkey's dependencies (nspr) has ONLY_FOR_ARCHES. This is why js
support was deemed optional.

OK sthen@
2009-10-13 18:24:01 +00:00
jasper
b9c1849fed - update epiphany-extensions to 2.28.0 2009-10-13 09:58:12 +00:00
jasper
a468c684ce - update epiphany to 2.28.0
* this switches epiphany from xulrunner to webkit
2009-10-13 09:57:41 +00:00
pirofti
49a74ecb37 Update ruby-addressable to 2.1.0 2009-10-12 22:43:55 +00:00
pirofti
4a9696138e Update ruby-rails to 2.3.4. 2009-10-12 17:33:33 +00:00
pirofti
df02811a93 Update ruby-merb to 1.0.12. 2009-10-12 16:36:38 +00:00
pirofti
4d417d9fa0 Update ruby-merb-more to 1.0.12. 2009-10-12 16:32:08 +00:00
pirofti
62e964be14 Update ruby-merb-auth to 1.0.12 2009-10-12 16:30:17 +00:00
pirofti
6063d7483f Update ruby-merb-slice-password to 1.0.12 2009-10-12 16:28:20 +00:00
pirofti
a41afca921 Update ruby-merb-auth-more to 1.0.12 2009-10-12 16:26:34 +00:00
pirofti
13a671df4c Update ruby-merb-auth-core to 1.0.12 2009-10-12 16:24:46 +00:00
pirofti
b9958c7719 Update ruby-merb-slices to 1.0.12 2009-10-12 16:21:18 +00:00
pirofti
22566aa0db Update ruby-merb-param-protection to 1.0.12 2009-10-12 16:18:45 +00:00
pirofti
dc268874b0 Update ruby-merb-mailer to 1.0.12 2009-10-12 16:17:00 +00:00
pirofti
67d297d05a Update ruby-merb-helpers to 1.0.12 2009-10-12 16:15:06 +00:00
pirofti
a8003d9cfc Update ruby-merb-haml to 1.0.12 2009-10-12 16:11:33 +00:00
pirofti
1fe32a35f4 Update ruby-merb-gen to 1.0.12 2009-10-12 16:08:15 +00:00
pirofti
c4a2e55dc2 Update ruby-merb-exceptions to 1.0.12 2009-10-12 16:04:44 +00:00
pirofti
3461947112 Update ruby-merb-datamapper to 1.0.12 2009-10-12 16:03:00 +00:00
pirofti
03e3f017d6 Update ruby-merb-cache to 1.0.12 2009-10-12 15:58:53 +00:00
pirofti
06ebdf8e3f Update ruby-merb-assets to 1.0.12 2009-10-12 15:46:41 +00:00
pirofti
bc19383d08 Update ruby-merb-action-args to 1.0.12 2009-10-12 15:40:55 +00:00
pirofti
667e98487f Update ruby-merb-core to 1.0.12 2009-10-12 15:34:45 +00:00
pirofti
c5d636d149 Start updating ruby-merb-* to 1.0.12. 2009-10-12 15:34:12 +00:00
pirofti
3c3964338e update ruby-activeresource to 2.3.4 2009-10-12 15:15:51 +00:00
pirofti
a91516256a Update ruby-activemerchant to 1.4.2 2009-10-12 15:07:36 +00:00
landry
a6956954c5 Sigh.. since upstream doesn't care about providing tarballs that
compile, nor instructions on how to compile it, we can't update to
0.5.8, but at least we can backport gtk-entry code and callers from it.
This is ugly^Whackish^Whorrible, but at least it really works again.
While here, drop MAINTAINERship, i don't want to be responsible for that
pile of crap anymore.
2009-10-11 20:33:00 +00:00
steven
962322e5f2 feed libfcgi.la instead of -lfcgi into the libtool invocation here 2009-10-11 19:47:25 +00:00
landry
d67aa1b2d1 Long overdue update to webkit 1.1.15.2 :
bump major to be on the safe side, add commented-out entries for
gstreamer LIB/RUN_DEPENDS for the day we enable HTML5 video support.
midori/devhelp are happy with it..
2009-10-11 18:31:12 +00:00
jasper
250e103e89 no point in having a PFRAG.shared for python ports.
aja@ agrees.
2009-10-11 17:51:29 +00:00
edd
1a81b94abc Mark lua flavor as BROKEN. I have never seen this working.
OK sthen@
2009-10-11 15:55:50 +00:00
edd
7815849eb7 update email address on all of my ports, other than texlive.
OK, sthen@, phessler@
2009-10-11 14:06:20 +00:00
landry
17a14b17fe Unbreak after gtk+2 update.. using private gtk struct fields is nasty.
Now, let's try to update that crap to a newer version... sigh.
2009-10-11 11:14:18 +00:00
steven
55ff289558 security update to 1.1.1
description at http://www.djangoproject.com/weblog/2009/oct/09/security/

from maintainer Ryan Boggs
2009-10-10 17:09:03 +00:00
espie
e832ea4c67 +draft 2009-10-10 13:43:19 +00:00
espie
5a15eda8b6 save drafts (includes automatic saves) while editing.
Requires a bit of configuring to be useful...
2009-10-10 13:42:46 +00:00
espie
913891b223 fix 'choose as ref' extension (managed to commit a wrong patch) and
fix performance issue with intensive reloading of profile fields...
2009-10-10 10:48:17 +00:00
espie
4e8ee89fc1 make it work out-of-the-box with webform 2009-10-10 10:42:14 +00:00
ajacoutot
66abc2409d Update to p5-Perlbal-1.73
ok jasper@ sthen@
2009-10-10 07:50:02 +00:00
naddy
bbd99c3aba update to 2009.09.13; ok pirofti@ 2009-10-09 15:59:47 +00:00
sthen
fa34a9151c +cntlm 2009-10-08 19:13:39 +00:00
sthen
70b63cddd0 import www/cntlm, from maintainer David Coppa
Cntlm is an http proxy server, written in pure C, that allows you to 
authenticate via the proprietary NTLM protocol, so you can use web 
sites and web proxies that require NTLM/NTLMv2 authorization.
2009-10-08 19:13:09 +00:00
benoit
10fb3da7b3 - update privoxy to 3.0.12
- update & remove patch
- regen plist

ok ajacoutot@, merdely@
2009-10-04 19:27:21 +00:00
pea
a118467e79 Update to 3.62
ok landry@
2009-10-03 09:13:45 +00:00
sthen
572448a8cb +perlbal (and thanks from dlg to pyr for pointing out the software) 2009-10-02 09:28:37 +00:00
sthen
a6b48be34f import perlbal, mostly from dlg@, ok dlg
Perlbal is a single-threaded event-based server supporting HTTP
load balancing, web serving, and a mix of the two.
2009-10-02 09:26:21 +00:00
ajacoutot
12028a52f9 Tweak MESSAGE now that /var/www/tmp/ is here by default. 2009-10-01 12:28:34 +00:00
ajacoutot
5649cab24c Create /var/www/tmp/ directory on install.
ok robert@ (maintainer)
2009-10-01 12:22:32 +00:00
benoit
e20033bf64 - update dillo to 2.1.1
- change maintainer
- enable ssl
- regen plist & patches

ok ajacoutot@, sthen@
2009-09-29 07:38:33 +00:00
sthen
8892470060 Bugfix update to 1.6.3, from Brad (maintainer). 2009-09-29 07:33:31 +00:00
jdixon
2fa5ed499d +blogsum 2009-09-29 04:48:00 +00:00
jdixon
5dfb96003d Blogsum is a weblog application with a focus on simplicity and security.
It was designed from scratch to be easy to use and easier to maintain,
and works inside or outside of the OpenBSD httpd chroot with no changes.

suggestions from and ok phessler@
2009-09-29 04:45:18 +00:00
jdixon
7b8adcb96a +p5-HTTP-Lite 2009-09-29 04:38:17 +00:00
jdixon
44db9ba1f7 HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation
for perl.  It is not intended as a replacement for the
fully-featured LWP module.  Instead, it is intended for use in
situations where it is desirable to install the minimal number of
modules to achieve HTTP support, or where LWP is not a good
candidate due to CPU overhead, such as slower processors.
HTTP::Lite is also significantly faster than LWP.

ok phessler@
2009-09-29 04:36:19 +00:00
ajacoutot
7aa1d0aaad Fix dependencies after gstreamer-plugins-* merge.
looks good to landry@, ok jasper@
2009-09-28 18:32:02 +00:00
jasper
c991088b91 - add missing dependency
spotted by robert@
2009-09-28 18:25:41 +00:00
sthen
80a725208d Update the Horde suite to current versions. devel/horde has SECURITY fixes
including XSS (prefs, MIME viewer) and preventing overwriting of webserver-
accessible files (image form fields, e.g. with Turba). For more information
see http://lists.horde.org/archives/announce/2009/000512.html.

Thanks Vijay Sankar, Michiel van Baak and Daniel Levai for testing/feedback.
2009-09-28 13:09:15 +00:00
espie
f6cadd31e9 +captcha 2009-09-28 08:45:03 +00:00
espie
5356e1682b captcha ability for drupal 2009-09-28 08:44:36 +00:00
espie
ab14db2a7a +schema 2009-09-26 13:17:33 +00:00
espie
14d496fa63 make use of the database schema API of drupal6 to show you your site
database tables, and see any discrepancy between what currently exists
and what is described (great tool for cleaning up after updates or
debugging existing problems).
2009-09-26 13:16:05 +00:00