Commit graph

5986 commits

Author SHA1 Message Date
wiz
2bca63bea2 Update dialog to 1.3.20160126:
2016/01/26 - release 1.3
	+ correct --infobox documentation, which said it shows an OK button.
	+ fix a couple of place in test-scripts which referred to $SIG_TRAP
	  rather than $SIG_QUIT
	+ reorganize dialog.3, to use subsections for generating navigation
	  pane, using man2html
	+ add "--week-start" option for calendar widget (prompted by discussion
	  with Stefan Vogtner).
	+ add a limit-check in editbox.c to ensure that mouse-clicks outside
	  the filled-in text area do not access past the end of the array
	  (report by Stefan Vogtner).
	+ update configure macros from ncurses changes.
	+ update config.guess, config.sub
2016-02-01 12:00:09 +00:00
wiz
c59e099107 Update calibre to 2.50.1:
2.50.1

New Features
Change the way that devices are detected on Windows. This fixes device detection problems on some Windows 10 computers
Edit Book: When inserting images, add an option to insert the image as a full page image
DOCX Input: Add support for framed text created by setting the same border style on neighboring paragraphs.
Update PocketBook 650 driver for latest firmware revision
Bug Fixes
DOCX Input: Fix empty paragraphs with borders being rendered with an empty line inside the borders
ODT Input: Fix fallback PNG images generated by LibreOffice 4.x for SVG images not being ignored
Fix restore library failing on some windows systems with non-ascii library paths
Edit Book: Fix error when merging an empty HTML document or one that contains only text and no tags.
Fix failure to add FB2 files that contain published dates.
Use a private certificate when downloading plugins via HTTPS. This fixes errors on some windows machines that have missing root certificates.
Fix tag editor not working correctly for comma-separated custom columns
Fix existing rating not being removed when using Polish Books or Embed Metadata tools on EPUB files.

2.50
New Features
Change the way that devices are detected on Windows. This fixes device detection problems on some Windows 10 computers
Edit Book: When inserting images, add an option to insert the image as a full page image
DOCX Input: Add support for framed text created by setting the same border style on neighboring paragraphs.
Update PocketBook 650 driver for latest firmware revision
Bug Fixes
DOCX Input: Fix empty paragraphs with borders being rendered with an empty line inside the borders
ODT Input: Fix fallback PNG images generated by LibreOffice 4.x for SVG images not being ignored
Fix restore library failing on some windows systems with non-ascii library paths
Edit Book: Fix error when merging an empty HTML document or one that contains only text and no tags.
Fix failure to add FB2 files that contain published dates.
Use a private certificate when downloading plugins via HTTPS. This fixes errors on some windows machines that have missing root certificates.
Fix tag editor not working correctly for comma-separated custom columns
Fix existing rating not being removed when using Polish Books or Embed Metadata tools on EPUB files.
2016-01-31 08:36:29 +00:00
wiz
1442111255 Recursive PKGREVISION bump for poppler shlib bump. 2016-01-27 10:31:28 +00:00
wiz
865f160fb5 Mark as allowing ruby18 as well. 2016-01-24 08:17:45 +00:00
markd
f633f6af68 Fix build with recent cmake. 2016-01-23 01:25:31 +00:00
wiz
0bbb592e5e Update ruby-progressbar to 1.7.5 and convert to gem.
Version v1.7.5 - March 25, 2015

    Prevent method redefined warnings being generated by replacing uses of attr_accessor with: attr_reader where a setter function is already defined, attr_writer where a getter function is already defined

Version v1.7.4 - March 23, 2015
Version v1.7.3 - March 23, 2015
Version v1.7.2 - March 23, 2015
Added

    rubygems config

Version v1.7.1 - December 21, 2014
Bugfix

    ETA works again, when ProgressBar is initialized with a non zero starting_at.

Uncategorized

    Describe the wiki link
    Inline the cage image in the README
    THE CAGE
    Remove superfluous subtitle
    Remove sections from the README that were moved to the Wiki
    Add link to wiki
    Update logo

Version v1.7.0 - November 4, 2014
Feature

    Massive internal refactoring. Now 236% faster!
    Add Timer#restart

Version v1.6.1 - October 30, 2014
Uncategorized

    Update readme about output option
    Display warnings when testing

