Commit graph

12780 commits

Author SHA1 Message Date
taca
a566f68f8a Don't mechanically install .htaccess. It accidently block glogal setting
of httpd.conf.

Bump PKGREVISION.
2013-10-25 11:14:10 +00:00
wiz
4282a6d566 Remove program that is obsolete since 2006, according to upstream. 2013-10-25 07:24:12 +00:00
jperkin
30dfb8dd6f Apply upstream patch to fix build on OSX. 2013-10-24 22:18:03 +00:00
jnemeth
ec6d898afd sort 2013-10-24 03:38:02 +00:00
adam
f782c4eaa8 Changes 0.9.31:
* Fixing build issues on OS X with CLOCK_MONOTONIC not being implemented on OS X.
* Make libmicrohttpd play nicely with upcoming libgcrypt 1.6.0.
* Improved configure checks for cURL.
* Signal connection termination as OK (and not as ERROR) if the
  stream was terminated by the callback returning
  MHD_CONTENT_READER_END_OF_STREAM. Also, release response
  mutex before calling the termination callback, to avoid
  possible deadlock if the client destroys the response in
  the termination callback (due to non-recursiveness of the lock).
* Adding #define MHD_HTTP_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN.
* Also pass MHD connection handle in URI log callback.
* Improved check for proper OpenSSL version for libmicrospdy.
* Set IPV6_V6ONLY socket option correctly when IPv6 is
  enabled (MHD_USE_IPv6) but not dual stack (MHD_USE_DUAL_STACK).
2013-10-22 12:15:53 +00:00
wiz
19020c569b Update to 0.30.0:
Changes in release 0.30.0:
* Interface changes:
 - none, API and ABI backwards-compatible with 0.27.x and later
* New interfaces and features:
 - ne_ssl.h: added ne_ssl_clicert_import, ne_ssl_context_get_flag
 - ne_session.h: added ne_set_addrlist2
 - ne_socket.h: added ne_addr_canonical
 - ne_auth.h: added NE_AUTH_GSSAPI_ONLY, NE_AUTH_SSPI (Nathanael Rensen)
 - ne_basic.h: added NE_CAP_EXT_MKCOL options test
 - ne_request.h: support chunked bodies with negative length passed to
   ne_set_request_body_provider (Julien Reichel)
* Bug fixes:
 - ne_path_escape: fix excessive memory allocation (Pierre Crokaert)
 - SSPI auth: use canonical server hostname, clear SSPI context after
   successful auth (Nathanael Rensen)
 - build fixes for Open Watcom compiler (NormW)
 - fix Win32 error code handling for local ne_sock_prebind bind failure
 - Win32: support LFS, thread-safe OpenSSL (Diego Santa Cruz)
 - GnuTLS: fix GnuTLS 3.x support (Matthias Petschick, Bartosz Brachaczek)
