Age | Commit message (Collapse) | Author | Files | Lines |
|
Many of these definitely do not depend on readline.
So there must be a different underlying problem, and that
should be tracked down instead of papering over it.
|
|
|
|
Noteworthy changes in version 1.7.4 (2016-12-09) [C21/A1/R4]
------------------------------------------------
* Performance:
- More ARMv8/AArch32 improvements for AES, GCM, SHA-256, and SHA-1.
- Add ARMv8/AArch32 assembly implementation for Twofish and
Camellia.
- Add bulk processing implementation for ARMv8/AArch32.
- Add Stribog OIDs.
- Improve the DRBG performance and sync the code with the Linux
version.
* Internal changes:
- When secure memory is requested by the MPI functions or by
gcry_xmalloc_secure, they do not anymore lead to a fatal error if
the secure memory pool is used up. Instead new pools are
allocated as needed. These new pools are not protected against
being swapped out (mlock can't be used). However, these days
this is considered a minor issue and can easily be mitigated by
using encrypted swap space.
* Bug fixes:
- Fix GOST 28147 CryptoPro-B S-box.
- Fix error code handling of mlock calls.
|
|
|
|
New in 0.9.7:
* The license has changed from LGPLv3+ to "LGPLv3+ or GPLv2"
|
|
|
|
ver 0.19.20 (2016/12/09)
* protocol
- "setprio" re-enqueues old song if priority has been raised
* decoder
- ffmpeg: ignore empty packets
- pcm: fix corruption bug with partial frames (after short read)
- sidplay: fix playback speed with libsidplayfp
* output
- winmm: fix 8 bit playback
* fix gcc 7.0 -Wimplicit-fallthrough
* systemd: paranoid security settings
|
|
|
|
3.7.0 (2016-12-10)
==================
Features added
--------------
* GH#217: ``XMLSyntaxError`` now behaves more like its ``SyntaxError``
baseclass. Patch by Philipp A.
* GH#216: ``HTMLParser()`` now supports the same ``collect_ids`` parameter
as ``XMLParser()``. Patch by Burak Arslan.
* GH#210: Allow specifying a serialisation method in ``xmlfile.write()``.
Patch by Burak Arslan.
* GH#203: New option ``default_doctype`` in ``HTMLParser`` that allows
disabling the automatic doctype creation. Patch by Shadab Zafar.
* GH#201: Calling the method ``.set('attrname')`` without value argument
(or ``None``) on HTML elements creates an attribute without value that
serialises like ``<div attrname></div>``. Patch by Daniel Holth.
* GH#197: Ignore form input fields in ``form_values()`` when they are
marked as ``disabled`` in HTML. Patch by Kristian Klemon.
Bugs fixed
----------
* GH#206: File name and line number were missing from XSLT error messages.
Patch by Marcus Brinkmann.
Other changes
-------------
* Log entries no longer allow anything but plain string objects as message text
and file name.
* ``zlib`` is included in the list of statically built libraries.
|
|
|
|
3.0.5
=====
* Add warning when not passing ``option=value`` correctly to ``-o/--override-ini`` (`#2105`_).
Also improved the help documentation. Thanks to `@mbukatov`_ for the report and
`@lwm`_ for the PR.
* Now ``--confcutdir`` and ``--junit-xml`` are properly validated if they are directories
and filenames, respectively (`#2089`_ and `#2078`_). Thanks to `@lwm`_ for the PR.
* Add hint to error message hinting possible missing ``__init__.py`` (`#478`_). Thanks `@DuncanBetts`_.
* More accurately describe when fixture finalization occurs in documentation (`#687`_). Thanks `@DuncanBetts`_.
* Provide ``:ref:`` targets for ``recwarn.rst`` so we can use intersphinx referencing.
Thanks to `@dupuy`_ for the report and `@lwm`_ for the PR.
* In Python 2, use a simple ``+-`` ASCII string in the string representation of ``pytest.approx`` (for example ``"4 +- 4.0e-06"``)
because it is brittle to handle that in different contexts and representations internally in pytest
which can result in bugs such as `#2111`_. In Python 3, the representation still uses ``±`` (for example ``4 ± 4.0e-06``).
Thanks `@kerrick-lyft`_ for the report and `@nicoddemus`_ for the PR.
* Using ``item.Function``, ``item.Module``, etc., is now issuing deprecation warnings, prefer
``pytest.Function``, ``pytest.Module``, etc., instead (`#2034`_).
Thanks `@nmundar`_ for the PR.
* Fix error message using ``approx`` with complex numbers (`#2082`_).
Thanks `@adler-j`_ for the report and `@nicoddemus`_ for the PR.
* Fixed false-positives warnings from assertion rewrite hook for modules imported more than
once by the ``pytest_plugins`` mechanism.
Thanks `@nicoddemus`_ for the PR.
* Remove an internal cache which could cause hooks from ``conftest.py`` files in
sub-directories to be called in other directories incorrectly (`#2016`_).
Thanks `@d-b-w`_ for the report and `@nicoddemus`_ for the PR.
* Remove internal code meant to support earlier Python 3 versions that produced the side effect
of leaving ``None`` in ``sys.modules`` when expressions were evaluated by pytest (for example passing a condition
as a string to ``pytest.mark.skipif``)(`#2103`_).
Thanks `@jaraco`_ for the report and `@nicoddemus`_ for the PR.
* Cope gracefully with a .pyc file with no matching .py file (`#2038`_). Thanks
`@nedbat`_.
|
|
|
|
shared-mime-info 1.8 (2016-12-05)
* Add Flatpak-related mime-types
* Add mime-type for a number of Thomson-related disk (and cassette) images
* Add many audio and video mime-type aliases as used in VLC
* Add mime-type for pdf.lz files
* Write the correct length for literal and glob lists to the cache
* Build fixes
|
|
|
|
D-Bus 1.10.14 (2016-11-28)
==
The “Well, other bands know more than three chords” release.
Fixes:
• Work around an undesired effect of the fix for CVE-2014-3637
(fd.o #80559), in which processes that frequently send fds, such as
logind during a flood of new PAM sessions, can get disconnected for
continuously having at least one fd "in flight" for too long;
dbus-daemon interprets that as a potential denial of service attack.
The workaround is to disable that check for uid 0 process such as
logind, with a message in the system log. The bug remains open while
we look for a more general solution.
(fd.o #95263, LP#1591411; Simon McVittie)
• Don't run the test test-dbus-launch-x11.sh if X11 autolaunching
was disabled at compile time. That test is not expected to work
in that configuration. (fd.o #98665, Simon McVittie)
|
|
|
|
|
|
Release 1.14.8 (2016-12-07 Bryce Harrington <bryce@osg.samsung.com>)
========================================================================
Bugfix release rolling up backported fixes for the past year.
For a complete log of changes since 1.14.6, please see:
http://cairographics.org/releases/ChangeLog.cairo-1.14.8
Features
--------
None
API Changes
-----------
None
Dependency Changes
------------------
None
Performance Optimizations
-------------------------
None
Bug Fixes
---------
* Fix "invalidfont" error on some printers when printing PDFs with
embedded fonts that have glyphs (such as spaces) with
num_contours == 0. (Bug #79897)
* Fix deadlock when destruction of a scaled font indirectly triggers
destruction of a second scaled font, causing the global cache to be
locked twice. (Bug #93891)
* Fix X errors reported to applications when shmdt() is called before
the Attach request is processed, due to missing xcb and xlib calls.
* Fix random failure in record-paint-alpha-clip-mast test case, caused
by an incorrect assumption that a deferred clear can be skipped.
(Bug #84330)
* Fix crash when dealing with an XShmGetImage() failure, caused by a
double free in _get_image_surface(). (Bug #91967)
* Fix build issue when using non-GNU strings utility. (Bug #88639)
* Cleanup debugging text sent to stdout instead of log. (Bug #95227)
|
|
Changes:
o accomodate for differing dependencies:
+ graphics/gifsicle as a bug workaround
+ devel/flim (this was an implicite dependency through devel/semi)
- devel/{apel,semi}, editors/mule-ucs contained in xemacs-packages
o conditional PLIST changes for differing installation paths
Tested with xemacs 21.4 and emacs 22
|
|
|
|
NEW IN WAF 1.9.6
----------------
* Display @argfile contents in msvcdeps #1831
* Enable configurable preprocessor cache sizes #1833
* Allocate lru cache entries lazily
* Let unity builds use relative paths for msys #1834
* Added --dump-test-scripts to the unit test module #1852
* Added a warning on ant_glob '.' uses #1853
* LaTeX configuration tests output results to config.log
* Accept functools.partial() as task rules #1865
|
|
|
|
Fix pango detection.
---- Version 8.13.1 - 2016-12-10 ----
Add HTML4 colors
(asked by David Lacroix)
Fix loss of color when change on combined rests
(reported by David Lacroix)
Fix bad treatment of lyrics (w:) since 8.13.0
(reported by Guido Gonzato)
---- Version 8.13.0 - 2016-12-06 ----
Accept "||:" as either simple left repeat bar ("|:"), or double bar
and left repeat bar when on 2 music lines
(asked by Jean-Luc Zins)
Fix bad horizontal offset of word starting with a font change in w:
Change default value of %%vocalspace (23pt -> 10pt) !!compatibility!!
Fix bad vertical offset of lyrics (w:)
Don't scale the lyrics (w:) with %%staffscale value !!compatibility!!
(reported by Lionel Coates)
Output the lyrics (w:) after the decorations !!compatibility!!
Fix some clashes of left/right annotations with notes
(reported by Timm Reasbeck)
Fix bad tempo value when >= 128
(reported by Jean-Luc Zins)
Do more check about the values of %%pos
Fix loss of beam breaks when %%breakoneoln and EOL followed by grace notes
(reported by Timm Reasbeck)
|
|
|
|
2016-12-10 7.0.3-10 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.3-10, GIT revision 19191:338f088:20161210.
2016-12-07 7.0.3-10 Cristy <quetzlzacatenango@image...>
* Set colorspace to sRGB if -append has non-homogenous colorspaces (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29105).
* Respect connected-components:area-threshold define (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31006).
* Enable alpha channel if background color is non-opaque (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31016).
* Return correct offset for negative index for -fx option (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31019).
* Fixed improper scaling of certain FITS images (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31028).
* Properly center text label (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31027).
2016-12-05 7.0.3-9 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.3-9, GIT revision 19139:6fed3f1:20161205.
2016-11-26 7.0.3-9 Cristy <quetzlzacatenango@image...>
* Support the compare -read-mask option.
* Support read-masks for the -modulate option.
* Prevent buffer overflow when streaming an image (reference
https://github.com/ImageMagick/ImageMagick/issues/312).
* Fix possible buffer overflow when writing compressed TIFFS (vulnerability
report from Cisco Talos, CVE-2016-8707).
|
|
|
|
Changes in version 0.2.8.11 - 2016-12-08
Tor 0.2.8.11 backports fixes for additional portability issues that
could prevent Tor from building correctly on OSX Sierra, or with
OpenSSL 1.1. Affected users should upgrade; others can safely stay
with 0.2.8.10.
o Minor bugfixes (portability):
- Avoid compilation errors when building on OSX Sierra. Sierra began
to support the getentropy() and clock_gettime() APIs, but created
a few problems in doing so. Tor 0.2.9 has a more thorough set of
workarounds; in 0.2.8, we are just using the /dev/urandom and mach
monotonic time interfaces. Fixes bug 20865. Bugfix
on 0.2.8.1-alpha.
o Minor bugfixes (portability, backport from 0.2.9.5-alpha):
- Fix compilation with OpenSSL 1.1 and less commonly-used CPU
architectures. Closes ticket 20588.
|
|
|
|
- version: 2.74.0
date: 2016-12-09
new features:
- title: "Amazon metadata download: Allow downloading from amazon.cn as well. To use go to Preferences->Metadata download and customize the amazon plugin to download from amazon.cn"
- title: "Edit Book: Allow disabling the 'Files already arranged into folders' message popup"
bug fixes:
- title: "Edit Book: Fix selected text not being fully highlighted when using the solarized color schemes."
tickets: [1647448]
- title: "calibredb: Fix CSV output for the check_library command not being properly escaped"
- title: "Fix subsetting of fonts whose names start with 'and' not working"
- title: "Fix a regression in 2.72 that broke the --start-in-tray command line option."
tickets: [1644876]
- title: "Fix third party plugins that create dynamic context menus not working in linux"
- title: "DOCX Input: Fix images wider than 50% of the page width being incorrectly right aligned even when anchored to the center of the page."
tickets: [1646086]
- title: "Catalog generation: Ensure all citation keys in BiBTeX catalogs have only ascii characters."
tickets: [1646239]
- title: "Get Books: Update ebookpoint and legimi plugins for website changes"
- title: "EPUB3 metadata: Ensure updating metadata never produces empty dc:contributor elements."
tickets: [1644702]
- title: "DOCX Output: Fix an error when converting tables with spanning cells."
tickets: [1644912]
- title: "Nicer error message if the user tries to import data while the content server is running"
improved recipes:
- Frontline
- Korea Herald
- Pagina 12
- Edge Conversations
- Kitsapun
- Mobile Nations
- NME
- Security Watch
- Sign on SD
- Star Advertiser
- tyzden
|
|
cups-filters-1.13.0, go-grpc-1.0.5, gsl-2.3, harfbuzz-1.3.4,
hunspell-de-20161207, iso-codes-3.72, libgcrypt-1.7.4, musicpd-0.19.20,
py-foolscap-0.12.5, py-lxml-3.7.0, py-setuptools-30.4.0,
py-test-3.0.5, rspamd-1.4.1, shared-mime-info-1.8, speex-1.2.0,
tor-0.2.8.11, vim-8.0.0130, vim-share-8.0.0130, x264-devel-20161210.
|
|
|
|
|
|
|
|
|
|
Switch to ffmpeg3.
Version 1.4 -- December 3, 2016
===============================
- Fully streaming audio processing without any post-processing step for the fingerprint generation.
- Many performance optimizations. Especially when processing long streams, operations should be faster and use less memory.
- C++11 compiler is now required for building the library.
- The public C API now uses standard fixed-size int types from stdint.h (breaks backwards compatibility).
- All code written for the library is now distributed under the MIT license.
- Kiss FFT is now included with the library and automatically used if no other FFT library is found.
- Added support for using the FFTW3F version of FFTW3.
- Boost is no longer used.
|
|
|
|
1.131 2016-12-05T19:16:19Z
* Remove the prereq test, which I'll do locally instead of everywhere.
|
|
|
|
2.303 (2016-12-10)
- FIXES: warnings when compiling lib/Net/IDN/Punycode.xs
(reported/patch provided by paul@c***-***.org)
2.302 (2016-12-07)
- Fixes memory bug introduced by fix for #118924
2.301 (2016-12-03)
- FIXES: #118924: encode_punycode heap overflow
(reported by Alexander Bluhm)
|
|
|
|
0.21 2016-12-06
- Switched to using GitHub issues.
0.20 2016-12-05
- The keys for parameter specifications are now validated. If an unknown key
is seen then an exception will be thrown. This will help you catch typos in
your parameter specification. Implemented by Greg Oschwald. PR #8.
|
|
|
|
1.41 2016-12-07
- Switch to GitHub Issues.
|
|
|
|
2.02 2016-12-07
- Switch to GitHub Issues.
- Some small pod fixes.
|
|
p5-Net-IDN-Encode-2.303.
|
|
on libmount-dev (not provided in pkgsrc, linux only)
no response from maintainer yet.
this package being broken on bulk builds leads to 3472 dependents being
broken, so commit anyway.
from mutek in PR pkg/51681
|
|
run. PKGREVISION -> 11.
|
|
|
|
|