Commit graph

11385 commits

Author SHA1 Message Date
morr
5acc902824 Security update to version of Wordpress 3.4.1.
ChangeLog:

Wordpress 3.4.1:

* Fixes an issue where a theme’s page templates were sometimes not detected.
* Addresses problems with some category permalink structures.
* Better handling for plugins or themes loading JavaScript incorrectly.
* Adds early support for uploading images on iOS 6 devices.
* Allows for a technique commonly used by plugins to detect a network-wide activation.
* Better compatibility with servers running certain versions of PHP (5.2.4, 5.4)
or with uncommon setups (safe mode, open_basedir), which had caused warnings or
in some cases prevented emails from being sent.

Additionally: Version 3.4.1 fixes a few security issues and contains some security
hardening. These issues were discovered and fixed by the WordPress security team:

* Privilege Escalation/XSS. Critical. Administrators and editors in multisite
were accidentally allowed to use unfiltered_html for 3.4.0.
* CSRF. Additional CSRF protection in the customizer.
* Information Disclosure: Disclosure of post contents to authors and contributors
(such as private or draft posts).
* Hardening: Deprecate wp_explain_nonce(), which could reveal unnecessary information.
* Hardening: Require a child theme to be activated with its intended parent only.

Wordpress 3.4:

* Enhanced theme control
    * Customize theme options before activating a new theme using Theme Customizer
    * Use Theme Previewer to customize current theme without changing the front-end design

* Custom Headers
    * Improved Custom Headers with flexible sizes
    * Selecting Custom Header Images and Custom Background Images from Media Library Screen

* Media improvements
    * Support HTML in image captions

* Under the Hood improvements
    * Improvements in WordPress internationalization and localization (more info)
    * Different split in translation POT files for faster translations
    * Codex XML-RPC information update accessed via XML-RPC_WordPress_API
    * WP_Query improvements
2012-06-29 10:40:13 +00:00
jperkin
3ef5d7c7b7 Add missing INSTALLATION_DIRS. 2012-06-25 08:57:10 +00:00
jperkin
ee556f6f86 Add missing INSTALLATION_DIRS. 2012-06-24 07:36:17 +00:00
jperkin
5c63cdc4ea Add missing INSTALLATION_DIRS. 2012-06-24 07:20:23 +00:00
dholland
c86b7995d2 Add missing time_t to fix the Solaris build. 2012-06-23 23:14:24 +00:00
prlw1
ee0c5a53b8 Link against libexecinfo for backtrace as per suggestion from wiz in
http://mail-index.netbsd.org/pkgsrc-users/2012/06/21/msg016616.html
2012-06-22 16:06:32 +00:00
dholland
c178b637ce Disable this for apache24 as it doesn't compile. 2012-06-21 05:35:03 +00:00
wiz
fad505520b Update to 1.19.1, provided by Wen Heping in PR 46614:
=== Changes since 1.19.0 ===
* (bug 36568) Fixed "Illegal string offset 'LIMIT'" warnings in updater
* (bug 36938) Correctly escape uselang attribute to prevent xss
* Expanded Blacklist for SVG Files
2012-06-19 11:55:25 +00:00
taca
4fbe4f2f96 * Remove PHP 5.2.x supporting code.
* Remove a duplicated line to www/php-phrasea2.
2012-06-18 15:46:42 +00:00
gdt
6b8140e2e0 Move pdo_sqlite3 dependency to under sqlite option.
Previously, I added a dependency on pdo_sqlite3 because an owncloud
instance failed to run without PDO.  This commit moves the dependency
to be conditional on the sqlite option, so that it doesn't apply if
mysql is selected.

The upstream method selection code is hard to follow, and in
particular I don't understand how dbtype=sqlite is expected to use
MDB2 and dbtype=sqlite3 PDO.  So with the sqlite option both chunks of
code are availale.  I suspect there is an upstream bug lurking, but I
can't point to it.
2012-06-17 18:27:19 +00:00
dholland
ed7688d974 Remove 52 from PHP_VERSIONS_ACCEPTED. 2012-06-16 22:34:23 +00:00
taca
ea215d9bd6 Remove contao210 support codes. 2012-06-16 14:33:02 +00:00
taca
668e3638fa Move reusable codes from contao211-translations/Makefile to
contao/Makefile.translations.
2012-06-16 13:20:01 +00:00
taca
8c566b8fe9 Remove reference to ../contao210* in comment. 2012-06-16 13:11:22 +00:00
taca
6ff2870dfe Remove contao210 for now. Use Contao 2.11, please. 2012-06-16 12:27:59 +00:00
taca
e86155aec4 Remove contao210-example for now. Use Contao 2.11, please. 2012-06-16 12:27:44 +00:00
taca
1e2c8d67d7 Remove contao210, contao210-example and contao210-translations. 2012-06-16 12:26:58 +00:00
taca
56954b416a Remove contao210-translations for now. Use Contao 2.11, please. 2012-06-16 12:26:07 +00:00
dholland
6685c6c078 php-sqlite referenced by default in options.mk does not support
php54, so mark this incompatible so pbulk stops croaking.

XXX: someone please fix this correctly
2012-06-16 09:37:21 +00:00
dholland
db7c0124c9 The libxml2 version test in this thing believes that checking that
version A.B.C is at least D.E.F is to be done by checking A >= D, B >=
E, *and* C >= F. Therefore, it believes that the most recent libxml2
update, which is 2.8.0, is less than its minimum requirement 2.4.1.