2013-10-22 11:44:39 +00:00
wiz
3e70ab4616 Bump PKGREVISION for icu shlib major bump. 2013-10-21 10:46:48 +00:00
wiz
fcbd4777e0 Update for removal of xulrunner package. 2013-10-21 10:46:18 +00:00
joerg
932f5d3141 Pass rpath options with the correct -Wl prefix. 2013-10-20 17:48:26 +00:00
joerg
ed480a1f99 Always use -fno-exceptions / -fexceptions. 2013-10-20 17:47:49 +00:00
wen
41993f8c3e Update to 3.04
Upstream changes:
2013-08-22 Dave Cross <dave@dave.org.uk> - RELEASE_3.04
========================================================

 Dave Cross <dave@dave.org.uk> (17):
  * Finish removing all references to SnipURL.pm.
  * Bump to version 2.05 for release.
  * Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution).
  * Bumped version number. Removed shorl files from MANIFEST.
  * Added Config::Auto to list of dependencies (it's used by the shorten
    program). Bumped version for release.
  * Default to using a service that we currently support.
  * Added MYMETA.yml to MANIFEST.SKIP.
  * Be far more intelligent about the code that allows the user to choose
    which service to use.
  * Bump version number for release.
  * Better examples of using bin/shorten
  * Added a WWW::Shorten::UserAgent object which dies if it receives an HTTP
    error response.
  * Added documentation.
  * Added META.json to MANIFEST.
  * Licensing clean-up.
  * Removed prototypes (and the ampersands in the tests that circumvented
    them)
  * Bump version number for release.
  * Moved Pod tests into xt. (Pod coverage currently fails on some files. See
    https://rt.cpan.org/Ticket/Display.html?id=87634 for details.)

 Dave Cross <dave@angel.mag-sol.com> (1):
  * Removed support for NotLong and OneShortLink (separate distributions to
    follow soon). Bumper to version 2.06.

 Dave Cross <dave@dacross.(none)> (1):
  * Removed version number so it's picked up from lib/WWW/Shorten.pm

 yappo <yappo@shibuya.pl> (1):
  * shorl.com was change the request method ( POST to GET )
2013-10-20 14:09:24 +00:00
tonnerre
a3eb327670 Add and enable the JSON-RPC Perl module. 2013-10-20 14:08:59 +00:00
tonnerre
f2c1b876f6 Import the JSON-RPC Perl module, version 1.03, into pkgsrc.
JSON::RPC is a stateless RPC protocol which uses JSON over HTTP. All request
and response data is transferred as JSON.
2013-10-20 14:08:07 +00:00
tonnerre
7735694760 Add the p5-Router-Simple package to the www makefile. 2013-10-20 02:53:42 +00:00
tonnerre
d11320ecd1 Add the Router-Simple package to pkgsrc.
Router::Simple is a simple router class. Its main purpose is to serve as a
dispatcher for web applications. Router::Simple can match against PSGI $env
directly, which means it's easy to use with PSGI supporting web frameworks.
2013-10-20 02:52:45 +00:00
wen
3d1b321724 Update to 4.49
Upstream changes:
4.49  2013-10-17
  - Added tls_ciphers option to Mojo::IOLoop::Server::listen.
  - Added ciphers parameter to Mojo::Server::Daemon::listen.
  - Removed experimental status from Mojolicioua::Validator.
  - Removed experimental status from Mojolicioua::Validator::Validation.
  - Removed experimental status from validation method in
    Mojolicious::Controller.
  - Removed experimental status from validator attribute in Mojolicious.
  - Removed experimental status from validation helper in
    Mojolicious::Plugin::DefaultHelpers.
  - Fixed parameter bug in Mojolicious::Validator::Validation.

4.48  2013-10-16
  - Fixed support for Net::SSLeay 1.55.
2013-10-19 11:10:45 +00:00
adam
63c018902c Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
adam
29f4a8921d Changes 1.8.4.1:
* Some old versions of bash do not grok some constructs like
   'printf -v varname' which the prompt and completion code started
   to use recently.  The completion and prompt scripts have been
   adjusted to work better with these old versions of bash.

 * In FreeBSD's and NetBSD's "sh", a return in a dot script in a
   function returns from the function, not only in the dot script,
   breaking "git rebase" on these platforms (regression introduced
   in 1.8.4-rc1).

 * "git rebase -i" and other scripted commands were feeding a
   random, data dependant error message to 'echo' and expecting it
   to come out literally.

 * Setting the "submodule.<name>.path" variable to the empty
   "true" caused the configuration parser to segfault.

 * Output from "git log --full-diff -- <pathspec>" looked strange
   because comparison was done with the previous ancestor that
   touched the specified <pathspec>, causing the patches for paths
   outside the pathspec to show more than the single commit has
   changed.

 * The auto-tag-following code in "git fetch" tries to reuse the
   same transport twice when the serving end does not cooperate and
   does not give tags that point to commits that are asked for as
   part of the primary transfer.  Unfortunately, Git-aware transport
   helper interface is not designed to be used more than once, hence
   this did not work over smart-http transfer.  Fixed.

 * Send a large request to read(2)/write(2) as a smaller but still
   reasonably large chunks, which would improve the latency when the
   operation needs to be killed and incidentally works around broken
   64-bit systems that cannot take a 2GB write or read in one go.

 * A ".mailmap" file that ends with an incomplete line, when read
   from a blob, was not handled properly.

 * The recent "short-cut clone connectivity check" topic broke a
   shallow repository when a fetch operation tries to auto-follow
   tags.

 * When send-email comes up with an error message to die with upon
   failure to start an SSL session, it tried to read the error
   string from a wrong place.

 * A call to xread() was used without a loop to cope with short
   read in the codepath to stream large blobs to a pack.

 * On platforms with fgetc() and friends defined as macros, the
   configuration parser did not compile.

 * New versions of MediaWiki introduced a new API for returning
   more than 500 results in response to a query, which would cause
   the MediaWiki remote helper to go into an infinite loop.

 * Subversion's serf access method (the only one available in
   Subversion 1.8) for http and https URLs in skelta mode tells its
   caller to open multiple files at a time, which made "git svn
   fetch" complain that "Temp file with moniker 'svn_delta' already
   in use" instead of fetching.

