Commit graph

206648 commits

Author SHA1 Message Date
fhajny
8ff2f0b578 Update prosody to 0.9.1
Changes in 0.9.1:
* Config: Fix the workaround for LuaSec 0.4.x to apply the ssl 'ciphers'
  option correctly
* Config: Ability to specify the ssl 'dhparam' option simply as a path to
  a file, instead of a callback function
* Windows: Fix s2s issues
* Windows: Fix the ability to specify absolute paths to SSL certificates
  in the config
* Build: Fix compilation issue on non-Linux systems that have glibc (such as
  Debian GNU/kFreeBSD)
* API: Fix to our set library, that caused the :include() and :exclude()
  methods to behave incorrectly

Changes in 0.9.0:
* IPv6 support for c2s, s2s and all other services (e.g. HTTP)
* Server-to-server authentication using certificates (SASL EXTERNAL)
* A new HTTP subsystem, supporting virtual hosts, and fully reloadable modules
* Client and server connections are now handled by modules: mod_c2s, mod_s2s
* mod_pubsub: Basic pubsub service (some features not yet implemented)
* prosodyctl about - show information about a Prosody installation
* prosodyctl cert - command to generate XMPP certificates and CSRs
* Many very nice enhancements to our module API
* MUC: Configurable per-room history length
* MUC: Plugins can now extend the room configuration form

See notes on upgrading from 0.8.x:

  https://prosody.im/doc/release/0.9.0#upgrading
2013-09-13 14:37:49 +00:00
fhajny
8cb03850a1 Fix build on SunOS. Define LUA_COMPAT_MODULE to make this work on lua-5.2. 2013-09-13 14:32:19 +00:00
fhajny
98f89fe235 Fix on (at least) SunOS by passing proper LDFLAGS. Bump PKGREVISION. 2013-09-13 14:24:28 +00:00
ryoon
64e21c8e65 Updated www/php-owncloud to 5.0.11 2013-09-13 14:22:43 +00:00
ryoon
87d5fdd147 Update to 5.0.11
Changelog:
Version 5.0.11 Sep 10th 2013

    Fixing upload in shared folders with create privileges
    Making ldap more robust in certain situations
    Handing quota violation earlier to make the desktop clients more robust
    Several quota fixes
    Fix issues with certain file names like 0 or false
    Disable smb in files_External on windows servers
    Enable user to decrypt files again after encryption app was disabled
    Improved Encryption messages
    Add a searchByMime call to API
    Fix multiselects for Firefox on Mac in groups management
    Reduce the number of ldap connections
    Show a “password incorrect” notice when used shared password is wrong
    Switch to the completely new Google Drive SDK.
    Scanner: additional tests for reusing etags during scanning
    Fix accessing files that are newly created by setting the right mime type
    Several Calendar bugfixes
    Fixed “Show on Map” in Contacts
    A lof of Contacts fixes
    Several “Tasks” fixes
2013-09-13 14:21:38 +00:00
mef
2135f8094b Add arrl-license. 2013-09-13 14:18:36 +00:00
taca
7b44421e26 Note update of devel/ruby-daemon_controller package to 1.1.5. 2013-09-13 14:13:16 +00:00
taca
21e659fe72 Update ruby-daemon_controller to 1.1.5.
A few bug fixes.
2013-09-13 14:12:44 +00:00
taca
9a2fc19a9b Note update of devel/ruby-backports package to 3.3.3. 2013-09-13 14:02:36 +00:00
taca
a9c7e83757 Update ruby-backports to 3.3.3.
= Backports --- History

== Version 3.2.0 - April 3rd, 2013

* Moved `Proc#yield` & `Hash#key` from 1.8.7 to 1.9.1

== Version 3.2.0 - April 2nd, 2013

* Moved `Dir.mktmpdir` to the stdlib 'tmpdir' for Ruby 1.8.7

* Removed `returning` as it is no longer part of Rails.

== Version 3.1.0 - March 5th, 2013

* Backports can now be loaded separately!

* Small tweaks and fixes for many methods to pass more RubySpecs

== Version 3.0.0 - February 24th, 2013

* Features of 2.0.0 are now required when requiring 'backports'.

* Additional features of 2.0.0
  * Struct#to_h, NilClass#to_h, Hash#to_h
  * Hash#default_proc = nil
  * OpenStruct lib

