Commit graph

187173 commits

Author SHA1 Message Date
cheusov
678986138b Add symlinks in gnu/man/man1/
++pkgrevision
2012-06-02 08:51:37 +00:00
cheusov
3af9b78575 Add symlinks in gnu/man/man1/
++pkgrevision
2012-06-02 08:38:13 +00:00
cheusov
43e97dc30e Add symlinks in gnu/man/man1/
++pkgrevision
2012-06-02 08:18:35 +00:00
cheusov
8025340c08 Add symlink gnu/man/man1/indent.1
++pkgrevision
2012-06-02 08:05:59 +00:00
cheusov
4dcdf9c7ad Add symlink gnu/man/man1/make.1
++pkgrevision
2012-06-02 07:57:21 +00:00
cheusov
10d9f30216 Add symlink gnu/man/man1/m4
++pkgrevision
2012-06-02 07:51:04 +00:00
obache
d9c90edbe3 Note xnp2-ia32 option used by emulators/xnp2. 2012-06-02 07:22:36 +00:00
obache
98561bf22c + xnp2 2012-06-02 07:21:24 +00:00
obache
54bc20ae61 Added emulators/xnp2 version 0.83pl20120302 2012-06-02 07:19:52 +00:00
obache
2a9ed31c33 Import xnp2-0.83pl20120302 as emulators/xnp2.
Based on PR 46484 by Izumi Tsutsui.

Xnp2 is a port for UNIX with X11 of "Neko Project II" PC-9801 emulator.
2012-06-02 07:19:33 +00:00
wiz
709b7aa44f Add an option for psiconv support, and turn it off by default.
Fixes PR 46511 by Nouod de Brouwer (using his patch).
2012-06-02 07:11:09 +00:00
cheusov
190950c59f Add symlink to gnu/man/man1/ed.1
++pkgrevision
2012-06-02 07:10:57 +00:00
wiz
fb06b9e127 Add an option for psiconv support, and turn it off by default.
Fixes PR 46511 by Nouod de Brouwer.

Set LICENSE while here.
2012-06-02 07:10:53 +00:00
wiz
51c9f88d5b Describe psiconv, sort. 2012-06-02 07:08:45 +00:00
taca
dfb276e1ce Note addition of www/typo3_47 version 4.7.1 (TYPO3 4.7.1). 2012-06-02 05:55:44 +00:00
taca
d1b19942e4 Add and enable typo3_47. 2012-06-02 05:55:13 +00:00
taca
625bdba6cb Importing typo3_47 version 4.7.1 (TYPO3 4.7.1).
For detail, please refer http://wiki.typo3.org/TYPO3_4.7

===============================================================================
Compatibility
===============================================================================

* PHP 5.3

This version requires at least PHP 5.3, older versions of PHP are not supported
anymore with TYPO3 4.7.

	* safe_mode is not supported anymore
	* magic_quotes_gpc is deprecated. You are encouraged to turn this option
	  off as it still defaults to "On".

* ImageMagick

If you are using ImageMagick, only versions 6.0 and above are supported.

* Deprecated methods

Deprecated methods that were initially targeted to be removed in TYPO3 4.7 have
finally been removed. The deprecation log shows which functions were declared
to be deprecated and will be removed in the next TYPO3 versions.


Removed Functionality / Overworked Functionality
-------------------------------------------------------------------------------

* non utf-8 support removed

Before upgrading, check that your database is encoded in utf-8 and your
database connection is encoded same way. TYPO3 4.7 only will work with utf-8 after
other charsets have been deprecated in TYPO3 version 4.5 LTS.

* The old HTML-Mailer Class (t3lib_htmlmail) has been removed

After a grace period of two version t3lib_htmlmail finally has been removed from
TYPO3 Core. All extensions which had not been adapted yet, will break. Most
likely this will affect many extensions.

* Highly changed CSS Styled Content Classes

