Commit Graph

6446 Commits

Author SHA1 Message Date
jeremy
d1b65f8d65 Add LOCALBASE/lib/node_modules to the list of directories to check
for modules, since that is the location where npm installs modules
globally.  Removes the need to use npm link to link global modules
into each project.

OK Aaron Bieber (MAINTAINER)
2012-01-05 20:36:53 +00:00
jeremy
3e83d76abb Update to 1.3.6, fixing the denial of service vulnerability
described in CERT-2011-003.
2012-01-05 02:10:40 +00:00
dcoppa
c35e40e86e regen patches 2012-01-02 08:39:43 +00:00
dcoppa
9bfb6c7ed4 Do not look under /usr/share, because OpenBSD doesn't have
/usr/share/icons.

OK sebastia@, sthen@
2012-01-02 08:35:48 +00:00
ajacoutot
95a4fc7621 gamin,-server is gone, glib2 supports native file monitoring with kqueue(2). 2012-01-01 09:04:13 +00:00
fgsch
64ab1e8d0a update to beaker 1.6.2.
martynas@ ok
2011-12-31 15:10:35 +00:00
fgsch
26533af087 update to weberror 0.10.3.
martynas@ ok
2011-12-31 15:09:49 +00:00
fgsch
a5d9b31176 update to webtest 1.3.3.
martynas@ ok
2011-12-31 15:08:35 +00:00
fgsch
0122b3c539 update to werkzeug 0.8.2.
martynas@ ok.
2011-12-31 15:06:41 +00:00
giovanni
37b6451e1e Update to 3.4.9, fixes PMASA-2011-19 and PMASA-2011-20
ok kevlo@ (Maintainer)
2011-12-29 15:22:26 +00:00
fgsch
629a3fe27a Add py-blinker to dependencies and bump 2011-12-29 15:14:01 +00:00
kili
903b5233a6 Bump to enforce updates. 2011-12-27 21:10:28 +00:00
fgsch
4b848e1877 re-enable regress as discussed with maintainer and Gonzalo L. R. 2011-12-26 22:26:39 +00:00
landry
2bb215dd06 Update to midori 0.4.3, see
http://git.xfce.org/apps/midori/tree/ChangeLog for a list of improvements.
Repair install of config files under $SYSCONFDIR/xdg/midori/
If it doesn't start after update, wipe .cache/midori.
2011-12-24 07:47:23 +00:00
jasper
70a138b66d missed in previous, spotted by brad 2011-12-23 14:00:20 +00:00
jasper
e8bfdacb9c - update to 3.0.2
from Gonzalo L. R.
maintainer timed-out
2011-12-23 13:06:30 +00:00
jasper
f88804e9f5 - update to 1.18.0
from wen heping (MAINTAINER)
2011-12-21 14:00:34 +00:00
sthen
c6486bfebe update to node 0.6.6, from maintainer Aaron Bieber 2011-12-21 09:56:54 +00:00
sthen
cbe6df0aac update to lighttpd 1.4.30, from Brad (maintainer). 2011-12-20 22:27:28 +00:00
jasper
9c62d3985b - bump REVISION after several python modules had their flavor dropped. 2011-12-20 18:55:08 +00:00
giovanni
dab7fe6e64 Let pear install modules even with USE_SYSTRACE=Yes
spotted an ok sthen@
2011-12-20 15:21:30 +00:00
sthen
30956f5d8b add Aaron Bieber as MAINTAINER. 2011-12-20 14:50:54 +00:00
sthen
719b3e2527 update to chive 1.0.0 2011-12-19 22:18:59 +00:00
sthen
e7aa12abb6 Actually check for and use mkstemps() rather than use a broken check
for glibc version and some hand-rolled alternative. From Brad.
2011-12-19 21:23:24 +00:00
sthen
56ff6b4040 update to node 0.6.5, from Aaron Bieber, discussed with jasper@ and schwarze@
- also sync WANTLIB (now pulls in libz)
2011-12-18 13:37:35 +00:00
sthen
91faa22c52 Where a program with an rc script _requires_ a certain command line
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.

Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
sthen
3c108eee37 update p5-WWW-Mechanize to 1.71; now recognises application/xhtml+xml as HTML
- add some missing REGRESS_DEPENDS while there
2011-12-17 19:53:05 +00:00
nigel
e1b48cf378 always build without gconf
Ok jasper@
2011-12-15 23:05:44 +00:00
fgsch
df757412f2 Kill Zope and friends that only run under python 2.4.
ok by many.
2011-12-15 22:19:51 +00:00
nigel
e532b9471c fix build issue with dpb spotted by jasper@ disable detecting execinfo.h
Ok jasper@
2011-12-15 15:04:32 +00:00
sthen
635985c62f zap stray ?> caused by "No newline at end of file" in patch 2011-12-15 10:14:05 +00:00
sthen
3f6e0157dd fix 6-year-old vi typo. 2011-12-15 09:54:53 +00:00
sthen
68e07c1104 Fix CVE-2011-4328 in Gnash; creating world-readable cookies under /tmp
with predictable filenames. From Brad.
2011-12-15 09:47:23 +00:00
robert
612b65fa80 update to 16.0.912.63 2011-12-14 16:58:19 +00:00
jeremy
287cc0be7d Build the ruby19 FLAVOR of ruby-passenger by default. 2011-12-13 18:40:32 +00:00
jeremy
a6f25334b3 Depend on either the ruby 1.8 or ruby 1.9 version of ruby-passenger
in the passenger FLAVOR.
2011-12-13 18:39:38 +00:00
jeremy
b43ac205b0 Update to 3.0.11. Support by the standalone version of passenger by
splitting into a multipackage, with a subpackage for the standalone
version (which embeds a version of nginx).  The standalone version
operates much like other ruby webservers, serving a single ruby/rack
application.