Also contains a handful of trivial code clean-ups, documentation
updates, updates to the test suite, etc.
2013-10-18 19:48:48 +00:00
taca
537ff90dbb Update ruby-rails32 to 3.2.15.
This is a bug fix release and also contains one security fix.
2013-10-18 15:38:03 +00:00
taca
9d97d6f91a Update ruby-activeresource32 to 3.2.15.
## Rails 3.2.15 (Oct 16, 2013) ##

* No changes.
2013-10-18 15:31:00 +00:00
taca
ce337e5d3e Update ruby-actionpack32 to 3.2.15.
## Rails 3.2.15 (Oct 16, 2013) ##

* Fix `ActionDispatch::RemoteIp::GetIp#calculate_ip` to only check for
  spoofing attacks if both `HTTP_CLIENT_IP` and `HTTP_X_FORWARDED_FOR` are
  set.

  Fixes #12410
  Backports #10844

  *Tamir Duberstein*

* Fix the assert_recognizes test method so that it works when there are
  constraints on the querystring.

  Issue/Pull Request #9368
  Backport #5219

  *Brian Hahn*

* Fix to render partial by context(#11605).

  *Kassio Borges*

* Fix `ActionDispatch::Assertions::ResponseAssertions#assert_redirected_to`
  does not show user-supplied message.

  Issue: when `assert_redirected_to` fails due to the response redirect not
  matching the expected redirect the user-supplied message (second parameter)
  is not shown. This message is only shown if the response is not a redirect.

  *Alexey Chernenkov*
2013-10-18 15:27:20 +00:00
bsiegert
11eb68bbc8 Fix a common mistake in many different packages: POSIX says that when using
pax -rw, the destination directory must exist. pax in NetBSD creates it if
not, pax in MirBSD complains. I read through all pkgsrc Makefiles that use
pax and added an entry to INSTALLATION_DIRS, or an INSTALL_DATA_DIR
invocation.

I did not test all the changes but they should be fairly safe. If you notice
any breakage because of this change, please contact me.
2013-10-18 11:41:17 +00:00
apb
868f82aec9 NetBSD's query-pr-single.pl script moved from www.netbsd.org to
gnats.netbsd.org, so add a patch for that.
2013-10-18 07:01:46 +00:00
tonnerre
7b46414dd2 Update py-rss2gen to version 1.1.
Changes since version 1.0:
 - Ported to Python 3.x. Thanks to Graham Bell for the initial patch.
2013-10-17 23:52:53 +00:00
adam
45bccd716e Changes 7.33.0:
* test code for testing the event based API
* CURLM_ADDED_ALREADY: new error code
* test TFTP server: support "writedelay" within
* krb4 support has been removed
* imap/pop3/smtp: added basic SASL XOAUTH2 support
* darwinssl: add support for PKCS12 files for client authentication
* darwinssl: enable BEAST workaround on iOS 7 & later
* Pass password to OpenSSL engine by user interface
* c-ares: Add support for various DNS binding options
* cookies: add expiration
* curl: added --oauth2-bearer option
2013-10-17 07:56:36 +00:00
joerg
73110800dc Don't use dynamic_cast when RTTI is disabled. Don't add default
arguments to friends.
2013-10-15 14:49:35 +00:00
taca
26877d0485 Update contao to 3.1.4.
Version 3.1.4 (2013-10-14)
--------------------------

### Fixed
Do not show the debug bar in the modal dialog (see #6302).

### Fixed
Ignore the "maxlength" setting in certain form fields (see #6283).

### Fixed
Correctly show the "toggle page status" icon (see #6282).

### Removed
Removed the TinyMCE spell checker (see #6247).

### Updated
Updated TCPDF to version 3.0.38 (see #6268).

### Fixed
Correctly render the pages breadcrumb menu for non-admin users (see #6067).

### Fixed
Correctly handle the accordion fields during the version 3.1 update (see #6229).

### Fixed
Correctly handle special characters in page aliases (see #6232).
2013-10-15 14:33:28 +00:00
wen
ae4c2f3342 Update to 4.47
Upstream changes:
4.47  2013-10-15
  - Added dumper function to Mojo::Util.
  - Improved compatibility with IO::Socket::SSL 1.955.
  - Improved IIS compatibility of Mojo::Server::CGI.

4.46  2013-10-11
  - Changed default name for generated applications from MyMojoliciousApp to
    MyApp.
  - Improved performance of route matching in Mojolicious::Routes::Pattern.
  - Improved HTML Living Standard compliance of Mojo::DOM::HTML.
2013-10-15 14:17:57 +00:00
adam
8a08e4db28 Fix shared library path on Darwin 2013-10-14 06:30:47 +00:00
wen
ce191592ca Update to 2.20
Update DEPENDS
Add LICENSE

Upstream changes:
2.20    Fri Apr  6 00:49:51 CDT 2012
    [ENHANCEMENTS]
    Sometimes creating HTML::Lint-compliant HTML just isn't possible.
    Now, you can now turn individual errors on and off in your HTML
    via comment directives, like so:

        <!-- html-lint elem-img-sizes-missing: off, attr-unknown: off -->

    And if you have a batch of code that's hopeless:

        <!-- html-lint all: off -->

    Added check for unknown entities, such as "&foo;".

    Added check for unclosed entitities, such as "&amp" without the
    closing semicolon.

    Added a check for a bare ampersand that should be written as &amp;
2013-10-13 01:36:26 +00:00
ryoon
fa588f029a Update to 1.10
Changelog:
* Bugfixes
* Update translations
2013-10-12 13:14:28 +00:00
ryoon
dcf077a1e2 Update to 5.0.12
Changelog:
Version 5.0.12 Oct 4th 2013

    Usermanagement interface fixes
    Allow numeric group names
    Improved IE compatibiliy
    Fix database upgrade error
    Sharing permission interface fixes
    Small visual fixes
    File scanner fixes to handle deleted files correctly
2013-10-12 12:45:05 +00:00
wiz
42b9e4cd09 Link against libraries whose functions are used, don't depend on
them being pulled in by the linker.
2013-10-12 12:39:15 +00:00
richard
ae3c0aa7cc update builtin solaris gssapi/mit-krb5 support for curl 2013-10-12 04:31:48 +00:00
obache
2a6e2e1e2d Update Genshi to 0.7.
Version 0.7
http://svn.edgewall.org/repos/genshi/tags/0.7.0/
(Jan 27 2013, from branches/stable/0.7.x)

 * Add support for Python 3.1, 3.2 and 3.3 (via 2to3) and for PyPy. The
   majority of the coding was done in a sprint run by the Cape Town Python
   Users Group with financial assistance from the Python Software Foundation.
 * Default input and output encodings changed from UTF-8 to None (i.e. unicode
   strings).
 * Skip Mako benchmarks if Mako isn't installed (rather than failing
   completely).
2013-10-11 14:33:37 +00:00
obache
80510c8665 Update genshi to 0.6.1.
Version 0.6.1
http://svn.edgewall.org/repos/genshi/tags/0.6.1/
(Jan 27 2013, from branches/stable/0.6.x)

 * Security fix to enhance sanitizing of CSS in style attributes. Genshi's
   `HTMLSanitizer` disallows style attributes by default (this remains
   unchanged) and warns against such attacks in its documentation, but
   the provided CSS santizing is now less lacking (see #455).
 * Fix for error in how `HTMLFormFiller` would handle `textarea` elements if
   no value was not supplied form them.
 * The `HTMLFormFiller` now correctly handles check boxes and radio buttons
   with an empty `value` attribute.
 * Template `Context` objects now have a `.copy` method.
 * Added a simple `tox.ini` file for using tox to test against multiple
   verions of Python.
 * Fix for bug in `QName` comparison (see #413).
 * Fix for bug in handling of trailing events in match template matches
   (see #399).
 * Fix i18n namespace declaration in documentation (see #400).
 * Fix for bug in caching of events in serializers by no longer caching
   `(TEXT, Markup)` events (see #429).
 * Fix handling of `None` by `Markup.escape` in `_speedups.c` (see #439).
 * Fix handling of internal state by match templates (relevant when multiple
   templates match the same part of the stream, see #370).
 * Fix handling of multiple events between or on either side of start and end
   tags in translated messages (see #404).
 * Fix test failures caused by changes in HTMLParser in Python 2.7 (see #501).
 * Fix infinite loop in interplotation lexing that was introduced by a change
   in Python 2.7's tokenizer (see #540).
 * Fix handling of processing instructions without data (see #368).
 * Updated MANIFEST.in so as not to rely on build from Subersion 1.6.
2013-10-11 10:54:15 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
wiz
6068eaecf6 recursive bump for libmng-2.0.2 shlib major bump and dependency change 2013-10-09 17:39:01 +00:00
taca
fed9fe8323 Update fengoffice to 2.3.2.1.
Changelog
=========

Since 2.3.2
----------------

bugfix: When creating members, do not assign permissions for all executives (or superior users) if member has a parent.


Since 2.3.2-rc2
----------------

bugfix: Cannot filter overview by tag.
bugfix: Tasks tooltip in calendar views shows description as html.
bugfix: Permissions issue when editing and subscribing for non-admins for not classiffied objects.


Since 2.3.2-rc
----------------

bugfix: Show can_manage_billing permission.
bugfix: Missing lang on javascript langs.
bugfix: Javascript plugin langs are not loaded.
bugfix: When requesting completed tasks for calendar month view, it does not filter by dates and calendar hangs if there are too much tasks.
bugfix: Administration / dimensions does not show members for dimensions that don't define permissions.
bugfix: Permissions fix when email module is not installed.
bugfix: Company object type name fixed.
bugfix: Try to reconect to database if not conected when executing a query (if connection is lost while performing other tasks).
bugfix: When users cannot see other user's tasks they can view them using the search.
bugfix: Group permissions not applied in assigned to combo (when adding or editing tasks).
bugfix: Minor bugfixes in 1.7 -> 2.x upgrade.
bugfix: Activity widget: logs for members (workspaces, etc.) were not displayed.
bugfix: General search sql query improved.
bugfix: Don't include context in the user edited notification.
bugfix: Don't show worked hours if user doesn't have permissions for it.
bugfix: Don't send archived mails.

feature: Only administrators can change system permissions.
feature: Users can change permissions of users of the same type (only dimension member permissions).
feature: Set permissions to executive, manager and admins when creating a new member.

Since 2.3.2-beta
----------------

bugfix: Archiving a submember does not archive its objects.
bugfix: Error 500 when adding group.
bugfix: Installer fixes.
bugfix: Modified the insert in read objects for emails.
bugfix: Minor bugfixes in document listing.
bugfix: Sql error when $selected_columns ins an empty array in ContentDataObjects::listing() function
bugfix: root permissions not set when installing new feng office.
bugfix: Person report fixed when displaying email field.
bugfix: contacts are always created when sending mails.
bugfix: Tasks list milestone grouping fixed.

preformance: Search query improved.
performance: Insert/delete into sharing table 500 objects x query when saving user permissions.
2013-10-09 14:40:09 +00:00
ryoon
80c3695bdb Bump PKGREVISION.
* Enable ssl (https) option by default.
2013-10-09 14:23:42 +00:00
wen
68763227d0 Update to 4.45
Upstream changes:
4.45  2013-10-06
  - Changed return values of validation checks in Mojolicious::Validator.
  - Fixed unquoted attribute selector bug in Mojo::DOM::CSS.

4.44  2013-10-04
  - Removed experimental status from label_for helper.
  - Renamed regex check in Mojolicious::Validator to like.

4.43  2013-10-02
  - Removed generators for dynamic error messages from Mojolicious::Validator.
2013-10-07 03:00:46 +00:00
wiz
e6cad8fd3c Update links and links-gui to 2.8:
=== RELEASE 2.8 ===

Sat Sep 14 22:42:15 CEST 2013 mikulas:

	Fixed a memory leak if TIFF download was interrupted

Sat Aug 24 17:59:01 cet 2013 mikulas:

	DOS DJGPP port

Sun Jul 14 23:35:49 CEST 2013 mikulas:

	Do not save lines starting with space to URL history on the disk
	(idea by Volker Schatz)

Sun Jul 14 23:35:28 CEST 2013 Volker Schatz <linksbrowser@volkerschatz.com>

	Do not misreport Date header value as last-modified date
		in the info box popping up on "=".
	New graphics glyphs

Wed May 15 00:44:53 CEST 2013 Samuli Suominen <ssuominen@gentoo.org>:

	Fixed file 045e.png. It was not compatible with libpng-1.6

Wed May 15 00:43:27 CEST 2013 mikulas:

	Test integers addition for overflow. This fixes possible crashes due to
	overflows, they could possibly be security-sensitive.

Sat Apr  6 19:00:07 CEST 2013 mikulas:

	Fixed a bug in Xwindow driver when images larger than 65536
	pixels were used
	Fixed some integer overflows when scaling images larger than 65536
	pixels

Wed Jan  2 02:07:43 CET 2013 mikulas:

	OpenVMS port

Wed Dec 12 04:52:33 MET 2012 mikulas:

	Fixed invalid pointer comparison (comparing if NULL is smaller
	than non-NULL pointer) that could result in failures with certain
	compilers

Wed Nov  7 22:43:45 CET 2012 mikulas:

	Fixed IPv6 detection on OpenBSD

Sat Sep 22 03:01:58 CEST 2012 mikulas:

	Fixed an internal error in decompressed file cache if Links
	was running out of memory and was freeing cached data

Wed Sep 19 22:40:04 MET 2012 mikulas:

	An option that allows the user not to save URL history

Sat Sep  1 18:26:50 CEST 2012 mikulas:

	An option to send do not track request

Thu Aug 16 04:19:58 CEST 2012 mikulas:

	Reduced CPU consumption when downloading big files

Tue Aug 14 21:52:43 CEST 2012 mikulas:

	Fixed a crash if the user selects "Save as" and the document has no
	header (the bug was introduced in Links 2.7pre1)

Tue Aug 14 21:01:39 CEST 2012 mikulas:

	Parse FTP directories on VMS FTP server

Mon Aug 13 21:39:09 CEST 2012 mikulas:

	Use a blocking pipe when communicating with the dns process, it
	fixes a possible error when system pipe buffer is too small

Mon Aug  6 23:31:44 CEST 2012 mikulas:

	Workaround for bugs on GNU Hurd

Sat Jul 28 01:21:18 CEST 2012 mikulas:

	data: url

Fri Jul 20 19:00:30 MET 2012 mikulas:

	Accept color in #xxx format (besides usual #xxxxxx)

Tue Jul 10 22:45:19 CEST 2012 mikulas:

	Fixed an infinite retry loop when the server terminates connection
	prematurely

Sun Jul  8 20:23:43 CEST 2012 mikulas:

	Fixed some races in the framebuffer driver that could result in
	display corruption if the user is switching virtual consoles too
	quickly

Thu Jul  5 22:35:57 CEST 2012 mikulas:

	Don't save URLs with password to history file on a disk

Sat Jun 30 17:32:11 CEST 2012 mikulas:

	Fixed a rare bug where image alpha channel was not applied correctly
2013-10-06 16:49:51 +00:00
wiz
773d287466 Recursive bump for serf shlib major downgrade. 2013-10-06 16:46:54 +00:00
wiz
71ac9d5f8b Update to 1.3.2.
Upstream downgraded their shlib major version (at least on NetBSD).
Since there are so few packages in pkgsrc depending on it, follow suit.
Recursive revbump coming next.

Serf 1.3.2 [2013-10-04, from /tags/1.3.2, r????]
  Fix issue 130: HTTP headers should be treated case-insensitively
  Fix issue 126: Compilation breaks with Codewarrior compiler
  Fix crash during cleanup of SSL buckets in apr_terminate() (r2145)
  Fix Windows build: Also export functions with capital letters in .def file
  Fix host header when url contains a username or password (r2170)
  Ensure less TCP package fragmentation on Windows (r2145)
  Handle authentication for responses to HEAD requests (r2178,-9)
  Improve serf_get: add option to add request headers, allow url with query,
     allow HEAD requests (r2143,r2175,-6)
  Improve RFC conformance: don't expect body for certain responses (r2011,-2)
  Do not invoke progress callback when no data was received (r2144)
  And more test suite fixes and build warning cleanups
  SCons-related fixes:
   Fix build when GSSAPI not in default include path (2155)
   Fix OpenBSD build: always map all LIBPATH entries into RPATH (r2156)
   Checksum generation in Windows shared libraries for release builds (2162)
   Mac OS X: Use MAJOR version only in dylib install name (r2161)
   Use both MAJOR and MINOR version for the shared library name (2163)
   Fix the .pc file when installing serf in a non-default LIBDIR (r2191)
2013-10-06 16:45:04 +00:00
obache
e98e3d687b Let to install modules into apache libexecdir, same as 1.7.x.
fixes PR pkg/48273

Bump PKGREVISION.
2013-10-05 12:41:57 +00:00
joerg
b4419e33e8 Fix build on Cygwin. 2013-10-04 18:27:48 +00:00
wen
1681e90dfb Update to 1.3118
Upstream changes:
1.3118 01.09.2013

    [ ENHANCEMENTS ]
    * GH #946: new 'require_environment' setting. (Jesse van Herk)
    * GH #952: don't set defaults for Template subclasses for
        Dancer::Template::TemplateToolkit. (Rick Myers)
    * GH #945: add function 'template_or_serialize' to
        Dancer::Serializer::Mutable. (Yanick Champoux)

    [ BUG FIXES ]
    * GH #655: clarify logger error message. (Yanick Champoux,
        reported by Gabor Szabo)
    * GH #951: fix quoting of TemplateToolkit start_tag/stop_tag.
        (Rick Myers)
    * GH #940: carry over the session when we forward().
        (Yanick Champoux, reported by sciurius)
    * GH #954: don't die on autoflush for older perls.
        (Yanick Champoux, reported by metateck and David Golden)
    * GH #950: Dancer::Test functions now populate REQUEST_URI.
        (Yanick Champoux, reported by S枚ren Kornetzki)

    [ DOCUMENTATION ]
    * GH #942: simpilify the Apache deployment docs for cgi/fcgi.
        (bug report by Scott Penrose)

    [ MISC ]
    * GH #949: fixes a few errors in the serializer testsuite.
        (Franck Cuny)
2013-10-01 11:15:00 +00:00
wen
8bb23bad88 Update to 0.10
Upstream changes:
0.10      2013-09-28 15:26:41 Europe/Paris

    [ DOCUMENTATION ]
    * GH#431: Miscellaneous documentation fixes (Gideon D'souza)
    * Small POD corrections (Ashvini V)

    [ ENHANCEMENTS ]
    * GH#482: Show the startup banner when the worker starts by default
      (Alexis Sukrieh).
    * GH#481: Include local lib dir in @INC by defaults (Alexis Sukrieh).
    * GH#423: Remove ':tests' from Dancer.pm import (Alberto Sim玫es).
    * GH#422: Get rid of core_debug method (Alberto Sim玫es).
    * GH#421: Support Plugin::Ajax content_type (Russell Jenkins).
    * GH#428: Make default errors CSS path relocatable (Russell Jenkins).
    * GH#427, GH#443: Replace global warnings with lexical (Russell Jenkins).
    * GH#374: Don't create an app from app.psgi (Alberto Sim玫es).
    * Cleanup Core::Request, Core::Request::Upload (Mickey Nasriachi).
    * GH#445: Test Template::Simple (Alexis Sukrieh, Russell Jenkins).
    * GH#449: Test Session hooks (Gideon D'souza)
    * GH#434,440: Imutable attributes (Mickey Nasriachi).
    * GH#435: Allow send_error to serialize error (Russell Jenkins).
    * Add more tests to session id rw (Pedro Melo).
    * Whitespace cleanup (Ivan Bessarabov).

    [ BUG FIXES ]
    * GH#424,425: Fix logger tests for different timezones, and close
                  logfile before deleting it: Windows dixit.
                  (Gideon D'souza, Russell Jenkins)
2013-10-01 11:10:09 +00:00
wen
0d381b5161 Update to 4.42
Upstream changes:
4.42  2013-09-30
  - Added EXPERIMENTAL form validation support.
  - Added EXPERIMENTAL modules Mojolicious::Validator and
    Mojolicious::Validator::Validation.
  - Added EXPERIMENTAL validation method to Mojolicious::Controller.
  - Added EXPERIMENTAL validator attribute to Mojolicious.
  - Added EXPERIMENTAL label_for and validation helpers to
    Mojolicious::Plugin::DefaultHelpers.

4.41  2013-09-22
  - Improved documentation browser to be a little more RESTful.
  - Fixed flatten to work with older versions of Perl. (jamadam)

4.40  2013-09-21
  - Added text method to Mojo::Message.
  - Added siblings method to Mojo::DOM.
  - Added flatten method to Mojo::Collection.
  - Improved documentation browser with source links.
  - Fixed smart whitespace trimming bug in Mojo::DOM.
  - Fixed table parsing bug in Mojo::DOM::HTML.
  - Fixed bug in Mojolicious::Types where the txt MIME type did not specify a
    charset.

4.39  2013-09-17
  - Improved HTML5.1 compliance of Mojo::DOM::HTML.

4.38  2013-09-16
  - Added is_binary method to Mojo::Loader.
  - Fixed support for binary files in inflate command.
  - Fixed stylesheet helper not to enforce a media attribute.
2013-10-01 11:00:17 +00:00
taca
fe3607c18a Update contao31 to 3.1.3.
Version 3.1.3 (2013-09-24)
--------------------------

### Fixed
Do not redirect to protected pages after logout (see #6210).

### Fixed
Consider the additional arguments in `Frontend::jumpToOrReload()` (see #5734).

### Fixed
Prevent article aliases from using reserved names (see #6066).

### Fixed
Correctly update the RSS feeds if a news item or event changes (see #6102).

### Fixed
Correctly link to news and calendar feeds via insert tag (see #6164).

### Fixed
Make the CSS ID available in the custom navigation module (see #6129).

### Fixed
Do not cache the "toggle_view" insert tag (see #6172).

### Fixed
Unset the primary key if a model is deleted (see #6162).

### Fixed
Support `tel:` and `sms:` upon IDNA conversion (see #6148).

### Fixed
Apply the width and height to the audio player as well (see #6114).

### Fixed
Do not exit after a template has been output (see #5570).

### Changed
Drop the database query cache (see #6070). This renders `executeUncached()` and
`executeCached()` deprecated. Use `execute()` instead.

### Fixed
Handle all possible errors when uploading files (see #5934).
2013-09-30 10:04:34 +00:00