The System Extensions CSS Styled Content and the content rendering within sysext
CMS have been heavily overworked as well as the TypoScript changed remarkibly.
We expect all extensions X-Classing the Content-Rendering as well as adapting
TypoScript of CSS Styled Content to break. This might affect Lightbox-Extensions
as well as for example dam_content (old version).

!!!       PLEASE SEE A LIST OF INCOMPATIBLE EXTENSIONS WITHIN THE WIKI       !!!

===============================================================================
Changes and Improvements
===============================================================================

This will list important changes and improvements between TYPO3 4.6 and 4.7. For
technical details see ChangeLog included in the typo3_src package.


Authentication Services
-------------------------------------------------------------------------------

With this version the authentication chain has been cleaned up so that third
party authentication services can benefit from RSA encrypted login without the
need of decrypting the submitted password in their own code.

The system extension rsaauth will now decrypt the password and provide the
decrypted version for other services. So external authentication services can
access the clear text password always through $this->loginData['uident_text'],
no matter if the password has been transmitted as plain text during the login
or rsaauth has decrypted it.

Due to major changes in the login service of rsaauth, all extensions which
use XCLASS to extend that class, most likely will fail, whereas other extension
which make proper use of the public API of the system extension rsaauth will
continue working without any problem.
In any case, it is recommended to adjust external authentication services to
benefit from the changes.

See new chapter in TYPO3 services documentation (doc_core_services) about the
topic of authentication services: http://forge.typo3.org/issues/31413
2012-06-02 05:54:24 +00:00
obache
eedac34579 Convert to usual way to define DISTNAME/PKGNAME and WRKSRC. 2012-06-02 05:53:14 +00:00
taca
e546fdacf5 Note update of TYPO3 packages:
www/typo3_45	4.5.16
	www/typo3_46	4.6.9