* 1.8.7's Enumerator#with_index (it wasn't in the 1.8.7 NEWS file...)
2013-09-13 14:02:03 +00:00
adam
2c6dbb6d2b don't set Mac OS X target version: stick to the current one 2013-09-13 13:18:20 +00:00
taca
674ab1b4dd Note addition of devel/ruby-atomic package version 1.1.14. 2013-09-13 13:00:55 +00:00
taca
8bba012e51 Add and enable ruby-atomic. 2013-09-13 13:00:25 +00:00
taca
a0c58789ed Add ruby-atomic package version 1.1.14.
Ruby-atomic is an atomic reference implementation for JRuby, Rubinius, and MRI.

This library provides:

* an Atomic class that guarantees atomic updates to its contained value

The Atomic class provides accessors for the contained "value" plus two update
methods:

* update will run the provided block, passing the current value and replacing
  it with the block result iff the value has not been changed in the mean
  time. It may run the block repeatedly if there are other concurrent updates
  in progress.
* try_update will run the provided block, passing the current value and
  replacing it with the block result. If the value changes before the update
  can happen, it will throw Atomic::ConcurrentUpdateError.
2013-09-13 12:59:41 +00:00
taca
040465df3d Note update of devel/hoe package to 3.7.1. 2013-09-13 12:57:19 +00:00
taca
8ff058338f Update hoe to 3.7.1.
=== 3.7.1 / 2013-08-19

* 1 minor enhancement:

  * Added N=testname option to the test task to shortcut TESTOPTS='-n testname'

=== 3.7.0 / 2013-07-24

* 1 minor enhancement:

  * Warn and default to MIT license if not set.

=== 3.6.3 / 2013-06-20

* 1 bug fix:

  * Fixed problems with shell redirection on non-bash systems. (kou)
2013-09-13 12:56:50 +00:00
taca
b92488761d Note update of devel/ZenTest package to 4.9.3. 2013-09-13 12:55:02 +00:00
taca
bfa8b75002 Update ZenTest package to 4.9.3.
=== 4.9.3 / 2013-08-12

* 1 minor enhancement:

  * Added --debug option. Probably need to add more to help bug reports.

