Commit Graph

6486 Commits

Author SHA1 Message Date
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
nigel
388e05cf67 Update fennec v7.0.1 to v8.0 - continued 2011-12-08 01:35:08 +00:00
nigel
eba250b3aa Update fennec v7.0.1 to v8.0 sent to ports@ for review. 2011-12-08 00:42:54 +00:00
nigel
45570b6074 Update seamonkey 2.4.1 to 2.5, enimail to 1.3.4 and lightning.
Ok mpi@
2011-12-08 00:39:18 +00:00
nigel
0ea545c343 Update for Firefox v7.0.1 to v8.0.1 sent to ports@ for review.
patches from mpi@ added for macppc.

Ok mpi@, dcoppa@
2011-12-08 00:33:36 +00:00
nigel
712b4f04e2 Update Firefox v7.0.1 to v8.0.1 sent to ports@ for review.
Ok mpi@, dcoppa@
2011-12-08 00:30:49 +00:00
nigel
cff998f0e0 Update Firefox 3.6.23 to Firefox 3.6.24 sent to ports@ for review. 2011-12-08 00:24:54 +00:00
jasper
0a02d61368 add missing build dependency 2011-12-07 17:26:32 +00:00
sthen
5b3ad39bdf update to node 0.6.3, parts from Aaron Bieber
(further update 0.6.5 to be done soonish, but let's get this in first)
2011-12-07 12:18:01 +00:00
kili
32a273862e Hook the following ports (required by hoogle) to the build:
devel/hs-cmdargs
devel/hs-safe
textproc/hs-tagsoup
www/hs-http-types
www/hs-wai
www/hs-warp
2011-12-06 20:55:11 +00:00
dcoppa
b1185a8e12 Update www/tomcat/v7 to apache-tomcat-7.0.23 2011-12-05 11:22:10 +00:00
sthen
7a1d0fc63f bump REVISION due to -stable commit; the php dependencies changed in
-current so this needs to have a higher version number than -stable
otherwise there will be problems moving from -stable -> -current or
-stable -> 5.1
2011-12-05 10:29:09 +00:00
sthen
daa3cd4995 update to phpMyAdmin 3.4.8, including fixes for 5 cross-site scripting bugs.
ok kevlo@
2011-12-05 09:55:12 +00:00
ajacoutot
fe9845d937 +photoshow 2011-12-04 11:05:28 +00:00
ajacoutot
fdf4f2dba7 Import photoshow-0.0.20111203.
PhotoShow is a very easy to use web gallery installable on any web
server.
<...>

tested on sparc64 (myself) and macppc mpi@
ok mpi@
2011-12-04 11:04:27 +00:00
ajacoutot
6701b34d5d Add a dependency on x11/gtk+2,-guic. 2011-12-03 23:20:52 +00:00
sthen
2d32c24ac0 ssl-related fixes from lighttpd upstream via Brad
- [ssl] count renegotiations to prevent client renegotiations
- [ssl] add option to honor server cipher order, true by default
2011-12-03 22:26:08 +00:00
ajacoutot
6dcb55953b Adapt after gtk+2,-guic split. 2011-12-03 18:35:11 +00:00
pirofti
a2a4ea383a Update youtube-dl to Novemeber 23rd version. Okay sthen@. 2011-12-03 15:13:03 +00:00
ajacoutot
7177b29797 -community-id 2011-12-03 12:52:49 +00:00
ajacoutot
dc66fa5f72 Remove: development is dead upstream and considering the nature of this
port, it's better not to have it rather than ship an old and unsupported
version.
2011-12-03 12:52:04 +00:00
gsoares
7898a82eb0 SECURITY FIX for lighttpd:
(CVE-2011-4362: out of bounds read due to a signedness error)

OK jasper, brad(maintainer), sthen
2011-12-01 12:17:11 +00:00
robert
d01a9d9204 create the working directories with the correct group
so that others can access it
discussed with ajacoutot@
2011-11-30 11:00:59 +00:00
pirofti
e303d6c2df Drop maintainership. 2011-11-27 11:08:48 +00:00
dcoppa
990f030f34 Fix after the switch to php 5.3 2011-11-25 19:33:40 +00:00
jasper
6443712529 - update to 2.2.35, includes a security fix for CVE-2011-4453,
PmWiki pagelist "order" Code Injection Vulnerability
2011-11-25 12:16:13 +00:00
gsoares
265bc3c7d8 zap a trailing whitespace in Makefile(WANTLIB) 2011-11-24 16:41:53 +00:00
ajacoutot
094a7790ad Depends on bacula-client now that bconsole moved there. 2011-11-24 15:12:25 +00:00
jasper
6bccf9427b Security fix for SA46955
GNU Gnash Cookie Disclosure Security Issue

ok brad (MAINTAINER)
2011-11-23 21:13:27 +00:00
gsoares
9729628b95 bugfix update to 1.02
(fix a bug when downloading files larger than 4G)

ok jasper@ espie@ (maintainer)
2011-11-22 19:09:15 +00:00
robert
b4e2c404b0 update to 4.0.4 2011-11-21 22:56:52 +00:00
ajacoutot
3cd215f03d Update to timetrex-3.7.0. 2011-11-21 07:54:52 +00:00
benoit
5fc9f8aea8 - update bozohttpd to 20111118
from Wen Heping, thanks !
2011-11-19 09:59:46 +00:00
sebastia
74976ca943 update to sogo 1.3.9
=== Changes from the previous release ===

New Features

* possibility to specify which calendar is used when creating an event or a task (selected, personal, first enabled)
* possibility to specify if off-hours should be automatically added to the free-busy information
* new indicator in the link banner when a vacation message (auto-reply) is active
* new snooze function for events alarms in Web interface
* new "Remember login" checkbox on the login page
* authentication with SQL sources can now be performed on any database column

Enhancements

* added support for the CalDAV move operation
* phone numbers in the contacts web module are now links (tel:)
* revamp of the modules link banner (15-pixel taller)
* updated CKEditor to version 3.6.2
* updated unread and flagged icons in Webmail module
* new dependency on GNUstep 1.23

Bug Fixes

* fixed support for Apple iOS 5
* fixed handling of untagged IMAP responses
* fixed handling of commas in email addresses when composing a message
* fixed creation of clickable links for URLs surrounded by square brackets
* fixed behaviour of combo box for contacts categories
* fixed Swedish translation classes
* fixed bug when setting no ACL on a calendar

OK jasper@
2011-11-18 11:15:13 +00:00
sebastia
a056cee286 update sope to 1.3.9
OK jasper@
2011-11-18 11:12:44 +00:00
jeremy
31ec05e147 Update to rainbows 4.3.1. 2011-11-18 00:07:19 +00:00
jeremy
e2e496f72c Update to unicorn 4.1.1 and fix regression tests (modified patches
already upstream).
2011-11-18 00:05:43 +00:00
jeremy
13252b34a8 Update to raindrops 0.8.0. 2011-11-18 00:04:19 +00:00
sthen
bc635de6e0 Zap p5-Catalyst-Engine-HTTP-POE, it's been broken since a catalyst update
2 years ago. Pointed out by Andreas Voegele.
2011-11-17 16:17:04 +00:00
jeremy
bcfc59c106 Update ruby-thin to 1.3.0. Remove patch now upstream. Add
patch to allow regress testing with rspec 1.3.2.
2011-11-17 15:53:54 +00:00
giovanni
bfff4d0369 Update to 3.4.7.1, fixes CVE-2011-4107
ok jasper@
2011-11-17 15:00:20 +00:00
robert
57b3f08e60 update to 15.0.874.121 2011-11-17 14:53:21 +00:00
robert
d8d326647d remove pecl-pcntl which got replaced by php-pcntl 2011-11-17 12:54:31 +00:00
robert
33c55d6f9b update to 0.4.0 to fix it with php 5.3 2011-11-17 12:44:21 +00:00
robert
99ee27eb7f make it build with php 5.3 2011-11-17 12:35:33 +00:00
robert
65ed8e1c45 update to 0.11.3 to make it bild with php 5.3 2011-11-17 12:29:40 +00:00
jasper
ff23654173 - move away from gnu libtool now that gobject-introspection has been fixed. 2011-11-17 11:42:31 +00:00
jasper
02f90ab638 fix dependencies after php bump 2011-11-16 23:02:10 +00:00
ajacoutot
77d65d0cfe I didn't succeed in catching a cat but I broke the tiger...
noticed by naddy@, thanks.
2011-11-16 22:40:41 +00:00
robert
93923bd770 switch php to version 5.3 by default 2011-11-16 15:56:36 +00:00
kili
d1fc7805ae Warp is a fast, light-weight HTTP server handler for WAI.
ok jasper@
2011-11-16 14:18:32 +00:00
kili
770573c4a1 Provides a common protocol for communication between web aplications
and web servers.
2011-11-16 14:16:57 +00:00
kili
6dbcdf41ef Generic HTTP types for Haskell (for both client and server code).
ok jasper@
2011-11-16 14:16:13 +00:00
robert
4036c0a4b7 update to 1.9.4 2011-11-16 13:29:13 +00:00
sthen
88435c9249 Update to nginx 1.0.10. Bugs fixed include a segmentation fault in a worker
process if the resolver receives a large DNS response. OK robert@
2011-11-15 19:17:15 +00:00
naddy
8443d4f499 Drop MAINTAINER for some ancient cruft I haven't used in years, if ever.
Also drop USE_GROFF where unnecessary.
2011-11-15 16:36:01 +00:00
robert
dd733330a4 trivial update to 1.0.9 to keep in sync with the in-tree one 2011-11-14 19:24:48 +00:00
ajacoutot
6ff39948b7 Bugfix update to libcroco-0.6.3. 2011-11-14 17:43:08 +00:00
jasper
e80cc0b6e9 - bugfix update to 4.2.2 2011-11-14 11:18:09 +00:00
robert
6a4021fac2 remove patches that were breaking the ffmpeg build 2011-11-13 14:12:45 +00:00
fgsch
d311198943 Update to 0.2.2.
benoit@ ok.
2011-11-13 03:54:45 +00:00