2012-06-02 05:51:30 +00:00
taca
c1ad95b26a Update typo3_46 to 4.6.9.
2012-05-22  7923ff2                  [RELEASE] Release of TYPO3 4.6.9 (TYPO3 v4 Release Team)
2012-05-22  21c65e7                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-05-21  1def46a  #26993          [BUGFIX] Pagetree: Copying large branches duplicates branch (Steffen Gebert)
2012-05-21  796db8e  #37335          [TASK] Add a comment for require_once in t3lib_error_ErrorHandler (Oliver Klee)
2012-05-21  7a12fd5  #36976          [BUGFIX] PHP warning when a language pack does not exist (Xavier Perseguers)
2012-05-20  67d7304  #33580          [BUGFIX] DB field names exceed max length with 'zzz_deleted' (Tolleiv Nietsch)
2012-05-20  b85d5cd  #36981          [BUGFIX] Regression of "better condition in versionOL of t3lib_tstemplate" (Andy Grunwald)
2012-05-20  8bada90  #35410          [BUGFIX] Properly quote regexp in Install Tool (Jigal van Hemert)
2012-05-20  c9408df  #25213          [BUGFIX] Install Tool: Settings added by extensions can be edited (Ernesto Baschny)
2012-05-20  1329828  #37221          [BUGFIX] Wrong DB fields usage in TCEmain (Felix Nagel)
2012-05-16  8796130  #35182          [BUGFIX] Missing bottom margin in the page tree (Stefan Galinski)
2012-05-16  50616a6  #37158          [BUGFIX] Wrong label reference for backend_layout (Markus Klein)
2012-05-14  a1c09d9  #36459          [BUGFIX] Pagetree doesn't expands to the last saved state (Stefan Galinski)
2012-05-09  9b6fe53  #35684          [BUGFIX] Page cache expiry calculation fails (Francois Suter)
2012-05-06  d55133a  #34012          [BUGFIX] Slider Wizard value not set when used in a flexform (Wouter Wolters)
2012-05-06  96b79a9  #36860          [BUGFIX] Fix math test on 32 bit systems (Helmut Hummel)
2012-05-03  a1f6470  #36611          [BUGFIX] EM: improve action icons alignment (Francois Suter)
2012-05-03  cb42a37  #36610          [BUGFIX] EM: misplaced tooltips (Francois Suter)
2012-04-29  a8443bd  #30900          [BUGFIX] EM: avoid cropping action columns (Francois Suter)
2012-04-29  e26486a  #36380          [BUGFIX] t3lib_div::getUrl() throws a warning on nonexisting local file (Philipp Gampe)
2012-04-28  1db371c  #36296          [BUGFIX] New task button missing after deleting task (Alexander Jahn)
2012-04-28  ea02437  #26915          [BUGFIX] cropHTML with dash in html element (Jakub Cernek)
2012-04-28  8be224b  #36004          [BUGFIX] Wrong HTTP protocol in combination with a proxy (Michael Staatz)
2012-04-28  5e7ca66  #36164          [BUGFIX] Remove duplicate domain from FE copyright comment (Tomita Militaru)
2012-04-28  5fe7a23  #34686          [BUGFIX] Show phpinfo() header title (Tomita Militaru)
2012-04-27  5b1262c  #21713          [BUGFIX] Hide relations to deleted records (Francois Suter)
2012-04-23  d767a1e  #35361          [BUGFIX] Localize command must preserve type (Francois Suter)
2012-04-21  c7d5cf5  #36399          [BUGFIX] Missing static keyword for addFieldsToUserSettings (Susanne Moog)
2012-04-18  db1cb1e  #27811          [BUGFIX] Backend: Fetch correct overlay-version of page inside workspace (Stefan Neufeind)
2012-06-02 05:50:45 +00:00
taca
fb079dd900 Update typo3_45 package to 4.5.16 (TYPO3 4.5.16).
2012-05-22  841e939                  [RELEASE] Release of TYPO3 4.5.16 (TYPO3 v4 Release Team)
2012-05-22  b81c747                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-05-21  d4da799  #26993          [BUGFIX] Pagetree: Copying large branches duplicates branch (Steffen Gebert)
2012-05-21  58c4730  #37335          [TASK] Add a comment for require_once in t3lib_error_ErrorHandler (Oliver Klee)
2012-05-21  62d2b65  #36976          [BUGFIX] PHP warning when a language pack does not exist (Xavier Perseguers)
2012-05-20  d797ceb  #33580          [BUGFIX] DB field names exceed max length with 'zzz_deleted' (Tolleiv Nietsch)
2012-05-20  1125e3d  #36981          [BUGFIX] Regression of "better condition in versionOL of t3lib_tstemplate" (Andy Grunwald)
2012-05-20  6bb0f8d  #35410          [BUGFIX] Properly quote regexp in Install Tool (Jigal van Hemert)
2012-05-20  9a439a2  #25213          [BUGFIX] Install Tool: Settings added by extensions can be edited (Christian Kuhn)
2012-05-20  1ffe481  #37221          [BUGFIX] Wrong DB fields usage in TCEmain (Felix Nagel)
2012-05-16  5c48fae  #35182          [BUGFIX] Missing bottom margin in the page tree (Stefan Galinski)
2012-05-16  c4c3185  #37158          [BUGFIX] Wrong label reference for backend_layout (Markus Klein)
2012-05-14  d8e6613  #36459          [BUGFIX] Pagetree doesn't expands to the last saved state (Stefan Galinski)
2012-05-08  6a74d2e  #30057          [BUGFIX] tx_rsaauth_sv1::authUser() gives PHP notice (Xavier Perseguers)
2012-05-03  225a8be  #36611          [BUGFIX] EM: improve action icons alignment (Francois Suter)
2012-04-29  240dd55  #30900          [BUGFIX] EM: avoid cropping action columns (Francois Suter)
2012-04-29  786281f  #36380          [BUGFIX] t3lib_div::getUrl() throws a warning on nonexisting local file (Philipp Gampe)
2012-04-28  e880be5  #26915          [BUGFIX] cropHTML with dash in html element (Jakub Cernek)
2012-04-28  126fb5e  #36004          [BUGFIX] Wrong HTTP protocol in combination with a proxy (Michael Staatz)
2012-04-28  b0b2c02  #36164          [BUGFIX] Remove duplicate domain from FE copyright comment (Tomita Militaru)
2012-04-28  772a20e  #34686          [BUGFIX] Show phpinfo() header title (Tomita Militaru)
2012-04-27  eae54ad  #21713          [BUGFIX] Hide relations to deleted records (Francois Suter)
2012-04-23  f33b182  #35361          [BUGFIX] Localize command must preserve type (Francois Suter)
2012-04-21  2e38cc8  #36399          [BUGFIX] Missing static keyword for addFieldsToUserSettings (Susanne Moog)
2012-04-20  2efae13  #28687          [BUGFIX] Pagetree broken due to JavaScript exception (Steffen Ritter)
2012-04-19  fbce0ac  #27811          [BUGFIX] Backend: Fetch correct overlay-version of page inside workspace (Stefan Neufeind)
2012-06-02 05:49:51 +00:00
obache
9dcf7f43f6 Allow compile on Mac OS X, taken from upstream fix.
Use pid_t instead of __pid_t.
Fixes PR 46514.
2012-06-02 05:43:07 +00:00
taca
9106800419 Note update of mail/pear-Mail_Mime package to 1.8.4. 2012-06-02 04:34:45 +00:00
taca
4e9bd4a528 Update pear-Mail_Mime to 1.8.4.
Changelog:

* Request #19406: Allow to set individual attachment part headers [alec]
* Fixed Bug #18982: Non-static method Mail_mimePart::encodeHeader() should not
  be called statically [alec]
2012-06-02 04:34:01 +00:00
taca
4b92344abb Note update of mail/sylpheed package to 3.1.4. 2012-06-02 04:32:14 +00:00
taca
bbc50a2d05 Update sylpheed to 3.1.4.
* 3.1.4 (stable)

    * Some minor fixes for IMAP were made.
    * A bug that cancelling editing contact on address book results in
      click-and-drag behavior with newer GTK+ was fixed.
    * Corrupted message caches of news and IMAP are automatically discarded
      now.
    * Win32: included libpng library was updated to 1.2.49 (security fix).
    * Win32: included libtiff library was updated to 3.9.6 with CVE-2012-1173
      patch (security fix).
    * Win32: OpenSSL was updated to 0.9.8w (security fix).
    * Win32: the bug that the installation process continued even if uninstall
      was cancelled on update was fixed.

* 3.1.3 (stable)

    * On browsing IMAP folder, the error "imap_cmd_gen_send: cannot send
      command because another command is already running." was fixed.
    * The crash bug that occurred when IMAP message fetching and new
      message checking happened at the same time was fixed.
    * The crash bug that was caused by offline switch while IMAP session was
      active was fixed.
    * A bug that filter settings were lost if Escape key was pressed
      quickly on auto filter creation was fixed.
    * Win32: OpenSSL was updated to 0.9.8t (security fix).
    * Win32: included libpng library was updated to 1.2.47 (security fix).
    * Win32: included curl executable was updated to 7.24.0.
2012-06-02 04:31:35 +00:00
taca
f6355056a8 Note update of mail/libsylph package to 1.1.0. 2012-06-02 04:29:40 +00:00
taca
d96f717a32 Update libsylph to 1.1.0.
* 1.1.0 (stable)

    * The bugfixes and minor feature improvements were merged from Sylpheed
      trunk.
      - procmime_parse_mime_parameter(): spaces around equals between name
        and value of MIME parameters are allowed.
      - procmime_scan_multipart_message(): the max recursion level were
        increased.
      - conv_encode_header(): several bugs were fixed.
      - my_memmem(): the buffer overrun was fixed.
      - pop.c: invalid APOP timestamp is checked for now (CVE-2007-1558).
      - socket.c: the bug that caused busy loop when connection was immediately
        refused was fixed.
      - procmime_get_encoding_for_str()
        extract_parenthesis_with_escape()
        extract_quote_with_escape()
        strsplit_csv()
        uriencode_for_mailto(): new functions were added.

