Commit graph

234785 commits

Author SHA1 Message Date
wiz
61193bbc36 Update to 0.9.4:
Noteworthy changes in version 0.9.4 (2015-06-05)
------------------------------------------------

 * Fix regression in GTK+ and curses pinentries.


Noteworthy changes in version 0.9.3 (2015-06-01)
------------------------------------------------

 * Improved documentation

 * New pinentry-gnome3

 * More improvements for pinentry-tty.

 * Fixes for pinentry-curses including support for Ctrl-W, Ctrl-U,
   Ctrl-H, Ctrl-L, and Alt-Backspace

 * New Assuan command to request clearing an external cache.

 * Fixed problems linking to ncursesw.

 * All kind of other minor fixes.
2015-06-07 08:46:48 +00:00
wiz
9a3baf8546 Updated audio/mpc to 0.27 2015-06-07 08:41:58 +00:00
wiz
9f9c2015cd Update to 0.27:
0.27 (2015/05/30)
* fix --enable-debug and --enable-werror
* add unit tests
* new command: "searchplay" searches and plays songs from the current playlist
* fix use-after-free bug
* new command: "searchadd" works like findadd with non-exact matching
* improved error handling
* show directories in command "tab"
* bash completion: escape '&'
* add %mtime% and %mdate% to --format
* recognize command by unambiguous prefix
* "insert" queues new songs when "random" mode is enabled
2015-06-07 08:41:50 +00:00
wiz
dd18083061 Updated math/coinmp to 1.8.2 2015-06-07 08:41:12 +00:00
wiz
dc034d7053 Update to 1.8.2; changes not found. 2015-06-07 08:41:04 +00:00
wiz
cffe70dc5a + ImageMagick-6.9.1.4, coinmp-1.8.2, mpc-0.27, notmuch-0.20.1,
octave-4.0.0, pinentry-0.9.4, py-cryptography-0.9.1,
  py-html2text-2015.6.6, py-tortoisehg-3.4.1, py-virtualenv-13.0.3.
2015-06-07 08:30:59 +00:00
wiz
d03a2f4b06 geany updated to 1.24.1, provided by David H. Gutteridge in PR 49950. 2015-06-07 08:26:13 +00:00
wiz
8bcde46f73 Update to 1.24.1:
Change log:

Geany 1.24.1 (April 16, 2014)

    General
    * Fix distribution of custom GTK style files (#1037).

Geany 1.24 (April 13, 2014)

    General
    * Add experimental support for GTK3.
    * Add support for loading CTags and Vi tags files.
    * Save configuration when plugin manager dialog is closed.

    Bug fixes
    * Fix many small memory leaks (many of them found by Pavel Roschin).
    * Fix stopping of some spawned commands.
    * Fix cursor position and selection after comment toggling (#3576431).
    * Fix truncated output of ``--list-documents`` command-line option.
    * Fix launching a new instance when ``--list-documents`` is passed
      and no other instance is running.
    * Fix crash if a Custom Command returns after its related document
      has been closed.
    * Fix typo in "deque" C++ include name (#1027).
    * Fix replacing a selection starting with "0x" by a color if the
      selection is not 8 bytes long.
    * Fix a possible crash on quit.

    Interface
    * Fix custom GTK styles under KDE (#3607935).
    * Add Find entries in the Symbol List popup menu (#3608278).
    * Flatten-out the View menu.
    * Add a button to directly configure a plugin's keybindings in the
      plugin manager (Pavel Roschin).
    * Add an Apply button to the color chooser dialog (FR#686,
      Steven Valsesia).
    * Use a non-cropped 16x16 application icon (#1010).
    * Fix "leaks" of geany_run_script (#975).

    Editor
    * Update Scintilla to version 3.3.6 (#962, #995).
    * Fix Reflow to follow Line breaking behavior (#382, #412, #464,
      Eugene Arshinov).
    * Fix unfolding the very last line in a level (#1007).
    * Fix commenting the very last line in some situations.

    Search
    * Fix bulk Search & Replace not to match replacements.
    * Fix finding start of word when performing whole word matching.
    * Search when activating the Replace dialog find entry.

    Filetypes
    * Add CUDA filetype (PR#147, Benjamin Chrétien).
    * Add Rust filetype (PR#181, SiegeLord).
    * Add Batch filetype (canou).
    * Add Graphviz filetype (PR#125, Miro Hrončok).
    * Add PowerShell filetype (Igor Shaula).
    * Add Clojure filetype (PR#92, Hoàng Minh Thắng).
    * Many improvements to the PHP tag parser.
    * Update PHP global tags file (PR#137, John Long).
    * Improve shebang detection for mksh and tcsh shells
      (PR#126 , Ypnose).
    * Fix Asciidoc parser recognition of open block as underline.
    * Fix symbol list entry for Asciidoc headers containing a dot.
    * Fix Asciidoc title parsing.
    * SQL parsing improvements.
    * Extend list of recognized keywords for SQL.
    * Fix SQL single-line comment marker (#997).
    * Fix parsing of some JavaScript constructors (#966).
    * Fix parsing a JavaScript regular expression in a return statement.
    * Fix parsing JavaScript files with a shebang.
    * Parse Java annotations with parameters (#924, Braden Walters).
    * Display Java enums in the symbol list.
    * Add "strictfp" Java keyword and fix annotation parsing (#936, #924).
    * Fix parsing of C++ static_assert.
    * Fix parsing of typed enums in C# and C++.
    * Mitigate parsing errors on C++ generics containing an expression.
    * Add C++ member pointer operator to scope autocomplete operators
      (#907).
    * Fix parsing of Fortran "forall" blocks and procedure pointers
      (Alexander Eberspächer).
    * Fix parsing of complex Cython types.
    * Fix re-parsing Objective-C code.
    * Fix parsing of Verilog initializers.
    * Fix displaying of quoted Bash HereDoc delimiters (#952).
    * Add some HTML5 keywords (Duncan de Wet).
    * Add Erlang snippets and a template (PR#157, Fabio Ticconi).
    * Haskell highlighting improvements (kudah).
    * Add Matlab class keywords (PR#136, Felix Totir).
    * Fix argument list on some Python constructors.
    * Fix R indenting to use braces.
    * Display R sources and libraries in the symbol list.
    * Many improvements to the Fortran tag parser (#1023, #1030, with
      help from Adam Hirst).
    * Put Makefile comments at start of line.
    * Add some missing Pascal keywords (#1033, PR#144).
    * Add default build command for Bibtex in the Latex filetype
      (PR#227, Francisco Iacobelli).
    * Ignore Python imports when going to a tag's definition.
    * Add some more Ruby extensions (Igor Shaula).

    Internationalization
    * Make date templates translatable (Christian Dywan).
    * Update translations: ca, cs, de, es, eu, fr, gl, he, hu, it, kk,
                           lt, nl, pt, ru, sk, sl, sv, tr, zh_CN, zh_TW

    Plugins
    * Save Actions: add autosave when the editor lose focus (FR#683,
      Steven Valsesia).
    * Export: fix exporting a document not ending with a newline.
    * Export: fix including random, unused styles in the output.
    * Export: fix HTML title if the file name contains control characters.
    * Export: fix LaTeX export with many consecutive '-', '<' or '>'.

    API
    * Add plugin_builder_connect_signals().

    Windows
    * Fix infinite pagination when printing (#961).
    * Fix spawning commands with spaces (#943).
    * Allow to use the GTK color chooser dialog (PR#218, Steven Valsesia).
    * Add default extension to native save dialogs (#1021).
    * Add colorschemes from the Geany-Themes project to the
      Windows  installer.
    * Add option to install Geany header files and pkgconfig file to the
      Windows installer.
    * Fix broken opening files from command line on Windows
      (again, #3613096).
2015-06-07 08:25:33 +00:00
wiz
ecbb4fab6b Added devel/py-hg-fastimport version 20150518 2015-06-07 08:23:01 +00:00
wiz
11c21c4064 Added devel/py-fastimport version 0.9.4 2015-06-07 08:22:52 +00:00
wiz
f56daba57d + *fastimport. 2015-06-07 08:22:41 +00:00
wiz
3a3bbc3739 Updated textproc/hunspell to 1.3.3 2015-06-07 08:22:33 +00:00
wiz
f4cc3b26d8 Update to 1.3.3, provided by David H. Gutteridge in PR 49949:
Change log:

2014-06-02 Németh László <nemeth at numbertext dot org>:
        * escape spaces in paths of ODF files

2014-05-28 Németh László <nemeth at numbertext dot org>:
        * add long path/Unicode path support in WIN32 environment:
        - hunspell#233 (reported by mahak gark) and LibreOffice fdo#48017
        * flat ODF support, eg.:
          hunspell doc.fodt
          cat doc.fodt | hunspell -l -O
        * new options:
        - -X (XML) input format
        - -O (ODF or flat ODF) input format
        - --check-apostrophe: check and force Unicode apostrophe usage
          (ASCII or Unicode apostrophe has to be in the
          WORDCHARS section of the affix file)
        * fix ODF support:
        - break 1-line XML of ODT documents at </style:style>, too,
          not only at </text:p> (limiting tokenization problems, when
          fgets stops within an XML tag)
        - show ODF file path on the UI instead of the temporary file
        * fix XML support:
        - ', ", &, < and > in replacements converted to XML entities
        - recognize &apos at tokenization, depending from WORDCHARS
        - &apos; in tokens converted to ' before spell checking and
          in the output of the pipe interface
        * better apostrophe usage:
        - WORDCHARS only with one of the Unicode or ASCII apostrophe
          results extended word tokenization: both of them will be part of
          the words (if they are inside: eg. word's, but not words').
        - convert Unicode apostrophes to ASCII ones for 8-bit dictionaries
          (eg. English dictionaries), or for UTF-8 dictionaries only
          with ASCII apostrophe supports (eg. French dictionaries).
        * updated manual:
        - hunspell.4 renamed to hunspell.5, see
          hunspell#241 reported by Cristopher Yeleighton
        - updated translations
        - note about long/Unicode paths in WIN32 (hunspell.3)

2014-04-25 Németh László <nemeth at numbertext dot org>:
        * OpenDocument support, eg.
          hunspell *.odt
          hunspell -l *.odt
        * always load default personal dictionary (fix
          filtering bad words - reduce this word list - using
          it as a personal dictionary workflow)
        * fix parsing/URL recognition problem (bad tokens
          with aposthrophes)

2013-07-25 pchang9@cs.wisc.edu
        * moz#897255 Wasted work in line_uniq
        * moz#897780 Wasted work in SuggestMgr::twowords

2013-07-25 Caolán McNamara <caolanm at LibO>:
        * hunspell#167 layout problems with long lines
                - based on the original fix by xorho
                  adapted to HEAD
        * rhbz#925562 upgrade config.guess for aarch64

2013-07-24 pchang9@cs.wisc.edu
        * moz#896301 Wasted work in SfxEntry::checkword
        * moz#896844 Wasted work in AffixMgr::defcpd_check

2013-06-13 Konstantin Khlebniko
        * #49 HashMgr::add_word computes wrong size for struct hentry

2013-06-13 Ville Skyttä
        * #53 Man page syntax fixes

2013-04-19 John Thomson <john thomson at SIL>
        * win_api: add remove() of Hunspell API (hun#3606435)

2013-04-19 Rouslan Solomokhin <at sf.net>
        * fix crash in suggestions for 99-character long words
          by extending arrays of SuggestMgr::forgotchar_*
          (hun#3595024, also http://crbug.com/130128),
          thanks to also Pawe&#65533;<82> Hajdan to report the patch

2013-04-01 Caolán McNamara <caolanm at LibO>:
        * hunspell: -Werror=undef

2013-03-13 Caolán McNamara <caolanm at LibO>:
        * rhbz#918938 crash in interaction with danish thesaurus

2012-09-18 Németh László <nemeth at numbertext dot org>:
        * src/hunspell/affixmgr.*: - fix morphological analysis of
        compound words (hun#3544994, reported by Dávid Nemeskey, fdo#55045)

2012-06-29 Caolán McNamara <caolanm at LibO>:
        * fix various coverity warnings

2012-01-10 Ehsan Akhgari <ehsan at mozilla dot com>
        * moz#710940 Firefox Crash [@ AffixMgr::parse_file(char const*, char
        const*) ]

2011-12-16 Jared Wein <jwein at mozilla dot com>
        * moz#710967 Incorrect argument passed to strncmp in
        AffixMgr::parse_convtable

2011-12-06 Caolán McNamara <caolanm at LibO>:
        * rhbz#759647 fixed tempname of hunSPELL.bak collides with other users
        when multiple edits in one dir

2011-10-13 Caolán McNamara <caolanm at LibO>:
        * moz#694002 crash in hunspell affixmgr on exit with bad .aff
        * leak in hunspell affixmgr with bad .aff

2011-09-19 Caolán McNamara <caolanm at LibO>:
        * make libparsers.a not installed thanks to TomᚠChvátal

2011-06-23 Caolán McNamara <caolanm at LibO>:
        * fix some windows compiler warnings

2011-05-24 Németh László <nemeth at numbertext dot org>:
        * src/hunspell/affixmgr.*: allow twofold suffixes in compounds
          by extended version of Arno Teigseth's patch, see hun#3288562.
        - new option for this feature: COMPOUNDMORESUFFIXES

2011-02-16 Németh László <nemeth at numbertext dot org>:
        * src/*/Makefile.am: fix library versioning, the probem reported by
          Rene Engerhald and Simon Brouwer.

        * man/hunspell.4: new version based on the revised version of Ruud Baars
2015-06-07 08:22:24 +00:00
wiz
042beb1eb8 Import py27-hg-fastimport-20150518 as devel/py-hg-fastimport.
The "fast import" format originates with Git, where it is used as
the generic backend for converting other SCM repositories to git.
It's generic enough that it can be used to feed a Mercurial repository
as well, and that's what this extension does: read a "fast import"
stream and turn it into changesets in a Mercurial repository. The
potential of this extension is that any foreign SCM that can be
converted to Git can also be converted to Mercurial, regardless of
the capabilities of Mercurial's own ConvertExtension. The catch is
that the conversion is a little cumbersome: first convert to a
fast-import dump, then feed that dump to Mercurial.
2015-06-07 08:19:36 +00:00
wiz
db83f5d01f Import py27-fastimport-0.9.4 as devel/py-fastimport.
This package provides a parser for and generator of the Git fastimport
format.
2015-06-07 08:19:04 +00:00
wiz
58b9d0ad06 Updated devel/p5-Term-ReadKey to 2.33 2015-06-07 08:15:50 +00:00
wiz
992d053fdb Update to 2.33:
2015-06-04  Jonathan Stowe <jns+git@gellyfish.co.uk>

	* .gitignore, Changes, META.yml, README, ReadKey.pm: Up version

2015-06-04  Jonathan Stowe <jns+git@gellyfish.co.uk>

	* .gitignore: Add .bs file to .gitignore

2015-06-04  Jonathan Stowe <jns@gellyfish.co.uk>

	* : Merge pull request #6 from ntyni/master Make genchars.pl output reproducible by sorting hash keys

2015-04-30  Jonathan Stowe <jns+git@gellyfish.co.uk>

	* Makefile.PL: Fix for "[rt.cpan.org #100932] Parallel build fails"
	from Petr Pisar

2015-04-30  Jonathan Stowe <jns+git@gellyfish.co.uk>

	* MANIFEST.SKIP: Add .git directory to the MANIFEST.SKIP

2015-04-13  Jonathan Stowe <jns+git@gellyfish.co.uk>

	* MANIFEST, MANIFEST.SKIP: Add new artefacts

2015-04-13  Jonathan Stowe <jns+git@gellyfish.co.uk>

	* .travis.yml: Add travis-ci testing

2015-04-13  Jonathan Stowe <jns+git@gellyfish.co.uk>

	* .gitignore: Add .gitignore

2015-04-13  Jonathan Stowe <jns@gellyfish.co.uk>

	* : Merge pull request #5 from
	sdeseille/Create_T_directory_and_split_test.pl Create t directory and split test.pl

2015-04-11  Sébastien Deseille <sebastien.deseille@gmail.com>

	* README: Update README to reflect the move of test.pl in example
	subdirectory

2015-04-11  Sébastien Deseille <sebastien.deseille@gmail.com>

	* README: Revert "Update README to reflect the move of test.pl in
	example subdirectory" This reverts commit 09402dcd68d8d0417e0eb2f9ea0aeaf4b4c72e9a.

2015-04-11  Sébastien Deseille <sebastien.deseille@gmail.com>

	* README: Update README to reflect the move of test.pl in example
	subdirectory

2015-04-11  Sébastien Deseille <sebastien.deseille@gmail.com>

	* example/test.pl, test.pl: Move test.pl in example's subdirectory
	in order to keep the possibility to use its interactive mode

2015-04-11  Sébastien Deseille <sebastien.deseille@gmail.com>

	* t/02_terminal_functions.t: Finished to implement all tests from
	test.pl

2015-04-11  Sébastien Deseille <sebastien.deseille@gmail.com>

	* t/02_terminal_functions.t: Add test to Check TerminalSize OUT

2015-04-11  Sébastien Deseille <sebastien.deseille@gmail.com>

	* t/02_terminal_functions.t: Add test to Check non-blocking read

2015-04-10  Sébastien Deseille <sebastien.deseille@gmail.com>

	* t/02_terminal_functions.t: Add second test about Comparing
	TerminalSize

2015-04-10  Sébastien Deseille <sebastien.deseille@gmail.com>

	* t/01_basic.t: Add first test to validate module loading

2015-04-03  Jonathan Stowe <jns@gellyfish.co.uk>

	* : Merge pull request #3 from kmx/master no resize, no stty on MS Windows
2015-06-07 08:15:40 +00:00
wiz
0de789d293 Updated security/p5-Net-SSLeay to 1.69 2015-06-07 08:13:58 +00:00
wiz
23b77f124e Update to 1.69:
1.69 2015-06-04
     Testing with OpenSSL 1.0.2, 1.0.2a. OK.
     Completed LibreSSL compatibility with the kind assistance of Alexander
     Bluhm.
     Improved compatibility with OpenSSL 1.0.2a as suggested by Petr Pisar.
     Added the X509_check_* functions introduced in OpenSSL 1.0.2, contributed
     by Carsten Gaebler.
     Added support for X509_V_FLAG_TRUSTED_FIRST constant, patch from Gisle Aas.
     Patch allows get_keyblock_size to work correctly with
     OpenSSL 1.0.1 and later versions. Contributed by Heikki Vatiainen.
2015-06-07 08:13:50 +00:00
wen
537525abc5 Updated devel/p5-Moose to 2.1405 2015-06-07 05:58:36 +00:00
wen
85152f558d Update to 2.1405
Upstream changes:
2.1405   2015-06-06

  [BUG FIXES]

  - The native 'Array' trait 'sort' accessor now returns the number of
    elements in scalar context, instead of the undefined value (or a
    different, seemingly-random, value under 5.23.x).
2015-06-07 05:55:25 +00:00
ryoon
fa16a32b10 Updated shells/bash to 4.3.039 2015-06-07 05:52:45 +00:00
ryoon
1bc36c5cfb Update to 4.3.039
Changelog:
* Bugfixes (031-039)
2015-06-07 05:49:28 +00:00
taca
52380228e1 Note update of devel/ruby-rspec-rails package to 3.2.3. 2015-06-07 04:18:04 +00:00
taca
13f14fcc41 Update ruby-rspec-rails to 3.2.3.
### 3.2.3 / 2015-06-06
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.2...v3.2.3)

Bug Fixes:

* Fix regression with the railtie resulting in undefined method `preview_path=`
  on Rails 3.x and 4.0 (Aaron Kromer, #1388)

### 3.2.2 / 2015-06-03
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.2.1...v3.2.2)

Bug Fixes:

* Fix auto-including of generic `Helper` object for view specs sitting in the
  `app/views` root (David Daniell, #1289)
* Remove pre-loading of ActionMailer in the Railtie (Aaron Kromer, #1327)
* Fix undefined method `need_auto_run=` error when using Ruby 2.1 and Rails 3.2
  without the test-unit gem (Orien Madgwick, #1350)
* Fix load order issued which causes an undefined method `fixture_path` error
  when loading rspec-rails after a spec has been created. (Aaron Kromer, #1372)
2015-06-07 04:17:39 +00:00
taca
85adde90a6 Note update of devel/ruby-gettext_i18n_rails package to 1.2.3. 2015-06-07 04:16:38 +00:00
taca
7eedc06a53 Update ruby-gettext_i18n_rails to 1.2.3.
* fixes issue with broken storage file path.
* Inherit scope; there are the case where "rake gettext:find" just fails if
  the task has another scope.  it should be inherited to accomplish the task
  properly.
2015-06-07 04:16:06 +00:00
joerg
abc9084db6 Don't create a directory that is never removed. Bump revision. 2015-06-07 03:52:26 +00:00
joerg
738d76b7d6 Sync spec with reality. 2015-06-07 03:46:39 +00:00
joerg
2bae819d22 Support DESTDIR, drop @dirrm. Give a working WRKSRC. 2015-06-07 03:46:05 +00:00
joerg
4acab53a41 One forgotten @dirrm. 2015-06-07 03:43:53 +00:00
joerg
f4d61c2565 Modernize PLIST by using @pkgdir. Bump revision. 2015-06-07 03:43:27 +00:00
joerg
5daed8b280 Drop outdated @comment 2015-06-07 03:40:48 +00:00
joerg
a3c2e4088a Modernize PLIST. Bump revision. 2015-06-07 03:40:19 +00:00
joerg
92836a718c Garbage collect remaining part of the @dirrm logic. 2015-06-07 03:39:08 +00:00
joerg
71bea7ee61 @dirrm has been gone for a while and so have the *-dir packages. 2015-06-07 03:34:54 +00:00
wiz
ad22e209a1 Updated net/gupnp to 0.20.13nb3 2015-06-06 20:33:42 +00:00
wiz
43c040b78a Add missing files after vala versioning change.
Bump PKGREVISION.
2015-06-06 20:33:32 +00:00
tsutsui
9a5a5aff88 Updated emulators/xnp2 to 0.84 2015-06-06 17:31:47 +00:00
tsutsui
c6756ffb8d Update xnp2 to 0.84.
Changes from 20140607 (ver.0.83 based snapshot) to ver.0.84

- Change source code base from https://github.com/nonakap/xnp2
  to http://amethyst.yui.ne.jp/svn/pc98/np2/
- Fix abort in XF86VidModeGetModeInfo() on some environments
2015-06-06 17:30:35 +00:00
youri
21a55d8601 Updated misc/rlwrap to 0.42 2015-06-06 17:13:25 +00:00
youri
9ba33bbe5e PR/4997 from Leonardo Taccary, thanks!
Update misc/rlwrap to rlwrap-0.42.

Changes:
0.42
----
 * Added --mirror-arguments (-U) option
 * On SunOS tcgetattr(slave pty) failed with "Invalid argument"
 * If the completion list contained two words, one of which a
   prefix of the other (e.g. "sea" and "seagull") the shorter one would
   be skipped when displaying a list of completions
 * reading completion files (with the -f option, or from
   $RLWRAP_HOME/<command>_completions) could fail with an incorrect
   ENOENT ("No such file or directory")
 * rlwrap -z listing wouldn't list filters
 * When both master and slave pty are unfit for sensing slave
   commands terminal settings, rlwrap now bails out with an error
   "cannot determine terminal mode of slave command"

0.41
----
 * Slightly late SIGCHLD could cause an I/O error on master pty
 * Added -W (-polling) option to poll slave pty for changes in its
   interrupt character and ISIG flag.
 * if $TERM is not found in termcap/terminfo database, use vt100

0.40
----
 * configure will now find tgetent() in libtinfo
 * compiling with gcc -O2 made rlwrap hang after CTRL-D on empty line
 * HP-UX 11 has weird tgetent() return values, confusing rlwrap
 * On Solaris, rlwrap would sometimes fail with "TIOCSWINSZ failed on
   slave pty"
 * Single quote ' is now word-breaking by default
 * multi-line edit would mangle upper ASCII and UTF-8 (and still does
   that to UTF16 :( )
 * added --extra-char-after-completion and -multi-line-ext options
 * rlwrap now recognises the 'rmcup' and 'rmkx' character sequences used by
   programs that use an alternate screen (like editors and pagers) to return
   from it.
 * configure will now correctly determine pty type on SCO OpenServer
 * rlwrap --no-children would leak file descriptors to /proc/<command_pid>/wchan
 * non-ASCII characters in multi-line input are no longer replaced
   by spaces after calling an external editor
 * running rlwrap within emacs would crash (division by zero).
   rlwrap now bails out whenever terminal width == 0
 * added --enable-proc-mountpoint config option to use alternate linux-like
   proc filesystems (like in FreeBSD) for finding <command>s working dir (-c option)
   and kernel function in which <command> is sleeping (-N option)
 * added prototype for copy_without_ignore_markers, fixing a segfault on NetBSD/amd64
 * commands final output before dying was lost on FreeBSD
 * Filters now get complete echo lines even if the echo comes back in chunks
2015-06-06 17:11:43 +00:00
taca
f29a550b24 Note update of www/typo3_62 package to 6.2.12. 2015-06-06 14:29:52 +00:00
taca
fedb256769 Update typo3_62 package to 6.2.12.
2015-04-16  012f31e                  [RELEASE] Release of TYPO3 6.2.12 (TYPO3 Release Team)
2015-04-14  ad23774  #65117          [TASK] EM: Update extension to latest possible (Alexander Opitz)
2015-04-14  7477185  #66410          [BUGFIX] Store dependency errors before further dependency tests (Nicole Cordes)
2015-04-14  07be3df  #65506          [BUGFIX] Re-add parsing for list elements (Nicole Cordes)
2015-04-13  bebf919  #62184          [BUGFIX] Invalid file identifier with GIFBUILDER (Xavier Perseguers)
2015-04-13  5a15c87  #63675          [BUGFIX] Cache results of explodeSoftRefParserList() (Stephan Großberndt)
2015-04-13  eeaf6d9  #66208          [BUGFIX] Handle post_max_size = 0 (Markus Klein)
2015-04-13  934e4e1  #66243          [BUGFIX] Write references for FAL relations (Nicole Cordes)
2015-04-13  225eb71  #65980          [BUGFIX] indexed_search: Correct js for section titles (Tymoteusz Motylewski)
2015-04-13  c2cbc8e  #58003          [BUGFIX] IndexedSearch: Fix various issues in extbase plugin (Robert Vock)
2015-04-13  2451486  #52126,#57129   [FOLLOWUP][BUGFIX] Fix readable output for type "group" and MM-tables (Xavier Perseguers)
2015-04-13  c73d3d4  #52126,#57129   [BUGFIX] Fix readable output for type "group" and MM-tables (Georg Ringer)
2015-04-10  670bb70  #66347          [BUGFIX] Use title property for File Links (Mathias Brodala)
2015-04-10  b724d60  #58800          [BUGFIX] Prevent extension download if disabled (Nicole Cordes)
2015-04-10  e1bdf78  #65480          [BUGFIX] Compare field names without configuration (Nicole Cordes)
2015-04-10  e400018  #22167          [BUGFIX] Automatic scrolling of editing form when inserting paragraph (Andreas Fernandez)
2015-04-10  c58ba3e  #66263          [BUGFIX] Respect access method with updater in EM (Jigal van Hemert)
2015-04-09  b57bf36  #17774          [BUGFIX] Use less memory in CLI lowlevel_refindex (Christian Weiske)
2015-04-09  5538ff4  #66338          [BUGFIX] Skip nonRelationTables in lowlevel_refindex CLI script (Christian Weiske)
2015-04-09  de6f536  #65829          [BUGFIX] Cancel button "id" in workspaces contains a typo (Pierre Boivin)
2015-04-08  e12a261  #66270          [BUGFIX] Only downscale images in ProcessedFile::CONTEXT_IMAGEPREVIEW (Frans Saris)
2015-04-08  9371564  #65654          [BUGFIX] Error code 1238108067 is used twice (Xavier Perseguers)
2015-04-08  75f50dd  #58782          [TASK] Add a signal after importer init in ImportExportUtility (Marc Bastian Heinrichs)
2015-04-08  07c2094  #16773          [BUGFIX] Indexed_search: add CSSsufix to title class (Tymoteusz Motylewski)
2015-04-08  917ea76  #65126          [BUGFIX] Fix grouping of file references in FlexForms of workspaces (Stephan Großberndt)
2015-04-06  2a03fac  #65848          [BUGFIX] Hooks/Signals cannot be used during extension install (Oliver Hader)
2015-04-04  acde441  #66033          [BUGFIX] Replace split_fileref() by pathinfo() in ResourceStorage (Frans Saris)
2015-04-04  6c9dcb6  #66268          [BUGFIX] Add imageMagickIdentify fallback to ImageInfo::getImageSizes() (Frans Saris)
2015-04-03  2049732  #65520          [BUGFIX] Handle missing relations gracefully (Frans Saris)
2015-04-02  3d380ef  #66229          [TASK] Better structure for .gitignore file (Markus Klein)
2015-04-01  2a00b45  #59224          [BUGFIX] Do not fix uniqueInPid for empty values (Markus Klein)
2015-03-31  05ee513  #66085          [BUGFIX] Link to file not editable anymore (Wouter Wolters)
2015-03-31  973cadf  #65941          [BUGFIX] Check for existing types before binding (Andreas Fernandez)
2015-03-31  b08cf78  #66083          [BUGFIX] Re-enable absolute external links (Nicole Cordes)
2015-03-31  19dde7d  #65746          [BUGFIX] Correct typo of ActionService->getDataHandler() (Stephan Großberndt)
2015-03-31  c1bb631  #63670          [BUGFIX] DataHandler: Cache TCA field eval array (Stephan Großberndt)
2015-03-31  af44141  #64627          [BUGFIX] Fix whitespace replacement for older PCRE versions (Andreas Fernandez)
2015-03-30  34dd118  #65965          [BUGFIX] Allow value 0 in textfields with eval int (Markus Klein)
2015-03-30  93080d3  #66148          [BUGFIX] Invalid syntax for swapping arguments in sprintf() (Xavier Perseguers)
2015-03-30  dea2c66  #60851          [BUGFIX] System>Configuration: Fix search in (Michael Oehlhof)
2015-03-30  f0f0f10  #66146          [BUGFIX] Mixed-up original and XCLASS class names in reports (Xavier Perseguers)
2015-03-29  92fcab3  #65341          [BUGFIX] EM: Update extension versions not in TER (Alexander Opitz)
2015-03-28  0afd642  #65871          [BUGFIX] Show commands for GDlib tests (Georg Ringer)
2015-03-28  67f03fd  #65727          [BUGFIX] Avoid cObject to create a temporary file (Benjamin Mack)
2015-03-28  26c4f4b  #62189          [BUGFIX] Correctly render menu link for translated shortcuts (Markus Klein)
2015-03-27  aacde3b  #66068          [BUGFIX] Use current time for new sys_log entries (Frans Saris)
2015-03-26  9aaba26  #65836          [BUGFIX] Fix order of generator meta tag (Wouter Wolters)
2015-03-26  d643a32  #63927          [BUGFIX] Last-Modified response header broken by design (Patrick Broens)
2015-03-26  10779eb  #62080          [BUGFIX] Do not overwrite page title of USER plugins (Markus Klein)
2015-03-26  a335865  #66028          [BUGFIX] Use early return in cObj::getImgResource (Oliver Hader)
2015-03-25  1f98368  #66023          [BUGFIX] Performance issue with caching empty text menus (Oliver Hader)
2015-03-25  bd8c701  #59589          [BUGFIX] Check folder permission for default upload folder (Nicole Cordes)
2015-03-25  71277f9  #65983          [BUGFIX] FileList uses wrong basefolder for isWithinFolder (Frans Saris)
2015-03-24  a8900b7  #65936          [BUGFIX] Allow Video Text Tracks files (Andreas Fernandez)
2015-03-24  5d6d720  #65974          [BUGFIX] TCAtree must use BackendUtility::getRecordTitle() (Georg Ringer)
2015-03-24  d7cd1a8  #65804          [BUGFIX] helhum/class-alias-loader version in composer.json (Alexander Stehlik)
2015-03-23  a84d942  #65817          [BUGFIX] indexed_search fix advanced search select boxes in extbase plugin (Tymoteusz Motylewski)
2015-03-22  80b566f  #65844          [TASK] Use LOWER instead of LCASE (Andreas Fernandez)
2015-03-19  d6659aa  #65853          [BUGFIX] RTE: Paste structure does not remove on[event] attributes (Stanislas Rolland)
2015-03-19  5ef2236  #65792          Revert "[BUGFIX] SelectViewHelper must respect option(Value|Label)Field for arrays" (Anja Leichsenring)
2015-03-19  3d95bf2  #65693          [BUGFIX] RTE: Paste structure fails in Google Chrome (Stanislas Rolland)
2015-03-19  0671b4c  #60998          [FOLLOWUP][BUGFIX] Fix PHP warning in shouldFieldBeOverlaid() (Markus Klein)
2015-03-19  04effb2  #62100          [BUGFIX] Set session cookie when FE_SESSION_KEY is used (Nils Heuermann)
2015-03-18  0708920  #65816          [BUGFIX] Indexed_search: Fix access to 'blind' settings in extbase plugin (Tymoteusz Motylewski)
2015-03-18  0a6dfcd  #65806          [TASK] Improve deprecation message of raw query result (Christian Kuhn)
2015-06-06 14:29:13 +00:00
taca
4a977ad7e5 Note update of mail/roundcube package to 1.1.2. 2015-06-06 14:14:56 +00:00
taca
df48ad08f4 Update roundcube to 1.1.2. It includes security fix.
RELEASE 1.1.2
-------------
- Add new plugin hook 'identity_create_after' providing the ID of the inserted identity (#1490358)
- Add option to place signature at bottom of the quoted text even in top-posting mode [sig_below]
- Fix handling of %-encoded entities in mailto: URLs (#1490346)
- Fix zipped messages downloads after selecting all messages in a folder (#1490339)
- Fix vpopmaild driver of password plugin
- Fix PHP warning: Non-static method PEAR::setErrorHandling() should not be called statically (#1490343)
- Fix tables listing routine on mysql and postgres so it skips system or other database tables and views (#1490337)
- Fix message list header in classic skin on window resize in Internet Explorer (#1490213)
- Fix so text/calendar parts are listed as attachments even if not marked as such (#1490325)
- Fix lack of signature separator for plain text signatures in html mode (#1490352)
- Fix font artifact in Google Chrome on Windows (#1490353)
- Fix bug where forced extwin page reload could exit from the extwin mode (#1490350)
- Fix bug where some unrelated attachments in multipart/related message were not listed (#1490355)
- Fix mouseup event handling when dragging a list record (#1490359)
- Fix bug where preview_pane setting wasn't always saved into user preferences (#1490362)
- Fix bug where messages count was not updated after message move/delete with skip_deleted=false (#1490372)
- Fix security issue in contact photo handling (#1490379)
- Fix possible memcache/apc cache data consistency issues (#1490390)
- Fix bug where imap_conn_options were ignored in IMAP connection test (#1490392)
- Fix bug where some files could have "executable" extension when stored in temp folder (#1490377)
- Fix attached file path unsetting in database_attachments plugin (#1490393)
- Fix issues when using moduserprefs.sh without --user argument (#1490399)
- Fix potential info disclosure issue by protecting directory access (#1490378)
- Fix blank image in html_signature when saving identity changes (#1490412)
- Installer: Use openssl_random_pseudo_bytes() (if available) to generate des_key (#1490402)
- Fix XSS vulnerability in _mbox argument handling (#1490417)
2015-06-06 14:14:12 +00:00
gdt
1a9cc3e7f6 Fix MASTER_SITES after adjusting mirrored distfile location to follow
MASTER_SITE_LOCAL convention.
2015-06-06 13:01:56 +00:00
gdt
44043ce148 Updated geography/gpsbabel to 1.5.2 2015-06-06 12:58:11 +00:00
gdt
5e0f2d2d6f Update to 1.5.2.
pkgsrc changes: add bash exorcism for testo
upstream changes: Depend on QT, and much rewriting

Summary of upstream changes:

1.5.2

  Add read support for Google's "gx:track" extension to KML.
  Ralf Horstmann adds Mynav Map Manager and VDO GP7.
  White B. Coot adds F90G support.
  Zingo Andersonadds Energympro sport watches.
  Support altitude in mainnav.

1.5.1

  Add options to discard filter to discard points based on regular expressions.
  Experimental support for for faster Garmin serial download speeds.

1.5.0

  GPSBabel 1.4.x has had a good run. That series has been downloaded
  over a million times and is widely used by thousands of people a
  day. But, like many projects entering their teens (I started the code
  that became GPSBabel in 2001) we've accumulated our share of technical
  debt and the world around us has changed. GPSBabel 1.5 is about
  revisiting some of those early, fundamental (and, sometimes, dumb)
  decisions and rebuilding much of it from the foundation up. We've
  collected hundreds of changes spanning about a hundred thousand lines
  of code and we're presenting GPSBabel 1.5.

  Of course, if you're an existing user, you're looking for new formats
  and fixes. We happen to have those. Freshly added:

  Mapbar
  Garmin G1000
  Google Direction API
  MTK Locus
  Lowrance USR v4
  GlobalSat DG-200
  Humminbird v4

  We have fixes:

  GUI now lists help button on main screen and options pages.
  TODO: list more.

  By far, our deepest cutting changes are in our infrastructure.

  We changed the implementation language from C89 to C++03. This lets
  our developers use modern, object-oriented programming and modern
  libraries.

  We moved to the open source Qt toolkit. We've successfully used Qt in
  the GUI for over five years. This lets us focus on GPSBabel itself and
  not implementi ng our own OS abstractions from scratch, robust string
  and time handling, and much more.

  We replaced time from our old representation that used the number of
  seconds since 1/1/1970 and had a fractional seconds component bolted
  onto the side (that was only sometimes used) with a QDateTime which
  allows us to represent time within millisecond resolution from Jan 2,
  4713 BCE to sometimes in the year 11 million. While that sounds crazy
  (it is!) this lets things like the track filter not mangle data
  collected by your 10Hz GPS and your placemarks can have dates that,
  say, buildings were built or cities were founded without worrying
  about Jan 1, 1970.

  We replaced all of our XML (GPX, KML, Geo, etc) readers with Qt
  readers. This reduces the number of data-specific bugs you're likely
  to encounter. No longer will a waypoint named "]]" (it happens!) crash
  your data. We're much more robust when reading extended namespaces.

  We replaced our own XML writers with Qt's XML serializers. This solves
  a whole class of data-specific issues with specific fields containing
  data like "<" or "[[<CDATA" (it happens!) or international characters
  or such.

  Reference counted, dynamic strings are now used in the majority of our
  key data structures, eliminating leaks and allowing multiple copies of
  the same data to share a copy in memory, lessening the amount of
  memory we use.

  A lot of emphasis as been placed on sound engineering. GPSBabel now
  has automated tests covering hundreds of thousands of operations to
  check against memory leaks, overwrites, unused code, uninitialized
  data use and so on. We believe this to be our highest quality release
  ever.

  As a result of all this remodelling, some of our formats that our
  statistics showed were infrequently used and that had little to no
  support traffic in many years were removed. Most of these were formats
  for Palm OS, were never mentioned after they were initially added, or
  are for companies that have been out of business for years or that
  have moved to better formats, like GPX. These include:

  Deprecated formats - Palm/OS

  cetus
  copilot
  coto
  gcdb
  geoniche
  gpilots
  gpspilot
  mag_pdb
  magnav
  palmdoc
  pathaway
  quovadis

  Others

  axim_gpb
  coastexp
  hsandv
  ktf2
  kwf2
  msroute
  msroute1
  psp
  sportsim
2015-06-06 12:57:58 +00:00
gdt
2551a3e86c Update homepage from berlios to sourceforge.
(I can't find any evidence that lensfun has abandonded sourceforge
yet, but if I'm wrong please let me know.)
2015-06-06 12:03:24 +00:00