Commit graph

10089 commits

Author SHA1 Message Date
wiz
3053bc087d Fix build with png-1.5 and avoid conflict with getline() on NetBSD. 2011-04-05 12:27:05 +00:00
wiz
ae825236d8 Fix build with png-1.5. 2011-04-05 12:16:39 +00:00
adam
6067e1e80d CherryPy allows developers to build web applications in much the same way they
would build any other object-oriented Python program. This results in smaller
source code developed in less time.

CherryPy is now more than six years old and it is has proven very fast and
stable. It is being used in production by many sites, from the simplest ones to
the most demanding ones.
2011-04-05 11:56:08 +00:00
adam
f7a9be615c Changes 1.4.28:
* Rename fdevent_event_add to _set to reflect what the function does. Fix some
  handlers.
* Fix buffer.h to include stdio.h as it is needer for SEGFAULT()

Changes 1.4.27:
* Fix handling return value of SSL_CTX_set_options
* Fix mod_proxy HUP handling (send final chunk, fix usage counter)
* mod_proxy: close connection on write error
* Check uri instead of physical path for directory redirect
* Fix detecting git repository
* [mod_compress] Fix segfault when etags are disabled
* Reset uri.authority before TLS servername handling, reset all "keep-alive"
  data in connection_del
* Print double quotes properly when dumping config file
* Include IP addresses on error log on password failures
* Fix stalls while reading from ssl sockets
* Fix etag formatting on boxes with 32-bit longs
* Fix two compiler warnings
* mod_accesslog: fix %p for ipv6 sockets
* mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for
  X-Sendfile
* mod_staticfile: add debug output if we ignore a file with
  static-file.exclude-extensions
* mod_cgi: fix race condition leaving response not forwarded to client
* mod_accesslog: Fix var declarations mixed in source
* mod_status: Add version to status page
* mod_accesslog: optimize accesslog_append_escaped
* openssl: silence annoying error messages for errno==0
* array.c: improve array_get_unused_element to check data type; fix mem leak if
  unused_element didn't find a matching entry
* add check to stop loading plugins twice
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
* only require FDEVENT_IN bit to be set for listening connections
* add libev fdevent handler: server.event-handler = "libev"
* mod_proxy: return response as soon as it is available
* don't overwrite global server.force-lowercase-filenames setting
* bind to IPV6-only if ipv6 address was specified
2011-04-05 08:29:26 +00:00
uebayasi
36feacc704 Support single quote meta refresh. Bump revision.
pkg/42400 by Ryo ONODERA, thanks.
2011-04-05 05:55:29 +00:00
adam
eb77d31174 Changes 0.11:
* Ignore require-hooks which exist in %INC
* Reloads by file, not module name
* Add a no Apache::Reload directive which skips reloading for modules that have
  it included (useful for Moose compatibility).
2011-04-04 09:26:00 +00:00
adam
cf67592431 Changes 2.0.5:
* Prepare modperl for the upcoming perl 5.14
* Add lib/ModPerl/MethodLookup.pm to MANIFEST via lib/ModPerl/Manifest.pm
* PerlIOApache_write() now throws an APR::Error object, rather than just
  a string error, if modperl_wbucket_write() fails.
* Authentication tests fail with LWP 5.815 and later
* Concise test won't perform unless StatusTerse is set to ON
* Look for a usable apxs in $ENV{PATH} if all other options fail, then prompt
  the user for one.
* Work around bootstrap warnings when Apache2::BuildConfig has not been
  created yet.
* Remove Apache::test compatibility (part of mod_perl 1.2.7), that code causes
  build issues and is 4 versions out of date.
* Make sure perl is built either with multiplicity and ithreads or without both
* Support for "install_vendor" and "install_site" make targets
* Run tests on bundled pure perl Apache::* modules
* Implement a mini-preprocess language for map-files in xs/maps.
* Implement APR::Socket::fileno
* Export PROXYREQ_RESPONSE, a missing PROXYREQ_* constant
* Make sure standard file descriptors are preserved by the perl-script handler
* Fix the filter init handler attribute check in
  modperl_filter_resolve_init_handler()