* 2 bug fixes:

  * Fixed completed_re and failed_results_re to match minitest 5 (and still mt
    4).
  * Fixed handle_results to deal with minitest 5 output (eg
    ClassName#method_name).
2013-09-13 12:54:23 +00:00
taca
c0981549ef Note update of databases/ruby-mysql2 package to 0.3.13. 2013-09-13 12:53:03 +00:00
taca
7de0c90072 Update ruby-mysql2 package to 0.3.13.
Exact changes aren't available.  Please refer change log in github.
2013-09-13 12:52:30 +00:00
taca
4e6d0b854f Note update of databases/ruby-hiera package to 1.2.0. 2013-09-13 12:49:44 +00:00
taca
b1c831bd6a Update ruby-hiera to 1.2.0.
Exact changes aren't available.  Please refer change log in github.
2013-09-13 12:49:13 +00:00
ryoon
b79f95663f Updated misc/rpm to 4.11.1 2013-09-13 12:43:10 +00:00
taca
28af56c91b Note update of databases/ruby-cassandra package to 0.22.0. 2013-09-13 12:42:11 +00:00
ryoon
74375ed633 Update to 4.11.1 from 2.5.4
Changelog:
* Many bugfixes and improvements.
* New commands.
2013-09-13 12:41:32 +00:00
taca
b96fe646c9 Update ruby-cassandra to 0.22.0.
v0.22.0
- Add new composite API to resolve ambiguity between unpacking a composite and packing a composite with one element (issue #196, courtesy @kevinkehl)
- Breaking change: schema change methods no longer catch exceptions internally.  They work the same as everything else.

v0.21.0
- Add 1.2 libs to gem

v0.19.0
- Fixed windows build by disabling native extensions (issue #188, courtesy @jacek99)
- Speed improvement to native composite column extension (issue #186, courtesy @muirmanders)
- Fix OrderedHash iterator return values (issue #185, courtesy @fester)
- Native support for dynamic composite decoding (issue #184, courtesy @muirmanders)

v0.18.0
- Cassandra 1.2 support (issue #175, courtesy @brainopia)
- drop_keyspace defaults to current keyspace (issue #176, courtesy @brianopia)
- Easier flush_batch interface (issue #182, courtesy @brianopia)
- Support for removing multiple columns (issue #183, courtesy @brianopia)
2013-09-13 12:41:25 +00:00
taca
ca3eece36b - typo3-6.1.4. 2013-09-13 12:38:20 +00:00
taca
fac55c6e8b Note update of converters/ruby-unf package to 0.1.2. 2013-09-13 12:37:55 +00:00
taca
0500827642 Update ruby-unf to 0.1.2.
## 0.1.2 (2013-08-12)

Features:

  - Add license to gemspec.

  - Adjust dependencies for Ruby 1.8 to satisfy bundler.
2013-09-13 12:37:21 +00:00
obache
ecc2bc5247 MySQL had been removed, so try to remove mysql version restriction.
Bump PKGREVISION.

But this version is known that it is incompatible with 5.1 (and later?) API,
so maeked as BROKEN.
2013-09-13 12:29:19 +00:00
obache
593a6bf15b + mysqlcc-1.0.2 2013-09-13 12:22:21 +00:00
obache
11fa3cbca6 MySQL-5.0 had been removed, so try to allow any version of MySQL.
Bump PKGREVISION.
2013-09-13 12:19:50 +00:00
fhajny
648a3c0f34 Updated security/lua-sec to 0.4.1 2013-09-13 12:17:27 +00:00
fhajny
d0036b6c76 Update lua-sec to 0.4.1.
Changes since 0.4:
- SSL options updated --- based on OpenSSL 1.0.0d.
- Activate SSL_MODE_RELEASE_BUFFERS by default if it is available.
  (thanks Prosody project)
2013-09-13 12:17:19 +00:00
sno
6b4fcffd08 Added lang/raduko-star version 2013.08 2013-09-13 12:10:36 +00:00
sno
289608fcf9 Adding package for Raduko * 2013.08 in lang/raduko-star.
Rakudo Perl 6, or simply Rakudo, is a compiler for the Perl 6 programming
language. It runs on the Parrot virtual machine.

The Rakudo Star distribution (fondly called Rakudo *) is the Rakudo
compiler plus a selection of useful Perl 6 modules, the most recent
incarnation of the "Using Perl 6" book, and other software that can
be used with the Rakudo compiler to enhance its utility.  Rakudo Star
is meant for early adopters who wish to explore what's possible with
Rakudo Perl 6 and provide feedback on what works, what doesn't, and
what else they would like to see included in the distribution.
2013-09-13 12:09:39 +00:00
fhajny
4a2fabce64 Fix build for lua>5.1. 2013-09-13 12:09:37 +00:00
fhajny
10e258fafc Add ap22-authz-ldap 2013-09-13 11:57:01 +00:00
fhajny
63315da45f Added www/ap22-authz-ldap version 0.30 2013-09-13 11:56:27 +00:00
fhajny
67612c5649 Import www/ap22-authz-ldap.
This Apache LDAP authentication/authorization module tries to solve
the following problems that other such modules may not solve in all cases:

  * Map the short form of the distinguished name of a certificate and its
    issuer obtained from the environment of mod_ssl to a user distinguished
    name in an LDAP directory.
  * Check the age of a password in an LDAP directory, denying authorization
    in case the password is to old.
  * Authorize a user based on roles or an arbitrary LDAP filter expression.
  * Authorize a user based on whether he owns a file or belongs to the group
    owning a file.
2013-09-13 11:56:19 +00:00
taca
7bbc958476 Note addition of www/typo3_61 package version 6.1.5. 2013-09-13 11:54:27 +00:00
taca
d8f3d08119 Add and enable typo3_61. 2013-09-13 11:54:01 +00:00
obache
78ce327076 drop support of removed MySQL 5.0. 2013-09-13 11:53:24 +00:00
taca
e49a8f5e0e Add typo3_61 version (TYPO3 6.1.5).
* Improving the File Abstraction Layer
* UI Improvements for the Extension Manager
* Use for PHP mysqli instead of "mysql" module
* Further Changes:
  - Removed extension statictemplates
  - Improved TCA load mechanism
  - Install Tool: Environment Checks
  - Extbase: The rewritten property mapper is now the default mapper
  - Fluid: Allow Fluid arrays only in ViewHelper arguments
  - Extbase: Object persistence behaviour changed from implicit to explicit
    save
2013-09-13 11:53:05 +00:00
obache
80146bc408 include bsd.prefs.mk before reference of MANINSTALL. 2013-09-13 11:49:36 +00:00
fhajny
d295f34dcf Add ap2-xsendfile 2013-09-13 11:46:15 +00:00
fhajny
6c3603e11c Added www/ap2-xsendfile version 0.12 2013-09-13 11:45:35 +00:00
fhajny
5877b9f6cf Import www/ap2-xsendfile.
mod_xsendfile is a small Apache2 module that processes X-SENDFILE headers
registered by the original output handler.

If it encounters the presence of such header it will discard all output
and send the file specified by that header instead using Apache internals
including all optimizations like caching-headers and sendfile or mmap if
configured.
2013-09-13 11:45:26 +00:00
taca
686289e02d Note update of www/typo3_60 package to 6.0.10. 2013-09-13 11:36:28 +00:00
taca
0f614e8db6 Update typo3_60 package to 6.0.10.
pkgsrc change: change files/README to MESSAGE file.

2013-09-12  c0dfc7d                  [RELEASE] Release of TYPO3 6.0.10 (TYPO3 Release Team)
2013-09-11  8fb6d68  #51923          [TASK] Move StorageRepositoryTest tests to AbstractRepositoryTest (Anja Leichsenring)
2013-09-11  1831c95  #51562          [BUGFIX] Move forgotten getEnvironmentMode() (Anja Leichsenring)
2013-09-11  663ccd5  #51519          [TASK] FAL ResourceStorage must not access sys_file table directly (Steffen Ritter)
2013-09-11  016949f  #50795          [BUGFIX] Follow-Up: Missing signals on adding file (Stefan Neufeind)
2013-09-11  5db38d3  #51562          [TASK] Remove sys_file.deleted flag and it's usage (Ernesto Baschny)
2013-09-11  7a4e75d  #50795          [BUGFIX] Missing signals on adding file (Andreas Wolf)
2013-09-10  194702a  #49386          [BUGFIX] Follow-up: Fix fileinfo property mapping in ResourceStorage (Stefan Neufeind)
2013-09-09  9af1d6b  #50723          [BUGFIX] Extbase scheduler task serialization (arjenhoekema)
2013-09-09  506a920  #49386          [BUGFIX] Fix fileinfo property mapping in ResourceStorage::setFileContents (Thomas Maroschik)
2013-09-09  1ecf5cd  #51018          [BUGFIX] excludeFromUpdates flag ignored (Francois Suter)
2013-09-09  937c3dc  #48467          [BUGFIX] mounts of same storage had same subfolder count in Filelist (Simon Schick)
2013-09-09  4519179  #51743          [TASK] Replace double quotes in exceptions (Wouter Wolters)
2013-09-09  df49c8c  #51744          [TASK] Cleanup (Wouter Wolters)
2013-09-09  3b52e07  #47414          [BUGFIX] Filename not displayed in selector (file_reference) (Martin Borer)
2013-09-09  8bd8e69  #51871          [BUGFIX] Ignore userTSConfig if not set in getModTSconfig() (Helmut Hummel)
2013-09-09  9d9db86  #51682          [BUGFIX] Disable caching for ADMCMD_view parameter (Philipp Kitzberger)
2013-09-09  c4179a1  #51761          [BUGFIX] Do not add trailing slashes to files (Helmut Hummel)
2013-09-09  3d4d785  #51808          [BUGFIX] Enable ProcessedFiles to do file exists (Helmut Hummel)
2013-09-08  9e2bfef  #51758          [BUGFIX] Fix viewObjectNamePattern regression in Extbase (Alexander Schnitzler)
2013-09-08  248d9cf  #45498          [FEATURE] Find best-matching local storage instead of default-storage (Stefan Neufeind)
2013-09-06  adf9802  #51747          [BUGFIX] Recreate processig folder without permission checks (Helmut Hummel)
2013-09-06  990cd92  #51733          [BUGFIX] Do not register storage factory slot during install (Helmut Hummel)
2013-09-06  54034a7  #51305,#51767   [FEATURE] Render icon with button view helper (Francois Suter)
2013-09-04  34d22cc  #51745          [TASK] Remove conflict code (Wouter Wolters)
2013-09-13 11:35:58 +00:00