Rather than trying to repair this curious logic, just patch the test
to always succeed, as pkgsrc always provides a suitable libxml2.
2012-06-16 09:04:02 +00:00
taca
25e71769c5 Add an emty line between including options.mk. 2012-06-16 05:28:07 +00:00
taca
0d27b48e03 Allow build with php54. 2012-06-16 05:27:43 +00:00
taca
799e6a7635 Allod build with php54. 2012-06-16 05:27:12 +00:00
markd
e43be93ef2 Update to KDE SC 4.8.4
Bug fixes.
2012-06-16 04:45:28 +00:00
taca
9e4b0e8aaa Change dependency to php-fileinfo and make this package build with
PHP 5.3.x and PHP 5.4.x.
2012-06-16 03:11:09 +00:00
taca
aca68b4ec2 * Use new data type name and support for PHP 5.4.x; there is no magic_quotes. 2012-06-16 03:09:19 +00:00
taca
c8499be1be Use newer data type name of PHP to support PHP 5.4.x. 2012-06-16 03:07:54 +00:00
taca
3cd13faa1f Add "54" to PHP_VERSIONS_ACCEPTED. 2012-06-16 03:06:57 +00:00
taca
3917c160b7 Restrict to PHP 5.2.x and 5.3.x. 2012-06-16 03:06:19 +00:00
taca
8565974778 Update dependency to php-intl.
Bump PKGREVISION.
2012-06-16 03:05:44 +00:00
taca
aca1f46bee Don't use "5" in PKG_PHP_VERSION. 2012-06-16 03:04:23 +00:00
taca
815e75e726 Update ruby-journey to 1.0.4.
Thu Jun 14 14:03:22 2012  Aaron Patterson <aaron@tenderlovemaking.com>

	* lib/journey/formatter.rb: when generating routes, skip route
          literals (routes that do not have replacement values like
          "/:controller") when matching unnamed routes.

            https://github.com/rails/rails/issues/6459

        * test/test_router.rb: corresponding test
2012-06-15 13:56:24 +00:00
sbd
a5f279dac6 Recursive PKGREVISION bump for misc/kdepimlibs4 buildlink addition. 2012-06-14 22:09:28 +00:00
taca
b01c6dccf8 Update contao211-translations to 201206130.
Update French language files to support Contao 2.11.3 and 2.11.4.
2012-06-14 15:44:24 +00:00
taca
4c01df26de Bump PKGREVISION for those RUBY_RAILS_STRICT_DEP is set to no implicitly now.
(Relax dependency to Ruby on Rails component packages.)
2012-06-14 15:14:09 +00:00
taca
26d173b35a Set RUBY_RAILS_STRICT_DEP to yes. 2012-06-14 15:12:15 +00:00
taca
ab666696f5 Update ruby-rails31 to 3.1.6.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

No change except version.
2012-06-14 14:57:50 +00:00
taca
f931e4bf56 Update ruby-activeresource31 to 3.1.6.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.1.6 (Jun 12, 2012)

*   No changes.
2012-06-14 14:56:16 +00:00
taca
34d55950d9 Update ruby-actionpack31 to 3.1.6.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.1.6 (Jun 12, 2012)

*   nil is removed from array parameter values

    CVE-2012-2694
2012-06-14 14:54:45 +00:00
taca
ec04cd7c96 Update ruby-rails3 to 3.0.14.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

No change except version.
2012-06-14 14:52:54 +00:00
taca
9f1f903775 Update ruby-activeresource3 to 3.0.14.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.0.14 (Jun 12, 2012)

*   No changes.
2012-06-14 14:50:51 +00:00
taca
b50c68646e Update ruby-actionpack3.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.0.14 (Jun 12, 2012)

*   nil is removed from array parameter values

    CVE-2012-2694
2012-06-14 14:49:17 +00:00
obache
05a8d946e8 Update opera to 12.00.
Opera 12.00 is a recommended upgrade offering new and improved features, plus
security and stability enhancements.
2012-06-14 13:06:27 +00:00
ryoon
27218ae1a8 Sync with seamonkey-2.10 2012-06-14 11:29:34 +00:00
ryoon
d1fdbcf4ea Update to 2.10
Changelog: from http://www.seamonkey-project.org/releases/seamonkey2.10/
SeaMonkey-specific changes

    The domain name is highlighted in the location bar by default now, configurable in Preferences.
    The amount of tabs to be restored concurrently can be configured in Preferences now.
    News username and password auth dialogs have been combined and show for which server the prompt is now.

Mozilla platform changes

    The new minimum supported Windows version is now XP SP2, Windows 2000 support has been dropped.
    The SPDY protocol now enabled by default for faster browsing on supported sites
    The column-fill CSS property has been implemented.
    Experimental support for ECMAScript 6 Map and Set objects has been implemented.
    Support for the CSS3 background-position property extended syntax has been added.
    The :invalid pseudo-class can now be applied to the <form> element.
    The CSS turn <angle> unit is now supported.
    Fixed several stability issues.
2012-06-14 11:27:33 +00:00
sbd
1b0e592d30 Add version to php-pdo_sqlite dependency 2012-06-14 10:30:02 +00:00
sbd
13341dbbaf Allow for a PKGREVISION in the phraseanet-indexer dependency. 2012-06-14 10:17:10 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
gdt
bd5e267b18 PKGREVISION++ for MESSAGE and dependency change. 2012-06-13 23:28:32 +00:00
gdt
a8eae8e9ea Add dependency on php-pdo_sqlite.
Without this module, errors were logged after an upgrade from owncloud 3.
Add a hint to enable the module to MESSAGE.
2012-06-13 23:16:01 +00:00