- mtlogin: support cloginrc passphrase and identity
- ios.pm: add ios::ShowCellular() and cmd show cellular 0 profile
- control_rancid: fix mail rcpt bug in error path
- rancid-cvs: change git push.default to current
- add .old to configs/{.cvsignore,.gitignore}; see control_rancid.1
- rancid.pm: rework IP address sorting
- ciscowlc.pm: filter some config junk that wont import
- nxos.pm: not all nexus have show process log vdc-all
- f5rancid: filter fluctuating monitor state in config
- FAQ: updates
- ios.pm: drop the fabricated portion of the "Chassis type:" line; its
too much to try to track it accurately and doesnt seem to provide any
value
- foundry.pm: filter altitude and pressure in ShowChassis
- ios.pm: cellular modem speeds not filtered on C819G
- ios.pm: 3560X w/ XE has different show sdm prefer and show system mtu
formats
- update lg for router.db delimeter change
- rename slogin to plogin (poly-login), as slogin collides with ssh pkg
- jlogin, mtlogin: set tty init options when there is no controlling tty,
and update jlogin to match this method to an error from stty on the O/S
used by the user, Linux, I believe.
http://www.shrubbery.net/pipermail/rancid-discuss/2015-January/007981.html
- flogin: send term length 0 for MLX & other cases.
- flogin: remove sleeps, send -h should work, and lower send_human timers
- *login: set base send_human values and lower (faster) values where it
was already set (clogin, complogin, etc), except flogin.
- rancid.conf: add DIFFSCRIPT knob
- dllogin, wlogin: handle -t option
- control_rancid: read rancid.conf sooner & fix handling group/ranicd.conf
- rancid-run: pass -f to control_rancid
- Fix the commit command used for -r
- Updates to default mail headers for RFC3834 & MS
- rancid.types: fix show config commands for cisco-wlc*
- ios.pm: filter line password on c2800s & c2900s
- add support for git. See the UPGRADING file.
- rancid-cvs: add -f option
- dell.pm: filter up time from show switch
- control_rancid: svn cleanup after collection commits
- iosxr.pm: access-list/prefix-list sorting regex fixes
- ios.pm: access-list/prefix-list sorting regex fixes
- nxos.pm: filter ASIC/INTAKE cycling temps
- panos.pm: convert panrancid to a module
- panlogin, panrancid: import palo alto network script
- jlogin: set tty width to 132 to avoid problems with cli
complete-on-space, which fixes problems occuring when hostnames are
longer
- iosxr.pm: access-list regex truncating lines
- rancid.pm: improve IP sorting, esp for IPv6
- ios.pm: filter show flash & dir bytes free better
- ciscowlc: add filters for oscillating config & env o/p
- ciscowlc: convert Cisco WLC scripts to library
- import Cisco WLC scripts from
http://www.shrubbery.net/pipermail/rancid-discuss/2010-February/004652.html
- *login.in; fix handling of empty lines in -x input
- nxos.pm: recognize invalid command in ShowFex
- nxos.pm: does not set $proc
- nxrancid: convert nexus to module nxos.pm
- ios.pm: save "next reload" template
- tntlogin, tntrancid: remove TNT support
- par, hpuifilter: type fixes for Raspian compatibility
- slogin: add switching login
- ios.pm: filter timestamp and size from filename "syslog"
- configure: complain if sendmail is not found
- control_rancid: DIR set too early
- clogin,ios.pm,iosxr.pm: escape plus (+) regex atom in prompt handling
- foundry.pm: remove rogue newline in regex
- Note Allied Telesis AW+ devices support, works as type 'cisco'
according to Allied Telesis Employees
- fix handling of absent sendmail in configure script
2.6.0 (2015-03-14)
++++++++++++++++++
**Bugfixes**
- Fix handling of cookies on redirect. Previously a cookie without a host
value set would use the hostname for the redirected URL exposing requests
users to session fixation attacks and potentially cookie stealing. This was
disclosed privately by Matthew Daley of `BugFuzz <https://bugfuzz.com>`_.
An CVE identifier has not yet been assigned for this. This affects all
versions of requests from v2.1.0 to v2.5.3 (inclusive on both ends).
- Fix error when requests is an ``install_requires`` dependency and ``python
setup.py test`` is run. (#2462)
- Fix error when urllib3 is unbundled and requests continues to use the
vendored import location.
- Include fixes to ``urllib3``'s header handling.
- Requests' handling of unvendored dependencies is now more restrictive.
**Features and Improvements**
- Support bytearrays when passed as parameters in the ``files`` argument.
(#2468)
- Avoid data duplication when creating a request with ``str``, ``bytes``, or
``bytearray`` input to the ``files`` argument.
launches a submake for _freeze_importlib before all the object files have
been compiled. List $(LIBRARY_OBJS_OMIT_FROZEN) as dependencies to make it
wait until it is safe to launch the submake.
Should fix occasional errors of the sort:
Python/Python-ast.o: file not recognized: File truncated
*** [Modules/_freeze_importlib] Error code 1
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: please use "PR category/123" to have the commitmsg appended to PR 123
Updated devel/p5-IO-Pager to 0.34
Updated devel/p5-IO-Prompt to 0.997002
Updated devel/p5-Inline to 0.80
Updated devel/p5-Inline-C to 0.75
Updated devel/p5-Module-CoreList to 5.20150220
Updated devel/p5-Module-Find to 0.13
Updated devel/p5-Module-Runtime-Conflicts to 0.002
Updated devel/p5-MooX-Options to 4.018
Updated devel/p5-MooX-Cmd to 0.013
Updated devel/p5-MooX-ConfigFromFile to 0.006
Updated devel/p5-MooX-File-ConfigDir to 0.005
Updated devel/p5-MooseX-Getopt to 0.68
Updated devel/p5-PPIx-Regexp to 0.038
Updated devel/p5-Parallel-ForkManager to 1.12
Updated devel/p5-Path-Dispatcher to 1.06
Updated devel/p5-Perl-Critic to 1.125
w
---------------------
1.125 2015-03-02
[Bug Fixes]
* Corrected dependency on List::Util::any() to List::MoreUtils::any()
[Miscellanea]
* Revised and updated documentation.
1.124 2015-02-27
[Policy Changes]
* The ProhibitUnusedPrivateSubroutines policy can now ignore files that
use particular modules with 'skip_when_using' option allows of, for
example, skipping the policy for roles. Thanks to Mark Fowler.
* The RequireUseStrict and RequireUseWarnings policies now regard Moose,
Moo, Mouse, Dancer, Mojolicious, and several other modules as equivalent
to the strict and warnings pragma.
[Bug Fixes]
* The RequireChecked* family of policies has been fixed to accommodate
version numbers when use-ing the autodie pragma. GH #612. Thanks citrin.
---------------------
0.038 2015-03-09 T. R. Wyant
No changes since 0.037_01.
0.037_02 2015-03-01 T. R. Wyant
Make \b{foo} into an unknown token (and therefore an error. This
applies to \b{anything}, where 'anything' is anything bur 'gcb',
'wb', or 'sb'.
0.037_01 2015-02-25 T. R. Wyant
Handle the boundary assertions introduced in Perl 5.21.9: '\b{gcb}'
(grapheme cluster boundary), '\b{wb}' (word boundary), '\b{sb}'
(sentence boundary), and the corresponding '\B{...}' constructions.
Similar-looking things like '\b{foo}' are not recognized as
assertions, and end up being literals. This is less general than I
usually make things, but was done against the possibility that
(e.g.) '\b{foo}' might be introduced later, requiring
perl_version_released() to return a different number. Any of these
retracted prior to Perl 5.22.0 will simply be removed from
PPIx::Regexp.
-------------------
0.68 2015-03-04 18:16:30Z
- fix tests that look for the wrong prereqs (0.67)
0.67 2015-02-28 04:37:19Z
- remove argv from passed-through buildargs if no argv attribute exists, to
mollify MooseX::StrictConstructor (RT#101938, Jose Luis Martinez)
---------------
0.005 2015-03-04
- bump copyright year to 2015
- simplify construction
- increase test coverage
- splash out for attribute clearer ;)
- update meta-data and older eumm-support
---------------
0.006 2015-03-04
- add rough support for multiple prefixes
- fix incorrect meta-data and incomplete handling of newer eumm features
- improve test coverage
- simplify some code to avoid useless conditions
- add new tests for MooX::Cmd and MooX::Options integration
- introduce import setting for config_identifier (consumed attribute
from MooX::File::ConfigDir)
- bump copyright year to 2015
---------------------
0.013 2015-03-04
- fix repository path's (reported by haarg)
- fix ConfigFromFile test for Moose
0.012 2015-03-03
- add support for MooX::ConfigFromFile (0.006+)
- improve initialization by using List::MoreUtils combo-functions
instead of puzzling with List::Util
- improve test coverage