Commit Graph

4591 Commits

Author SHA1 Message Date
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
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
sthen
4da8b819e5 +net/pear-Net-DNS
+www/p5-PHP-Serialization
2009-09-17 00:12:20 +00:00
sthen
f2b17eae69 import www/p5-PHP-Serialization, from dlg@
Provides a simple, quick means of serializing perl memory structures
(including object data!) into a format that PHP can deserialize()
and access, and vice versa.
2009-09-17 00:09:16 +00:00
william
bc8cb0bcab SECURITY FIX
Resolves CVE-2009-2629

from msf@

Identical diff from Stephan A. Rickauer

ok jasper@
2009-09-16 22:53:08 +00:00
jasper
20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
martynas
1e56ae8a3c security update to firefox35-3.5.3. MFSA 2009-51, MFSA 2009-50,
MFSA 2009-49, MFSA 2009-47.
http://www.mozilla.org/security/known-vulnerabilities/firefox35.html#firefox3.5.3
2009-09-10 22:18:59 +00:00
martynas
800579ea2a security update to seamonkey-1.1.18. MFSA 2009-43, MFSA 2009-42
http://www.mozilla.org/security/known-vulnerabilities/seamonkey11.html#seamonkey1.1.18
2009-09-10 21:45:38 +00:00
martynas
a21dd6625c - create downloads dir with mode 0700 instead
- pass --disable-crashreporter
2009-09-10 21:34:55 +00:00
martynas
0f20bfec14 update to firefox-i18n-3.0.14 2009-09-10 21:29:23 +00:00
martynas
67f1ca01e0 security update to mozilla-firefox-3.0.14. MFSA 2009-51, MFSA
2009-50, MFSA 2009-49, MFSA 2009-48, MFSA 2009-47
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.14
2009-09-10 21:28:25 +00:00
pirofti
43c35aedc1 Update youtube-dl to version 2009.08.08.
Okay sthen@, naddy@.
2009-09-07 14:21:35 +00:00
espie
14db6a5170 minor update 2009-09-03 13:20:22 +00:00
espie
b4df3893d5 security updates 2009-09-03 13:20:04 +00:00
jasper
af593d3a34 - update p5-URI to 1.40
from stephan rickauer
2009-09-03 06:35:40 +00:00
sthen
1afa24822a update www/xcache to 1.3.0, from Stephan Rickauer 2009-09-02 11:57:31 +00:00
bernd
9ca2929959 Update to ruby-passenger-2.2.5.
ChangeLog:
http://blog.phusion.nl/2009/09/01/phusion-passenger-2-2-5-released/

One patch went upstream.
2009-09-01 17:45:43 +00:00
merdely
58cef83dd5 Update to 2.8.4.
Remove patch that was included in 2.8.4.
Remove pre-configure target that searched for *.orig files.

ok sthen@, martynas@
2009-08-31 23:05:57 +00:00
kili
ce41eda699 WANTLIB += pthread-stubs xcb, and bump.
How could I miss this one?
2009-08-31 19:00:01 +00:00
jasper
34c1f307c2 Security fix for CVE-2009-2855
ok brad (MAINTAINER)
2009-08-30 21:52:44 +00:00
sthen
8be8b697a1 Update MASTER_SITES 2009-08-30 20:45:23 +00:00
fkr
8d5431b8ad Update to 2.2.13
SECURITY: CVE-2009-2412, CVE-2009-1891, CVE-2009-1195, CVE-2009-1890,
CVE-2009-1191, CVE-2009-0023, CVE-2009-1955, CVE-2009-1956

Update the Makefile to properly depend on the mt version of apr-util
in ldap flavour. (from bernd@)

ok jasper@, ajacoutot@
2009-08-30 18:06:07 +00:00
sthen
1b324127df Update to 0.11.7, fixing sparc64. From new maintainer Edd Barrett. 2009-08-26 19:30:19 +00:00
sthen
72afc9404d Change DESCR-main to talk about symlinks not phpxs, bump FULLPKGNAME-main.
ok robert@
2009-08-26 13:42:30 +00:00
bernd
e05b736905 Backout last update and go back to ruby-addressable-2.0.2.
It breaks databases/ruby-datamapper/core.

