Updated devel/p5-Data-Dump-Streamer to 2.38
Updated devel/p5-Test-Aggregate to 0.372
Updated devel/p5-Test-CPAN-Meta-YAML to 0.24
Updated devel/p5-Test-YAML-Meta to 0.21
Updated devel/p5-Test-CheckDeps to 0.010
Updated devel/p5-Test-CheckManifest to 1.29
Updated devel/p5-Test-CleanNamespaces to 0.18
Updated devel/p5-Devel-CheckOS to 1.73
Updated devel/p5-Test-Compile to 1.2.1
Updated devel/p5-Test-Exception to 0.36
Updated devel/p5-Test-FailWarnings to 0.008
Updated devel/p5-Test-File to 1.41
Updated devel/p5-Test-File-ShareDir to 1.000005
Updated devel/p5-Test-Harness to 3.35
Updated devel/p5-ExtUtils-Manifest to 1.70
Updated devel/p5-ExtUtils-MakeMaker to 7.05.10
- Remove DEPENDS to devel/p5-CPAN-Meta-Requirements ( Bundled since 7.05_05)
(upstream)
- Update 7.04 to 7.05.10
----------------------
7.05_10 Mon Jan 26 15:06:37 GMT 2015
Test fixes:
- Update XSBUILD test to work when compiling under C++
7.05_09 Fri Jan 23 10:15:47 GMT 2015
Bug fixes:
- pure_nolink as dep of dynamic/static in top_targets in case override
( fixes a build issue in core)
- Only add DynaLoader to makeaperl if -Dusedl
7.05_08 Tue Jan 20 10:00:01 GMT 2015
Enhancements:
- Add XSBUILD option: control XSMULTI per XS type and per-object
- Cache is_make_type results for performance (196 in normal WriteMakefile)
Bug fixes:
- Eliminate non-error STDERR
- Use $from (rename to $object) param not $(OBJECT) in xs_make_dynamic_lib
- Set $(OBJECT) if XSMULTI
- Eliminate unnecessary MM_NW5 const_cccmd override
- Make WriteEmptyMakefile Makefile functional when called in subdir
- WriteEmptyMakefile rmtree _eumm, clean target removes Makefile
- WriteEmptyMakefile not recurse by default
- Make manifypods dep on blibdirs as needs it to function
- Back-compat linkext -> subdirs_(perl-linktype) if LINKTYPE= and some DIR
- Eliminate leak of dirhandles in ExtUtils::Liblist::lsdir
- perllocal.pod generation "Perl in Space" fix
- quote_literal PASTHRU_* as can have "" in
- Switch to using version->stringify, never ->normal
Test fixes:
- Introduce use of $ENV{AUTHOR_TESTING} - don't skip some if true
- Skip static tests if not static perl and not author - false negatives
Doc fixes:
- PL_FILES better documented
Dist fixes:
- The bundled Encode::Locale has been updated to 1.04
7.05_07 Fri Jan 9 15:58:49 GMT 2015
Bug fixes:
- Dynamic and static targets now depend from pure_nolink
Test fixes:
- Skip XS static on Haiku as well
- Correctly skip static linking test on shrplib perls
- Handle an occasional race condition in pm_to_blib.t
7.05_06 Thu Jan 8 19:03:48 GMT 2015
Enhancements:
- Refactored XS handling
- XSMULTI=>1 - put multiple *.xs under lib, it "just works"
- pure_all target split so can do "make dynamic" and "make static"
Bug fixes:
- dist_ci target fixed for nmake
- Avoid dmake warning with XS
- Borland and GNU compiler can be specified with full path
- Fix parallel-build problems with split of pure_all target
- Make Win32 miniperl tests pass if no chcp
- Fix metadata extraction problem with *.pm with CRLF
Test fixes:
- Now tested: XS builds of static, bootstrap code system
- XS tests now pluggable
- Win32 t/basic.t now tries Win32 module before chcp
Doc fixes:
- FAQ updated for XSMULTI
- Improve doc for oneliner method
7.05_05 Wed Dec 31 22:42:17 GMT 2014
Enhancements:
- Metadata is now represented internally as Meta Spec 2.0
- Use intermediate files to store META.* and *.ppd files
- ExtUtils::Command has been re-incorporated at 1.19 of that module
Bug fixes:
- the SHELL env var needs to be set if gmake is used on Win32
- No longer manify top-level README.pod document
- Some "dubious code" in the shebang fixin has been fixed
- Lots of XS-handling code tidyups
Test fixes:
- Ensure that tempdirs get tidied up after tests
- ExtUtils::Command tests have been added
Doc fixes:
- Lots of changes to the FAQ document
Dist fixes:
- Bundled CPAN::Meta, CPAN::Meta::Requirements and Parse::CPAN::Meta
updated to latest versions
- No longer bundle CPAN::Meta and prereqs on perls < 5.008001
- 'version' added to the no_index declaration
7.05_04 Wed Dec 24 14:31:17 GMT 2014
Core fixes:
- Fix for lack of B module at build time when in core
7.05_03 Wed Dec 24 11:45:58 GMT 2014
Bug fixes:
- Revert LibList to a previous working state
- Fix distsignature dependencies for parallel make
- Check exit status for commands in "make ci" target
- RT#100268 fix wrong variable being used
- Make open_for_writing() exportable for utf8 encoding
- Made prereqs work minus version-range if no CPAN::Meta::Requirements
Test fixes:
- vstrings test was recfactored
- prereqs test acquired labels for all tests
QA fixes:
- use containerised travis builds for extra speed
- blead build has been prioritised as it takes the longest
7.05_02 Mon Dec 15 20:06:12 GMT 2014
VMS fixes:
- Unixify path in t/INSTALL_BASE.t
Test fixes:
- perl_lib calls fixed in tests
- t/Liblist_Kid.t fixed for Win32 and others
7.05_01 Sat Dec 6 15:44:55 GMT 2014
Enhancements:
- version ranges are now supported for PREREQS, etc.
Bug fixes:
- Also quote linker paths to handle spaces
- Avoid cmdline duplication if ARCHLIB and LIB are identical
Test fixes:
- Removed done_testing from a number of test files
- Added a subdir with a space test
---------------
0.008 2013-09-25 14:08:48 America/New_York
[FIXES]
- Compile test could hang on Windows
[PREREQS]
- Dropped configure_requires for ExtUtils::MakeMaker to 6.17
1.73 2014-08-01 Add support for Android
1.72 2014-04-16 Add support for Bitrig, an OpenBSD fork;
Check $^O case-insensitively as some OSes
aren't particularly consistent
-------------------
0.18 2015-01-21 03:54:30Z
- remove Moose test requires <-> Test::CleanNamespaces test recommends
circular relationship (softened to suggests)
0.17 2015-01-20 03:46:46Z
- skip Mouse tests if some required interfaces are not available
-------------------
1.29 2015-01-05
[DOCUMENTATION]
* document dir/file feature that was added in 1.27 (pr#2
- Thanks to Doug Hoyte (FRACTAL))
1.28 2014-01-19
+ fix bug where some files in the selftest were skipped
while the files where added to the dist.
1.27 2014-01-17
+ added feature to specify path of MANIFEST or directory where it is stored
---------------------
0.010 2013-10-09 18:10:39 Europe/Amsterdam
- Revert adding conventional [Test::CheckDeps] test, to avoid circular dependency
0.009 2013-10-09 15:39:01 Europe/Amsterdam
- Added Synopsis
- $Test::Builder::Level increased, so failing tests appear to come
from the .t file rather than Test/CheckDeps.pm
- also test 'develop' prereqs when AUTHOR_TESTING
---------------
0.372 2015-01-07
- Add 'no_generate_plan' option to Test::Aggregate::Nested.
Thanks to David D Lowe for the pull request (gh-3 and rt-100246).
-------------------
2.37
Various changes. See github log for changes.
https://github.com/demerphq/Data-Dump-Streamer
NOTE, I have little time to maintain this package. If a secondary maintainer
wants to step up I would be happy to grant the appropriate permissions so that
new releases do not take so long.
---------------------
0.403
- Avoid using Test::More::done_testing() for to support building
out-of-the-box on older perls.
0.402 Sat Oct 18 18:06:19 EEST 2014
- Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config();
patch submitted by Niko Tyni of the Debian Perl Group; fixes RT#99260
0.401 Sat Aug 23 14:20:11 IRKT 2014
- Add README changes created by 'make dist' from the POD
- Rename test modules
- Test old/new schemes with .pm files
- Move old/new scheme tests from middle of other stuff to end
- Rename test packages to 8.3 unique
0.400 Sun Aug 10 13:58:24 CEST 2014
- In addition to the package variables $inc, $libs and @typemaps, write an
'Inline' method to <package>::Install::Files for easier interoperability
with the Inline module.
- Accompany the 'Inline' method with a 'deps' method in
<package>::Install::Files in addition to the @deps package variable.
- Make ExtUtils::Depends->load use the 'Inline' and 'deps' methods by
default, falling back to the package variables if the methods are not
defined.
- Make the docs recommend the 'Inline' and 'deps' approach for creating
<package>::Install::Files manually, without
ExtUtils::Depends::save_config.
0.309 Sat Aug 2 15:23:03 PDT 2014
- Depends.pm: use $DLEXT instead of $SO for library filename extensions
- MANIFEST: remove MYMETA.* files
- use DynaLoader::mod2fname if available
- Added Android support
0.308 Sun May 18 16:22:11 PDT 2014
- Fix win32 test failure in t/02_save_load.t (closes RT#95301)
0.307 Mon Apr 28 22:04:38 PDT 2014
- $Data::Dumper::Terse set to 1 broke save_config
- Document API expected by ::load function
0.306 Mon Sep 28 22:04:38 PDT 2013
- Fixed typo in RT queue URL; fixes RT#88960
0.305 Mon Sep 2 14:16:58 PDT 2013
- Makefile.PL: converted to CPAN::Meta::Spec v2
- Updated license in RPM spec file; closes RT#88196
- Updated contact info and added git repo info to POD
- Add comments for find_extra_libs method (closes RT#43900)
- Fixed typo (closes RT#86572)
--------------
Explicit ChangeLog not found, but looking into the source, the option -m is added.
------------
+ " -m type"
+#ifndef HAVE_PCAP_LIST_TSTAMP_TYPES
+ " (Disabled on this system. Option ignored)"
+#endif
+ "\n Type of timestamp to use for incoming packets. Use -vv when\n"
+ " pinging to list available ones.\n"
- "[ -C <count> ] [ -i <interface> ] "
+ "[ -C <count> ] [ -i <interface> ] [ -m <type> ] "
needed to run publicfile services and provides NetBSD-style rc.d
scripts, in the pkgsrc tradition of qmail-run and djbdns-run. By
J. Lewis Muir, from wip.
(Feel free to add platforms as they are verified to have kernel
support.)
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
Changelog:
Fixed 35.0.1 - With the Enhanced Steam extension, Firefox could crash (1123732)
Fixed 35.0.1 - Fix a potential startup crash (1122367)
Fixed 35.0.1 - Kerberos authentication did not work with alias (1108971)
Fixed 35.0.1 - SVG / CSS animation had a regression causing rendering issues on websites like openstreemap.org (1083079)
Fixed 35.0.1 - On Godaddy webmail, Firefox could crash (1113121)
Fixed 35.0.1 - document.baseURI did not get updated to document.location after base tag was removed from DOM for site with a CSP (1121857)
Fixed 35.0.1 - With a Right-to-left (RTL) version of Firefox, the text selection could be broken (1104036)
Fixed 35.0.1 - CSP had a change in behavior with regard to case sensitivity resources loading (1122445)
changes:
-fixes possible crashes and memory leaks which qualify as DOS problems
(CVE-2015-1380, CVE-2015-1381, CVE-2015-1382)
-minor fixes, documentation improvements
o various explicit #includes
o sources use {u_,u}int*_t in equal share, so just build with -D
o providing Solaris' MAXHOSTNAMELEN with -D avoids patching half a dozen files
o misc. build fixes
Use pkgsrc CONF_FILES framework
Make pkglint happy
TODO: Test on Solaris, SMF config files for venus and server
xenkernel45:
File "/tmp/pkgsrc/sysutils/xenkernel45/work.x86_64/xen-4.5.0/xen/tools/compat-
build-source.py", line 30
print line.rstrip()
^
SyntaxError: invalid syntax
xentools45:
File "mkchecker.py", line 40, in <module>
if compat_arches.has_key(a):
AttributeError: 'dict' object has no attribute 'has_key'
...
XXX Assume the same is true for python 3.4 and mark as not for 33 34
Release 1.8.9.1
(release date 04-01-2015)
- Fixed a couple of cases where sharing string data could lead to corruption [view]
- Various VHDL related fixes [view]
- Bug 742151 - Bogus warning: citelist: Unexpected new line character [view]
- Bug 742230 - @todo paragraphs incorrectly placed in rtf output [view]
- Bug 742235 - Bogus message with addtogroup [view]
- Documentation HTML Header, Footer, and Stylesheet changes [view]
- Documenting RESULT variable of Fortran FUNCTION [view]
- Fix potential null pointer dereference in src/context.cpp [view]
- Fixed compilation issue on Windows [view]
- Fortran FUNCTION source code [view]
- Fortran: code color GOTO as flow keyword. [view]
- Help message regarding layout file [view]
- Remove unused local and static global variables [view]
- Suggestion to use stripPrefix has been implemented for
RESULT. For consistency also implemented for
arguments. [view]
- Switched back to version 6.2 of JavaCC for VHDL parser generation. [view]