* Make sure buffer is a valid SV in modperl_filter_read()
* Move modperl_response_finish() out of modperl_response_handler_run in
  mod_perl.c
2011-04-04 09:24:14 +00:00
manu
bd25955472 Patches from upcoming 0.3.1 2011-04-04 08:46:42 +00:00
manu
ef6f94c627 Update ap2-auth-mellon to 2.3.5, plus patches pulled from upstream:
Pulled from upcoming 0.3.1
---------------------------------------------------------------------------

* Allow MellonUser variable to be translated through MellonSetEnv

* A /mellon/probeDisco endpoint replaces the builtin:get-metadata
  IdP dicovery URL scheme

* New MellonCond directive to enable attribute filtering beyond
  MellonRequire functionalities.

* New MellonIdPMetadataGlob directive to load mulitple IdP metadata
  using a glob(3) pattern.

Version 0.3.0
---------------------------------------------------------------------------

* New login-endpoint, which allows easier manual initiation of login
  requests, and specifying parameters such as IsPassive.

* Validation of Conditions and SubjectConfirmation data in the assertion
  we receive from the IdP.

* Various bugfixes.
2011-04-04 08:45:43 +00:00
taca
c1eedc597b Update contao29-translation package to 20110328.
Update Guarani language files.
2011-04-03 10:35:14 +00:00
drochner
7f0acfae68 skip the SRKREF check for the "about" plugin -- it lists the build
environment, so this is harmless
2011-04-03 10:07:07 +00:00
taca
66d10cdcae Avoid possible rdoc error which could be by bug of rdoc?
No functional change and no PKGREVISION bump.
2011-04-02 14:47:00 +00:00
zafer
5652428fdb Updated to 2.1.5, provided by Matthew Sporleder in PR 44520.
Summary of changes from 2.1.4 to 2.1.5

  * Two bugs relating to Content-Length and possible duplication of Content-Length headers have been resolved.
  * Support for bourne-like "here"-documents in the command line interface, allowing <<__EOF__ and similar schemes.
  * Fixed an issue with re-using connections after Chunked-Encoding.
  * Fix a bug that would inflate the "lost header" count and could cause problems during heavy traffic over a single connection, typically seen by load testing.
  * Use the time of cache-insertion for "If-Modified-Since" requests if a "Last-Modified" header isn't provided by the backend.
  * Merge multi-line Vary and Cache-Control headers from clients, which Google Chromium seem to split up.
  * Various build fixes and documentation improvements
  * Various bug fixes.
2011-04-01 18:59:41 +00:00
wiz
3c55f21344 Add all Debian patches up to 4.3.9-13, including a fix for CVE-2008-2384.
Bump PKGREVISION.
2011-04-01 15:11:58 +00:00
wiz
b23172d6b3 Update to 4.3.9, changes not found (as preparation for security fix). 2011-04-01 15:03:48 +00:00
obache
805d683ec8 more fix for HOMEPAGE. 2011-04-01 14:52:24 +00:00
obache
ea6ccf4a22 Change HOMEPAGE to available one. 2011-04-01 13:05:09 +00:00
obache
5662d14abf Add user-destdir installation support. 2011-03-31 13:25:56 +00:00
bouyer
830b1d1661 perl_install cause the Makefile in perl/ to be rebuilt with /usr/pkg/lib
as library path instead of the source tree. install the tries to relink
the target with the new path, which fails because the just-installed
libraries are not in the buildlink directory.
Just don't rebuild makefiles, the run-time search path has been fixed
by buildlink already.

should fix PR 43385. OK wiz@
2011-03-30 18:38:07 +00:00
joerg
006dc984a2 with() syntax is Python 2.5+ 2011-03-30 12:38:00 +00:00
schmonz
e946d8b02f Update to 3.20110328. From the changelog:
* Yaml formatted setup files are now produced by default.
  (Perl formatted setup files can still be used.)
* Add timezone setting in setup file. This alows time zone to be configured
  via the web.
* comment: Better fix to avoid showing comments of subpages, while
  not breaking manual inlining of comments.
* meta: Security fix; don't allow alternative stylesheets to be added
  on pages where the htmlscrubber is enabled.