Noticed by naddy@. Thanks!
2009-08-25 21:47:59 +00:00
avsm
38603cd8b6 +ruby-mechanize 2009-08-25 17:10:47 +00:00
avsm
fbaff555d8 import ruby-mechanize-0.9.3
--
The Mechanize library is used for automating interaction with
websites. Mechanize automatically stores and sends cookies, follows
redirects, can follow links, and submit forms. Form fields can be
populated and submitted. Mechanize also keeps track of the sites
that you have visited as a history.
2009-08-25 17:10:12 +00:00
jasper
95fa13259e - update ezpublish to 4.1.3 2009-08-24 16:36:31 +00:00
jasper
bdcd07806d - fix rcs id 2009-08-23 17:21:17 +00:00
jasper
883d986e4b - update cms made simple to 1.6.4 2009-08-23 17:20:40 +00:00
jasper
2a5bd1dc23 - update tt-rss to 1.3.3
- update homepage
2009-08-23 17:16:38 +00:00
jolan
8a23ddb57c remove php5/extensions,-zip in favor of pecl-zip; they conflict and
pecl-zip is more up to date/stable

ok robert@
2009-08-21 20:26:08 +00:00
sthen
47f70a4ce9 update Suhosin extension to 0.9.29; fixes segfaults with session encryption.
revert workaround (change default back to encrypted sessions).

ok robert@, similar diff jolan@
2009-08-21 09:44:12 +00:00
bernd
6a378120ed Update to ruby-httpclient-2.1.5.2. 2009-08-20 23:12:26 +00:00
bernd
a75af83f03 Update to Ruby On Rails 2.3.3. 2009-08-20 22:57:03 +00:00
bernd
ed685711f3 Update to ruby-addressable-2.1.0 and use MODRUBY_REGRESS. 2009-08-20 22:21:50 +00:00
rui
9cb3c77bbd - update to 1.8, based on initial diff from Kirill Bychkov (maintainer)
ok sthen@
2009-08-20 21:51:58 +00:00
bernd
a39f88bfa6 Add ruby-thin. 2009-08-20 21:05:12 +00:00
bernd
e282cc076f Initial import of ruby-thin-1.2.2.
Thin is a Ruby web server that glues together 3 of the best Ruby
libraries in web history:

 * Mongrel parser: the root of Mongrel speed and security

 * Event Machine: a network I/O library with extremely high
   scalability, performance and stability

 * Rack: a minimal interface between webservers and Ruby frameworks

Based on a submission from Clint Pachl. Thanks!
2009-08-20 21:03:23 +00:00
bernd
87396c190e Add a passenger FLAVOR to make use of www/ruby-passenger.
ok william@ (MAINTAINER)
2009-08-20 20:40:11 +00:00
bernd
a4d2dca765 Add ruby-passenger 2009-08-20 20:38:09 +00:00
bernd
f93d20903f Initial import of ruby-passenger-2.2.4.
Phusion Passenger is an Nginx module, which makes deploying Ruby
and Ruby on Rails applications on Nginx a breeze. It follows the
usual Ruby on Rails conventions, such as "Don't-Repeat-Yourself"
and ease of setup, while at the same time providing enough
flexibility.

Tested by many.

With hints from Jeremy Evans and msf@.
2009-08-20 20:36:12 +00:00
bluhm
23854fc57d update p5-HTTP-Response-Encoding to 0.06 2009-08-18 23:43:53 +00:00
giovanni
6943057011 Update to version 0.4.3 2009-08-18 14:48:13 +00:00
msf
a11a5357be update to sinatra-0.9.4 and convert to MODRUBY_REGRESS
ok bernd@
2009-08-18 08:36:28 +00:00
jolan
8ebc7c97b0 enable zend multibyte support, ok robert@ 2009-08-17 20:13:27 +00:00
landry
46e3e21d42 Update to midori 0.1.9.
See http://foo-projects.org/pipermail/xfce/2009-August/025709.html for details.
2009-08-17 19:33:36 +00:00
espie
6c72e857bf +workflow, + views_bulk_operations 2009-08-15 12:58:19 +00:00
espie
86498773fd vbo, from Stephen
(likewise, I had this mostly ready, though I don't use it)
2009-08-15 12:57:03 +00:00
espie
7bbf3a6bdc workflow, from Stephen A. Rickrauer
(I have toyed with this in the past, seeing it in the submission queue
means there's a need).
2009-08-15 12:56:30 +00:00
jolan
0d2546477f +pecl-phar 2009-08-15 01:22:30 +00:00