* 1.0.0 (stable)

    * The reference manuals were mostly completed.
    * The libtool version was increased.

* 1.0.0beta1 (beta)

    * The reference manuals were added.
    * The sample codes were added.
    * The new APIs were added to prefs_common, account, and folder.
    * Several bugs were fixed.
2012-06-02 04:28:45 +00:00
obache
2f2488c9dd Honor PKGMANDIR. 2012-06-02 04:13:04 +00:00
obache
2a3fb5e736 kill xdg-desktop-menu command, to avoid unwanted behavior with privileted build
as PR 46443.
2012-06-02 04:06:34 +00:00
taca
58c3f237e8 Note update of mail/ruby-mail22 package to 2.2.19nb2. 2012-06-02 03:27:22 +00:00
taca
6e3dd8a86f Restrict this package with Ruby on Rails 3.0.x.
Bump PKGREVISION.
2012-06-02 03:26:53 +00:00
obache
e81c91bccf We don't want lib64 dir even on 64bit arch. 2012-06-02 03:00:57 +00:00
taca
7227f1b927 Note update of www/contao211-translations package to 201205240. 2012-06-02 02:40:55 +00:00
taca
a1d8f357f3 Update contao211-translations to 201205240.
* Enable Lithuanian language files.
* Update Portuguese and Russian language files.
2012-06-02 02:40:27 +00:00
taca
2013a82154 Note update of ruby19 and ruby193 packages:
lang/ruby19-base	1.9.2pl320nb1
	lang/ruby193-base	1.9.3p194nb1
2012-06-02 02:24:25 +00:00
taca
2492bb8a32 * Don't use --enable-wide-getaddrinfo on SunOS.
* Add a patch from Ruby's repository, r35698; make sure to keep space
  between "-o" and output filename.

Bump PKGREVISION.
2012-06-02 02:23:33 +00:00
taca
4719ecce36 Add a patch from Ruby's repository, r35698; make sure to keep space
between "-o" and output filename.

Bump PKGREVISION.
2012-06-02 02:21:15 +00:00
taca
4f1fa244d1 s/RUBY19_BASE_HACKS_MK/RUBY193_BASE_HACKS_MK/.
No functional change.
2012-06-02 02:14:39 +00:00
taca
063d379932 Note update of time/ruby-tzinfo package to 0.3.33. 2012-06-02 01:49:05 +00:00
taca
0b8f415d92 Update ruby-tzinfo to 0.3.33.
== Version 0.3.33 (tzdata v2012c) - 8-Apr-2012