(Updating this leaf package during the freeze for the security and
bug fixes.)
2011-03-29 12:51:10 +00:00
joerg
bfe109aa50 Not MAKE_JOBS_SAFE 2011-03-27 16:52:29 +00:00
obache
ffbbbef54c tomcat5 is in archive nowadays, set MASTER_SITES instead of using getsite.sh. 2011-03-27 09:57:12 +00:00
obache
632241ff33 getsite.sh is balky nowadays, set MASTER_SITES. 2011-03-27 09:16:58 +00:00
obache
070f09d1ca Update loggerhead to 1.18.1.
(contains security fix for CVE-2011-0728).

What's changed in loggerhead?
=============================

1.18.1 [24Mar2011]
------------------

    - Fix escaping of filenames in revision views.
      (William Grant, #740142)

    - Add missing import to loggerhead.trace, allowing start-loggerhead
      to run when a log.roll config option is set.
      (Max Kanat-Alexander, #673999)


1.18 [10Nov2010]
----------------

    - Syntax highlighting is no longer applied for files greater than 512K,
      reducing codebrowse.launchpad.net overloading.
      (Max Kanat-Alexander, #513044)

    - Documentation added in the docs directory. README simplified
      accordingly. (Tres Seaver).

    - Show svn/git/hg revision ids in loggerhead revision view.
      (Jelmer Vernooij)

    - Fix .bzr/smart access to branches in shared repos. (You also need
      a version of bzr with bug #348308 fixed.) (Andrew Bennetts)

    - Support FastCGI, SCGI and AJP using flup. (Denis Martinez)

    - Repository.get_revision_inventory() was removed in bzr 2.2; use
      Repository.get_inventory() instead. (Matt Nordhoff, #528194)

    - Ignore readonly+ prefix when checking if Loggerhead is serving a
      local location. (Reported by Tres Seaver.) (Matt Nordhoff)

    - Set Cache-Control and Expires headers on static pages.
      (John Arbash Meinel)

    - Generate relative links where possible (everywhere but HTTP
      redirects and feed IDs). (Michael Hudson, Matt Nordhoff)

    - Fix bad redirect when visiting "/download" or "/download/".
      (Matt Nordhoff, #247992)
2011-03-26 08:02:38 +00:00
obache
966a161df5 reorder PYTHON_VERSION_ACCEPTED. 2011-03-26 07:12:56 +00:00
obache
085e842fa4 Accept python 26 and 27 in addition to 25.
At the package addition time, 25 was the only python>=25 package.
2011-03-26 07:09:45 +00:00
taca
0150510041 Update contao29-translations package to 20110324. (leaf package)
Update Turkish language files.
2011-03-25 16:53:36 +00:00
taca
3a1cd2bbfe Fix broken PLIST. Along with it, add a small patch to fix code editor problem.
Bump PKGREVISION.
2011-03-25 16:52:08 +00:00
schmonz
3103ad48a0 Update to 3.20110321. From the changelog:
* comment: Don't show comments of subpages on parent pages.
  (Fixes bug introduced in version 3.20100505.)
* darcs: Fix multiple issues preventing rcs_diff from working.
* aggregate: Read cookies from ~/.ikiwiki/cookies by default.
  Also, the cookiejar configuration setting can be used by
  other plugins to provide a custom `cookie_jar` object for LWP::UserAgent.
  (Thanks, schmonz)
* Avoid escaping / characters in filenames when building the cgiurl,
  as this confuses eg, cvsweb.
2011-03-23 22:25:05 +00:00
taca
60c6715172 Switch to use lang/ruby/rails.mk.
No functional change.
2011-03-23 16:51:23 +00:00
taca
a58ba559e3 Update ruby-css-parser pacakge to 1.1.5.
No changes are available.
2011-03-23 16:46:15 +00:00
taca
cbbf87309d Update ruby-patron pacakge to 0.4.11.
* Added URL encoding when an action is a POST.
2011-03-23 16:41:03 +00:00
joerg
c55c476d69 Fix dependencies. XXX why is this not using USE_TOOLS? 2011-03-23 15:41:55 +00:00
taca
e94c2d94d2 Update ruby-css-parser pacakge to 1.1.4.
=== Ruby CSS Parser CHANGELOG

=== Version 1.1.3
 * allow limiting by media type in add_block!

=== Version 1.1.2
 * improve parsing of malformed declarations
 * improve support for local files
 * added support for loading over SSL
 * added support for deflate

==== Version 1.1.1
 * Ruby 1.9 compatibility
 * @import regexp updates
 * various bug fixes

==== Version 1.1.0
 * Added support for local @import
 * Better remote @import handling
2011-03-23 15:31:53 +00:00
taca
d528bc27f5 Update ruby-patron package to 0.4.10.
0.4.10.

* buffer size option.
* Added mutipart post.
2011-03-23 15:30:25 +00:00
taca
52faf3913a Update ruby-rack package to 1.1.2.
== Changes

* March 13th, 2011: Twelfth public release 1.2.2/1.1.2.
  * Security fix in Rack::Auth::Digest::MD5: when authenticator
    returned nil, permission was granted on empty password.
2011-03-23 15:27:28 +00:00
taca
441f3dff24 Update ruby-rack package to 1.2.2.
== Changes

* March 13th, 2011: Twelfth public release 1.2.2/1.1.2.
  * Security fix in Rack::Auth::Digest::MD5: when authenticator
    returned nil, permission was granted on empty password.
2011-03-23 15:26:29 +00:00
taca
c6f9d1dba8 Update www/fengoffice package to 1.7.4.
Changelog
=========

Since 1.7.3.3
------------
bugfix: Security issue with cookies.
bugfix: Issue in combine.php.
bugfix: Issue with report conditions with date comparisons.
bugfix: Fixed langs for es_es and es_la.
bugfix: Logs were not written for subtasks when trashing, untrashing,
	archiving and unarchiving tasks.
bugfix: Permissions issue at users history log.
bugfix: Tasks reports shows priority codes instead of showing prioriy names.
bugfix: Fixed: reminder didn't use timezone in some cases.
bugfix: Class name removed from search results.
bugfix: File revisions in search results sometimes shows html code.
bugfix: When reporting objects with list custom properties only the
	first value was shown.
bugfix: When composing an email, fields to, cc and bcc not always
	select the email from the list if clicking it.
bugfix: Event creator appears twice in the email when other user
	accepted the invitation.
bugfix: Email signature does not change when composing an email and
	changing the from address.
bugfix: Issue with upload control when attaching a file that already
	exists in the system.
bugfix: Bug with CKEditor and Chrome when adding an image to a document.
bugfix: Checkbox were not cleared when reloading contact list.
bugfix: Issue when having more than one tab with Feng Office and
	viewing emails in each tab.
bugfix: Templates with assigned tasks are not shown properly at tasks widgets.
bugfix: Date format config handler is not initializing correctly for
	some values.
bugfix: Escape characters for report results.
bugfix: Issue with calendar reports.
bugfix: Issue with tasks widget in dashboard.
bugfix: Issue with milestone due dates in listing.
bugfix: Issue with conversation list permissions when viewing an email.
bugfix: LinkedObjectManager issue fixed.

system: CKEditor upgraded to version 3.5.1

feature: Added APC cache for config options and other frequent objects.
feature: Added languages: Bulgarian, Suomi and Svenska.
feature: Upgraded languages: cs_cz, de_de, el_gr, it_it, ja_jp, nb_no,
	 nl_nl, pl_pl, zh_cn.
feature: Improved the message for emails in outbox when logging in.
feature: Added some indexes and improved parts of the code to improve
	 performance.
feature: Added more checks when sending emails.
feature: Performance improved for reminder and email pollings.
feature: Show label "Tags" when tags panel is collapsed.
feature: Javascript injection prevention.


Since 1.7.3.2
------------

bugfix: Sending emails fixed to avoid sending an email more than one
	time when receiving 'mysql has gone away' msg in the middle of the
	process.
2011-03-23 15:22:10 +00:00
taca
9950adcd25 Update ruby-rails3 to 3.0.5.
Last, update ruby-rails3 (meta gem) package.
2011-03-23 14:53:20 +00:00
taca
8103a12825 Update ruby-activeresource3 package to 3.0.5.
Version update only.
2011-03-23 14:49:01 +00:00
taca
fd3cfd7355 Update ruby-actionpack3 package to 3.0.5.
Version update only.
2011-03-23 14:46:51 +00:00
taca
6d9f079be2 Switch to utilize lang/ruby/rail.mk. 2011-03-23 14:27:14 +00:00
adam
71ddac1dd8 Changes 1.3:
Django 1.3’s focus has mostly been on resolving smaller, long-standing feature
requests, but that hasn’t prevented a few fairly significant new features from
landing, including:
* A framework for writing class-based views.
* Built-in support for using Python’s logging facilities.
* Contrib support for easy handling of static files.
* Django’s testing framework now supports (and ships with a copy of) the
  unittest2 library.
2011-03-23 10:38:48 +00:00
taca
b1b9ce1443 One more mistake, missing PLIST for sk. 2011-03-23 09:17:36 +00:00
taca
d97b0e19d9 Make sure to update distinfo... 2011-03-23 00:36:49 +00:00
gls
eafc67688e Update www/p5-Mojolicious to 1.15
From Christian Sturm in PR pkg/44755.

1.15 2011-03-18 00:00:00
        - Changed default log level in "production" mode from "error" to
          "info".
        - Improved lookup method in Mojo::IOLoop.
        - Fixed a serious Mojo::DOM bug. (moritz)
2011-03-22 19:14:16 +00:00
gls
5f53c9f3cc Updated www/p5-Mojolicious to 1.14
Upstream changes:

1.14 2011-03-17 00:00:00
        - Added support for multiple dns servers to Mojo::IOLoop.
        - Added config helper to Mojolicious::Plugin::Config.
        - Changed resolv.conf parser in Mojo::IOLoop to use the first
          nameserver.
        - Changed lookup method in Mojo::IOLoop to pick records randomly.
        - Fixed small optional tag bugs in Mojo::DOM.
        - Fixed JavaScript/CSS bug in Mojo::DOM.
        - Fixed Windows home directory detection bug. (akron)
        - Fixed a few warnings.
        - Fixed typos.

1.13 2011-03-14 00:00:00
        - Deprecated Mojo::Client in favor of the much sleeker
          Mojo::UserAgent.
        - Made the most common Mojo::IOLoop methods easier to access for the
          singleton instance.
        - Fixed typos.

1.12 2011-03-10 00:00:00
        - Relicensed all artwork to CC-SA, so the whole distribution can be
          considered "open" again.
        - Deprecated MOJO_JSON_CONFIG environment variable in favor of
          MOJO_CONFIG. (crab)
        - Added EXPERIMENTAL support for IPv6.
        - Added more Perl-ish configuration plugin.
        - Added drain callback support for WebSockets.
        - Added line numbers to Mojo::JSON error messages. (marcus)
        - Removed experimental status from hypnotoad and
          Mojolicious::Plugin::TagHelpers.
        - Removed experimental status from many attributes and methods all
          over Mojolicious.
        - Improved attribute support of the select_field tag helper. (yko)
        - Improved text_field tag helper.
        - Improved tag helper attribute escaping.
        - Improved attrs method in Mojo::DOM.
        - Updated to jQuery to version 1.5.1.
        - Fixed XSS issue in link_to helper.
        - Fixed route unescaping bug.
        - Fixed small Mojo::DOM bug. (yko)
        - Fixed small documentation bug.
        - Fixed typos. (kimoto)

From Christian Sturm in PR pkg/44740.
2011-03-20 21:41:35 +00:00
taca
7a8cb523f2 Update contao29-translation pacakge to 20110319.
Czech, Croatian and Romanian language files are updated.
Slovak language files are update and enabled.
2011-03-20 12:50:34 +00:00
dholland
56017a8df3 Patch a minor markup glitch in the apxs(8) man page: .PP needs to be at
the beginning of a line.

(Properly this should bump the PKGREVISION, but I'm not going to bother.)
2011-03-20 03:18:21 +00:00