Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
openssl-1.0.2, wine-devel-1.7.35.
|
|
on SunOS. Add SMF manifest and method.
Bump PKGREVISION.
|
|
|
|
2015-01-18 : zyGrib Version 7.0.0
Download and display new data GFS from NOAA: grid 0.25°x0.25°
and up to 10 days forecasts.
Restriction: for long-term files, only the first 5 days are
with a grid of 0.25°, beyond the grid is 0.5°.
|
|
|
|
--------------
Version 1.26b:
--------------
- Added total execs/sec stat for afl-whatsup.
- afl-cmin now auto-selects between cp or ln. Based on feedback from
Even Huus.
- Fixed a typo. Thanks to Jakub Wilk.
- Made afl-gotcpu a bit more accurate by using getrusage instead of
times. Thanks to Jakub Wilk.
- Fixed a memory limit issue during the build process on NetBSD-current.
Reported by Thomas Klausner.
--------------
Version 1.25b:
--------------
- Introduced afl-whatsup, a simple tool for querying the status of
local synced instances of afl-fuzz.
- Added -x compiler to clang options on Darwin. Suggested by Filipe
Cabecinhas.
- Improved exit codes for afl-gotcpu.
- Improved the checks for -m and -t values in afl-cmin. Bug report
from Evan Huus.
--------------
Version 1.24b:
--------------
- Introduced afl-getcpu, an experimental tool to empirically measure
CPU preemption rates. Thanks to Jakub Wilk for the idea.
--------------
Version 1.23b:
--------------
- Reverted one change to afl-cmin that actually made it slower.
--------------
Version 1.22b:
--------------
- Reworked afl-showmap.c to support normal options, including -o, -q,
-e. Also added support for timeouts and memory limits.
- Made changes to afl-cmin and other scripts to accommodate the new
semantics.
- Officially retired AFL_EDGES_ONLY.
- Fixed another typo in afl-tmin, courtesy of Jakub Wilk.
--------------
Version 1.21b:
--------------
- Graduated minimize_corpus.sh to afl-cmin. It is now a first-class
utility bundled with the fuzzer.
- Made significant improvements to afl-cmin to make it faster, more
robust, and more versatile.
- Refactored some of afl-tmin code to make it a bit more readable.
- Made assorted changes to the doc to document afl-cmin and other stuff.
--------------
Version 1.20b:
--------------
- Added AFL_DUMB_FORKSRV, as requested by Jakub Wilk. This works only
in -n mode and allows afl-fuzz to run with "dummy" fork servers that
don't output any instrumentation, but follow the same protocol.
- Renamed AFL_SKIP_CHECKS to AFL_SKIP_BIN_CHECK to make it at least
somewhat descriptive.
- Switched to using clang as the default assembler on MacOS X to work
around Xcode issues with newer builds of clang. Testing and patch by
Nico Weber.
- Fixed a typo (via Jakub Wilk).
--------------
Version 1.19b:
--------------
- Improved exec failure detection in afl-fuzz and afl-showmap.
- Improved Ctrl-C handling in afl-showmap.
- Added afl-tmin, a handy instrumentation-enabled minimizer.
--------------
Version 1.18b:
--------------
- Fixed a serious but short-lived bug in the resumption behavior introduced
in version 1.16b.
- Added -t nn+ mode for soft-skipping timing-out paths.
--------------
Version 1.17b:
--------------
- Fixed a compiler warning introduced in 1.16b for newer versions of GCC.
Thanks to Jakub Wilk and Ilfak Guilfanov.
- Improved the consistency of saving fuzzer_stats, bitmap info, and
auto-dictionaries when aborting fuzzing sessions.
- Made several noticeable performance improvements to deterministic arith
and known int steps.
--------------
Version 1.16b:
--------------
- Added a bit of code to make resumption pick up from the last known
offset in the queue, rather than always rewinding to the start. Suggested
by Jakub Wilk.
- Switched to tighter timeout control for slow programs (3x rather than
5x average exec speed at init).
--------------
Version 1.15b:
--------------
- Added support for AFL_NO_VAR_CHECK to speed up resumption and inhibit
variable path warnings for some programs.
- Made the trimmer run even for variable paths, since there is no special
harm in doing so and it can be very beneficial if the trimming still
pans out.
- Made the UI a bit more descriptive by adding "n/a" instead of "0" in a
couple of corner cases.
--------------
Version 1.14b:
--------------
- Added a (partial) dictionary for JavaScript.
- Added AFL_NO_CPU_RED, as suggested by Jakub Wilk.
- Tweaked the havoc scaling logic added in 1.12b.
|
|
|
|
TortoiseHg 3.2.4 is a regularly scheduled bug fix release
Bug Fixes
commit: reload patch description if hash changes (fixes #3983)
filedialogs: forcibly add --hidden because hidden rev can appear in filelog
repofilter: another workaround to run selected query on Mac OS X
repowidget: fix indexes of unapplied patch actions to be enabled
|
|
|
|
------
12.0.4
------
* Issue #335: Fix script header generation on Windows.
------
12.0.3
------
* Fixed incorrect class attribute in ``install_scripts``. Tests would be nice.
------
12.0.2
------
* Issue #331: Fixed ``install_scripts`` command on Windows systems corrupting
the header.
|
|
|
|
Overview of changes leading to 0.9.38
Friday, January 23, 2015
=====================================
- Fix minor out-of-bounds access in Indic shaper.
- Change New Tai Lue shaping engine from South-East Asian to default,
reflecting change in Unicode encoding model.
- Add hb-shape --font-size. Can take up to two numbers for separate
x / y size.
- Fix CoreText and FreeType scale issues with negative scales.
- Reject blobs larger than 2GB. This might break some icu-le-hb clients
that need security fixes. See:
http://www.icu-project.org/trac/ticket/11450
- Avoid accessing font tables during face destruction, in casce rogue
clients released face data already.
- Fix up gobject-introspection a bit. Python bindings kinda working.
See README.python.
- Misc fixes.
- API additions:
hb_ft_face_create_referenced()
hb_ft_font_create_referenced()
|
|
|
|
Bump PKGREVISION.
|
|
nspr-4.10.8, ocamlgraph-1.8.6, py-setuptools-12.0.4, py-tortoisehg-3.2.4.
|
|
|
|
|
|
|
|
=== 4.2.0 / 2014-12-06
* Major enhancements
* RDoc can now produce translation files for use with gettext. See
RDoc::Generator::POT for a workflow for creating translations of your
documentation. Pull request #254 by Kouhei Sutou.
* Minor enhancements
* RDoc now allows any single-word macro before a C method implementation.
Issue #722 by Hanmac.
* Now :all is a synonym for :private for RDoc::Options#visibility= to match
the --all command line option. Pull request #276 by Zachary Scott.
* Running rake for the first time now installs racc. Pull request #285 by
Kouhei Sutou.
* Added <code>-h</code> flag to also display help. Issue #300 by Ryan Davis
* search_index.js is now loaded asynchronously for improved performance.
* Allow +X::Y+ as typewriter text. Issue #319, pull request #322 by Jeremy
Evans.
* Added RDoc::RI::Task for building ri data easily through rake. Pull
request #332 by Zachary Scott.
* A gzipped search index is generated for servers configured to use
precompressed files. Pull request #334 by Zachary Scott.
* CSS files now live under /css relative to the document root. Pull request
#335 by Zachary Scott.
* Improved detection of valid ruby in verbatim sections. Pull request #333
by Jeremy Evans.
* Bug fixes
* Fixed HTML labels for cross-browser compatibility. This breaks existing
links but enables cross-browser compatibility. Pull request #330 by Jens
Wille.
* RDoc handles ASCII-incompatible encodings now. An encoding hint may need
to be added to the file for RDoc to produce correct output, though.
Issue #288 by Manuel Meurer.
* Fixed height recalculation issues when headings are hovered. Issue #289
by Dietmar H. Büto.
* RDoc now ignores its own output directories. Pull Request #306 by
Hsing-Hui Hsu, bug #305 by Ryan Davis.
* Fixed RDoc::Task no longer uselessly builds documentation when generating
non-HTML output. Bug #307 by Christina Thompson, pull request #308 by
Hsing-Hui Hsu
* Added pointer to font copyright and license information to LEGAL.rdoc.
Issue #290 by Christian Hofstaedtler.
* Fixed RDoc::Context#<=> for ruby trunk. Issue #284 by Hanmac, pull
request #287 by Aaron Patterson
* Tests no longer create directories inside test/. Pull request #286 by
Kouhei Sutou.
* Fixed documentation example in RDoc::Markup. Pull request #292 by Gregory
Brown.
* Applied typo fix to RDoc::Markup. Pull request #297 by @montanalow
* Fixed pretty_print for RDoc::MethodAttr with an alias. Pull request #324
by Hsing-Hui Hsu.
* Fixed lexing of %w"". Issue #315 by Thierry Lambert, pull request #323 by
Jeremy Evans.
* RDoc::TokenStream now removes nil tokens. Pull request #318 by Calle
Erlandsson.
* Fixed footer links to rubyforge and darkfish. Pull request #328 by
@blackwinter
* Fixed page-top link. Pull request #329 by @blackwinter
* Minitest gem activation failures are now ignored during test startup.
Issue #313 by VÃt Ondruch.
* Fixed error when generating documentation from singleton classes. Issue
#311 by VÃt Ondruch.
* Splat and keyword params can now be detected for documentation
completeness. Issue #321 Tom Kadwill.
* Standalone anchors in markdown documents are no longer escaped. Issue
#312 by Scott Thompson.
* Fixed RegExp matching stack overflow on Ruby 1.8.7. Issue #327 by sshao.
=== 4.1.2 / 2014-09-05
* Bug fixes
* Updated vendored jQuery to 1.6.4. Bug ruby/ruby#711 by @neuralme
|
|
|
|
Changes are too many to write here, please refer rubygem's github:
https://github.com/rubygems/rubygems/blob/master/History.txt.
|
|
of rubygems except ruby18-base.
|
|
* Add RUBY_GEMS_PKGSRC_VERS and RUBY_RDOC_PKGSRC_VERS.
|
|
|
|
|
|
|
|
|
|
patches/patch-src_output_plugins_httpd_HttpdOutputPlugin.cxx:
Resurrected from the Attic and added some comment.
patches/patch-src_util_Alloc.cxx,
patches/patch-src_util_Alloc.hxx:
Some platforms (e.g. Darwin 9) don't have strndup(3), but the function
xstrndup() isn't used in the first place.
|
|
buildlink3.mk.
Noted broken by joerg.
|
|
always use it.
|
|
dynamic type mess is fixed.
|
|
generate optimal code.
|
|
|
|
return value is expected.
|
|
|
|
|
|
|
|
|
|
See boost/math/tools/config.hpp:53
|
|
successor www/py-mod_wsgi
|
|
successor www/py-mod_wsgi
|
|
|
|
generates metric information about the run time performance of Apache and mod_wsgi. At least mod_wsgi version 4.2.0 is required.
|
|
compliant interface for hosting Python based web applications on top of the Apache web server.
|
|
|
|
1.1104 2015-01-23 22:03:57-05:00 America/New_York
[PREREQS]
- Drop File::Spec 3.27 prereq except on MSWin32
|
|
|