* Updated to tzdata version 2012c
  (http://article.gmane.org/gmane.comp.time.tz/4859).
2012-06-02 01:48:35 +00:00
taca
0b7b42f0bb Note update of Ruby on Rails related packages:
devel/ruby-activesupport3	3.0.13
	devel/ruby-activemodel		3.0.13
	www/ruby-actionpack3		3.0.13
	databases/ruby-activerecord3	3.0.13
	www/ruby-activeresource3	3.0.13
	mail/ruby-actionmailer3		3.0.13
	devel/ruby-railties		3.0.13
	www/ruby-rails3			3.0.13
	devel/ruby-activesupport31	3.1.5
	devel/ruby-activemodel31	3.1.5
	www/ruby-actionpack31		3.1.5
	databases/ruby-activerecord31	3.1.5
	www/ruby-activeresource31	3.1.5
	mail/ruby-actionmailer31	3.1.5
	devel/ruby-railties31		3.1.5
	www/ruby-rails31		3.1.5
	devel/ruby-activesupport32	3.2.5
	devel/ruby-activemodel32	3.2.5
	www/ruby-actionpack32		3.2.5
	databases/ruby-activerecord32	3.2.5
	www/ruby-activeresource32	3.2.5
	mail/ruby-actionmailer32	3.2.5
	devel/ruby-railties32		3.2.5
	www/ruby-rails32		3.2.5
2012-06-02 01:46:48 +00:00
taca
ded3f79721 Update ruby-rails32 to 3.2.5.
No change except version.
2012-06-02 01:42:50 +00:00
taca
e5e5e36bec Update ruby-railties32 to 3.2.5.
## Rails 3.2.4 (May 31, 2012) ##

*   Add hook for resource route's generator. *Santiago Pastorino*
2012-06-02 01:42:13 +00:00
taca
eb132acbca Updaet ruby-actionmailer32 to 3.2.5.
## Rails 3.2.4 (May 31, 2012) ##

*   No changes.
2012-06-02 01:41:47 +00:00
taca
df06c159c4 Update ruby-activeresource32 to 3.2.5.
## Rails 3.2.4 (May 31, 2012) ##

*   No changes.
2012-06-02 01:41:24 +00:00
taca
181868caa1 Update ruby-activerecord32 to 3.2.5.
3.2.4 had some regression related problem.

## Rails 3.2.4 (May 31, 2012) ##

*   Perf fix: Don't load the records when doing assoc.delete_all.
    GH #6289. *Jon Leighton*

*   Association preloading shouldn't be affected by the current scoping.
    This could cause infinite recursion and potentially other problems.
    See GH #5667. *Jon Leighton*

*   Datetime attributes are forced to be changed. GH #3965

*   Fix attribute casting. GH #5549

*   Fix #5667. Preloading should ignore scoping.

*   Predicate builder should not recurse for determining where columns.
    Thanks to Ben Murphy for reporting this! CVE-2012-2661
2012-06-02 01:41:02 +00:00
taca
f0ad3233f3 Update ruby-actionpack32 to 3.2.5.
3.2.4 had some regression related problem.

## Rails 3.2.4 (May 31, 2012) ##

*   Deprecate old APIs for highlight, excerpt and word_wrap *Jeremy Walker*

*   Deprecate `:disable_with` in favor of `'data-disable-with'` option for `button_to`, `button_tag` and `submit_tag` helpers.

    *Carlos Galdino + Rafael Mendonça França*

*   Deprecate `:mouseover` option for `image_tag` helper. *Rafael Mendonça França*

*   Deprecate `button_to_function` and `link_to_function` helpers. *Rafael Mendonça França*

*   Don't break Haml with textarea newline fix.  GH #393, #4000, #5190, #5191

*   Fix options handling on labels. GH #2492, #5614

*   Added config.action_view.embed_authenticity_token_in_remote_forms to deal
    with regression from 16ee611fa

*   Set rendered_format when doing render :inline. GH #5632

*   Fix the redirect when it receive blocks with arity of 1. Closes #5677

*   Strip [nil] from parameters hash. Thanks to Ben Murphy for
    reporting this! CVE-2012-2660
2012-06-02 01:40:25 +00:00
taca
cdcb6019fb Update ruby-activemodel32 to 3.2.5.
## Rails 3.2.4 (May 31, 2012) ##

*   No changes.
2012-06-02 01:39:48 +00:00
taca
dd42fd55d8 Update ruby-activesupport32 to 3.2.5.
3.2.4 had some regression related problem.

## Rails 3.2.4 (May 31, 2012) ##

*   Added #beginning_of_hour and #end_of_hour to Time and DateTime core
    extensions. *Mark J. Titorenko*

*   ActiveSupport::JSON::Variable is deprecated. Define your own #as_json and #encode_json methods
    for custom JSON string literals. *Erich Menge*
2012-06-02 01:39:07 +00:00