Bugfix

    Remove warnings from uninitialized instance variable
    Instance variable @started_at not initialized
    Instance variable @out_of_bounds_time_format not initialized
    Change private attributes to protected
    `*' interpreted as argument prefix
    Prefix assigned but unused variables with underscores
    Ambiguous first argument

Version v1.6.0 - September 20, 2014
Feature

    Add ability to disable auto-finish
    Add SCSS lint configuration
    Update JSHint config with our custom version
    Add right-justified percentages - Closes #77

Bugfix

    Don't allow title to change for non-TTY output
    Percentage formatter failed when total was 0 or unknown

Version v1.5.1 - May 14, 2014
Uncategorized

    Make grammar and spelling corrections in the README
    Add the ability to scale the rate component
    Add notes to the README about the new format components
    Add the %R flag to the formatting to show the rate with 2 decimal places of precision
    Remove unused molecule cruft
    Add specs to make sure that rate works even if the bar is started in the middle
    Add base functionality for the rate component
    Add Slack notification to Travis builds
    Upgrade rspectacular to v0.21.6
    Upgrade rspectacular to v0.21.5
    Upgrade rspectacular to v0.21.4
    Upgrade rspectacular to v0.21.3
    Upgrade rspectacular to v0.21.2
    Add badges to the README
    Upgrade rspectacular to v0.21.1
    Lower Timecop version for Ruby 1.8 compatibility
    Lower rake version to 0.9.6 so that it will be compatible with Ruby 1.8
    Update rspectacular to 0.21
    Add CODECLIMATE_REPO_TOKEN as a secure Travis ENV variable
    Upgrade rspectacular to v0.20
    Add the Code Climate test reporter gem
    Add Ruby 2.1 to Travis
    Convert to RSpec 3

Feature

    The running average is always set back to 0 when the bar is reset

Version v1.4.2 - March 1, 2014

    Improve estimated timer for short durations
    Remove useless protection
    README Update
    Slight formatting changes on the PACMAN example to make it consistent with the others
    Pacman-style progressbar

Version v1.4.1 - January 26, 2014

    Change from 'STDOUT.puts' to the more appropriate 'Kernel.warn'
    Add another spec which tests this in a different way
    Add an acceptance spec to mimic running fuubar with no specs
    Makes Timer#stop a no-op unless it has first been started.

Version v1.4.0 - December 28, 2013

    Displaying the call stack was probably too much
    Upgrade fuubar
    Add an error specifically for invalid progress so that, in parent libraries, it can be caught properly
    Use the splat operator just to be clear
    Fix an issue with the estimated timers blowing up if the total was nil - Closes #62
    Changed my mind. Rather than checking if the bar is stopped/started just blow up when the attempt is made to increment/decrement the bar to an invalid value
    Remove the CannotUpdateStoppedBarError
    Changes to the total should also be considered a change in progress and should therefore not be allowed for a stopped bar
    Add a warning that any changes to progress while the bar is stopped, will eventually be an exception
    Use the helper to divide the seconds. Don't know why I didn't do this before
    When finishing the bar, we also should stop the timers
    When checking 'finished?' make sure we check all progressables
    Always thought it was weird that the 'finished?' check was in the update method
    Move the 'finished' logic into the progressable
    Rather than specifying @elapsed_time explicitly, use the with_timers helper
    Add a method to check to see whether the bar has been started
    Extract logic for updating progress into a 'update_progress' method
    Add placeholder for an Error which will be used in v2.0.0
    Update the copyright in the README to 2014 (we're almost there :)
    Add 'Zero dependencies' to the README as a beneifit of using ruby-progressbar

Version v1.3.2 - December 15, 2013

    Try to fix issues with testing on 1.8 and 1.9 when 'console/io' is not available
    Remove rspectacular so we can get the specs to pass on 1.8 and 1.9.2

Version v1.3.1 - December 15, 2013

    Even if the throttle rate is passed in as nil, use the default regardless

Version v1.3.0 - December 15, 2013

    Remove the 'Road Map' section in the README
    Add notes to the README about non-TTY output
    Add notes to the CHANGELOG
    Give the bar the option of whether or not to automatically start or if #start has to be explicitly called
    Default to a non-TTY-safe format if there is no TTY support when outputting the bar
    Do not output the bar multiple times if #resume is called when the bar is already started
    Do not output the bar multiple times if #stop is called when the bar is already stopped
    Do not output multiple bars if #finish is called multiple times
    Change progressbar variables in specs to be let's instead
    Change output variables in specs to be let's instead
    Update Gemfile.lock to use HTTPS for Rubygems
    Add Ruby 2.0.0 to the README as a supported Ruby version
    Test with Ruby 2.0.0 on Travis CI
    Use HTTPS RubyGems source
    Added an option to set the :remainder_mark (along the lines of :progress_mark) that allows the user to set the character used to represent the remaining progress to be made along the bar.
    Add specs for the ANSI color code length calculation
    Name the regex for the ANSI SGR codes so that it's more clear what we're doing
    Remove comment
    allows to inclue ANSI SGR codes into molecules, preserving the printable length
    Switch from using 'git ls-files' to Ruby Dir globbing - Closes #54

Version v1.2.0 - August 12, 2013

    Add note to CHANGELOG about TTY updates
    Update benchmark script
    Update logic to describe the bar as being 'stopped' also when it is 'finished'
    Only print the bar output if we're printing to a TTY device, or any device as long as the bar is finished
    Switch to instead of STDOUT so that it can be properly reassigned for redirections
    Move carriage return to the clear method
    Add better inspection now that we can have a nil total
    Add note about unknown progress to the changelog
    Add notes to the README about displaying unknown progress
    Fix missing throttle rate in README
    Allow the progress bar to have an 'unknown' amount of progress
    Add item to the changelog
    Update the benchmark script
    Add #log to progressbar for properly handling bar output when printing to the output IO
    Add CHANGELOG
    Rename all of the requires lines to be consistent with the new lib file
    Remove depreciation code

Version v1.1.2 - August 11, 2013

    Fix the 'negative argument' problem - Closes #47
    Update a spec that was passing when it shouldn't have been and pend it until we can implement the fix
    Upgrade rspec and fuubar
    When dividing up the remainder of the length and determining how much space a completed bar should take up, round down so that the bar doesn't complete until 100%
    Add tags file to gitignore

Version v1.1.1 - June 8, 2013

    Fix file modes to be world readable
    Filter out specs themselves from coverage report
    Add tags file to gitignore
    Simplify #with_progressables and #with_timers

Version v1.1.0 - May 29, 2013

    Upgrade simplecov so it is resilient to mathn being loaded
    fix progress format when core lib mathn is loaded
    Rename throttle_period to throttle_rate
    Set a default throttle_period of 100 times per second
    Use the new precise #elapsed_seconds in the throttle component
    Add #elapsed_seconds that gets a more precise value for the elapsed time
    Rename #elapsed_seconds to #elapsed_whole_seconds
    Add throttle_period documentation
    Made throttle API resemble other components
    Add throttle_period option to #create
    Add throttle component
    Use StringIO in the new spec so we don't get output to STDOUT
    fix for the ruby_debug error, where debug defines a start method on kernel that is used erroneously by progressbar
    spec that recreates the problem we're seeing with ruby-debug under jruby
    fix terminal width crashing progressbar
    Add failing test for terminal width crashing progress bar
    Make sure we're using an up-to-date version of the JSON gem
    Fix gemspec since Date.today is no longer supported
    Update ruby-prof
    Upgrade timecop
    Upgrade simplecov
    Upgrade rake
    Make changes related to rspectacular
    Install rspectacular
    Remove guard
    Rework gem manifest so that it only calls ls-files once
    Replace .rvmrc with .ruby-version
    Rework #length specs now that we have a more complex set of specifications
    Fix overriding the progress bar length with an environment variable.
    Fix the rdoc_options specification in the gemspec
    Add Ruby Markdown code fencing to the README

Version v1.0.2 - October 7, 2012

    Remove superfluous comment
    The amount returned if the total is 0 should always be 100 (as in 100%) and not the DEFAULT_TOTAL. Even though they currently happen to be the same number.
    return DEFAULT_TOTAL for percentage_completed of total is zero, fixing ZeroDivisionError
    Use io/console where available.
    Add tmux notifications to Guardfile
    Bundler is not a development dependency
    Hashes are not ordered and therefore when looking for the time mocking method, we weren't selecting the proper one. Switched to an Array instead.
    Update development gems
    Move ruby-prof into the Gemfile so it is only loaded when it's MRI Ruby
    Add a script for benchmarking
    Now that we're memoizing Format::Base#bar_molecules, just use it to calculate how many bar molecules are left
    Limit the API of the Format.Base class by making #non_bar_molecules and #bar_molecules private
    Move Formatter#process into Format::Base because it is much more concerned with the format
    Remove the Kernel#tap in Formatter#process and just use an instance variable instead
    Now that we're not reparsing the format string each time, we can save some cycles by memoizing the Format::Base#non_bar_molecules and #bar_molecules
    When setting the format string, if it hasn't changed, we don't need to reparse it
    Extract the logic of setting the format string out into its own private method ProgressBar::Formatter#format_string=
    Add 'ruby-prof' to the project as a development gem

Version v1.0.1 - August 28, 2012

    Add Ruby 1.8.7 back into Travis CI build
    Fixing string slice bug
    Add a Rakefile
    Update .gitignore
    Add Rake to the Gemfile

Version v1.0.0 - August 18, 2012

    Remove 1.8 from the Ruby Travis builds
    Add a spec for the %% molecule
    Fix bug where a progress bar with an integrated percentage miscalculated the space it was taking up
    fix @terminal_width and bar_width calculation
    Fix more README typos
    Set the default bar mark to '='
    Make sure to blow up if a molecule is not value
    It's not sufficient to say that a molecule is 'a percent sign followed by something that isn't a percent sign', we need to force it to be followed by a letter
    Fix   problems in the README
    Update the formatting to make sure the %b and %i formatting molecules can coexist with each other
    Now that we can use the %b and %i flags, we can create a mirrored bar simply by using a format string of '%i%b' and therefore this extra code is no longer necessary
    Make sure that when the timer is started, then stopped, then started again, it should not register as stopped?
    Allow %i to be used display the incomplete space of the bar
    Update ProgressBar::Formatter#format to reset the bar style to default if it is called without passing in a format string
    Allow the %b molecule to be used to display the bar only without incomplete space
    Update the %B format test to be more reasonable
    Make the %w molecule only return the bar with the percentage instead of including empty space
    Remove the length argument when calling ProgressBar::Components::Bar#to_s and instead set the attribute
    Rename ProgressBar::Formatter#bar to #complete_bar
    Change the %b (bar with percentage) format molecule to %w
    Swap the meaning of the %b and %B molecules
    There was a typo in the example formats in the README. The literal percent sign needs to be included in the format string
    Make sure the '%%' molecule is formatted properly
    Little refactoring on the ProgressBar::Formatter#process method
    README update
    Remove all of the ProgressBar::Base#update calls and convert to method calls that take a block #with_update
    Add an "In The Weeds" section to the README
    Add 'It's better than some other library' section to the README
    Add contributors to the README
    Add supported Rubies to the README
    Tons of README formatting updates
    Add time-mocking information to the README
    If Time is being mocked via Delorean, make sure that the progress bar always uses the unmocked time
    If Time is being mocked via Timecop, make sure that the progress bar always uses the unmocked time
    When testing, make sure that we're able to always get the proper version of now that we need for our particular spec
    When calling ProgressBar::Time.now allow a Time-like object to be passed in
    Add a ruby-progressbar-specific implementation of Time to encapsulate the business logic
    Extract the notion of now into a method on the Timer module
    Remove extra private
    Use inheritance to put title= in the Formatter module where it belongs
    I didn't notice that #total and #progress were available in the Formatter module
    Move logic specific to the modules into those modules and use the inheritance chain to get at them
    Evidently Travis is having issues with Rubinius so we'll remove them from our .travis.yml file to get a passing build
    Try and get better 1.8.7 compatibility when checking the end character in the progressbar string
    Add the Travis-CI build status to the README
    Add the Travis-CI configuration file
    Update the other deprecation warnings outside of ProgressBar::Base
    Add the remaining method deprecation/warning messages
    Use a little metaprogramming to further dry up the deprecation messages
    fixup! c3e6991988107ab45ac3dac380750b287db3bc2e
    When displaying deprecation warnings for methods, only show them one time; not every time the method is invoked
    Dry up the warning messages in ProgressBar::Depreciable
    Move ProgressBar::Base#backwards_compatible_args_to_options_conversion to the ProgressBar::Depreciable module
    Add a new ProgressBar::Depreciable module to encapsulate all of the deprecation logic
    Forgot to return the options hash from ProgressBar::Base#backwards_compatible_args_to_options_conversion
    Add the old bar_mark= method back so it's more backwards compatible
    Update deprecation warnings to expire June 30th, 2013 instead of October 30th, 2013
    Update the README to reflect the new syntax for creating a ProgressBar
    Override ProgressBar.new and remain backward compatible with the pre-1.0 versions of the gem
    Convert the ProgressBar module to a class so that we can...
    Add ProgressBar::Base#progress and #total
    Update the gemspec
    Update the EstimatedTimer specs when smoothing is turned off such that the #decrement spec is sufficiently different from the smoothing on #decrement spec
    Update EstimatedTimer specs when smoothing is turned off to be more consistent with the new smoothing specs
    Add EstimatedTimer specs to test when smoothing is turned on
    Update the spec text for the EstimatedTimer class so that it doesn't contain the actual expected value but rather the general expectation
    Extract smoothing into its own let variable
    Add notes to the README about smoothing
    Invert the smoothing value such that 0.0 is no smoothing and 1.0 is maximum smoothing
    Set the default smoothing value to 0.9
    Convert the EstimatedTime#estimated_seconds_remaining over to using the running average
    Tell the Progressable module to update the running average any time the progress is set
    Add the notion of a smoothing variable to the Progressable module for use when calculating the running average
    Introduce Progressable#running_average and reset it any time Progressable#start is called
    Add a RunningAverageCalculator so we can offload the logic for calculating running averages in our Progressables
    Always refer to total using the accessor rather than the instance variable
    Fix place where we were using a literal string for our time format rather than the TIME_FORMAT constant
    Make the Progressable initializer optional
    Fix README mistake regarding out of bounds ETAs
    In Progressable, rather than accessing the starting_position instance variable, use an accessor
    Rather than having the logic in multiple places, use Progressable#start where possible
    Update the Progressable module to always reference the progress accessor rather than the instance variable
    Add the ability to customize the bar's title in real time
    Add a note to the README about customizing the bar in real time
    Add notes to the README about overriding the bar's length
    Update the deprecation date of
    Upgrade the README to describe the new 'integrated percentage' formatting option
    Update Ruby version in .rvmrc
    Replace @out.print with @out.write to work better in dumb terminal like Emacs' M-x shell.
    Document the smoothing attribute a little better.
    Rewrote smoothing stuff to something better.
    Offload handling of weird time values to format_time (isn't that its job?) ;-)
    Added "smoothing" attribute (default 0.9). It can be set to nil to use the old ETA code.
    Make time estimate a smoothed moving average
    Use the inherited #initialize
    Add a format where the bar has an integrated percentage
    Just always run all specs
    Alias stopped? to paused?
    If the bar is completed, show the elapsed time, otherwise show the estimated time
    estimated_time to estimated_time_with_no_oob
    Add a Guardfile
    Add the ability to set the progress mark at any point
    Upgrade RSpec in the Gemfile
    Allow :focused w/o the '=> true'
    More gem updates. Include guard
    Quotes
    Unindent private methods
    And again
    Consistency is key
    And again
    Change to new date and repo
    Upgraded RSpec uses RSpec not Rspec
    Not sure why I did this here
    Upgrade RSpec and SimpleCov
    Bump Ruby version to 1.9.3
    allow to customize the #title_width
    Detect whether the output device is a terminal, and use a simplified output strategy when it is not.
    Use 1.9 compatible require in test.
    Add tests for Timecop and Delorean time mocking
    Make Progressbar resistant to time mocking
    Automatically tag gem builds as Date.today
    Replace the Bar's instance variable references
    Remove Options Parser
    The starting value should be passed on #start
    Remove Title class for now
    Change 'reversed bar' to 'mirrored bar'
    Rename out to output and access w/o variable
    Change default output to STDOUT
    Rename output_stream to output
    Rename current to progress
    Update README
    Add #decrement to the progress bar
    Backwards compatibility for instantiation
    Create with_timers helper
    Update spec_helper with new root gem file
    Update gemspec with new license file
    Update gemspec to auto-update Date
    Add deprecation and backwards compatibility helprs
    Add SimpleCov to the project
    Rename 'beginning_position' option to 'started_at'
    Fix require files
    Update README
    Update README
    Update README
    Remove Test::Unit test cases which are covered
    Replace licenses with the MIT license
    Begin updating README
    Add .gitignore
    Fix 'ArgumentError: negative argument' when using with Spork
    Bar can be forcibly stopped
    Autostart for now
    Add ability to pause/resume progress bar
    Bar resets the elapsed time when reset.
    Bar resets the estimated time when reset.
    Timers can now be reset
    #start determines #reset position
    On #reset, bar goes back to its starting position
    Bar can be reset back to 0
    Fix test typo
    Fix tests
    Reminder for autostart
    Move #title
    Delete unneeded code
    Stop Elapsed Timer on finish
    Progressable components finish properly
    Refactor out common 'Progressable' functionality
    Prepare for more 'finish' functionality
    Refactor common Timer functionality into a module
    Bar outputs a \n when it's finished
    Bar can now be "finished"
    Remove unnecessary (for now) code
    Resizing algorithm is much smarter
    Fix length_changed? check
    Move formatting methods and make them private
    Create #inspect method
    Remove implemented methods
    We have a LICENSE file. No need for this.
    Fix output problem
    Always show 2 decimal places with precise percentage
    Elapsed Time works properly with progress bar
    Estimated Timer works properly with progress bar
    %r format string works properly
    Estimated Timer can now be incremented
    Bar graphic can now be reversed
    Remove method arguments from molecule
    %e, %E and %f format the estimated time correctly
    Formatting
    Include Molecule specs
    Estimated Timer works with out of bounds times
    Estimated Timer displays estimated time correctly
    Estimated Timer displays unknown time remaining
    Estimated Time can now be displayed
    Make Timer work properly
    Move bar_spec to the proper locale
    Elapsed Time can now be displayed
    Percentage information can now be displayed
    Capacity information can now be displayed
    Move Bar and Title into Components submodule
    Base refactoring work laid out
    Add RSpec support files
    Create a Gemfile and other infrastructure files
    Update gemspec
    Fix to failing test: Adjusting the path to progressbar.rb file
    accessor for alternate bar mark
    Updated gem name to match project (so it would build)
    Add a gemspec.
    Move progressbar.rb into lib/.
    Add LICENSE files.
    Get rid of the ChangeLog. That's what revision logs are for.
    Make the readme use Markdown.
    Initial commit (based on Ruby/ProgressBar 0.9).
2016-01-20 22:57:38 +00:00
leot
a0bda69102 Update misc/dvtm to 0.15.
pkgsrc changes:
 * Delete NO_CONFIGURE and convert SUBST_STAGE.* to pre-configure as
   suggested in The pkgsrc guide. (no functional changes intended)

Changes:
 * More complicated default key bindings for potentially destructive
   actions to minimize the chance of accidental presses:

    MOD-x-x closes the focused window
    MOD-q-q quits dvtm

 * Simplified client creation code, elimination of useless intermediate
   shell. This should fix Mod-C (the creation of a new window with the
   same working directory as the currently focused window) for systems
   where procfs is available.
 * Copymode coloring: if enabled in config.def.h (which is currently only
   the case for less) the piped scrollback buffer will contain escape
   codes to preserve the coloring.

    $ DVTM_EDITOR=less dvtm

   Generate some colored output and press MOD-e (i.e. CTRL-g-e by
   default) less should now display the same content (that is with
   color) and provide search functionality etc.
 * Urgent flag indications (after a client received a bell) are redrawn
   as soon as possible.
 * Small bug fixes for terminal emulation and mouse actions.
   Slight cleanup of config.def.h and the dvtm-status script.
2016-01-20 14:34:35 +00:00
tnn
7239df6e6c fix test == operator 2016-01-20 13:37:25 +00:00
prlw1
28b5bc7c4c Update yelp3 to 3.18.1
Highlights:
* Updated translations
* Fix accessibility regression for caret navigation, #754912 (Carlos Garcia
  Campos)
* Use XDG_CURRENT_DESKTOP, when available, to set platform conditionals (Shaun
  McCance)
* Fix crash after page title change bugfix (Shaun McCance)
* Fix page title changes when going backward and forward, #753448 (Carlos
  Garcia Campos)
* Improve subtitle to only be shown when it differs from the page title,
  #753444 (Michael Catanzaro)
* Fix startup activation, #753084 (Cosimo Cecchi)
* Use the correct background color, #749947 (Lars Uebernickel)
* Port to WebKit2 API, #686376 (Marcos Chavarría Teijeiro, Carlos Garcia
  Campos, David King)
* Use a header bar as a toolbar in Unity, #749903 (Iain Lane)
* Support for platform conditional tokens from os-release (Shaun McCance)
2016-01-20 09:32:28 +00:00
fhajny
a9f1084367 Change misc/erlang-p1_utils to use erlang/module.mk.
Bump PKGREVISION.
2016-01-16 18:55:38 +00:00
markd
329fe08435 library minor version update. Bump PKGREVISION. 2016-01-16 18:54:22 +00:00
wiz
e520e5f835 Update calibre to 2.49.0:
New Features

E-book viewer: Add an option to allow only a single book to be viewed at a time. Trying to view a second book will cause it to replace the currently viewed book.
Kobo driver: Add support for the new firmware 3.19.5761
Linux build: Update bundled version of Qt to 5.5.1

Bug Fixes

Fix splash screen getting stuck on OSX when restarting calibre in debug mode
Get Books: Update plugins for various Polish language book stores to handle changes to the website
Amazon metadata download: Handle a change in the amazon website that prevented review metadata from being downloaded
Better algorithm for guessing the 'external' network interface that is displayed to the user
Tag Mapper: Do not allow the user to create rules with invalid regular expressions
E-book viewer: Disallow hyphenation in documents that use mathematical typesetting as the hyphenation breaks that typesetting
E-book viewer: Fix some non-ASCII characters not display in embedded MathML.
Download calibre plugins securely using HTTPS
MOBI Output: Try to autofix corrupted PNG images in the input document.
Nook Glowlight Plus: Send files by default to the NOOK/My Files folder.
E-book viewer: Fix failure to view comic files that contain non-ASCII characters int heir internal filenames.
2016-01-15 10:39:44 +00:00
fhajny
541cd58fef Update misc/erlang-p1_utils to 1.0.2
Version 1.0.2
- Add p1_time_compat module to ease support for both R17 and R18 Erlang
  time features

Version 1.0.1
- Better Rebar3 support, remove warning about missing hex plugin when
  building with rebar

Version 1.0.0
- Add build state
- Only looks for missing functions
- We do not need gcov support (No C code)
- Add initial travis file
- Switch deprecated hex.pm field
- Prepare hex.pm release
- This is a library. Switching to Apache v2 to make it widely usable.
- Revert "Do not check for generic_debug option"
2016-01-13 15:24:48 +00:00
markd
4ea70a22f8 runtime dependency on qt4-tools. 2016-01-11 01:27:10 +00:00
markd
cc8feb9838 Update kaccessible to 15.12.0
minor updates.
2016-01-10 19:37:55 +00:00
markd
f28a656c56 Update kalzium to 15.12.0
minor updates.
2016-01-10 19:37:10 +00:00
markd
286bd55d17 Update kde-wallpapers4 to 15.08.3
minor updates.
2016-01-10 19:36:30 +00:00
markd
1e9a16f145 Update kdeartwork4 to 15.08.3
minor updates.
2016-01-10 19:35:37 +00:00
markd
42537ca2b7 Update kdepim-runtime4 to 4.14.10
minor updates.
2016-01-10 19:34:35 +00:00
markd
c29bbff6fe Update kdepim4 to 4.14.10
minor updates.
2016-01-10 19:33:43 +00:00
markd
a1fbbc9408 Update kdepimlibs4 to 4.14.10
minor updates.
2016-01-10 19:33:04 +00:00
markd
8d3288aa68 library minor version update. Bump PKGREVISION. 2016-01-10 19:31:19 +00:00
markd
a75186b86e Update kmag to 15.12.0
minor updates.
2016-01-10 19:30:52 +00:00
markd
488d9569a3 Update kmousetool to 15.12.0
minor updates.
2016-01-10 19:30:19 +00:00
markd
fd5460e9bd Update kremotecontrol to 15.12.0
minor updates.
2016-01-10 19:29:44 +00:00
markd
c4e27aa239 Update ktux to 15.08.3
minor updates.
2016-01-10 19:28:58 +00:00
markd
bf4062a051 library minor version update. Bump PKGREVISION. 2016-01-10 19:28:22 +00:00
markd
cd7a367d9c Update superkaramba to 15.08.3
minor updates.
2016-01-10 19:27:41 +00:00
markd
b0f46a6ee5 Update sweeper to 15.12.0
minor updates.
2016-01-10 19:26:44 +00:00
tsutsui
afd613f397 + ruby-mini_portile2 2016-01-10 11:52:05 +00:00
tsutsui
414a10ed7c Import ruby-mini_portile2-2.1.0 as misc/ruby-portile2.
Note ruby-mini_portile2 is updated and renamed version of
ruby-mini_portile by the upstream due to backwards-incompatible
behavioral changes from mini_portile 0.7.0.rc* and prior.

This project is a minimalistic implementation of a port/recipe system
for developers.
Because "Works on my machine" is unacceptable for a library maintainer.
2016-01-10 11:51:36 +00:00
wiz
333bdcd2ea Fix two issues with autoconf.
1. add missing pkg-config dependency for pkg-config m4 file
2. fix quoting in a macro in configure.ac.
2016-01-09 11:13:15 +00:00
ryoon
693dc1eb55 Add conflict pattern for libreoffice5-bin
As a part of PR pkg/50617.
2016-01-08 23:57:17 +00:00
ryoon
d8808e3f86 Add libreoffice5-bin 2016-01-08 23:54:31 +00:00
ryoon
b1f9fd9369 Import libreoffice5-bin-5.0.4 as misc/libreoffice5-bin for PR pkg/50617.
LibreOffice is the free power-packed Open Source personal productivity
suite for Windows, Macintosh and Linux, that gives you six feature-rich
applications for all your document production and data processing
needs: Writer, Calc, Impress, Draw, Math and Base.

This package tracks libreoffice-5.x branch of official Linux binary.
2016-01-08 23:53:13 +00:00
adam
011bef3059 Revbump after updating graphics/libwebp 2016-01-06 10:46:49 +00:00
wiz
1d59808f9d Update calibre to 2.48.0:
New Features

* Driver for Energy Ereader Screenlight.
* DOCX Input: Add option to have superscripts/subscripts converted
  so that they do not affect the line height of the line containing
  them.
* New option to hide empty categories in Tag Browser (Preferences->Look
  & Feel->Tag Browser)

Bug Fixes

* Image compression: Fix spurious zero byte .bak files being created
  when compressing png images inside epub files
* Image compression: Fix bug that could cause zero byte images
  files/or file in use errors when compressing images
* Fix some icons not being themeable
* E-book viewer: When using heuristics to detect footnote links
  check for vertical-align set to top and bottom as well as sub and
  super
* Book details panel: Display data in right-to-left format when
  the calibre interface language is set to a right-to-left language
  such as Hebrew or Arabic
2016-01-03 11:29:40 +00:00
kamil
7a5d5c6a96 Update misc/ansiweather to 1.06
- Added support for OpenWeatherMap API keys
- Changed curl options from '-s' to '-sf' to fail silently on server errors
- Removing auto location helper, user location must now be explicitly set
- Changed default city to Rzeszow, Poland
- Changing rain and thunderstorm icons default colors to white and yellow
- Documentation updates

Update by coypu@ via pkgsrc-wip
2016-01-01 23:54:16 +00:00
ryoon
9c9bc9256f Reset PKGREVISION 2015-12-31 22:17:37 +00:00
ryoon
6f8cccf160 Update to 5.100
Changelog:
byobu (5.100) released; urgency=medium

  [ David Personette ]
  * usr/lib/byobu/include/config.py.in,
    usr/lib/byobu/include/ec2instancespricing.py,
    usr/lib/byobu/include/select-session.py:
    - https://github.com/dustinkirkland/byobu/pull/11
    - Python scripts 'futurize'd to support python3

  [ Dustin Kirkland ]
  * usr/share/applications/byobu.desktop:
    - Revert upstream .desktop changes to match against
      gnome-terminal-server, LP: #1512498
  * === added directory usr/share/byobu/desktop, === added directory
    usr/share/dbus-1, === added directory usr/share/dbus-1/services,
    configure.ac, debian/control, debian/postinst, debian/postrm,
    Makefile.am, usr/share/applications/byobu.desktop =>
    usr/share/byobu/desktop/byobu.desktop,
    usr/share/applications/Makefile.am =>
    usr/share/byobu/desktop/Makefile.am,
    usr/share/byobu/desktop/byobu.desktop.old, usr/share/dbus-
    1/services/Makefile.am, usr/share/dbus-
    1/services/us.kirkland.terminals.byobu.service: LP: #1512498, #1503418
    - huge work around the mess that is gnome-terminal-server
    - install two different desktop files to /usr/share/byobu/desktops/*
    - in postinst, symlink the correct one into /usr/share/applications
    - clean up that conditionally installed symlink in postinst
    - suggest gnome-terminal package, as our new desktop file hardcodes
      gnome-terminal (this kind of sucks)
    - in byobu.desktop, exec gnome-terminal with a --app-id hint, and
      drop the Terminal=true, as gnome-terminal will take care of that
    - install a dbus service, as new gnome-terminal expects to launch
      via dbus
    - fqdn namespace that service to us.kirkland.terminals.byobu
      + this is stupid, btw
  * usr/lib/byobu/include/select-session.py:
    - fix regression introduced by r2448

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 14 Nov 2015 16:59:57 -0600

byobu (5.99-0ubuntu1) xenial; urgency=medium

  * usr/share/byobu/pixmaps/byobu.svg:
    - cleaned up vector image from Nobuto Murata
  * configure.ac, debian/install, debian/postinst, debian/postrm,
    etc/profile.d/Makefile.am, usr/share/byobu/profiles/Makefile.am,
    usr/share/byobu/profiles/Z97-byobu.sh.in => etc/profile.d/Z97-
    byobu.sh.in:
    - fix some recent regressions on byobu auto launching

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 14 Nov 2015 16:59:53 -0600

byobu (5.98-0ubuntu1) xenial; urgency=medium

  [ Dustin Kirkland ]
  * usr/bin/vigpg:
    - specify stdin for input file
  * usr/bin/vigpg:
    - get vigpg working with the new release of gpg in wily
    - clean up encrypted copies of the file
  * usr/share/applications/byobu.desktop: LP: #1503418
    - use byobu icon rather than gnome-terminal

  [ Roman Inflianskas ]
  * usr/lib/byobu/include/config.py.in:
    - fix help for openSUSE

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 28 Oct 2015 09:48:44 +0900

byobu (5.97-0ubuntu1) wily; urgency=medium

  * usr/bin/byobu-launcher.in: LP: #1338260
    - fix byobu autolaunch for TERM=screen-256color users

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 31 Aug 2015 13:32:36 -0500

byobu (5.96-0ubuntu1) wily; urgency=medium

  * configure.ac, debian/install, debian/postinst, debian/postrm,
    etc/profile.d/Makefile.am, etc/profile.d/Z97-byobu.sh.in =>
    usr/share/byobu/profiles/Z97-byobu.sh.in, usr/bin/byobu.in,
    usr/bin/byobu-launcher-install.in,
    usr/lib/byobu/include/config.py.in,
    usr/share/byobu/profiles/Makefile.am:
    - fix some discrepancies between Z97- and Z98-

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 31 Aug 2015 12:33:09 -0500

byobu (5.95-0ubuntu1) wily; urgency=medium

  [ Dustin Kirkland ]
  * usr/lib/byobu/battery:
    - sum together all batteries
  * usr/bin/byobu.in:
    - ensure we start tmux with unicode support, LP: #1268072
  * usr/bin/byobu.in, usr/share/man/man1/byobu.1: LP: #1483394
    - byobu -h|--help enters manpage, place this code with -v|--version
  * usr/bin/byobu-shell.in: LP: #1458941
    - find the motd
  * usr/share/byobu/keybindings/f-keys.tmux.disable: LP: #1453037
    - ensure that we source user's keybindings
  * experimental/byobu-classroom, usr/bin/byobu-ctrl-a.in, usr/bin/byobu-
    disable-prompt.in, usr/bin/byobu-janitor.in, usr/bin/byobu-launcher-
    uninstall.in, usr/bin/byobu-quiet.in, usr/bin/byobu-silent.in,
    usr/bin/byobu-status.in, usr/lib/byobu/include/constants,
    usr/share/byobu/keybindings/f-keys.screen: LP: #1068580
    - create BYOBU_SED_INLINE variable, to handle inline sed's, using
      --follow-symlinks when possible (not always available)
  * usr/lib/byobu/logo:
    - fix minor logic typo (reversed logic)
  * usr/bin/byobu.in: LP: #1369783
    - respect user's custom default-command and/or default-shell
      in the first window launched
  * usr/bin/byobu-launcher.in: LP: #1338260
    - add some helpful information about nested sessions
  * debian/control:
    - bump standards

  [ Fortunato Ventre ]
  * usr/lib/byobu/include/constants:
    - Fix check for sed's follow-symlinks feature
      + https://github.com/dustinkirkland/byobu/pull/9

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 31 Aug 2015 12:03:12 -0500

byobu (5.94-0ubuntu1) wily; urgency=medium

  * debian/control, usr/bin/vigpg, usr/share/man/man1/vigpg.1:
    - after the Lastpass breach, more people could use vigpg,
      so move it over to Bybou from Bikeshed
  * usr/bin/Makefile.am, usr/share/man/man1/Makefile.am:
    - add vigpg to build
  * usr/share/man/man1/vigpg.1:
    - fix typo

 -- Dustin Kirkland <kirkland@ubuntu.com>  Wed, 17 Jun 2015 20:21:39 -0500

byobu (5.93-0ubuntu1) wily; urgency=medium

  * usr/bin/byobu.in: LP: #1417323
    - fix broken mv call
  * usr/lib/byobu/swap:
    - clear swap status when swap usage returns to zero

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 21 May 2015 08:27:04 -0700

byobu (5.92-0ubuntu1) vivid; urgency=medium

  * usr/bin/byobu-launcher-install.in: LP: #1396959
    - silence warnings if byobu-launch doesn't exist (e.g., uninstalled it)
  * usr/bin/byobu-config.in: LP: #1383669
    - revert commit to LP: #1316050, which hardcoded LANG=C
    - this should fix rendering of Japanese characters in the menu
  * usr/share/byobu/keybindings/f-keys.tmux: LP: #1350813
    - handle tmux 1.9's default path changes, per:
      https://sourceforge.net/p/tmux/tmux-code/ci/1.9/tree/CHANGES

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 23 Mar 2015 12:50:56 -0500

byobu (5.91-0ubuntu1) vivid; urgency=medium

  [ Thibaut Broggi ]
  * po/fr.po:
    - Improve french translation
    - Remove some spelling mistakes and I made it more coherent
      (sometimes the word "exécuter" was used, sometimes it was
      "lancer", or "utiliser" ; all of this words mean the same
      thing in this context).

  [ Dustin Kirkland ]
  * README:
    - improve readme build instructions, with thanks to:
      + https://github.com/dustinkirkland/byobu/pull/8

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 07 Mar 2015 18:59:35 -0500

byobu (5.90-0ubuntu1) vivid; urgency=medium

  [ Mike Miller ]
  * usr/lib/byobu/include/select-session.py: LP: #1411122
    - don't print when attaching and restoring environment variables

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 15 Jan 2015 08:09:24 -0600

byobu (5.89-0ubuntu1) vivid; urgency=medium

  * debian/rules, usr/bin/byobu.in, usr/bin/byobu-launcher.in,
    usr/bin/ctail, usr/lib/byobu/include/select-session.py:
    - silence some checkbashisms false positives
    - handle nesting a bit differently
    - allow nesting, by default
    - detect the infinite loop situation, where we're ssh'ing into
      ourselves, and handle it gracefully
    - ensure we have access to 256 colors, even when nesting

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 12 Jan 2015 17:39:37 -0600

byobu (5.88-0ubuntu1) vivid; urgency=medium

  [ Ruben Laguna ]
  * usr/share/byobu/keybindings/f-keys.tmux: LP: #1392693
    - The previous binding will not work with shells that don't allow
      variables as commands (fish shell being one of those)
    - Use `sh -c` to explicitly use a POSIX shell to interpret the command

  [ dmayle ]
  * usr/bin/byobu.in:
    - Don't pollute output with title if calling from script
    - https://github.com/dustinkirkland/byobu/pull/6

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 08 Jan 2015 16:01:24 -0600

byobu (5.87-0ubuntu1) utopic; urgency=medium

  [ Fazle AREFIN ]
  * usr/share/byobu/keybindings/f-keys.tmux,
    usr/share/byobu/keybindings/f-keys.tmux.disable,
    usr/share/doc/byobu/help.tmux.txt: LP: #1375794
    - enable toggling of sending input to all splits

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 30 Sep 2014 08:38:35 -0500

byobu (5.86-0ubuntu1) utopic; urgency=medium

  * usr/bin/byobu.in:
    - bikeshed scripts broke and quit incrementing the version number,
      when I moved byobu to byobu.in

 -- Dustin Kirkland <kirkland@ubuntu.com>  Thu, 14 Aug 2014 00:34:44 -0500

byobu (5.85-0ubuntu1) utopic; urgency=medium

  [ Pedro Romano ]
  * usr/lib/byobu/include/select-session.py:
    - This branch adds named sessions starting with an underscore also as
      hidden sessions in alternative to named sessions starting with a dot,
      since tmux doesn't support session names starting with a dot. In the
      process it also adds support for hidden session in tmux if the
      session names start with an underscore, adding this feature to tmux
      based byobu.

  [ Srdjan Grubor ]
  * usr/bin/byobu-layout.in:
    - add a list-layouts command

  [ Dustin Kirkland ]
  * usr/bin/byobu.in, usr/share/man/man1/byobu.1: LP: #907363
    - fix custom window support for byobu-tmux

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 05 Aug 2014 23:21:29 +0200

byobu (5.84-0ubuntu1) utopic; urgency=medium

  * usr/lib/byobu/include/dirs.in:
    - make the custom scripts bin dir
  * usr/lib/byobu/custom:
    - ensure we clear the cache for custom scripts
  * usr/bin/byobu-status.in:
    - restore the ability to toggle date and time on and off from the config
      interface, as well as hand editing the config file

 -- Dustin Kirkland <kirkland@ubuntu.com>  Mon, 28 Jul 2014 09:12:11 +0100

byobu (5.83-0ubuntu1) utopic; urgency=medium

  [ Dustin Kirkland ]
  * usr/bin/byobu-config.in: LP: #1316050
    - hard code LANG=C before launching byobu-config
  * usr/lib/byobu/include/dirs.in: LP: #1346869
    - be little smarter about detecting a usable /dev/shm
  * === added directory usr/share/appdata,
    usr/share/appdata/byobu.appdata.xml: LP: #1322556
  * usr/share/byobu/profiles/tmuxrc: LP: #1315204
    - fix a couple of spots that should use $BYOBU_CONFIG_DIR
  * usr/lib/byobu/apport: LP: #1308696
    - clear out the apport cache files, to detect when the crashes
      have been cleared

 -- Dustin Kirkland <kirkland@ubuntu.com>  Sat, 26 Jul 2014 16:13:20 -0500

byobu (5.82-0ubuntu1) utopic; urgency=medium

  * usr/bin/byobu-ctrl-a.in:
    - add bindkey line back, this line is *essential*; there was a
      syntax error in it previously, but removing the line was not
      the correct fix for LP: #1313209, #814172

 -- Dustin Kirkland <kirkland@ubuntu.com>  Tue, 22 Jul 2014 07:21:54 -0700
2015-12-31 22:16:20 +00:00
agc
b3c0bf9535 There's an older version in pkgtools (wrong category), so get rid of the
newly-imported version (although it's a later stable version)
2015-12-31 18:51:48 +00:00
agc
a6c2f5aadb Add and enable pkgng 2015-12-31 18:31:07 +00:00
agc
7cd508fa28 Import pkgng (the freebsd package management tool, aka pkg), version
1.6.2, into the Packages Collection. Taken from the wiki page:

	Pkg is the Next Generation package management tool for FreeBSD.  It is
	the replacement for the current pkg_info/pkg_create/pkg_add tools that
	ports use to register local packages and which provide remote
	packages.  Its main goals are to faciliate remote binary package
	upgrades.  It also works with ports without remote binary packages.

This has been imported into pkgsrc/misc, beside the other foreign
package management tools like rpm and dpkg.  This package isn't really
portable, and only compiles on NetBSD with patches.
2015-12-31 18:29:50 +00:00
ryoon
9a4e0f5a9d Update to 2.1
Changelog:
CHANGES FROM 2.0 to 2.1 18 October 2015

Incompatible Changes
====================

* Mouse-mode has been rewritten.  There's now no longer options for:
	- mouse-resize-pane
	- mouse-select-pane
	- mouse-select-window
	- mode-mouse

  Instead there is just one option:  'mouse' which turns on mouse support
  entirely.
* 'default-terminal' is now a session option.  Furthermore, if this is set
  to 'screen-*' then emulate what screen does.  If italics are wanted, this
  can be set to 'tmux' but this is still new and not necessarily supported
  on all platforms with older ncurses installs.
* The c0-* options for rate-limiting have been removed.  Instead, a backoff
  approach is used.

Normal Changes
==============

* New formats:
	- session_activity
	- window_linked
	- window_activity_format
	- session_alerts
	- session_last_attached
	- client_pid
	- pid
* 'copy-selection', 'append-selection', 'start-named-buffer' now understand
  an '-x' flag to prevent it exiting copying mode.
* 'select-pane' now understands '-P' to set window/pane background colours.
* 'renumber-windows' now understands windows which are unlinked.
* 'bind' now understands multiple key tables.  Allows for key-chaining.
* 'select-layout' understands '-o' to undo the last layout change.
* The environment is updated when switching sessions as well as attaching.
* 'select-pane' now understands '-M' for marking a pane.  This marked pane
  can then be used with commands which understand src-pane specifiers
  automatically.
* If a session/window target is prefixed with '=' then only an exact match
  is considered.
* 'move-window' understands '-a'.
* 'update-environment' understands '-E' when attach-session is used on an
  already attached client.
* 'show-environment' understands '-s' to output Bourne-compatible commands.
* New option: 'history-file' to save/restore command prompt history.
* Copy mode is exited if the history is cleared whilst in copy-mode.
* 'copy-mode' learned '-e' to exit copy-mode when scrolling to end.
2015-12-31 07:07:16 +00:00
bsiegert
232eebd6b6 Update dpkg to 1.16.17. This fixes several security issues.
dpkg (1.16.17) wheezy-security; urgency=high

  [ Guillem Jover ]
  * Fix an off-by-one write access in dpkg-deb when parsing the .deb magic.
    Reported by Jacek Wielemborek <d33tah@gmail.com>. Closes: #798324
  * Fix an off-by-one write access in dpkg-deb when parsing the old format
    .deb control member size. Thanks to Hanno Böck <hanno@hboeck.de>.
    Fixes CVE-2015-0860.
  * Fix an off-by-one read access in dpkg-deb when parsing ar member names.
    Thanks to Hanno Böck <hanno@hboeck.de>.

  [ Updated programs translations ]
  * Catalan (Jordi Mallach).

  [ Updated man page translations ]
  * Fix incorrect translation in German (Helge Kreutzmann)

 -- Guillem Jover <guillem@debian.org>  Wed, 25 Nov 2015 22:34:58 +0100

dpkg (1.16.16) wheezy-security; urgency=high

  [ Guillem Jover ]
  * Do not leak long tar names on bogus or truncated archives.
  * Do not leak the filepackages iterator when a directory is used by other
    packages.
  * Do not leak color string on «dselect --color».
  * Fix memory leaks when parsing alternatives.
  * Fix memory leaks in buffer_copy() on error conditions.
  * Fix possible out of bounds buffer read access in the error output on
    bogus ar member sizes.
  * Fix file triggers/Unincorp descriptor leak on subprocesses. Regression
    introduced with the initial triggers implementation in dpkg 1.14.17.
    Closes: #751021
  * Fix a descriptor leak on dselect subprocesses when --debug is used.
  * Do not run qsort() over the scandir() list in libcompat if it is NULL.
  * Fix off-by-one stack buffer overrun in start-stop-daemon on GNU/Linux and
    GNU/kFreeBSD if the executable pathname is longer than _POSIX_PATH_MAX.
    Although this should not have security implications as the buffer is
    surrounded by two arrays (so those catch accesses even if the stack
    grows up or down), and we are compiling with -fstack-protector anyway.
  * Add a workaround to start-stop-daemon for bogus OpenVZ Linux kernels that
    prepend, instead of appending, the " (deleted)" marker in /proc/PID/exe.
    Closes: #731530
  * Fix off-by-one error in libdpkg command argv size calculation.
    Based on a patch by Bálint Réczey <balint@balintreczey.hu>. Closes: #760690
  * Escape package and architecture names on control file parsing warning,
    as those get injected into a variable that is used as a format string,
    and they come from the package fields, which are under user control.
    Regression introduced in dpkg 1.16.0. Fixes CVE-2014-8625. Closes: #768485
    Reported by Joshua Rogers <megamansec@gmail.com>.
  * Do not match partial field names in control files. Closes: #769119
    Regression introduced in dpkg 1.10.
  * Fix out-of-bounds buffer read accesses when parsing field and trigger
    names or checking package ownership of conffiles and directories.
    Reported by Joshua Rogers <megamansec@gmail.com>.
  * Add powerpcel support to cputable. Thanks to Jae Junh <jaejunh@embian.com>.
  * Fix OpenPGP Armor Header Line parsing in Dpkg::Control::Hash. We should
    only accept [\r\t ] as trailing whitespace, although RFC4880 does not
    clarify what whitespace really maps to, we should really match the GnuPG
    implementation anyway, as that's what we use to verify the signatures.
    Reported by Jann Horn <jann@thejh.net>. Fixes CVE-2015-0840.

  [ Raphaël Hertzog ]
  * Drop myself from Uploaders.

  [ Updated scripts translations ]
  * Fix typos in German (Helge Kreutzmann)
  * Swedish (Peter Krefting).

  [ Updated man page translations ]
  * Fix typos in German (Helge Kreutzmann)
  * Swedish (Peter Krefting).

 -- Guillem Jover <guillem@debian.org>  Thu, 09 Apr 2015 08:45:47 +0200

dpkg (1.16.15) wheezy-security; urgency=high

  [ Guillem Jover ]
  * Test suite:
    - Add test cases for Dpkg::Source::Patch CVE-2014-0471 and CVE-2014-3127.
    - Add test case for patch disabling hunks; not security sensitive.
  * Correctly parse patch headers in Dpkg::Source::Patch, to avoid directory
    traversal attempts from hostile source packages when unpacking them.
    Reported by Javier Serrano Polo <javier@jasp.net> as an unspecified
    directory traversal; meanwhile also independently found by me both
    #749183 and what was supposed to be #746498, which was later on published
    and ended up being just a subset of the other non-reported issue.
    Fixes CVE-2014-3864 and CVE-2014-3865. Closes: #746498, #749183

  [ Updated programs translations ]
  * Merge translated strings from master.

  [ Updated scripts translations ]
  * German (Helge Kreutzmann).

  [ Updated man page translations ]
  * Merge translated strings from master.
  * Unfuzzy or update trivial translations (Guillem Jover).

 -- Guillem Jover <guillem@debian.org>  Thu, 05 Jun 2014 22:24:36 +0200

dpkg (1.16.14) wheezy-security; urgency=high

  [ Guillem Jover ]
  * Do not allow patch files with C-style encoded filenames. Closes: #746306
    Fixes CVE-2014-3127 and unconditionally fixes CVE-2014-0471.
    Reported by Javier Serrano Polo <javier@jasp.net>.

  [ Updated scripts translations ]
  * German (Helge Kreutzmann).

  [ Updated man page translations ]
  * German (Helge Kreutzmann).

 -- Guillem Jover <guillem@debian.org>  Wed, 30 Apr 2014 08:14:16 +0200

dpkg (1.16.13) wheezy-security; urgency=high

  [ Guillem Jover ]
  * Do not NULL-terminate the list in the compat scandir(), as this might
    cause a segfault in case the function returns 0 entries.
  * Do not generate perl warnings on undef versions in
    Dpkg::Deps::deps_compare(). See: #737731
  * Do not overwrite triplet mappings with latter matches in Dpkg::Arch.
    Required for the new mipsn32(el) and mips64(el) architecture entries.
  * Add support for mipsn32(el) and mips64(el) to arch tables.
    Thanks to YunQiang Su <wzssyqa@gmail.com>. Closes: #685096, #707323
  * Add ppc64el support to cputable. Closes: #718945
    Thanks to Jeff Bailey <jeffbailey@google.com>.
  * Add OpenRISC or1k support to cputable.
    Thanks to Christian Svensson <christian@cmd.nu>. Closes: #736717
  * Clarify that dpkg --set-selections needs an up-to-date available db,
    by documenting it on the dpkg(1) man page, and warning whenever dpkg
    finds unknown packages while setting the selections. Closes: #703092
  * Improve documentation on how to update the available database before
    setting package selections. Suggested by Klaus Ita <koki.eml@gmail.com>.
  * Recognize «start-stop-daemon -C» as documented. Closes: #719746
    Reported by Brian S. Julin <bri@abrij.org>.
  * Correctly parse C-style diff filenames in Dpkg::Source::Patch, to avoid
    directory traversal attempts from hostile source packages when unpacking
    them. Reported by Jakub Wilk <jwilk@debian.org>. Fixes CVE-2014-0471.

  [ Updated scripts translations ]
  * Fix a typo in the German scripts translation.

  [ Updated man page translations ]
  * Fix and unify translation in German man pages.

 -- Guillem Jover <guillem@debian.org>  Fri, 25 Apr 2014 04:38:33 +0200

dpkg (1.16.12) stable; urgency=low

  * Fix value caching in Dpkg::Arch by not shadowing the variables.
    Closes: #724949

 -- Guillem Jover <guillem@debian.org>  Mon, 30 Sep 2013 16:52:37 +0200

dpkg (1.16.11) stable; urgency=low

  [ Raphaël Hertzog ]
  * Fix usage of non-existent _() function in multiple places of the Perl
    code. Thanks to Lincoln Myers <lincoln@netapp.com> for the patch.
    Closes: #708607

  [ Guillem Jover ]
  * Fix chmod() arguments order in Dpkg::Source::Quilt. Closes: #710265
    Thanks to Pablo Oliveira <pablo@sifflez.org>.
  * Only ignore older packages if the existing version is informative. This
    allows any program using libdpkg to parse the available file to see again
    packages with versions lesser than 0-0 (like 0~0-0). Closes: #676664
  * Fix use after free in dpkg_arch_load_list() on libdpkg.
    Reported by Pedro Ribeiro <pedrib@gmail.com>.

  [ Updated programs translations ]
  * Vietnamese (Trần Ngọc Quân). Closes: #715334

  [ Added man page translations ]
  * Italian (Beatrice Torracca). Closes: #711647

  [ Updated man page translations ]
  * Japanese (TAKAHASHI Motonobu). Closes: #704240

 -- Guillem Jover <guillem@debian.org>  Mon, 23 Sep 2013 16:51:18 +0200
2015-12-30 12:47:57 +00:00
wiz
7e7043ab33 Update p5-Business-ISBN to 2.010:
2.010 2015-12-15T07:35:57Z
	* Sync latest dependencies in build and module files
	* Promote to a developer release

2.09_02 - Mon Aug 31 02:24:10 2015
	* Have a simple fallback for parsing XML if Mojo::DOM isn't there

2.09_01 2015-08-31T05:59:56Z
	* Fix for new xISBN responses that have whitespace inside the
	opening tag.
	* Use Mojo::DOM to parse XML and Mojo::UserAgent to fetch xISBN.
	* You can still use LWP::UserAgent to fetch data.
2015-12-30 11:07:08 +00:00
taca
b40e982dc4 Remove RUBY_VERSION_SUPPORTED which has the samve value as default. 2015-12-30 04:22:59 +00:00
wiz
13b369f104 Update calibre to 2.47.0:
2.47

New Features
* A new tool to easily export and import all calibre data -- books,
settings and plugins
* Get Books: Add plugins for Amazon Australia and Amazon India.
Also restore the Amazon EU plugins.

Bug Fixes
* PDF Input: Fix conversion of PDF documents that contain ASCII
control codes in their outlines not working.
* Edit book: Fix image compression utilities opening a new console
per invocation on windows
* Image compression: If the compression tools return a zero byte
image ignore it and use the original image
* Fix a regression that caused book titles in the Book Details
panel to become clickable

2.46

New Features

    PDF Input: Add support for PDF outlines (bookmarks), if present, they are used as the metadata Table of Contents.
    Book polishing: Add tool to losslessly compress images in the book in order to reduce its filesize, without affecting image quality
    Edit Book: Add a new tool to compress images in the book losslessly, accessed from the Tools menu
    Kobo driver: add support for new Kobo firmware
    Bulk metadata edit dialog: Allow entering fractional numbers into the series number start with control.
    Speed up moving libraries by using hardlinks instead of file copies when moving to a location on the same filesystem
    Get Books: Disable the Amazon EU stores, at Amazon's request

Bug Fixes

    Fix moving libraries via calibre leaving behind a copy of the metadata_db_prefs_backup.json file in the original library folder
    MOBI Input: Warn about corrupted trailing data entries, instead of aborting. Getting some, even partially corrupted text is better than no text.
    Book details: Fix single value custom text column not clickable.
    Saving to disk: Fix custom date column being rendered in GMT instead of the local time zone when used in a save to disk template.
2015-12-30 00:08:33 +00:00
dholland
3548e8249e Sort. 2015-12-29 06:23:20 +00:00
dholland
f13d6671da Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
wiz
8804f1ed39 Update p5-Business-ISBN-Data to 20140910.003.
20140910.003 2015-12-15T12:25:58Z
	* Hide the Business::ISBN namespace
2015-12-27 23:46:26 +00:00
ryoon
731dc5c81b Update to 1.39
Changelog:
- 1.39 released -

Deal with incompatible change in the output format of the "info block"
command in qemu 2.5.0.

Fix bug where the exit status of the shell command specified with the
--run option was not propagated to the exit status of anita.

New public method start_boot, to facilitate writing test cases that
interact with the boot prompt.

The structured log file now also contains informational messages,
of the form info('message').
2015-12-25 13:29:16 +00:00
ryoon
90fa28e212 Update to 5.0.4.2
Changelog:
5.0.4.2:
Bugs fixed compared to 5.0.4 RC1:

    tdf#94138 Form Control Text Boxes Print And Export To PDF Incorrectly [Tomaž Vajngerl]
    tdf#96072 General format lost on export to XLSX with locale using "Standard" as name for General format (FR, DE, SP...) [Eike Rathke]

5.0.4.1:
Bugs fixed compared to 5.0.3 final (RC2):

    bnc#881024 take the world scaling factor for fonts, but not the rotation [Caolán McNamara]
    coverity#1338592 explicit null dereferenced [Caolán McNamara]
    i#121382 take the world scaling factor for fonts, but not the rotation [Caolán McNamara]
    i#43771 sw: looping layout in SwHeadFootFrm::FormatSize() [Miklos Vajna]
    rhbz#1278885 black/absent widgetry only with libreoffice-gtk3 installed [Caolán McNamara]
    rhbz#988516 DOCX import: header/footer paragraph properties applied to body paragraph [Miklos Vajna]
    tdf#32082 [EDITING] Table Number Format not modified for empty table cells [Niklas Johansson]
    tdf#32834 bad result using mdeterm [Dennis Francis]
    tdf#39056 Image in wrong place, table display wrong in docx file [Miklos Vajna]
    tdf#45775 PgSQL new DB allow empty Datasource [Julien Nabet]
    tdf#59454 FILEOPEN: in particular .RTF page break after page 1 is ignored and page orientation from page 2 is wrong [Miklos Vajna]
    tdf#61228 TABLE: Function summe() does not sum up but returns last item [Julien Nabet]
    tdf#64027 Add ability to set highlight color for text in drawing objects (Writer) [Maxim Monastirsky]
    tdf#66141 CRASH (OOM) while scrolling through a specific document [Caolán McNamara]
    tdf#72205 LibreOffice Database - LONGVARCHAR anomaly when trying to dismiss a window without first saving [Lionel Elie Mamane]
    tdf#75256 Meta: incomplete Sifr icon theme [Matthias Freund]
    tdf#75431 FILESAVE : DOCX : Page Orientation is not preserved when mixed orientation is present [Miklos Vajna]
    tdf#75637 LOCALHELP: Images not displayed with newer icon themes [Stephan Bergmann]
    tdf#76239 OpenSymbol font is not retained after an upgrade (work around in comment 16, 32, .. install log in comment 50 ) [Andras Timar]
    tdf#76964 Automatic capitalization of "i" in a non-english language [Caolán McNamara]
    tdf#77014 Words in input fields are broken between lines at the end of line [Tomaž Vajngerl]
    tdf#77881 FILESAVE: Bullets are lost when saving in OOxml (.pptx or .ppsx) [Mark Hung]
    tdf#78902 FileSave: File Hangs at Save [Miklos Vajna]
    tdf#80224 FILESAVE: Custom text color changed to black on .PPTX export [Mark Hung]
    tdf#80520 FILESAVE: Format of bullets destroyed when saving as .pptx [Mark Hung]
    tdf#81144 Chinese full-width punctuation does not align properly [Mark Hung]
    tdf#83300 FILEOPEN: DOCX - Image anchored as 'As Character' positioned on wrong page [Miklos Vajna]
    tdf#85232 FORMATTING: (Grouped) drawing objects are rendered in a wrong way (.docx file) [Miklos Vajna]
    tdf#85767 SIDEBAR: Left and right alignment buttons need to be swapped in RTL [Katarina Behrens]
    tdf#87313 WIKIHELP: Update docs on certificates + Firefox [Adolfo Jayme Barrientos]
    tdf#88548 Line Style drop down missing background colour [Aybuke Ozdemir]
    tdf#89088 FILEOPEN: Section with shape and text in specific DOCX lost [Miklos Vajna]
    tdf#89165 FILEOPEN: Hang loading .docx with frame/textboxes [Miklos Vajna]
    tdf#89525 Impress does not export slides bullets to PPTX correctly [Mark Hung]
    tdf#89852 Non-ASCII characters in file name become question marks in Subject in email when a document sent by email [Andras Timar]
    tdf#89907 Text to columns only affects first line when width is auto set [Eike Rathke]
    tdf#90153 A frame is not saved correctly if the document is saved as a docx file [Miklos Vajna]
    tdf#90372 ACCESSIBILITY List Fields in dialog Text Import (Insert > Sheet from file) not accessible by key board [Katarina Behrens]
    tdf#90504 0x7 chars in .doc are not always cell/row ends [Caolán McNamara]
    tdf#90987 Pages/Slides pane does not remember its state on reopen [Katarina Behrens]
    tdf#91097 EDITING & FORMATTING: Disparity between inserting shapes from menu and toolbar [Yousuf Philips]
    tdf#91199 i18n: add locale data or Venetian language [Eike Rathke]
    tdf#91260 DOCX frames can extend beyond the page bottom, but not in Writer [László Németh]
    tdf#91270 UI: Crash on exit after Manage Changes [Andras Timar]
    tdf#91288 Does not display traditional Chinese variant of Noto fonts correctly [Mark Hung]
    tdf#91453 Use configuration of text to number conversion also in arithmetic matrix operations (was: SUMPRODUCT() doesn't work well with 4.4.3) [Eike Rathke]
    tdf#92207 EDITING Setting text background colour doesn't work in Calc [Maxim Monastirsky]
    tdf#92217 UI Grey text background in read-only document infobar [Jan Holesovsky]
    tdf#92256 INDIRECT function lost interoperabilty with calc documents migrated by OOo3.2.1 [Katarina Behrens]
    tdf#92272 SLIDESHOW: slide color inversion during transitions [Tor Lillqvist]
    tdf#92527 docx export: File with shape can not be opened in word 2010 (diamond shape) [Andras Timar]
    tdf#92648 FILEOPEN / IMPORT specific DOCX (letter head) with various objects: line-picture (graphic) in footer too low [László Németh]
    tdf#92687 Rendering: Rotated text blurry and unreadable with GTK3 [Caolán McNamara]
    tdf#92702 Unable to select menu items that were initially off-screen [László Németh]
    tdf#92934 Web Wizard: Cannot Export Zip archive. [Julien Nabet]
    tdf#92993 FILEOPEN: access violation on particular .docx [Caolán McNamara]
    tdf#93296 When opening spreadseet, Currency cells formatting is changed. [Laurent Balland-Poirier]
    tdf#93317 "Document has been modified" Dialog does not have the focus on GTK3. [Caolán McNamara]
    tdf#93390 View of cell data gone in Table Data View [Lionel Elie Mamane]
    tdf#93438 Impress generate abnormal style when copy-pasting from Writer with Chinese UI [Mark Hung]
    tdf#93461 Caption of images are hidden behind the image [Caolán McNamara]
    tdf#93487 FORMATTING: Using Borders & Border Style button on toolbar crashes Calc [Michael Meeks]
    tdf#93509 Crash when close a LibODev if enable a While Typing/Autocorrect [Stephan Bergmann]
    tdf#93587 insert table in draw ole object [Julien Nabet]
    tdf#93618 cell value in table grid a date/time control incorrectly displayed [Lionel Elie Mamane]
    tdf#93662 white-list only the latest GL hardware and drivers [Caolán McNamara]
    tdf#93688 String ref syntax incorrect for new documents and in UI [Katarina Behrens]
    tdf#93720 Crash "Assertion failed" with Draw Frame on table. [Oliver Specht]
    tdf#93724 BASE: Insert Row in Filtered Form with Date/Time Fields results in Phantom zero date displayed instead of null, not saved [Lionel Elie Mamane]
    tdf#93733 Assertion failed when clear font size field in paragraph style [Julien Nabet]
    tdf#93818 Cannot open most lwp docs (booklets) [Caolán McNamara]
    tdf#93847 Repaint problems with LibreOffice on Gtk3 [Caolán McNamara]
    tdf#94008 FILEOPEN: Crash opening password protected file - CJK UI [Takeshi Abe]
    tdf#94022 Hide "Installable Options" in Linux print dialog [Michael Weghorn]
    tdf#94049 RTF IMPORT: rtf file with OLE object crashes libreoffice every time [Miklos Vajna]
    tdf#94069 EDITING: Moving a tablecontrol while editing a form leads to a hang [Caolán McNamara]
    tdf#94138 Form Control Text Boxes Print And Export To PDF Incorrectly [Tomaž Vajngerl]
    tdf#94214 Function FINV exported as "COM.MICROSOFT.F.INV" although it is spec'ed in OpenFormula [Winfried Donkers]
    tdf#94227 FILEOPEN: XLSX - Pattern/hatching fill no longer imported into charts [Markus Mohrhard]
    tdf#94374 Insert -> Document: "Read-Error. Error reading file." for DOCX files [Miklos Vajna]
    tdf#94384 Icons appearing with black backgrounds when "use OpenGL for Rendering" is enabled [Tomaž Vajngerl]
    tdf#94421 Web Wizard: option shift when loading saved session [Julien Nabet]
    tdf#94435 FILEOPEN: RTF - Text alignment not retained [Miklos Vajna]
    tdf#94456 FILEOPEN: RTF - Heading position incorrect [Miklos Vajna]
    tdf#94473 Properties Help buttons direct to broken weblink [Andras Timar]
    tdf#94477 missing "Format > Character" item in the customize keyboard command menu [Yousuf Philips]
    tdf#94485 VIEWING: broken UI and spreadsheet display issue after opening specific .xlsm [Jan-Marek Glogowski]
    tdf#94624 Cell formula =<A1>^2 result is different from =(<A1>)^2 if <A1> is negative [Oliver Specht]
    tdf#94679 EDITING: Text selection with Shift+PageDown broken part2 [Justin Luth]
    tdf#94743 Web Wizard: Cannot export in ftp [Julien Nabet]
    tdf#94796 LINEST and LOGEST should have ForceArray parameter types (was: LINEST and INDEX problem) [Eike Rathke]
    tdf#94804 Cross references break on reload. [Michael Stahl]
    tdf#94810 "Replace All" using regex gives wrong results [Mike Kaganski, Eike Rathke]
    tdf#94818 FILEOPEN Table layout jumbled for .doc [Caolán McNamara]
    tdf#94829 LibreOffice splash screen sets invalid WM_SIZE_HINTS [Julien Nabet]
    tdf#94869 Calculations involving an array and a position dependent intersection do not propagate an error if there is no intersection in non-array scalar mode [Eike Rathke]
    tdf#94871 [HELP] note and warning paragraphs are aligned incorrectly [Michael Stahl]
    tdf#94888 Display "Bad parameter" when trying to access a read/only share on Sharepoint. [Giuseppe Castagno]
    tdf#94908 [UI] Search filter in Autofilter breaks searching by typing in the list: OK button is blocked [Dennis Francis]
    tdf#94924 OpenCL: strange behavior in formulas computing [Tor Lillqvist]
    tdf#94936 FILESAVE PDF: LibreOffice crashes when saving document (GTK3, Gnome 3.18) [Maxim Monastirsky]
    tdf#95021 Crash in macro dialog [Caolán McNamara]
    tdf#95024 Support for new Hungarian orthography [László Németh]
    tdf#95071 Cannot open a particular Word 2010 docx document (SAXParseException line 2) [Mike Kaganski]
    tdf#95091 Editable input fields in protected section: no delete or backspace possible [Oliver Specht]
    tdf#95096 IMDeleteSurrounding kmfl characters are not "swallowed" and writer exits with exception [Justin Luth]
    tdf#95188 DOCX import: picture in footnote is not imported [Oliver Specht]
    tdf#95220 FILEOPEN: Crash on opening attached Calc template [Mike Kaganski]
    tdf#95298 UI Crash on deleting part of animated gif [Armin Le Grand]
    tdf#95321 FILEOPEN: Tables no longer imported correctly from Word .doc files [Caolán McNamara]
    tdf#95352 autocorrect replacement table column misalignment after resize [Caolán McNamara]
    tdf#95395 EDITING: VLOOKUP fails if 1st parameter is a position dependent implicit intersection [Eike Rathke]
    tdf#95419 FILEOPEN: looong time loading specific .ods [Eike Rathke]
    tdf#95481 FILEOPEN: LibO crashes loading .odg [Armin Le Grand]
    tdf#95551 Crash changing icon themes when image has imagemap [Michael Meeks]
    tdf#95569 ODT export: conflicting style:repeat attributes on two XML elements [Michael Stahl]
    tdf#95670 CALCULATING: ForceArray parameters not properly propagated, e.g. for functions expecting scalar values but passed a range reference inside SUMPRODUCT [Eike Rathke]
    tdf#95677 Exponent must have sign when export to Excel [Laurent Balland-Poirier]
    tdf#95761 All Hotkeys with CTRL+ALT+ not worked [Juergen Funk]
    tdf#95783 VIEWING: Line breaks too early for Georgia font [Tor Lillqvist]
    tdf#95916 Alizarin master page formats date in Japanese [Laurent Balland-Poirier]
2015-12-18 22:50:38 +00:00
taca
adefee5340 Update ruby-sprockets to 3.5.2.
**3.5.2** (December 8, 2015)

* Fix JRuby bug with concurrent-ruby.
* Fix disabling gzip generation in cached environments.

**3.5.1** (December 5, 2015)

* Fix gzip asset generation for assets already on disk.

**3.5.0** (December 3, 2015)

* Reintroduce Gzip file generation for non-binary assets.

**3.4.1** (November 25, 2015)

* PathUtils::Entries will no longer error on an empty directory.

**3.4.0** (October 5, 2015)

* Expose method to override the sass cache in the SassProcessor.
2015-12-13 17:23:25 +00:00
taca
efc7b9e1ba Update ruby-ohai to 8.8.1.
Release 8.8.1

This is a patch release with the following fixes:

* pr#677 Removed dependency on mime-types gem. This could cause failures in some scenarios.
* pr#662 Skip loading the VMWare plug-in when we don't need it (e.g. on non-VMWare systems)
2015-12-13 16:36:11 +00:00
ryoon
dc01f5faa7 Update to 4.4.7.2
Changelog:
4.4.7RC2:
Bugs fixed compared to the 4.4.7 rc1:

    tdf#76239 OpenSymbol font is not retained after an upgrade (work around in comment 16, 32, .. install log in comment 50 ) [Andras Timar]
    tdf#77881 FILESAVE: Bullets are lost when saving in OOxml (.pptx or .ppsx) [Mark Hung]
    tdf#80520 FILESAVE: Format of bullets destroyed when saving as .pptx [Mark Hung]
    tdf#89525 Impress does not export slides bullets to PPTX correctly [Mark Hung]
    tdf#95670 CALCULATING: ForceArray parameters not properly propagated, e.g. for functions expecting scalar values but passed a range reference inside SUMPRODUCT [Eike Rathke]
    tdf#95916 Alizarin master page formats date in Japanese [Laurent Balland-Poirier]

4.4.7RC1:
Bugs fixed compared to the 4.4.6 final (rc3):

    tdf#67990 EDITING: Combobox: upper-case character is ignored, when there is a word with same lower-case character [Lionel Elie Mamane]
    tdf#79409 EDITING: Impossible to make choice in Input list in a section with Protection [Andras Timar]
    tdf#89852 Non-ASCII characters in file name become question marks in Subject in email when a document sent by email [Andras Timar]
    tdf#92454 DOCX Import: Incorrect display of the headings - numbering style indents [Miklos Vajna]
    tdf#94557 Combo box entries are case-sensitive (sometimes) [Lionel Elie Mamane]
    tdf#94871 [HELP] note and warning paragraphs are aligned incorrectly [Michael Stahl]
    tdf#95395 EDITING: VLOOKUP fails if 1st parameter is a position dependent implicit intersection [Eike Rathke]
    tdf#95419 FILEOPEN: looong time loading specific .ods [Eike Rathke]
2015-12-13 14:31:03 +00:00
ryoon
21e1132c46 Update to 4.4.7
* Add sbase symlink, fix PR pkg/50486

Changelog:
4.4.7RC2:
Bugs fixed compared to the 4.4.7 rc1:

    tdf#76239 OpenSymbol font is not retained after an upgrade (work around in comment 16, 32, .. install log in comment 50 ) [Andras Timar]
    tdf#77881 FILESAVE: Bullets are lost when saving in OOxml (.pptx or .ppsx) [Mark Hung]
    tdf#80520 FILESAVE: Format of bullets destroyed when saving as .pptx [Mark Hung]
    tdf#89525 Impress does not export slides bullets to PPTX correctly [Mark Hung]
    tdf#95670 CALCULATING: ForceArray parameters not properly propagated, e.g. for functions expecting scalar values but passed a range reference inside SUMPRODUCT [Eike Rathke]
    tdf#95916 Alizarin master page formats date in Japanese [Laurent Balland-Poirier]


4.4.7RC1:
Bugs fixed compared to the 4.4.6 final (rc3):

    tdf#67990 EDITING: Combobox: upper-case character is ignored, when there is a word with same lower-case character [Lionel Elie Mamane]
    tdf#79409 EDITING: Impossible to make choice in Input list in a section with Protection [Andras Timar]
    tdf#89852 Non-ASCII characters in file name become question marks in Subject in email when a document sent by email [Andras Timar]
    tdf#92454 DOCX Import: Incorrect display of the headings - numbering style indents [Miklos Vajna]
    tdf#94557 Combo box entries are case-sensitive (sometimes) [Lionel Elie Mamane]
    tdf#94871 [HELP] note and warning paragraphs are aligned incorrectly [Michael Stahl]
    tdf#95395 EDITING: VLOOKUP fails if 1st parameter is a position dependent implicit intersection [Eike Rathke]
    tdf#95419 FILEOPEN: looong time loading specific .ods [Eike Rathke]
2015-12-13 14:27:05 +00:00
wiedi
e5216feb0f Link network libs for SunOS 2015-12-12 22:57:22 +00:00
taca
74337069f3 Update ruby-pry to 0.10.3.
### 0.10.3

* cherry-pick 0d1d72b and e0e5c75 to fix the install of Pry on Windows.
2015-12-12 14:50:16 +00:00
taca
e7cb24d57d Update ruby-hashie to 3.4.3.
## 3.4.3 (10/25/2015)

* [#314](https://github.com/intridea/hashie/pull/314): Added a
  `StrictKeyAccess` extension that will raise an error whenever a key is
  accessed that does not exist in the hash -
  [@pboling](https://github.com/pboling).

* [#304](https://github.com/intridea/hashie/pull/304): Ensured compatibility
  of `Hash` extensions with singleton objects -
  [@regexident](https://github.com/regexident).

* [#306](https://github.com/intridea/hashie/pull/306): Added
  `Hashie::Extensions::Dash::Coercion` -
  [@marshall-lee](https://github.com/marshall-lee).

* [#310](https://github.com/intridea/hashie/pull/310): Fixed
  `Hashie::Extensions::SafeAssignment` bug with private methods -
  [@marshall-lee](https://github.com/marshall-lee).

* [#313](https://github.com/intridea/hashie/pull/313): Restrict pending spec
  to only Ruby versions 2.2.0-2.2.2 - [@pboling](https://github.com/pboling).

* [#315](https://github.com/intridea/hashie/pull/315): Default `bin/` scripts:
  `console` and `setup` - [@pboling](https://github.com/pboling).
2015-12-12 14:47:00 +00:00
ryoon
7d66aa5781 Recursive revbump from boost via net/libcmis 2015-12-09 09:57:53 +00:00
taca
c4d7c37e80 Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
2015-12-06 12:13:12 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
wiz
c43d58a2bf Update calibre to 2.45.0:
New Features

    Cover browser: Allow customizing the text that appears under the covers with a template in Preferences->Look & Feel->Cover browser
    When sending books without a cover to the device, generate a cover with book metadata instead of using the blank book icon
    Preferenes->Add your own columns: Show more information about existing columns

Bug Fixes

    PDF Output: Handle input documents with fonts that do not have either postscript or full name information.
    DOCX Input: Handle numbering styles that use non-decimal number formats and custom templates.
    Allow restoring of corrupted library to work even if the metadata.db file is missing from the library folder
    Bulk metadata dialog: Fix renaming a custom series via search and replace causing the series index to be reset to 1.
    Bulk metadata dialog: Fix search and replace not working for text like custom columns if the column contains only a single value.
    Content server: Fix next and previous links not working in the mobile view when using a search query that includes url unsafe characters.
    Update Amazon metadata download plugin to handle amazon.com website change that was preventing any metadata from being downloaded
    Edit Book: Fix error when trying to add words to user dictionary for a book with a language that has no dictionary available.
    Tag browser: Fix various bugs in how grouped search terms are displayed. Also fix counts and average rating for items in user categories
    When using copy to library also create missing composite columns in the destination library.
2015-11-27 13:52:50 +00:00
wiedi
a48b531cfd Update misc/mbuffer to 20151002
Changes in 20151002:
	- fix: SegV when argument to -v is missing
	- fix: potential infinite loop on output error
2015-11-26 00:27:23 +00:00
jperkin
d9a3da3b14 Remove mk/find-prefix.mk usage from the misc category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.

Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure.  Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.

Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
2015-11-25 12:51:54 +00:00
mef
573f50b9e0 Update 4.5.1 to 4.5.3 (from ChangeLog)
-------------------------------------
Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-11-23
    Prepare for 4.5.3 release.
README-4.5
configure.ac

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-11-23
    Prevent crash on using unknown cli options.
src/chordii.c

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-11-23
    Improve LATIN2 generation; show in version.
configure.ac
src/chordii.c
src/common.c
src/iso.c

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-10-04
    (a2crd) Fix crash when environment HOME is not set (Windows).
    (a2crd) Add -V to print version.
    (a2crd) Update help message.
src/a2crd.c

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2015-05-04
    Updates.
TODO

Author: Johan Vromans <jvromans@squirrel.nl>
Date:   2014-12-04

    Handle CRLF input more elegantly.
src/chordii.c

Author: Adam Monsen <haircut@gmail.com>
Date:   2015-03-21

    TODO: fix filetype in vim modeline
    See https://github.com/vimoutliner/vimoutliner
TODO
2015-11-24 12:04:23 +00:00
taca
02aaf14df7 Remove 193 from RUBY_VERSION_SUPPORTED. 2015-11-23 15:46:58 +00:00
wiz
97827884a1 Update calibre to 2.44.1.
2.44.1

Bug Fixes

    Update the version of libpng bundled with calibre to fix a security vulnerability in libpng

    See https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8126 for details on the vulnerability


2.44

New Features

    Allow setting the cover for a book from one of the book's formats by right clicking on the format in the Book details panel.

    Closes tickets: 1515411
    Allow drag and drop of all file types onto the book details panel and the format list in the edit metadata dialog.

    Closes tickets: 1515407
    Edit Book: When inserting an image into the current document, add a button to paste the image from the clipboard
    Edit Book: Change the suggested prefix for bulk renaming of files depending on the type of files being renamed.

    Closes tickets: 1514468
    On Linux, use the system tray icon from the system theme, if available

Bug Fixes

    Fix for error when connecting to some Android phones/tablets that have an SD card on OS X and Linux
    Linux build: Fix problem with pointing hand mouse cursor not using the system theme on some Linux systems
    Fix the device view state not being saved when a connected device is ejected/disconnected
    Edit Book: Fix saving fails if the original file is deleted during editing session

    Closes tickets: 1513849
    E-book viewer: When doing a search do not match text in comments, attributes and inappropriate tags, such as <script> and <style>

Improved news sources

    Gamasutra

2.43

New Features

Edit Book: Add a 'Smart Comment' tool to easily comment/uncomment
text
Tag mapper: Add new rule types to upper-case, lower-case or capitalize
tags
Markdown input: Allow the 'extra' convenience extension as a shortcut
for enabling multiple other extensions. Also add the Attribute List
and Admonition extensions. Finally, update the markdown library
used by calibre

Bug Fixes

Amazon metadata download: Fix for website change at amazon.com that
prevented ratings from being downloaded.
Tag mapper: Prevent cycles in the replacement rules from causing
the tag mapper to hang
Do not fail on windows systems where the system function to get
the users home folder fails
E-book viewer: Set the foreground color as well as the background
color for the reference mode popup. Makes it legible even when the
user specifies a different color theme for the viewer.


2.42

New Features

Driver for the new NookGlowlight Plus. This device only allows
sending of files inside the NOOK folder, so calibre now follows
that limitation.
When converting AZW4 files to PDF, skip the conversion and simply
unwrap the PDF file already embedded inside the AZW4 file.
Metadata download review dialog: Add an option to mark rejected
books in the main book list after the review is completed.
Edit Book: Spell check dialog: Add a button to undo the last spelling
change

Bug Fixes

Edit metadata dialog: When downloading metadata with download of
authors turned off, do not regenerate the author sort field after
the download.
Fix a regression that broke the heuristic used to detect cover
images in some EPUB files that do not specify their cover metadata.
Edit Book File List: Fix pre-selection of filename when renaming
a file in the root
Tag mapper: Fix bug when replacement tag has comma in it and the
replacement rule is not the last rule


2.41

New Features

    Edit Book: Allow editing an unzipped EPUB (a folder) as a book
    Edit Book: Allow easily removing items from the popup menu for
    the 'Insert tag' button
    Make Tag Browser more useable with keyboard shortcuts. Configure
    the keyboard shortcuts in Preferences->Keyboard->Tag Browser
    ToC editor: Add context menu item to change selected entries
    to upper case

Bug Fixes

    Edit Book: Preview panel: Render in XHTML mode. Fixes svg
    elements using a global svg namespace not rendering.
    Tag Browser: Fix clicking on first-letter groups for series
    not working
    DOCX Output: Ignore corrupted images in the input instead of
    erroring out on them.
    E-book viewer: Fix keyboard shortcut to toggle table of contents
    not working when ToC window is made floating.
    Allow ebook-metadata to work with read-only files when no
    options are specified to change metadata.
    Tag mapper: When the replacement tag contains commas, create
    multiple tags instead of replacing the comma with a semi-colon.
    HTMLZ Output: Set the HTML
2015-11-23 11:03:40 +00:00
wiz
3d3d931aa4 Bump PKGREVISION for poppler shlib major bump. 2015-11-23 10:30:15 +00:00
richard
0bcf60db75 New Tryton release 3.8
http://www.tryton.org/news/index.html

Major changes for the developer

    The progress bar widget works with float between 0 and 1 to ease usage as
    percentage.

    The rich text widget uses now a subset of HTML to allow its implementation
    in sao.

    The Many2One has a new option target_search which define the kind of query
    to use for dereferenced search. The options are subquery and the new join
    (which is the default). The join method generate a faster query in most
    cases.

    The SQL constraints use a similar syntax to python-sql. This gives more
    flexibility to implement backend for other databases.

    Trying to create/write/delete on a Model based on a table_query raises an
    exception instead of a silent error.

    The table name of a ModelSQL can be overridden with a configuration file.
    This allows to work around database limitations on the length of table
    names.

    The new StateReport has been added to wizards, to simplify the code of
    wizards that run a report.
    The style on reports has been removed, experience show that this feature
    was not used.

    The PostgreSQL backend manages now schema. This allows different instances
    of Tryton sharing the same database.

    The generic foreign key to create/write user on all ModelSQL has been
    replaced by a rule that prevent to delete users. This greatly improves
    scalability in some circumstances.

    The Property field supports now float and integer values.
    A subdirectory locale/override is supported for modules that override
    translations of other modules.

Accounting

    The charts of account are no longer translatable. Instead we provide
    translated charts via a template using XSLT.

    The invoice doesn't set a unit price on the line. For this feature the
    purchase or sale module must be used.

    Some fields of the invoice like the note and the origin are editable after
    posting the invoice.

Product

    Conversion between units no longer results in silent failures but an
    explicit error is risen.

    The volume property has been added to the products.

Project

    The tree structure of the project and the time sheet have been separated,
    each object has its own one.

    The price list uses the same decimal precision as the product.

    The cost price of the employee is stored on the time sheet line for the
    date of the line. This allows to sum the costs of time sheet faster

Purchase

    The state of the purchase request is now searchable.

    The purchase requests are generated even if the rounded quantity is zero
    to allow the user to still decide to purchase more.

Stock

    Many unnecessary restrictions on the edition of move fields have been
    removed.

    The expected quantity of the inventory lines is always computed even if
    they are added manually.

    It is possible to create staging and draft moves using view locations.
    Those locations will have to be changed to really do the move.

    The inventory uses the grouping feature to create the moves. This allows
    to easily support the lot (or any other extra field).
2015-11-22 08:05:07 +00:00
abs
2a93e89155 Add include(CheckIncludeFiles) to fix build with latest cmake 2015-11-21 20:18:14 +00:00
ryoon
0089a64f61 Restore i386 distfile. Fix PR pkg/50450 2015-11-20 18:48:09 +00:00
ryoon
b33059afe1 Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
jmcneill
8d32ea6399 add bl3 glue 2015-11-17 00:02:13 +00:00
ryoon
0678f262c8 Update HOMEPAGE 2015-11-16 03:16:50 +00:00
dholland
15063924ac union wait 2015-11-08 21:02:49 +00:00
ryoon
bb1916d537 Update to 4.4.6
Changelog:
Bugs fixed compared to the 4.4.6 rc1 (rc2 was not announced publicly):

    i#126516 # TYPE() formula help doesn't document value 64 for arrays [Damjan Jovanovic]
    tdf#64432 EDITING: Input fields in protected section cannot be properly edited (summary: comment 14) [Oliver Specht]
    tdf#64773 No help items for the new subroutines IFNA and IFERROR [Olivier Hallot]
    tdf#69685 UI: Category location of functions COUNTBLANK, COUNTIF and COUNTIFS [Stanislav Horacek]
    tdf#70733 UI: Location of ISEVEN and ISODD functions [Stanislav Horacek]
    tdf#77014 Words in input fields are broken between lines at the end of line [Tomaž Vajngerl]
    tdf#86301 Link to Help Page of Start Center Broken [Andras Timar]
    tdf#89294 Scanner control/access: help needs to be updated to the new menu [Stanislav Horacek]
    tdf#89437 Ordinal suffix should never be auto-corrected to superscript in some languages [Niklas Johansson]
    tdf#90264 [LOCALIZATION] Missing translation in button UI for pt_BR [Andras Timar]
    tdf#90782 Named formula not documented correctly [Olivier Hallot]
    tdf#90846 Writer-UI: 'Optimal View' mislabelled in English (GB) [Andras Timar]
    tdf#90929 Paper Format ERROR [Andras Timar]
    tdf#92825 Update help for all menu changes [Yousuf Philips]
    tdf#93613 References to external files with macros in formulas won't update properly [Eike Rathke]
    tdf#94173 Calc does not save your own created autoformat presets [Julien Nabet]
    tdf#94415 Please update the el_GR hunspell dictionary [Andras Timar]
    tdf#94679 EDITING: Text selection with Shift+PageDown broken part2 [Justin Luth]
    tdf#94804 Cross references break on reload. [Michael Stahl, Oliver Specht]
    tdf#95226 IFERROR not working correctly under array-evaluation [Eike Rathke]


Bugs fixed compared to the 4.4.5 final (rc2):

    bnc#822625 vcl: fix substituting missing glyphs [Miklos Vajna]
    bnc#939996 DOCX import: fix left-from-style and first-from-direct [Miklos Vajna]
    coverity#1242936 better fail with E_EXIST if rename(3) fails [Stephan Bergmann]
    coverity#1311944 logically dead code [Caolán McNamara]
    coverity#1315264 DOCX import: rot=90 and vert=vert270 means no text rotation [Miklos Vajna]
    collabora#1000018 DOCX import: fix missing paragraph style on footnotes [Miklos Vajna]
    i#121407 fix mis-merge [Stephan Bergmann]
    i#124638 xmloff: fix Calc header background image saving [Miklos Vajna]
    rhbz#1134285 Open a file in a mounted WebDAV drive and LibreOffice asks for user and password [Stephan Bergmann]
    rhbz#1242099 [abrt] libreoffice-core: ScXMLExport::WriteAnnotation(): soffice.bin killed by SIGSEGV [Eike Rathke]
    rhbz#1247588 hold UNO objects by css::uno::Reference [Stephan Bergmann]
    rhbz#1255811 [fix available] Calc: Random Number generator can't be edited and applied for cell location [Eike Rathke]
    rhbz#1259746 Writer fails to open correct ODT file from WebDAV share [Stephan Bergmann]
    rhbz#1261421 crash on mashing hangul korean keyboard [Caolán McNamara]
    rhbz#1264585 check data pilot field name availability [Eike Rathke]
    tdf#44621 EDITING: Drag and drop images into Writer opens Draw (OS X >= 10.7) [mmeof2]
    tdf#58838 : =A1="" returns TRUE when A1 does not contain a blank [Eike Rathke]
    tdf#61908 FILESAVE: XLSX formula cell range is not exported for matrix/array formulas [Eike Rathke]
    tdf#63955 CRASH on FILEOPEN .odp presentation. "Bad allocation" -> Crash. 100% reproducible. [Caolán McNamara]
    tdf#68787 FILESAVE: DOCX export: Footnote separator line problem [Miklos Vajna]
    tdf#76197 Other: OfficeMenuBar no longer takes private menu's in StartModule [Maxim Monastirsky]
    tdf#76649 Trend line invisible if first data point is missing x value [Laurent Balland-Poirier]
    tdf#76845 Other: File > Wizards > Web Pages crashes LibreOffice on Windows [Michael Stahl]
    tdf#78111 UI: "Freakout"-behaviour and freeze during resize of docked sidebar [Maxim Monastirsky]
    tdf#79018 FILEOPEN: DOCX with a footnote hangs LO on open [Oliver Specht]
    tdf#79741 Macro with Find @ Replace crash Calc [Julien Nabet]
    tdf#83227 FILESAVE: SolidConverter DOCX - On resave margins and images lost and file size doubled [Miklos Vajna]
    tdf#83465 FILEOPEN: RTF - Numbering list number font name not retained [Miklos Vajna]
    tdf#85979 Crash: data text to columns [Eike Rathke]
    tdf#86024 FORMATTING: Erroneous formatting of certain numbers [Eike Rathke]
    tdf#86301 Link to Help Page of Start Center Broken [Andras Timar]
    tdf#86374 FILEOPEN: OOXML import in Writer very bad on attached DOCX: graphics and drawing in Word table distorted [Miklos Vajna]
    tdf#87500 Freeze with English/Japanese mixture undo [Mark Hung]
    tdf#87922 4.4.0.x Automatic font color no longer works [Miklos Vajna]
    tdf#87924 FILEOPEN: DOCX - text in shape is wrong direction [Miklos Vajna]
    tdf#88402 Sorting: setting "Range contains column labels" is forgotten if any column Label contains a numeric value or is empty (comment 38) [Eike Rathke]
    tdf#88831 When OpenGL is enabled, drop-down arrows, check marks, scrollbars etc. are upside down [Tomaž Vajngerl]
    tdf#88986 EDITING: Insert Frame dialog shows empty lists for area fill types [Miklos Vajna]
    tdf#89031 EDITING - Calc Function suggestion too agressive [Winfried Donkers]
    tdf#89245 FORMATTING, FILESAVE: Header and footer background images are not saved [Miklos Vajna]
    tdf#89381 ValueSet has rendering issues in RTL interface [Maxim Monastirsky]
    tdf#89702 DOCX: Bullet character is large [Miklos Vajna]
    tdf#89720 Highlighted comment text with replies have dark color [Miklos Vajna]
    tdf#89890 DOCX:bullets picture is big [Miklos Vajna]
    tdf#89954 FORMATTING: Autocapitalisation does not happen if the last word in the previous sentence has a comment in the middle of the word [Miklos Vajna]
    tdf#90046 RTF import: document that starts with a footnote crashes Writer (also on paste from clipboard) [Michael Stahl]
    tdf#90377 MAILMERGE: Option to "Exclude this Recipient" broken [Bjoern Michaelsen]
    tdf#90502 CRASH - failed assertion in unittest sw_globalfilter in master build OSX (ImplLogicToPixel) [Caolán McNamara]
    tdf#90575 DDE LINK does not work between two documents Writer [Miklos Vajna]
    tdf#90609 FILEOPEN XML XLSX causes Calc to terminate [Caolán McNamara]
    tdf#90611 Footnote font size imported incorrectly [Miklos Vajna]
    tdf#91060 LO impress crashes when opening pptx with comments [Caolán McNamara]
    tdf#91278 xlsx formula not importing correctly, with Table structured references in named expressions and MATCH lookup array creation [Eike Rathke]
    tdf#91293 Links in Impress Are Removed When Exported to PPTX [Katarina Behrens]
    tdf#91554 Calc adds empty style with new style from selection [Maxim Monastirsky]
    tdf#91594 FILEOPEN particular MSWORD2008 .docx: misinterprets letters from Symbol font (old bug returns with a twist) [Mark Hung]
    tdf#91950 Crash on saving document [Caolán McNamara]
    tdf#91969 FORMATTING: Parts of Paragraph Border missing when Border around more than one Paragraph [Zolnai Tamás]
    tdf#92379 ODF import: styles with fo:background-color wrongly imported causing wrong frame and paragraph backgrounds [Michael Stahl]
    tdf#92404 Web Wizard - no result / crash [Julien Nabet]
    tdf#92446 Crash in Windows and Runtime exception on Linux with Basic Clipboard function [Stephan Bergmann]
    tdf#92448 CALC: Excel A1 and R1C1 reference syntax can not reference a cell by worksheet names starting with an ASCII digit [Eike Rathke]
    tdf#92457 Subformat ;@ changes date input to number [Eike Rathke]
    tdf#92505 Unicode character rendering artifacts when substituting missing glyphs [Miklos Vajna]
    tdf#92521 FILESAVE: loss of page breaks after saving DOCX [Miklos Vajna]
    tdf#92573 Writer crash when attempting to open one file. [Caolán McNamara]
    tdf#92586 BASE: Bitmap background rendering problem when not tiled [Miklos Vajna]
    tdf#92612 Right-clicking after applying "paint buckets" leads to multiple Undo [Ashod Nakashian]
    tdf#92684 Calc Help Conversion document L.O. [Andras Timar]
    tdf#92693 EDITING: Function MINUTE() always 1 minute greater than minute in timefield/timestampfield in ReportDesigner [Julien Nabet]
    tdf#92749 VLOOKUP not calculated correctly in the large file from Calc 4.4 (hard recalc helps) [Eike Rathke]
    tdf#92767 Autofilter on date is locale dependent [Eike Rathke]
    tdf#92995 EDITING: Undo of Drag&Drop with annotation/comment object causes crash [Eike Rathke]
    tdf#92997 Chart: Data table category view format bad for table of times [Eike Rathke]
    tdf#93071 UI: General format: useless trailing zeroes for scientific notation [Laurent Balland-Poirier]
    tdf#93080 EDITING: For Spanish cell format with the first three letters of a day of week plus date, only for Tuesday (Martes) is not recognized as date. [Eike Rathke]
    tdf#93097 General Error. General input/output error with particular pptx file [Miklos Vajna]
    tdf#93098 Unexpectedly quit when use Data->Sort (crash) [Eike Rathke]
    tdf#93326 Calc: Alt+E,I,D to fill down now (LO 4.4+ ) toggles edit mode [Eike Rathke]
    tdf#93358 Copy/paste of a range of cells with IF formula and format set to General causes crash [Eike Rathke]
    tdf#93388 Crash when deleting cell contents [Eike Rathke]
    tdf#93449 Hyperlink inside .DOC not working in .HTML [Vasily Melenchuk]
    tdf#93514 Non free cs_CZ (Czech) thesaurus dictionary [Christian Lohmaier]
    tdf#93676 docx: Graph export Offset and mislabelled [Caolán McNamara]
    tdf#93895 Problem with AutoCalculate when pasting data from non-adjacent cells [Eike Rathke]
    tdf#93919 DOCX import: indent of bullet paragraph is wrong [Miklos Vajna]
    tdf#94214 Function FINV exported as "COM.MICROSOFT.F.INV" although it is spec'ed in OpenFormula [Winfried Donkers]
    tdf#94249 EDITING: Calc sort crashes [Eike Rathke]
    tdf#94573 invalid encoding in hyph_zu_ZA [Julien Nabet]
2015-11-08 01:03:30 +00:00
ryoon
a9b394b203 Update to 4.4.6.3
Changelog:
Bugs fixed compared to the 4.4.6 rc1 (rc2 was not announced publicly):

    i#126516 # TYPE() formula help doesn't document value 64 for arrays [Damjan Jovanovic]
    tdf#64432 EDITING: Input fields in protected section cannot be properly edited (summary: comment 14) [Oliver Specht]
    tdf#64773 No help items for the new subroutines IFNA and IFERROR [Olivier Hallot]
    tdf#69685 UI: Category location of functions COUNTBLANK, COUNTIF and COUNTIFS [Stanislav Horacek]
    tdf#70733 UI: Location of ISEVEN and ISODD functions [Stanislav Horacek]
    tdf#77014 Words in input fields are broken between lines at the end of line [Tomaž Vajngerl]
    tdf#86301 Link to Help Page of Start Center Broken [Andras Timar]
    tdf#89294 Scanner control/access: help needs to be updated to the new menu [Stanislav Horacek]
    tdf#89437 Ordinal suffix should never be auto-corrected to superscript in some languages [Niklas Johansson]
    tdf#90264 [LOCALIZATION] Missing translation in button UI for pt_BR [Andras Timar]
    tdf#90782 Named formula not documented correctly [Olivier Hallot]
    tdf#90846 Writer-UI: 'Optimal View' mislabelled in English (GB) [Andras Timar]
    tdf#90929 Paper Format ERROR [Andras Timar]
    tdf#92825 Update help for all menu changes [Yousuf Philips]
    tdf#93613 References to external files with macros in formulas won't update properly [Eike Rathke]
    tdf#94173 Calc does not save your own created autoformat presets [Julien Nabet]
    tdf#94415 Please update the el_GR hunspell dictionary [Andras Timar]
    tdf#94679 EDITING: Text selection with Shift+PageDown broken part2 [Justin Luth]
    tdf#94804 Cross references break on reload. [Michael Stahl, Oliver Specht]
    tdf#95226 IFERROR not working correctly under array-evaluation [Eike Rathke]

Bugs fixed compared to the 4.4.5 final (rc2):

    bnc#822625 vcl: fix substituting missing glyphs [Miklos Vajna]
    bnc#939996 DOCX import: fix left-from-style and first-from-direct [Miklos Vajna]
    coverity#1242936 better fail with E_EXIST if rename(3) fails [Stephan Bergmann]
    coverity#1311944 logically dead code [Caolán McNamara]
    coverity#1315264 DOCX import: rot=90 and vert=vert270 means no text rotation [Miklos Vajna]
    collabora#1000018 DOCX import: fix missing paragraph style on footnotes [Miklos Vajna]
    i#121407 fix mis-merge [Stephan Bergmann]
    i#124638 xmloff: fix Calc header background image saving [Miklos Vajna]
    rhbz#1134285 Open a file in a mounted WebDAV drive and LibreOffice asks for user and password [Stephan Bergmann]
    rhbz#1242099 [abrt] libreoffice-core: ScXMLExport::WriteAnnotation(): soffice.bin killed by SIGSEGV [Eike Rathke]
    rhbz#1247588 hold UNO objects by css::uno::Reference [Stephan Bergmann]
    rhbz#1255811 [fix available] Calc: Random Number generator can't be edited and applied for cell location [Eike Rathke]
    rhbz#1259746 Writer fails to open correct ODT file from WebDAV share [Stephan Bergmann]
    rhbz#1261421 crash on mashing hangul korean keyboard [Caolán McNamara]
    rhbz#1264585 check data pilot field name availability [Eike Rathke]
    tdf#44621 EDITING: Drag and drop images into Writer opens Draw (OS X >= 10.7) [mmeof2]
    tdf#58838 : =A1="" returns TRUE when A1 does not contain a blank [Eike Rathke]
    tdf#61908 FILESAVE: XLSX formula cell range is not exported for matrix/array formulas [Eike Rathke]
    tdf#63955 CRASH on FILEOPEN .odp presentation. "Bad allocation" -> Crash. 100% reproducible. [Caolán McNamara]
    tdf#68787 FILESAVE: DOCX export: Footnote separator line problem [Miklos Vajna]
    tdf#76197 Other: OfficeMenuBar no longer takes private menu's in StartModule [Maxim Monastirsky]
    tdf#76649 Trend line invisible if first data point is missing x value [Laurent Balland-Poirier]
    tdf#76845 Other: File > Wizards > Web Pages crashes LibreOffice on Windows [Michael Stahl]
    tdf#78111 UI: "Freakout"-behaviour and freeze during resize of docked sidebar [Maxim Monastirsky]
    tdf#79018 FILEOPEN: DOCX with a footnote hangs LO on open [Oliver Specht]
    tdf#79741 Macro with Find @ Replace crash Calc [Julien Nabet]
    tdf#83227 FILESAVE: SolidConverter DOCX - On resave margins and images lost and file size doubled [Miklos Vajna]
    tdf#83465 FILEOPEN: RTF - Numbering list number font name not retained [Miklos Vajna]
    tdf#85979 Crash: data text to columns [Eike Rathke]
    tdf#86024 FORMATTING: Erroneous formatting of certain numbers [Eike Rathke]
    tdf#86301 Link to Help Page of Start Center Broken [Andras Timar]
    tdf#86374 FILEOPEN: OOXML import in Writer very bad on attached DOCX: graphics and drawing in Word table distorted [Miklos Vajna]
    tdf#87500 Freeze with English/Japanese mixture undo [Mark Hung]
    tdf#87922 4.4.0.x Automatic font color no longer works [Miklos Vajna]
    tdf#87924 FILEOPEN: DOCX - text in shape is wrong direction [Miklos Vajna]
    tdf#88402 Sorting: setting "Range contains column labels" is forgotten if any column Label contains a numeric value or is empty (comment 38) [Eike Rathke]
    tdf#88831 When OpenGL is enabled, drop-down arrows, check marks, scrollbars etc. are upside down [Tomaž Vajngerl]
    tdf#88986 EDITING: Insert Frame dialog shows empty lists for area fill types [Miklos Vajna]
    tdf#89031 EDITING - Calc Function suggestion too agressive [Winfried Donkers]
    tdf#89245 FORMATTING, FILESAVE: Header and footer background images are not saved [Miklos Vajna]
    tdf#89381 ValueSet has rendering issues in RTL interface [Maxim Monastirsky]
    tdf#89702 DOCX: Bullet character is large [Miklos Vajna]
    tdf#89720 Highlighted comment text with replies have dark color [Miklos Vajna]
    tdf#89890 DOCX:bullets picture is big [Miklos Vajna]
    tdf#89954 FORMATTING: Autocapitalisation does not happen if the last word in the previous sentence has a comment in the middle of the word [Miklos Vajna]
    tdf#90046 RTF import: document that starts with a footnote crashes Writer (also on paste from clipboard) [Michael Stahl]
    tdf#90377 MAILMERGE: Option to "Exclude this Recipient" broken [Bjoern Michaelsen]
    tdf#90502 CRASH - failed assertion in unittest sw_globalfilter in master build OSX (ImplLogicToPixel) [Caolán McNamara]
    tdf#90575 DDE LINK does not work between two documents Writer [Miklos Vajna]
    tdf#90609 FILEOPEN XML XLSX causes Calc to terminate [Caolán McNamara]
    tdf#90611 Footnote font size imported incorrectly [Miklos Vajna]
    tdf#91060 LO impress crashes when opening pptx with comments [Caolán McNamara]
    tdf#91278 xlsx formula not importing correctly, with Table structured references in named expressions and MATCH lookup array creation [Eike Rathke]
    tdf#91293 Links in Impress Are Removed When Exported to PPTX [Katarina Behrens]
    tdf#91554 Calc adds empty style with new style from selection [Maxim Monastirsky]
    tdf#91594 FILEOPEN particular MSWORD2008 .docx: misinterprets letters from Symbol font (old bug returns with a twist) [Mark Hung]
    tdf#91950 Crash on saving document [Caolán McNamara]
    tdf#91969 FORMATTING: Parts of Paragraph Border missing when Border around more than one Paragraph [Zolnai Tamás]
    tdf#92379 ODF import: styles with fo:background-color wrongly imported causing wrong frame and paragraph backgrounds [Michael Stahl]
    tdf#92404 Web Wizard - no result / crash [Julien Nabet]
    tdf#92446 Crash in Windows and Runtime exception on Linux with Basic Clipboard function [Stephan Bergmann]
    tdf#92448 CALC: Excel A1 and R1C1 reference syntax can not reference a cell by worksheet names starting with an ASCII digit [Eike Rathke]
    tdf#92457 Subformat ;@ changes date input to number [Eike Rathke]
    tdf#92505 Unicode character rendering artifacts when substituting missing glyphs [Miklos Vajna]
    tdf#92521 FILESAVE: loss of page breaks after saving DOCX [Miklos Vajna]
    tdf#92573 Writer crash when attempting to open one file. [Caolán McNamara]
    tdf#92586 BASE: Bitmap background rendering problem when not tiled [Miklos Vajna]
    tdf#92612 Right-clicking after applying "paint buckets" leads to multiple Undo [Ashod Nakashian]
    tdf#92684 Calc Help Conversion document L.O. [Andras Timar]
    tdf#92693 EDITING: Function MINUTE() always 1 minute greater than minute in timefield/timestampfield in ReportDesigner [Julien Nabet]
    tdf#92749 VLOOKUP not calculated correctly in the large file from Calc 4.4 (hard recalc helps) [Eike Rathke]
    tdf#92767 Autofilter on date is locale dependent [Eike Rathke]
    tdf#92995 EDITING: Undo of Drag&Drop with annotation/comment object causes crash [Eike Rathke]
    tdf#92997 Chart: Data table category view format bad for table of times [Eike Rathke]
    tdf#93071 UI: General format: useless trailing zeroes for scientific notation [Laurent Balland-Poirier]
    tdf#93080 EDITING: For Spanish cell format with the first three letters of a day of week plus date, only for Tuesday (Martes) is not recognized as date. [Eike Rathke]
    tdf#93097 General Error. General input/output error with particular pptx file [Miklos Vajna]
    tdf#93098 Unexpectedly quit when use Data->Sort (crash) [Eike Rathke]
    tdf#93326 Calc: Alt+E,I,D to fill down now (LO 4.4+ ) toggles edit mode [Eike Rathke]
    tdf#93358 Copy/paste of a range of cells with IF formula and format set to General causes crash [Eike Rathke]
    tdf#93388 Crash when deleting cell contents [Eike Rathke]
    tdf#93449 Hyperlink inside .DOC not working in .HTML [Vasily Melenchuk]
    tdf#93514 Non free cs_CZ (Czech) thesaurus dictionary [Christian Lohmaier]
    tdf#93676 docx: Graph export Offset and mislabelled [Caolán McNamara]
    tdf#93895 Problem with AutoCalculate when pasting data from non-adjacent cells [Eike Rathke]
    tdf#93919 DOCX import: indent of bullet paragraph is wrong [Miklos Vajna]
    tdf#94214 Function FINV exported as "COM.MICROSOFT.F.INV" although it is spec'ed in OpenFormula [Winfried Donkers]
    tdf#94249 EDITING: Calc sort crashes [Eike Rathke]
    tdf#94573 invalid encoding in hyph_zu_ZA [Julien Nabet]
2015-11-08 00:55:04 +00:00
ryoon
30eed007a3 Update to 5.0.3.2
Bugs fixed compared to 5.0.3 final (RC1):

    tdf#72205 LibreOffice Database - LONGVARCHAR anomaly when trying to dismiss a window without first saving [Lionel Elie Mamane]
    tdf#93044 Calc crashes after print preview (PRINTING) [Michael Meeks]
    tdf#93318 Calc sheet navigation buttons on extreme left of Tab bar [Tomaž Vajngerl]
    tdf#93613 References to external files with macros in formulas won't update properly [Eike Rathke]
    tdf#94384 Icons appearing with black backgrounds when "use OpenGL for Rendering" is enabled [Tomaž Vajngerl]
    tdf#94495 Crash when navigating to styles and formatting sidebar tab after properties fill type selector has focus [Michael Meeks]
    tdf#94514 Using cell names in functions doesn't work if name begins with 3 letters and an underscore [Eike Rathke]
    tdf#94709 Base Crashes when deleting a table in Relationship [Michael Meeks]
    tdf#94804 Cross references break on reload. [Oliver Specht]
    tdf#94848 Crash after changing paragraph style using mouse click (on tab Font) [Dennis Francis]
    tdf#94924 OpenCL: strange behavior in formulas computing [Tor Lillqvist]
    tdf#95226 IFERROR not working correctly under array-evaluation [Eike Rathke]

 fixed compared to 5.0.2 final (RC2):

Bugs fixed compared to 5.0.2 final (RC2):
    bnc#822625 vcl: fix substituting missing glyphs [Miklos Vajna]
    bnc#939996 DOCX import: fix left-from-style and first-from-direct [Miklos Vajna]
    cid#1242936 better fail with E_EXIST if rename(3) fails [Stephan Bergmann]
    deb#795131 plausible fix [Caolán McNamara]
    i#124638 xmloff: fix import of stretched background image [Miklos Vajna]
    rhbz#1261421 crash on mashing hangul korean keyboard [Caolán McNamara]
    rhbz#1264585 check data pilot field name availability [Eike Rathke]
    tdf#40091 Vertical writing inferior to MS Word [Mark Hung]
    tdf#40335 Using Right-to-left (vertical) for text, the characters overlap each other [Mark Hung]
    tdf#57370 [ACCESSIBILITY] Panel 'Places' in LibreOffice file dialog is not in TAB-order - can't use it with the key board [Szymon Kłos]
    tdf#61908 FILESAVE: XLSX formula cell range is not exported for matrix/array formulas [Eike Rathke]
    tdf#66141 CRASH (OOM) while scrolling through a specific document [Caolán McNamara]
    tdf#75256 Meta: incomplete Sifr icon theme [Matthias Freund, Yousuf Philips]
    tdf#76197 Other: OfficeMenuBar no longer takes private menu's in StartModule [Maxim Monastirsky]
    tdf#77881 FILESAVE: Bullets are lost when saving in OOxml (.pptx or .ppsx) [Mark Hung]
    tdf#78897 DISPLAY: Hashmarks instead of number with * repeat format code if the same number/format was displayed left of it in a wider column [Eike Rathke]
    tdf#80520 FILESAVE: Format of bullets destroyed when saving as .pptx [Mark Hung]
    tdf#82176 CJK: Cursor position, line selection and non-printing characters do not take account of hanging punctuation [Mark Hung]
    tdf#83227 FILESAVE: SolidConverter DOCX - On resave margins and images lost and file size doubled [Miklos Vajna]
    tdf#83252 Wrong punctuation direction after Chinese characters in vertical layout [Mark Hung]
    tdf#83558 Shortcuts sometimes not displayed in toolbar [Samuel Mehrbrodt]
    tdf#85303 SLIDESHOW: cannot start show at selected slide after having changed range [Julien Nabet]
    tdf#85979 Crash: data text to columns [Eike Rathke]
    tdf#86397 Bookmark: no consecutive name numbering applied when copied [Cor Nouws]
    tdf#87500 Freeze with English/Japanese mixture undo [Mark Hung]
    tdf#88314 saving big file crashes writer (and LibreOffice) [Caolán McNamara]
    tdf#89525 Impress does not export slides bullets to PPTX correctly [Mark Hung]
    tdf#90991 style dialog or sidebar adds undo entries creating/deleting styles [Michael Stahl]
    tdf#91293 Links in Impress Are Removed When Exported to PPTX [Katarina Behrens]
    tdf#91379 UI: Breeze icons appear in Sifr theme [Yousuf Philips]
    tdf#91383 UI: Switching between Style and Formatting tabs changes document status to modified [Michael Stahl]
    tdf#91501 CONDITIONAL FORMATTING: Color not available in default palette not shown in dialog [Katarina Behrens]
    tdf#91554 Calc adds empty style with new style from selection [Maxim Monastirsky]
    tdf#92036 Writer infinite idle spelling loop ... [Michael Stahl]
    tdf#92124 Internal corruption prevents BS or DEL deleting final paragraph (after copy/paste or import?) [Miklos Vajna]
    tdf#92454 DOCX Import: Incorrect display of the headings - numbering style indents [Miklos Vajna]
    tdf#92505 Unicode character rendering artifacts when substituting missing glyphs [Miklos Vajna]
    tdf#92521 FILESAVE: loss of page breaks after saving DOCX [Miklos Vajna]
    tdf#92553 Web Wizard: Not open FTP Configure on Web Wizard Preview Setting. [Julien Nabet]
    tdf#92586 BASE: Bitmap background rendering problem when not tiled [Miklos Vajna]
    tdf#92732 Writer crash after editing with index entry dialog [Oliver Specht]
    tdf#92794 Addressbook Integration: Unevaluated variable '$filename$' displayed in error dialog [Julien Nabet]
    tdf#92934 Web Wizard: Cannot Export Zip archive. [Julien Nabet]
    tdf#93052 When save, generate unused list-styles in context.xml [Juergen Funk]
    tdf#93097 General Error. General input/output error with particular pptx file [Miklos Vajna]
    tdf#93141 last colon of emojis not correctly removed by AutoCorrect in Calc and Impress [László Németh]
    tdf#93187 GTK+ 3: Spin box element in navigator is cut off [Caolán McNamara]
    tdf#93246 Cancel in last mail merge dialog via file->print doesn't stop the printing [Juergen Funk]
    tdf#93261 Persistently high background CPU usage by soffice.bin with high-word-count Writer document and auto spell checking disabled [Michael Stahl]
    tdf#93302 Greek letter phi and varphi in formulas are swapped when saving in.doc, .docx or .rtf [Khaled Hosny]
    tdf#93449 Hyperlink inside .DOC not working in .HTML [Vasily Melenchuk]
    tdf#93461 Caption of images are hidden behind the image [Caolán McNamara]
    tdf#93634 getDisplayDirectory returns an empty string for Windows filepicker [Regina Henschel]
    tdf#93676 docx: Graph export Offset and mislabelled [Caolán McNamara]
    tdf#93814 cache binary compiled versions of shaders ... [Marco Cecchetti]
    tdf#93887 Crash when pasting with the middle mouse button (GTK3) [Caolán McNamara]
    tdf#93895 Problem with AutoCalculate when pasting data from non-adjacent cells [Eike Rathke]
    tdf#93919 DOCX import: indent of bullet paragraph is wrong [Miklos Vajna]
    tdf#93help tooltips don't disappear after changing sheets [Michael Meeks]
    tdf#93928 The tooltip hides the zoom slider [László Németh]
    tdf#94037 Crash when uncheck Protect this... in Protec Sheet window [Katarina Behrens]
    tdf#94060 Iteration steps number [Eike Rathke]
    tdf#94079 NETWORKDAYS gives error #VALUE! when Holidays range is empty [Winfried Donkers]
    tdf#94173 Calc does not save your own created autoformat presets [Julien Nabet]
    tdf#94198 Print Document Directly Tooltip No Longeramuel Mehrbrodt]
    tdf#94214 Function FINV exported as "COM.MICROSOFT.F.INV" although it is spec'ed in OpenFormula [Winfried Donkers]
    tdf#94275 Unguarded strlen causes core dump when XKeysymToString returns NULL [Julien Nabet]
    tdf#94415 Please uGR hunspell dictionary [Andras Timar]
    tdf#94421 Web Wizard: option shift when loading saved session [Julien Nabet]
    tdf#94428 Printing adds garbage to top edge of page [Michael Meeks]
    tdf#94450 Web Wizard: Not enough space for date in step 6 [Julien Nabet]
    tdf#94451 Agenda: Not enough space for date in step 5 (French UI) [Julien Nabet]
    tdf#94542 ScPostIt's GetText() replaces tabs with U+0001 [Markus Mohrhard]
    tdf#94573 invalid encoding in hyph_zu_ZA [Julien Nabet]
    tdf#94617 method nStart overflow in pCode [Laurent Godard]
    tdf#94686 LibO 5.0.2.2 Windows don't work into VMware [Michael Meeks]
2015-11-08 00:52:59 +00:00
wiz
a9ef30dfbf Update less to 481:
Major changes between "less" versions 458 and 481


* Don't overwrite history file; just append to it.

* New command ESC-G goes to end of currently buffered data in a pipe.

* Disable history feature when compiled with LESSHISTFILE set to "-".

* In more-compatible mode, make the -p option apply to every file opened,
  not just the first one.

* In more-compatible mode, change the -e option to work like -E, not -EF.

* Treat multiple CRs before LF are like one CR (all the CRs are hidden).

* Allow "extra" string in lesskey file to append to a multi-char command
  (like a search pattern), without executing the command.

* Ignore -u/-U setting while viewing help file, so that
  underline and bold chars are displayed correctly.

* Improve detection of "binary" files in UTF-8 mode.

* Fix bug with ++ commands.

* Fix bug where prompt was sometimes not displayed with +G.

* Fix possible memory corruption

* Fix bugs and improve performance in ampersand filtering.

* Automate construction of Unicode tables from Unicode database.

* Allow %% escape sequence in LESSOPEN variable.
2015-11-07 20:18:41 +00:00
agc
efd9ad4549 Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
fhajny
05aad0ff6b Add new Erlang module packages 2015-11-04 14:07:26 +00:00
fhajny
929992c158 Import 20 Erlang module packages that will work as dependencies
in the ejabberd 15.10 update that follows.
2015-11-04 13:45:44 +00:00
agc
23064a80b9 Add SHA512 digests for distfiles for misc category
Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 23:49:31 +00:00
markd
305e679d09 Update to 4.13.0 (part of digikam 4.13.0) 2015-11-03 20:16:51 +00:00
adam
3e893b8633 Remove qt5-dbus dependency 2015-11-01 09:15:13 +00:00
wiz
f1aa1fef7b Update py-anki2 to 2.0.33:
Changes in 2.0.33

    Fixed a bug in importing that could lead to corrupted notes if
    the note type of the source and destination decks didn't match
    Fix Anki completely breaking on recent Linux installs with
    pysqlite > 2.6
    Fix down arrow being displayed as a box in the deck list on
    English Windows 10 installs
    Fix Anki not finding LaTeX on OS X 10.11
    Fix field searches in multi line fields (thanks to Avi)
    Show mark star even when card is scrolled down during review
    Allow LaTeX commands like \includegraphics (thanks to Arne)
    Fixed a bug triggered by adding or removing a saved search
    (thanks to Houssam)
    Fixed a crash dialog showing up in some Linux installs when
    Anki is closed with the preferences window open (thanks to
    Christian)
    Updated translations, thanks to the contributors.
2015-10-21 08:31:03 +00:00
tnn
2bc71a1f1a packages that use libsigc++ need -std=c++11 now
approved by wiz@
2015-10-20 09:40:21 +00:00
wiz
3cd569a0ef Update calibre to 2.40.0:
New Features

    A new tool to apply Tag mapper rules to existing books in the
    library. To use it, go to Preferences->Toolbars and add the
    tool to the toolbar.

    Kindle driver: Detect books in Amazon's new KFX format present
    on e-ink kindles.

    Note that this only detects KFX books and allows you to delete
    them. You cannot copy them to your calibre library. Doing so
    would be pointless anyway, as KFX books are specialised for
    individual devices. Instead go to your 'Manage my content' page
    an amazon.com and download them from there -- this will give
    you a regular azw3 file you can add to calibre.

Bug Fixes

    TXT Output: Do not fail when input contains HTML comments with
    double hyphens in the comment text.
    E-book polishing: Show a confirmation if the user selects both
    the add and remove jacket actions.
    Edit Book: Fix order of checkboxes in filter style information
    tool is random
    PDB Input: Ingore malformed metadata records.

    Closes tickets: 1499878
    Revert change in previous release to workaround broken xdg-open
    on linux. Apparently xdg-open is so badly broken that working
    around it is not possible.

    Closes tickets: 1500226
    ZIP Output: Fix system encoding being used instead of UTF-8
    for html files.

    Closes tickets: 1499514

Improved news sources

    The Philosopher's Magazine
    Harper's Magazine
    Ambito
    Perfil
    Telam
    Infobae.com
    La Nacion
    Clarin
2015-10-15 11:15:12 +00:00
wiz
d38b5c5055 Update xdg-utils to 1.1.1:
=== xdg-utils 1.1.1 ===

2015-10-05 Per Olofsson <pelle@debian.org>
   * xdg-screensaver: Run 'xset -dpms' and then 'xset +dpms' to reset
     the DPMS timer. Thanks to Stephen Thomas for the idea.
     (Debian bug #745340)
   * xdg-open: Fix regression in generic mode (wrong variable name) which
     prevented files from being opened using the desktop file/mimeapps.list
     mechanism.
   * xdg-open: Add proper quoting so that files with spaces in their names
     can be opened in generic mode and LXDE. (Debian bug #801048)

=== xdg-utils 1.1.0 ===

2015-10-04 Per Olofsson <pelle@debian.org>
   * Add references to specifications to the manuals. (Debian bug #800826)
   * xdg-email: Remove obsolete references to
     http://portland.freedesktop.org/wiki/EmailConfig from the manual.

2015-10-03 Per Olofsson <pelle@debian.org>
   * xdg-email: Rewrite open_kde()
   * xdg-open: Only strip queries (?) and fragments (#) from file URLs before
     decoding them, not from (decoded) paths. Otherwise we can't open files
     with hash or question marks in their names. (Debian bug #800355)

2015-09-27 Per Olofsson <pelle@debian.org>
   * xdg-settings: Detect generic DE instead of failing. (Debian bug #787791)
   * xdg-settings: Add a proper generic mode.

2015-09-26 Per Olofsson <pelle@debian.org>
   * xdg-mime: Check ~/.config/mimeapps.list instead of
     ~/.config/applications/mimeapps.list when looking for default
     application.
   * xdg-open: Fall back to generic mode if gvfs-open and gnome-open
     are missing. Don't try to use gnome-open if running under GNOME 3 or
     Cinnamon. (Debian bug #685304)
   * xdg-open, xdg-email: Add iceweasel to the list of fallback browsers.
     (Debian bug #788047)

2015-09-25 Per Olofsson <pelle@debian.org>
   * xdg-utils-common: Add support for $XDG_CURRENT_DESKTOP value X-Generic.
     When set, xdg-utils will pretend that it is running under a generic DE
     which can be useful for debugging purposes.

2015-09-23 Per Olofsson <pelle@debian.org>
   * xdg-open: Percent-decode file:// URLs in open_lxde and add testcase.
     (BR89654)

2015-09-22 Per Olofsson <pelle@debian.org>
   * Add a fully automated (non-interactive) test suite (under development).
     Run it using "make autotest".
   * xdg-screensaver: Use the DBus API from a Perl script to inhibit
     gnome-screensaver. This is necessary since the SimulateUserActivity call
     is not implemented. Calling Inhibit using dbus-send does not work either
     since gnome-screensaver watches the pid of the calling process and
     dbus-send exits immediately. Distributions are advised to make xdg-utils
     depend on the Perl modules Net::DBus and X11::Protocol. Thanks to
     Ben Hutchings for writing the Perl script.
   * xdg-email: Add support for the $MAILER environment variable.
   * xdg-open: Add support for running without X.
   * xdg-open: Try www-browser first of the non-X browsers. (www-browser is
     a symlink to the preferred non-X browser in Debian.)
   * xdg-icon-resource: Don't try to install anything into empty $icon_dir's.

2015-09-20 Per Olofsson <pelle@debian.org>
   * xdg-open: Try $BROWSER first in generic mode if it is set by the user.

2015-09-18 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-email: Recipients passed to Thunderbird are incorrectly quoted (BR91996)

2015-09-16 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-screensaver support for xautolock (BR89655)
   * xdg-icon-resource: does not support filenames with spaces (BR91758)
   * xdg-open: Add support for multi-word $BROWSER commands (BR91989)
   * xdg-open shell script contains bash code (BR86028)
   * xdg-email: bashism: relies on bash's echo in run_thunderbird() (BR91990)
   * xdg-email: Icedove support (BR91997)
   * xdg-email: generic mode does nothing (BR92008)

2015-07-15 Rex Dieter <rdieter@fedoraproject.org>
   * better for other (non-gnome) GVfs-based desktops, from Yaakov Selkowitz <yselkowi@redhat.com>

2015-07-01 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-email: generic check for assigned mailto (BR79929)

2015-04-13 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-mime: search mimeinfo.cache in $xdg_user_dir too (BR31629)

2015-04-06 Rex Dieter <rdieter@fedorparoject.org>
   * xdg-open: does not exit if it does not recognize the mimetype (BR89902)

2015-04-04 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-desktop-menu:  does not support filenames with spaces (BR66605)

2015-03-23 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open:  fix regression where & gets replaced with \\& in URLs

2015-03-02 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-email: thunderbird launch in xdg-email in gnome3 fails (BR61475)

2015-02-24 Lionel Orry <lionel.orry@gmail.com>
   * xdg-mime: do not report multiple desktop files (BR60329)

2015-02-20 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open: safer xdg-open (BR89130), inspired by patch from Vincent Bernat <bernat@debian.org>

2015-01-19 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open: better fix for command injection vulnerability (BR66670)
   * xdg-open is extremely slow because get_key executes grep unnecessarily (BR88524)

2015-01-15 Reuben Thomas <rrt@sc3d.org>
   * xdg-mime: dereference symlinks when using mimetype or file (BR39923)
   * xdg-screensaver: Change screensaver_freedesktop's interpretation of GetActive (BR29859)

2015-01-05 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open: command injection vulnerability (BR66670)

2015-01-04 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-screensaver should control X11's screensaver in xfce as fallback (BR80089)

2014-10-09 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-screensaver plasma5 support

2014-09-22 Rex Dieter <rdieter@fedoraproject.org>
   * Initial support for Plasma5 (largely thanks to Karol Herbst)

2014-09-19 Rex Dieter <rdieter@fedoraproject.org>
   * XFCE .desktop file created for browser selection is broken (BR56092)
   * Unnecessary filtering file:// for pcmanfm (BR63153)
   * fails if user sets a custom IFS environment variable (BR81386)

2014-09-17 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-utils-common is broken, xdg-open uses bashism (BR83979)

2014-08-25 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-email: do not encode - character

2014-04-26 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open fails to open web browser urls with a query string (BR45857)

2014-02-07 Rex Dieter <rdieter@fedoraproject.org>
   * Improvement of detecting KDE session (BR63157)

2013-10-24 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-desktop-menu: improperly check for vendor prefix on Estonian locale (BR70742)

2013-09-16 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-desktop-menu: Unquoted file name (BR69399)

2013-07-13 Igor Murzov <e-mail@date.by>
   * xdg-open: detect Enlightenment and make use of it (BR66944)

2012-10-08 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-mime does not search mimeinfo.cache (BR31629)

2012-09-16 Rex Dieter <rdieter@fedoraproject.org>
   * recognize XDG_CURRENT_DESKTOP/DESKTOP_SESSION=MATE (BR54941)
   * xdg-su: use gnomesu for mate (BR54941)

2012-08-20 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-su: stop checking xsu (thanks to Jiri Slaby)
   * xdg-su: use gnomesu for xfce if available (thanks to Jiri Slaby)

2012-08-09 Rex Dieter  <rdieter@fedoraproject.org>
   * xdg-open fails to open a url in a "generic" environment (BR45859)
   * xdg-screensaver syntax error if DISPLAY isn't set (BR41144)
   * do not check for /etc/debian_version before using xdg-open (BR46814)
   * Setting $BROWSER=xdg-open can cause infinite loop (BR44047)

2012-03-10 Rex Dieter <rdieter@fedoraproject.org>
   * allow DESKTOP_SESSION='Xfce Session' to match xfce

2012-03-02 Rex Dieter <rdieter@fedoraproject.org>
   * "unknown DE" improvements (BR45295)
   * xdg-terminal incompatible with TERM=screen and TERM=rxvt-unicode (BR44357)
   * xdg-terminal doesn't handle TERM values like TERM=linux (BR44358)
   * add lubuntu support (BR44775)
   * xdg-open replaces "&" with "%U" in URLs (BR46002)

2011-12-09 Rex Dieter <rdieter@fedoraproject.org>
   * initial DE=mate support (mostly just xdg-open so far)

2011-12-07 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-screensaver: gnome-screensaver detection broken (BR43575)
   * xdg-open: fix spurious 'x-www-browser: command not found' (RH755553)

2011-09-30 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open: use x-scheme-handler/ instead of uri/ (BR35700)

2011-09-28 Rex Dieter <rdieter@fedoraproject.org>
   * Documentation spelling fixes (BR41193).  Thanks to Ville Skyttä
   * Fix external links in docs, use <ulink> for them (BR41194). Thanks to
     Ville Skyttä
   * Avoid some unnecessary stat calls (BR41195). Thanks to Ville Skyttä
   * xdg-open: improve debugging output (BR40959)
   * xdg-open: look up default applications by URI scheme (BR35700)
   * xdg-settings: support registering default scheme handler (merge from
     chromium folks)

2011-08-29 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open cant open some valid urls if URL doesnt match existing
   filename (BR34915).  Thanks to Leho Kraav.

2011-08-27 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-terminal fails to open terminal on generic desktop (BR40418)

2011-08-12 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-email fails with unicode strings if using gawk (BR13139)
   * xdg-email: Thunderbird 5 needs unescaped addresses (BR40041)

2011-08-11 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-terminal : remove remaining '==' bash'isms (BR38959)

2011-07-19 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-utils-common.in: support $XDG_CURRENT_DESKTOP

2011-07-13 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-mime : use 'file --mime-type' instead of 'file -i' (BR39166)

2011-05-10 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-mime : handle home dirs with spaces, mimeapps.list not existing.  Thanks to Mike Mammarella.

2011-05-05 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-utils-common.in : add missing ;;

2011-05-04 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-utils-common.in : move a couple of utility functions here (from
   xdg-settings), needed for xdg-email
   * xdg-utils-common.in : binary_to_desktop_file, handle vendor dirs

2011-04-20 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-desktop-icon does not work when user desktop dir has spaces (BR36417)

2011-04-14 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open does not detect xfce (BR25941)
   * xdg-open's list of fallback browsers excludes seamonkey (BR33699)
   * text BROWSER=+elinks
   * xdg-open is sensitive to default grep options (BR34164)
   * xdg-{open,email} should try x-www-browser (BR33095)
   * xdg-email outputs errors with localized KDE4 (BR32924)
   * xdg-email runs kmailservice with incorrect locale (BR33106)
   * spurious capture of which in KMIMETYPEFINDER (BR31444)

2011-04-12 Rex Dieter <rdieter@fedoraproject.org>
   * suppress 'which gnome-default-applications-properties' output.  Thanks to Mike Mammarella.

2011-04-08 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-mime: add mimeapps.list support. Thanks to Chris Coulson.

2011-03-31 Rex Dieter <rdieter@fedoraproject.org>
   * Don't overwrite a /usr/share/applications/defaults.list symlink (BR35794)
   * Use D-Bus API for GNOME screensaver (BR29860)
   * Initial support for DE=Darwin, Default for $BROWSER under Mac OS (BR35500)

2011-03-28 Rex Dieter <rdieter@fedoraproject.org>
   * xdg-open cannot detect xfce 4.8 correctly (BR33321)
   * xdg-mime's info_generic doesn't normalize symlinks (BR33097)
   * mimetype support for xdg-mime (generic) (BR33094)
   * open_generic_xdg_mime is broken when a .desktop file
     Exec has arguments (BR30453)

2011-02-01 Rex Dieter <rdieter@fedoraproject.org>
   * add support for GNOME 3.x

2011-01-09 Fathi Boudra <fabo@freedesktop.org>
   * xdg-email: call kfmclient_fix_exit_code() under KDE 3 only.
     Thanks to Luc Menut. (BR32924)
   * xdg-utils-common: set C.UTF-8 locale to make sure the version parsing is
     done as expected. Under some locales the KDE version string doesn't start
     with "KDE".
   * xdg-terminal: Fix failure because the which std output is wrongly
     redirected to /dev/null in terminal_kde(). Thanks to Luc Menut.
     (BR32927)
2015-10-15 10:53:35 +00:00
wiz
d15f48992a Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that.
Bump their PKGREVISIONs.
2015-10-14 20:17:24 +00:00
ryoon
b141232e29 Recursive revbump from textproc/icu 2015-10-10 01:57:50 +00:00
taca
bfa0132938 Revert ruby-ohay package to 8.4.0 since 8.6.0 was not ready to commit. 2015-10-05 23:54:58 +00:00
sevan
88e1d92728 Mark as broken due to missing dependency: ruby-chef-config
Unbreak scan stage on bulkbuilds

Reviewed by: wiz@
2015-10-05 21:45:36 +00:00
tnn
f49f1f2042 Don't use master site with dynamically generated file. We have it on nbftp.
PR pkg/50297
2015-10-05 12:23:21 +00:00
taca
54a97c041d Update ruby-sprockets to 3.3.5
**3.3.5** (September 25, 2015)

* Fix bug related to absolute path being reintroduced into history cache #141.
2015-10-04 13:05:08 +00:00
taca
bd3388f5eb Update ruby-pry to 0.10.2.
### 0.10.2

* cherry-pick c2ed9ec135bd791a32c70fbe05cc0508ea17c4040e from master (fix inf. loop with prepended methods source retrieval)
* Update some specs for recent ruby versions  (2.2+)
2015-10-04 13:02:20 +00:00
taca
cd488f7576 Update ruby-ohai to 8.6.0.
Release 8.6.0

Phil Dibowitz:

  * Provide a new and improved filesystem plugin for Linux & Mac
    (filesystem2), to support CentOS7, multiple virtual filesystems, etc.
  * Fix Darwin filesystem plugin on newer MacOSX

Jonathan Amiez:

  * Linux filesystems plugin report wrong fs-type for logical volumes

involucelate

  * Fix Windows 2008 hostname truncation #554

Pavel Yudin:

  * Detect Parallels host and guest virtualization

Claire McQuin:

  * Deprecate Ohai::Config in favor of Ohai::Config.ohai.
  * Load a configuration file while running as an application.

PR #597:

  * Correct platform, platform_family and version detection on Cisco's Nexus
    platforms.

cmluciano:

  * add vmware plugin

Jean Baptiste Favre:

  * Detect updated docker cgroup format

Shahul Khajamohideen:

  * Fix memory plugin output on Solaris
  * Add swap space attributes for Solaris memory plugin
  * Add swap space attributes for AIX
  * Add support for SPARC based processors in Solaris cpu plugin
  * Make AIX cpu plugin's output consistent with Solaris cpu plugin
  * Make AIX, Solaris memory output consistent to Linux

Sean Horn:

  * ec2 plugin should handle binary userdata too

Alexey Karpik:

  * Add support for SoftLayer cloud

MichaelSp:

  * return correct ipaddress for openvz guests

Anthony Caiafa:

  * Only run ifconfig against active interfaces

Shahul Khajamohideen and Sean Escriva:

  * Windows Memory plugin

Chris Chambers:

  * Convert Solaris OHAI CPU detection to kstat from psrinfo


Release 8.5.0

  * PR #548: Coerce non-UTF8 strings to UTF8 in output to suppress UTF8
    encoding exceptions

  * PR #544 add support for Wind River Linux and Cisco's Nexus platforms
2015-10-04 13:01:04 +00:00
taca
26fecc81b5 Update ruby-naught to 1.1.0.
## 1.1.0

  - [Make it possible to supply an example object to mimic, with no class.](df2b62c027)
  - [Define implicit conversion for to_hash](e20dc472d3)
  - [Define implicit conversion for to_int](d32d4ea32a)
2015-10-04 12:49:29 +00:00