Commit Graph

4540 Commits

Author SHA1 Message Date
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
espie
69c6ddcf07 minor update 2009-09-26 11:35:40 +00:00
espie
30d8c198eb major update. Don't forget to run update.php, otherwise you're going to see
warnings all over your site(s).
2009-09-26 11:35:21 +00:00
bernd
059de9d5a8 Unbreak with php > 5.2.10 and fix the do-install target wo it will pick
up the patches files.

php fix from robert@
2009-09-26 10:02:57 +00:00
jasper
a4c40b855c - hobbits take over 2009-09-25 15:56:29 +00:00
jasper
80b1c3d640 - update gtkhtml3 to 3.28.0
- merge PFRAG.shared into PLIST as python is already in the dependency chain

ok aja@
2009-09-25 08:12:11 +00:00
espie
ae435498a9 security fix: DRUPAL-SA-CONTRIB-2009-062 2009-09-23 23:19:12 +00:00
espie
692e07cd14 minor security fix: DRUPAL-SA-CONTRIB-2009-060 2009-09-23 15:58:18 +00:00
espie
e8937b8e8d fix time-based cache, from drupal cvs 2009-09-23 10:46:51 +00:00
ajacoutot
76d8a8d45b Update to hiawatha-6.17.1.
* Main configuration file httpd.conf renamed to hiawatha.conf.
* Several crash/bugfixes and improvements.
2009-09-22 09:29:25 +00:00
robert
16d319382f fix packaging 2009-09-22 06:55:11 +00:00
sturm
3717a5ef96 update to opera 10
note: this version of opera has font issue on OpenBSD, there are missing
MathML characters and some fonts, like Farsi(?), cannot be displayed at all.
I looked at it, but have no clue what to do about it.
2009-09-22 05:14:43 +00:00
robert
11ab5a2c9b Update to php 5.2.11;
Security Enhancements and Fixes in PHP 5.2.11:

    * Fixed certificate validation inside php_openssl_apply_verification_policy. (Ryan Sleevi, Ilia)
    * Fixed sanity check for the color index in imagecolortransparent(). (Pierre)
    * Added missing sanity checks around exif processing. (Ilia)
    * Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)
2009-09-21 20:04:24 +00:00
benoit
f46eeae3ef - update pound to 2.4.5
ok ajacoutot@, sthen@
2009-09-21 13:20:45 +00:00
landry
7c6933d747 Update to midori 0.1.10, see
http://foo-projects.org/pipermail/xfce/2009-September/025913.html for
details. tested by benoit@ & msf@, ok msf@
2009-09-21 08:01:25 +00:00
giovanni
c8845dcdaf Update to 3.2.2
Fix license marker
ok kevlo@ (maintainer)
2009-09-21 07:11:32 +00:00
espie
164ab775d9 security update.
PLEASE NOTE: I no longer use drupal5, switch to drupal6 or someone should
step in as drupal5 maintainer.
2009-09-20 13:39:34 +00:00
espie
d8b6e8bcb5 support for alt_login 2009-09-20 13:32:36 +00:00
espie
ccb6762143 minor improvements:
- reallow components to not have a label, use the key field for reference instead.
- "quizz-like" behavior: compare submissions against a default submission (only works for select fields so far)
2009-09-20 13:29:33 +00:00
espie
7b8dc187e8 nasty interaction between devel_themer and dhtml_menu
haven't figured out how to disable it, but at least gives a CLEAR
warning.
2009-09-20 13:24:29 +00:00
benoit
539203f259 - update yui to 2.8.0r4
- regen PLIST

ok ajacoutot@
2009-09-20 13:24:11 +00:00
espie
cafb87ef63 a few minor updates 2009-09-20 12:26:51 +00:00
espie
709125b844 new version that finally integrates with alt_login 2009-09-20 12:25:45 +00:00
espie
56e515b5fb security update: DRUPAL-SA-CONTRIB-2009-057
if malicious users can set CCK date fields, you're vulnerable.
2009-09-20 11:57:27 +00:00
espie
bf080de18c security update (DRUPAL-SA-CORE-2009-008):
if you use OpenID, or your uploads are badly configured, you have a
security risk.
2009-09-20 11:56:37 +00:00
ajacoutot
9966a5559b Zap trailing blank space. 2009-09-19 13:08:31 +00:00
martynas
5ac8851ec7 bugfix release snownews-1.5.12. remove hacks since it now uses
openssl instead of the homegrown md5 code
ok simon@
2009-09-18 20:51:35 +00:00
martynas
84856b7c61 - create downloads dir with mode 0700 instead
- pass --disable-crashreporter
2009-09-18 20:35:27 +00:00
sthen
5d7fe94df7 Update to 1.1, from maintainer Ryan Boggs. 2009-09-18 13:16:51 +00:00