Switch to using the gem version of passenger.  Because the gem
installs into a versioned directory, setup symlinks to the
versioned directory so that nginx configuration files don't need
to be modified when the version is updated.
2011-12-13 18:38:17 +00:00
jeremy
97348bc92d Build ruby19 version of ruby-rails by default
OK claudio@
2011-12-13 18:01:59 +00:00
jeremy
f7f76689de Update to 0.6.1
OK claudio@
2011-12-13 17:59:33 +00:00
jeremy
a7f898d95f Update to 0.8.3
OK claudio@
2011-12-13 17:59:06 +00:00
jeremy
425210ae14 Update to 1.3.5. Take MAINTAINER.
OK claudio@
2011-12-13 17:58:27 +00:00
jeremy
29cd3462e8 Update to 3.1.3
OK claudio@
2011-12-13 17:48:20 +00:00
jeremy
92874b95b7 sync 2011-12-13 17:42:14 +00:00
jeremy
6e4e07b985 Import ruby-rack-ssl 1.3.2, a Rails 3.1 dependency
Force SSL/TLS in your rack app:

    Redirects all "http" requests to "https"
    Set Strict-Transport-Security header
    Flag all cookies as "secure"

OK claudio@
2011-12-13 17:39:09 +00:00
jeremy
9b45481379 Import ruby-rack-cache 1.1, a Rails 3.1 dependency
Rack::Cache is suitable as a quick drop-in component to enable HTTP
caching for Rack-based applications that produce freshness (Expires,
Cache-Control) and/or validation (Last-Modified, ETag) information.

    Standards-based (see RFC 2616 / Section 13).
    Freshness/expiration based caching
    Validation
    Vary support
    Portable: 100% Ruby / works with any Rack-enabled framework.
    Disk, memcached, and heap memory storage backends.

OK claudio@
2011-12-13 17:38:07 +00:00
edd
d6b269f8de Update to xxxterm-1.9.0
OK sthen@
2011-12-13 15:16:31 +00:00
dcoppa
95bcc5aa04 Update v6 to 6.0.35 2011-12-13 09:28:37 +00:00
jasper
d4b399b5dc += not = 2011-12-08 17:20:36 +00:00
jasper
6ad8cb7b3c add a reminder comment, req'd by aja@ 2011-12-08 08:35:50 +00:00
nigel
4129bfc425 Update Firefox v7.0.1 to v8.0.1 continued
patches from mpi@ for macppc

Ok mpi@, dcoppa@
2011-12-08 01:47:02 +00:00