Commit graph

245274 commits

Author SHA1 Message Date
wen
118eef1130 Update to 1.0002
Upstream changes:
1.0002  2015-08-17 14:46
        - Replaced curly brackets with parentheses in variable expansion in
        Makefile.PL.
        Fixes RT106483; Credits: Daniel Macks <dmacks@netspace.org>
        - make clean no longer wipes out entities data
2016-02-18 04:00:02 +00:00
wen
687f71bff0 Updated textproc/p5-Unicode-LineBreak to 2015.12 2016-02-18 03:52:30 +00:00
wen
80ff70263d Update to 2015.12
Upstream changes:
2015.12  Sun Nov 29 2015
# No new features.

2015.011_09  Mon Nov 09 2015
! LineBreak.xs
  - uvnui_to_utf8() was obsoleted by Perl 5.20.0. Use uvchr_to_utf8().

2015.011_03  Sun Nov 03 2015
! LineBreak.xs
  - Bug fix: CPAN RT #106714: Unicode::GCString fails to handle numeric value,
    mostly on *BSD and Mac OS X.
! t/10gcstring.t
  - Adding more case.

2015.11  Sun Nov 01 2015
# No new features.
! lib/Unicode/LineBreak.pm
  - CPAN RT #106859: The latest version is not indexed.
! t/10gcstring.t
  - testing that GCString stringify numeric arguments (CPAN RT #106714).

2015.07.16  Fri Jul 17 2015
# No new features.
! LineBreak.xs
  - utf8_to_uvuni_buf has been deprecated by Perl 5.19.4.

2015.06  Sun Jun 21 2015
# Unicode 8.0.0, bundled sombok 2.4.0.
! lib/Unicode/LineBreak.pod
! lib/POD2/JA/Unicode/LineBreak.pod
! t/18currency.y
  - add a change for U+20BE.
2016-02-18 03:46:06 +00:00
wen
ad63483627 Updated textproc/p5-Text-Unidecode to 2.17 2016-02-18 03:41:28 +00:00
wen
1852467a78 Update to 1.27
Upstream changes:
2015-10-21   Sean M. Burke  sburke@cpan.org
	* RELEASE 1.27.  (Stable.)
	The release, 1.25_01, didn't blow up, so this is just
	a re-release of it as a normal ("stable") version.
	* Minor changes to the documentation.  Nothing substantial.
	* Release 1.26 had a confusing mistake in the ChangeLog.
	Ignore v1.26.

2015-10-21   Sean M. Burke  sburke@cpan.org
	* RELEASE 1.26.  Mistake.  See above for change notes
	between v1.25_01 and v1.27.

2015-10-16   Sean M. Burke  sburke@cpan.org
	* RELEASE 1.25_01.
	* !DEVELOPER RELEASE!, OH GOD HELP US ALL!

	* Here's a new thing that makes me nervous and hesitant, and that I've
	been talking myself into for weeks:

	  **************************************************************
	  *  I've switched to accepting values in the range 0x80-0x9F  *
	  *  as if they are the Windows-1252 ("ANSI") characters.      *
	  **************************************************************

	Previously they had all mapped to emptystring.

	Technically, Unicode specifies those codepoints as control characters
	that I've never heard of, "C1 Controls"...
	  ...
	  U+0087 ESA - End of Selected Area
	  U+0088 HTS - Character (Horizontal) Tabulation Set
	  U+0089 HTJ - Character (Horizontal) Tabulation with Justification
	  ...
	( See "C1" in https://en.wikipedia.org/wiki/C0_and_C1_control_codes )

	And Unidecode mapped all of those to emptystring.  Now they are treated
	as if you fed the Windows-1252 characters, as that is an extremely
	common thing to have happen.

	So if you feed character value 0x80 to it, it is taken to mean "��"
	(which Unidecode then decodes as "EUR", at the moment at least).
	(This doesn't interfere with the fact that U+20AC is the proper
	Unicode	place for the "��" to be found.)

	And the smartquotes at 0x91 to 0x94, �� �� �� �� turn into ' ' " " so yaaaay!

	Note that in theory, according to C1 Controls, 0x85 is "NEL: Next
	Line", "Equivalent to CR+LF. Used to mark end-of-line on some IBM
	mainframes."
	I could map this to \n or \r\n or whatever, but I've never seen 0x85 in
	use in the wild, and I never heard anyone complain about my not having
	mapped it to "\n" in all the Unidecode versions since the first, in 2001.
	So instead, Unidecode takes 0x85 as its Windows-1252 value, the
	ellipsis "��" which of course it Unidecodes as "..."

	I'm not thrilled with the idea of going off spec but I think this
	should be okay, and it has massive DWIM value.
	Let's hope I'm not dividing Unicode times infinity by zero and then the
	whole universe will disa

	That's why I'm making this a developer release.  Unless anything
	besplodes by November 1st, I'll re-issue this as a stable release.
2016-02-18 03:38:36 +00:00
ryoon
8d5619dcb5 Update to 3.22.1
Changelog:
The NSS Development Team announces the release of NSS 3.22.1

No new functionality is introduced in this release.

Notable Changes:
* NSS has been changed to use the PR_GetEnvSecure function that
  was made available in NSPR 4.12
2016-02-17 22:00:14 +00:00
ryoon
05b7bd4e4b Updated devel/nspr to 4.12 2016-02-17 21:59:20 +00:00
ryoon
0610bb73d4 Update to 4.12
Changelog:
The NSPR 4.12 release is now available.  The hg tag is
NSPR_4_12_RTM.  The source tar file can be downloaded from
https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.12/src/

NSPR 4.12 has the following bug fixes:

* added a PR_GetEnvSecure function, which attempts to detect if the program
  is being executed with elevated privileges, and returns NULL if detected.
  It is recommended to use this function in general purpose library code.

* fixed a memory allocation bug related to the PR_*printf functions

* exported API PR_DuplicateEnvironment, which had already been added in
  NSPR 4.10.9

* added support for FreeBSD aarch64

* several minor correctness and compatibility fixes
2016-02-17 21:58:26 +00:00
richard
f32694cb52 SunOS needs alloca.h and some TLC in sysutils 2016-02-17 21:54:09 +00:00
he
32884ac08d Note update of sysutils/ansible to 1.9.4nb1. 2016-02-17 20:32:44 +00:00
he
5b1abb9d44 Upgrade to version 1.9.4nb1, copied over from pkgsrc-wip.
Upstream changes:
Version 1.9.4, "Dancing In the Street" - Oct 9, 2015:
 * Fixes a bug where yum state=latest would error if there were no
   updates to install.
 * Fixes a bug where yum state=latest did not work with wildcard package names.
 * Fixes a bug in lineinfile relating to escape sequences.
 * Fixes a bug where vars_prompt was not keeping passwords private by default.
 * Fix ansible-galaxy and the hipchat callback plugin to check that
   the host it is contacting matches its TLS Certificate.

Version 1.9.3, "Dancing In the Street" - Sep 3, 2015:
 * Fixes a bug related to keyczar messing up encodings internally,
   resulting in decrypted messages coming out as empty strings.
 * AES Keys generated for use in accelerated mode are now 256-bit
   by default instead of 128.
 * Fix url fetching for SNI with python-2.7.9 or greater. SNI does
   not work with python < 2.7.9. The best workaround is probably
   to use the command module with curl or wget.
 * Fix url fetching to allow tls-1.1 and tls-1.2 if the system's
   openssl library supports those protocols
 * Fix ec2_ami_search module to check TLS Certificates
 * Fix the following extras modules to check TLS Certificates:
        campfire
        layman
        librarto_annotate
        twilio
        typetalk
 * Fix docker module's parsing of docker-py version for dev checkouts
 * Fix docker module to work with docker server api 1.19
 * Change yum module's state=latest feature to update all packages
   specified in a single transaction. This is the same type of fix
   as was made for yum's state=installed in 1.9.2 and both solves
   the same problems and with the same caveats.
 * Fixed a bug where stdout from a module might be blank when there
   were were non-printable ASCII characters contained within it

Version 1.9.2, "Dancing In the Street" - Jun 26, 2015:
 * Security fixes to check that hostnames match certificates with
   https urls (CVE-2015-3908)
        get_url and uri modules
        url and etcd lookup plugins
 * Security fixes to the zone (Solaris containers), jail (bsd
   containers), and chroot connection plugins. These plugins can
   be used to connect to their respective container types in leiu
   of the standard ssh connection. Prior to this fix being applied
   these connection plugins didn't properly handle symlinks within
   the containers which could lead to files intended to be written
   to or read from the container being written to or read from the
   host system instead. (CVE pending)
 * Fixed a bug in the service module where init scripts were being
   incorrectly used instead of upstart/systemd.
 * Fixed a bug where sudo/su settings were not inherited from
   ansible.cfg correctly.
 * Fixed a bug in the rds module where a traceback may occur due
   to an unbound variable.
 * Fixed a bug where certain remote file systems where the SELinux
   context was not being properly set.
 * Re-enabled several windows modules which had been partially
   merged (via action plugins):
       win_copy.ps1
       win_copy.py
       win_file.ps1
       win_file.py
       win_template.py
 * Fix bug using with_sequence and a count that is zero. Also allows
   counting backwards isntead of forwards
 * Fix get_url module bug preventing use of custom ports with https urls
 * Fix bug disabling repositories in the yum module.
 * Fix giving yum module a url to install a package from on RHEL/CENTOS5
 * Fix bug in dnf module preventing it from working when yum-utils
   was not already installed

Version 1.9.1, "Dancing In the Street" - Apr 27, 2015:
 * Fixed a bug related to Kerberos auth when using winrm with a domain account.
 * Fixing several bugs in the s3 module.
 * Fixed a bug with upstart service detection in the service module.
 * Fixed several bugs with the user module when used on OSX.
 * Fixed unicode handling in some module situations (assert and
   shell/command execution).
 * Fixed a bug in redhat_subscription when using the activationkey parameter.
 * Fixed a traceback in the gce module on EL6 distros when multiple
   pycrypto installations are available.
 * Added support for PostgreSQL 9.4 in rds_param_group
 * Several other minor fixes.

Version 1.9, "Dancing In the Street" - Mar 25, 2015:
Major changes:
 * Added kerberos support to winrm connection plugin.
 * Tags rehaul: added 'all', 'always', 'untagged' and 'tagged'
   special tags and normalized tag resolution. Added tag information
   to --list-tasks and new --list-tags option.
 * Privilege Escalation generalization, new 'Become' system and
   variables now will handle existing and new methods. Sudo and
   su have been kept for backwards compatibility. New methods
   pbrun and pfexec in 'alpha' state, planned adding 'runas' for
   winrm connection plugin.
 * Improved ssh connection error reporting, now you get back the
   specific message from ssh.
 * Added facility to document task module return values for
   registered vars, both for ansible-doc and the docsite. Documented
   copy, stats and acl modules, the rest must be updated individually
   (we will start doing so incrementally).
 * Optimize the plugin loader to cache available plugins much more
   efficiently. For some use cases this can lead to dramatic
   improvements in startup time.
 * Overhaul of the checksum system, now supports more systems and
   more cases more reliably and uniformly.
 * Fix skipped tasks to not display their parameters if no_log is specified.
 * Many fixes to unicode support, standarized functions to make
   it easier to add to input/output boundaries.
 * Added travis integration to github for basic tests, this should
   speed up ticket triage and merging.
 * environment: directive now can also be applied to play and is
   inhertited by tasks, which can still override it.
 * expanded facts and OS/distribution support for existing facts
   and improved performance with pypy.
 * new 'wantlist' option to lookups allows for selecting a list
   typed variable vs a comma delimited string as the return.
 * the shared module code for file backups now uses a timestamp
   resolution of seconds (previouslly minutes).
 * allow for empty inventories, this is now a warning and not an
   error (for those using localhost and cloud modules).
 * sped up YAML parsing in ansible by up to 25% by switching to
   CParser loader.
New Modules:
 * cryptab: manages linux encrypted block devices
 * gce_img: for utilizing GCE image resources
 * gluster_volume: manage glusterfs volumes
 * haproxy: for the load balancer of same name
 * known_hosts: manages the ssh known_hosts file
 * lxc_container: manage lxc containers
 * patch: allows for patching files on target systems
 * pkg5: installing and uninstalling packages on Solaris
 * pkg5_publisher: manages Solaris pkg5 repository configuration
 * postgresql_ext: manage postgresql extensions
 * snmp_facts: gather facts via snmp
 * svc: manages daemontools based services
 * uptimerobot: manage monitoring with this service
New Filters:
 * ternary: allows for trueval/falseval assignment dependent on conditional
 * cartesian: returns the Cartesian product of 2 lists
 * to_uuid: given a string it will return an ansible domain specific UUID
 * checksum: uses the ansible internal checksum to return a hash from a string
 * hash: get a hash from a string (md5, sha1, etc)
 * password_hash: get a hash form as string that can be used as a
   password in the user module (and others)
 * A whole set of ip/network manipulation filters:
   ipaddr,ipwrap,ipv4,ipv6ipsubnet,nthhost,hwaddr,macaddr

Version 1.8.4, "You Really Got Me" - Feb 19, 2015:
 * Fixed regressions in ec2 and mount modules, introduced in 1.8.3

Version 1.8.3, "You Really Got Me" - Feb 17, 2015:
 * Fixing a security bug related to the default permissions set on
   a temporary file created when using "ansible-vault view ".
 * Many bug fixes, for both core code and core modules.

Version 1.8.2, "You Really Got Me" - Dec 04, 2014:
 * Various bug fixes for packaging issues related to modules.
 * Various bug fixes for lookup plugins.
 * Various bug fixes for some modules (continued cleanup of postgresql
   issues, etc.).
 * Add a clone parameter to git module that allows you to get
   information about a remote repo even if it doesn't exist locally.

Version 1.8.1, "You Really Got Me" - Nov 26, 2014:
 * Various bug fixes in postgresql and mysql modules.
 * Fixed a bug related to lookup plugins used within roles not
   finding files based on the relative paths to the roles files/
   directory.
 * Fixed a bug related to vars specified in plays being templated
   too early, resulting in incorrect variable interpolation.
 * Fixed a bug related to git submodules in bare repos.

Version 1.8, "You Really Got Me" - Nov 25, 2014:
Major changes:
 * fact caching support, pluggable, initially supports Redis (DOCS pending)
 * 'serial' size in a rolling update can be specified as a percentage
 * added new Jinja2 filters, 'min' and 'max' that take lists
 * new 'ansible_version' variable available contains a dictionary
   of version info
 * For ec2 dynamic inventory, ec2.ini can has various new configuration options
   'ansible vault view filename.yml' opens filename.yml decrypted in a pager.
   no_log parameter now surpressess data from callbacks/output as
   well as syslog
 * ansible-galaxy install -f requirements.yml allows advanced
   options and installs from non-galaxy SCM sources and tarballs.
 * command_warnings feature will warn about when usage of the
   shell/command module can be simplified to use core modules -
   this can be enabled in ansible.cfg
 * new omit value can be used to leave off a parameter when not
   set, like so module_name: a=1 b={{ c | default(omit) }}, would
   not pass value for b (not even an empty value) if c was not set.
 * developers: 'baby JSON' in module responses, originally intended
   for writing modules in bash, is removed as a feature to simplify
   logic, script module remains available for running bash scripts.
 * async jobs started in "fire & forget" mode can now be checked
   on at a later time.
 * added ability to subcategorize modules for docs.ansible.com
 * added ability for shipped modules to have aliases with symlinks
 * added ability to deprecate older modules by starting with "_"
   and including "deprecated: message why" in module docs
New Modules:
 * cloud: rax_cdb - manages Rackspace Cloud Database instances
 * cloud: rax_cdb_database - manages Rackspace Cloud Databases
 * cloud: rax_cdb_user - manages Rackspace Cloud Database users
 * monitoring: zabbix_maintaince - handles outage windows with Zabbix
 * monitoring: bigpanda - support for bigpanda
 * net_infrastructure: a10_server - manages server objects on A10 devices
 * net_infrastructure: a10_service_group - manages service group
   objects on A10 devices
 * net_infrastructure: a10_virtual_server - manages virtual server
   objects on A10 devices
 * system: getent - read getent databases

Version 1.7.2, "Summer Nights" - Sep 24, 2014:
 * Fixes a bug in accelerate mode which caused a traceback when
   trying to use that connection method.
 * Fixes a bug in vault where the password file option was not
   being used correctly internally.
 * Improved multi-line parsing when using YAML literal blocks (using > or |).
 * Fixed a bug with the file module and the creation of relative symlinks.
 * Fixed a bug where checkmode was not being honoured during the
   templating of files.
 * Other various bug fixes.

Version 1.7.1, "Summer Nights" - Aug 14, 2014:
 * Security fix to disallow specifying 'args:' as a string, which
   could allow the insertion of extra module parameters through
   variables.
 * Performance enhancements related to previous security fixes,
   which could cause slowness when modules returned very large
   JSON results. This specifically impacted the unarchive module
   frequently, which returns the details of all unarchived files
   in the result.
 * Docker module bug fixes:
      Fixed support for specifying rw/ro bind modes for volumes
      Fixed support for allowing the tag in the image parameter
 * Various other bug fixes

Version 1.7, "Summer Nights" - Aug 06, 2014:
Major new features:
 * Windows support (alpha) using native PowerShell remoting
 * Tasks can now specify run_once: true, meaning they will be
   executed exactly once. This can be combined with delegate_to
   to trigger actions you want done just the one time versus for
   every host in inventory.
New inventory scripts:
 * SoftLayer
 * Windows Azure
New Modules:
 * cloud: azure
 * cloud: rax_meta
 * cloud: rax_scaling_group
 * cloud: rax_scaling_policy
 * windows: version of setup module
 * windows: version of slurp module
 * windows: win_feature
 * windows: win_get_url
 * windows: win_msi
 * windows: win_ping
 * windows: win_user
 * windows: win_service
 * windows: win_group
Other notable changes:
 * Security fixes
    * Prevent the use of lookups when using legacy "{{ }}" syntax
      round variables and with_* loops.
    * Remove relative paths in TAR-archived file names used by ansible-galaxy.
 * Inventory speed improvements for very large inventories.
 * Vault password files can now be executable, to support scripts
   that fetch the vault password.
2016-02-17 20:31:45 +00:00
jaapb
0e241c211e Updated devel/js_of_ocaml to 2.7nb1 2016-02-17 17:02:43 +00:00
jaapb
23e5e533fb Revamped the js_of_ocaml package. No upstream changes, but some changes
to what exactly gets compiled.
2016-02-17 17:02:30 +00:00
jaapb
1d187e9f2e Updated devel/ocaml-lwt to 2.5.1nb1 2016-02-17 17:00:58 +00:00
jaapb
4a0146dbc1 Revamped the ocaml-lwt package. No upstream changes, but I added two
compilation options.
2016-02-17 17:00:38 +00:00
jaapb
9101e5296c Added ppx and camlp4 options. 2016-02-17 16:54:59 +00:00
jaapb
f044bb4d50 Added ocaml-ppx_deriving to SUBDIRs 2016-02-17 16:49:13 +00:00
jaapb
ad6b009157 Added devel/ocaml-ppx_deriving version 3.1 2016-02-17 16:45:01 +00:00
jaapb
c580955d2c Added package devel/ocaml-ppx_deriving, which is a PPX-enabled version
of dhe ocaml-deriving package already present in pkgsrc as
devel/ocaml-deriving-ocsigen.
2016-02-17 16:44:44 +00:00
jperkin
98285b6edb Updated www/ap-authnz-crowd to 2.2.2nb1 2016-02-17 16:32:54 +00:00
jperkin
0b4307441f Fix install layout. Bump PKGREVISION. 2016-02-17 16:32:44 +00:00
taca
c1c15f11d9 Note update of graphics/ruby-mini-magick package to 4.4.0. 2016-02-17 15:03:16 +00:00
taca
38797427de Update ruby-mini-magick to 4.4.0.
4.4.0

* Using MiniMagick::Image#format now works when the image instance is a
  layer/frame/page.
* Calling MiniMagick::Tool#clone as a way of adding the -clone CLI option now
  works properly (before it would call Object#clone).
* Badly encoded lines in identify -verbose don't cause an error anymore in
  MiniMagick::Image#details.
* MiniMagick::Image#details doesn't hang anymore when clipping paths are
  present
* Added MiniMagick::Image#tempfile for accessing the underlying temporary
  file.
2016-02-17 15:02:44 +00:00
taca
768f447e5b Note update of time/ruby-tzinfo-data package to 1.2016.1. 2016-02-17 14:58:50 +00:00
taca
b721296b73 Update ruby-tzinfo-data to 1.2016.1.
Based on version 2016a of the IANA Time Zone Database
(https://mm.icann.org/pipermail/tz-announce/2016-January/000035.html).
2016-02-17 14:58:19 +00:00
wen
79c92ba39e Updated devel/p5-Moose to 2.1605 2016-02-17 14:24:57 +00:00
wen
771fcacd17 Update to 2.1605
Upstream changes:
2.1605   2016-02-16

  [DOCUMENTATION]

  - Fixed references to test files that were renamed when their associated
    documentation files were renamed in 2.0500 (RT#111898)

  - Moose::Manual::Roles now contains a section on handling required
    attributes in role application (thanks, Kent Fredric!)

  - a few other, very minor, documentation fixes
2016-02-17 14:24:04 +00:00
wen
b9be36ae31 Updated devel/p5-Path-Class to 0.36 2016-02-17 14:05:20 +00:00
wen
7c78b84175 Update to 0.36
Upstream changes:
0.36  Tue Feb 16 22:16:21 CST 2016

 - 117bd64 - Use croak instead of die; use eval syntax instead of universal::isa (as perlcritic wishes) <viviparous>
 - 4b620b6 - Load File::Copy and Perl::OSType only when used (copy_to, move_to) <Olivier Mengu矇>
 - 55ecb58 - always use canonpath on arguments to splitdir <Andrew Gregory>
 - 25c12f7 - Fix 'Operation "eq": no method found' error (RT #77259), whose underlying cause
   isn't really understood. <mzrinsky>
 - 935eeed - Add some fixes & tests for contains() with updir stuff (github #43) <Ken Williams>
 - 927fa74 - Fix Carp::Croak to Carp::croak <Ken Williams>
 - 2d615ca 34da6d3 5fcad02 1b7be68 a622acf - Fixed and improved Travis testing configuration <Dave Rolsky>
 - 2a74c40 - Fix Pod typos <苤迮�迣迮邿 �郋邾訄郇郋赲>
 - 28ca95a - Check all print calls in spew and explicitly call (and check) close <Dave Rolsky>
2016-02-17 14:03:48 +00:00
wen
84aff6a798 Updated devel/p5-version to 0.9913 2016-02-17 13:56:19 +00:00
wen
173b0ab1cd Update to 0.9913
Upstream changes:
2016-02-16  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Added tag 0.9913 for changeset f5eda39012f8
	[acfb12d302c3] [tip]

	* flow: Merged <release> '0.9913' to <master> ('default').
	[f5eda39012f8] [0.9913]

	* flow: Merged <release> '0.9913' to <develop> ('develop').
	[8dcd1df93adb] <develop>

	* flow: Closed <release> '0.9913'.
	[b27dba2c01a1] <release/0.9913>

	* .hgignore, MANIFEST.SKIP:
	Ignore ctags file
	[c0f9aca57284] <release/0.9913>

2016-02-01  John Peacock  <john.peacock@havurah-software.org>

	* vutil/vutil.c:
	Perl uses more strict C flags
	[12902d257437] <release/0.9913>

	* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
	pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
	t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
	vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Bump version for release
	[8f24755b6f11] <release/0.9913>

	* flow: Created branch 'release/0.9913'.
	[f189d92b9db1] <release/0.9913>

2016-01-21  John Peacock  <john.peacock@havurah-software.org>

	* flow: Merged <hotfix> '0.9912_03' to <develop> ('develop').
	[4159ccbf8bb3] <develop>

	* .hgtags:
	Added tag 0.9912_03 for changeset c0117603b8ff
	[0d12dbfef4e2]

	* flow: Merged <hotfix> '0.9912_03' to <master> ('default').
	[c0117603b8ff] [0.9912_03]

	* flow: Closed <hotfix> '0.9912_03'.
	[8df7847932f0] <hotfix/0.9912_03>

	* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
	pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
	t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
	vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Prep for release
	[02821023f2e7] <hotfix/0.9912_03>

	* vutil/Makefile.PL, vutil/vutil.c, vutil/vutil.h, vutil/vxs.inc,
	vutil/vxs.xs:
	Apply pull request from bulk88: vutil.c and vxs.inc/vxs.xs must be
	combined to be the same .o file for static to work. Previously there
	was a vutil.o and a vxs.o which were combined by the linker.
	Combining the 2 .o files and making all symbols static removes
	plt/got indirection on ELF OSes. On Win32 vxs.dll exports nothing
	except boot_version__vxs, the linux version shouldn't export
	anything either.
	[187bfa1881be] <hotfix/0.9912_03>

	* t/00impl-pp.t, t/01base.t, t/02derived.t, t/03require.t:
	Use portable options so Windows does not fail
	[03b91e2c0ef5] <hotfix/0.9912_03>

2016-01-07  John Peacock  <john.peacock@havurah-software.org>

	* flow: Created branch 'hotfix/0.9912_03'.
	[9cd0e1255aac] <hotfix/0.9912_03>

	* flow: Merged <hotfix> '0.9912_02' to <develop> ('develop').
	[bd6f13c85dac] <develop>

	* .hgtags:
	Added tag 0.9912_02 for changeset 7a3f1ac2d502
	[523da51cfeeb]

	* flow: Merged <hotfix> '0.9912_02' to <master> ('default').
	[7a3f1ac2d502] [0.9912_02]

	* flow: Closed <hotfix> '0.9912_02'.
	[02758f2cf016] <hotfix/0.9912_02>

2016-01-03  John Peacock  <john.peacock@havurah-software.org>

	* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
	pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
	t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
	vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Bump version for release
	[620f6585a091] <hotfix/0.9912_02>

	* t/07locale.t:
	Wrong skip offset and more generous locale possibilities for comma
	locale
	[3ef6df5d370a] <hotfix/0.9912_02>

	* flow: Created branch 'hotfix/0.9912_02'.
	[840b1c8ec916] <hotfix/0.9912_02>

2016-01-02  John Peacock  <john.peacock@havurah-software.org>

	* .hgtags:
	Added tag 0.9912_01 for changeset 18591196a1ff
	[2458e15f2559]

	* flow: Merged <release> '0.9912_01' to <master> ('default').
	[18591196a1ff] [0.9912_01]

	* flow: Merged <release> '0.9912_01' to <develop> ('develop').
	[cfb4d643f07d] <develop>

	* flow: Closed <release> '0.9912_01'.
	[35fe333646f7] <release/0.9912_01>

	* t/10_lyon.t:
	Magic v-string introduced in 5.8.1
	[d9fc86689acc] <release/0.9912_01>

2015-12-31  John Peacock  <john.peacock@havurah-software.org>

	* Makefile.PL, README, lib/version.pm, lib/version/regex.pm, t/00impl-
	pp.t, t/01base.t, t/02derived.t, t/03require.t, t/05sigdie.t,
	t/06noop.t, t/07locale.t, t/08_corelist.t, t/09_list_util.t,
	t/10_lyon.t, t/coretests.pm, vperl/vpp.pm, vutil/lib/version/vxs.pm:
	Bump version for alpha CPAN release
	[6ea02663b047] <release/0.9912_01>

2016-01-01  John Peacock  <john.peacock@havurah-software.org>

	* flow: Created branch 'release/0.9912_01'.
	[f6c197863de6] <release/0.9912_01>

	* t/07locale.t, vutil/vutil.c:
	Resolve https://rt.cpan.org/Ticket/Display.html?id=102272
	[353b8d985519] <develop>

	* t/coretests.pm, vperl/vpp.pm, vutil/vutil.c:
	Resolve https://rt.cpan.org/Ticket/Display.html?id=98744
	[498a66726d64] <develop>

	* t/coretests.pm:
	Lyon Compromise resolves
	https://rt.cpan.org/Ticket/Display.html?id=93340
	[5a035f18e9ff] <develop>

	* lib/version/Internals.pod:
	Resolve https://rt.cpan.org/Ticket/Display.html?id=107114
	[9d032859e53a] <develop>

	* lib/version.pod:
	Resolve https://rt.cpan.org/Ticket/Display.html?id=107113
	[ae087294fa7d] <develop>

	* Makefile.PL:
	Resolve https://rt.cpan.org/Ticket/Display.html?id=106782
	[b0b4ec7a38c4] <develop>

	* vperl/vpp.pm:
	Resolve https://rt.cpan.org/Ticket/Display.html?id=105315
	[4326618b03a6] <develop>

	* vperl/vpp.pm:
	Resolve https://rt.cpan.org/Ticket/Display.html?id=101841
	[52e06b6a200a] <develop>

	* vutil/vutil.c:
	Resolve https://rt.cpan.org/Ticket/Display.html?id=101647
	[268ca104b457] <develop>

	* flow: Merged <feature> 'lyon_compromise' to <develop> ('develop').
	[0e41e5282422] <develop>

	* flow: Closed <feature> 'lyon_compromise'.
	[59ceec2dde96] <feature/lyon_compromise>

	* .hgignore, t/coretests.pm, vutil/vutil.c:
	Restore skip leading zeros for qv
	[c55cfae045cd] <feature/lyon_compromise>

2015-12-31  John Peacock  <john.peacock@havurah-software.org>

	* t/10_lyon.t:
	Fix up TODO test
	[98c6a366f9a0] <feature/lyon_compromise>

	* lib/version.pm, vperl/vpp.pm:
	Clean up pure-Perl implementation
	[d43308467dad] <feature/lyon_compromise>

2015-07-17  Leon Timmermans  <fawaka@gmail.com>

	* MANIFEST, lib/version.pm, t/10_lyon.t, t/coretests.pm, vperl/vpp.pm,
	vutil/vutil.c:
	Apply lyon-compromise patch from Leon Timmermans
	[a644337cfb8d] <feature/lyon_compromise>

2015-12-31  John Peacock  <john.peacock@havurah-software.org>

	* .hgignore, t/coretests.pm, vperl/vpp.pm, vutil/vutil.c:
	Revert leading zeros change
	[e03d04d5bd44] <feature/lyon_compromise>

	* flow: Created branch 'feature/lyon_compromise'.
	[7cd41e636d45] <feature/lyon_compromise>
2016-02-17 13:55:31 +00:00
he
129c7559fd Note updates of net/py-junos-eznc to 1.3.1 and net/py-ncclient to 0.4.6. 2016-02-17 12:23:17 +00:00
he
c70d426e00 Umm, adjust dependencies to go with the previous update.
Ride on the coattails of that version bump.
2016-02-17 12:21:41 +00:00
he
a5b42a830a Update to version 0.4.6.
Upstream changes:
v0.4.6
 * Fix multiple RPC error generation
 * Add support for cancel-commit and persist param
 * Add more examples

v0.4.5
 * Add Huawei device support
 * Add cli command support for hpcomware v7 devices
 * Add H3C support, Support H3C CLI,Action,Get_bulk,Save,Rollback,etc.
 * Add alcatel lucent support
 * Rewrite multiple error handling
 * Add coveralls support, with shield in README.md
 * Set severity level to higher when multiple
 * Simplify logging and multi-error reporting
 * Keep stacktrace of errors
 * Check for known hosts on hostkey_verify only
 * Add check for device sending back null error_text
 * Fix RPC.raise_mode
 * Specifying hostkey_verify=False should not load_known_hosts
 * Check the correct field on rpc-error element

v0.4.3
 * Nexus exec_command operation
 * Allow specifying multiple cmd elements in Cisco Nexus
 * Update rpc for nested rpc-errors
 * Prevent race condition in threading
 * Prevent hanging in session close

v0.4.2
 * Support for paramiko ProxyCommand via ~/.ssh/config parsing
 * Add Juniper-specific commit operations
 * Add Huawei devices support
 * Tests/Travis support
 * ioproc transport support for Juniper devices
 * Update Cisco CSR device handler
 * Many minor and major fixes
2016-02-17 12:20:57 +00:00
he
36980877b2 Upgrade py-junos-eznc to version 1.3.1.
Upstream changes:

1.3.1:
 * Bugfix: Not to suppress exception under Config util context manager.

1.3.0:
 * Feature add: support "private" and "dynamic" database access #301 #458.
 * Feature enhancements:
   - Support for Feature Velocity releases #442
   - Multiple RPC support #338 #453
   - Merged Table/View pull requests from user. #441
   - Facts gathering to raise only warning in case of exception #459
 * Bugfixes:
   - Raise RpcTimeoutError in commit_check #437
   - Config load not throwing RpcTimeoutError #443 #444
   - Prevented AttributeError upon XML comment #448 #447
   - Facts gathering fix for QFX and other specific software releases #450 #463

1.2.3:
 * Bugfixes:
   - Software upgrade for multi RE and multi VC #429
     - single chassis (EX8208 1EA-2RE) software installation was broken.
   - Facts gathering on VMx & Qfabric #313
   - SCP & SW progress to print proper log messages #422, #421
   - TXP facts broken #417
   - Prefer explicitly defined ssh_private_key_file to sshconfig #418
 * Feature ehnancements:
   - Implement context manager for Device #433
   - JSON as format option to RPC calls for Junos >= 14.2
   - Merged Table/View pull requests from users.

1.2.2:
 * Bugfixes:
   - Suppress paramiko logger warnings #363
      -  A few places warnings similar to
         No handlers could be found for logger "paramiko.transport"
         would be displayed.
   - Device password setter did not work #400
      - dev.password = 'newpass'
   - Facts gather for EX8200 standalone failing #402
   - JSON dump of RPC XML failing when contents include XML comment #406
   - SCP logger not enabled by default #362

1.2.1:
 * Bugfixes:
   - Unable to use get() multiple times with Tables
   - Add increased timeout value for remote_checksum
   - Ability to set options in CfgTable definition
   - Domain Fact
      - Put RPC inside try block
      - Search inherited version of config
   - Update support of swver fact for Junos 15.1

1.2.0:
 * New features:
   * Enhanced exception handling:
   * XML Normalization Support:
   * OpTables normalization
   * Mixed Mode Virtual Chassis Upgrade Support
   * Add sync, force_sync, full, detail to Config.commit(),
   * Configuration Table Support
   * Support for SSH ProxyCommand in SCP
   * Set minimum paramiko version to 1.15.2
 * Bugfixes:
   - Facts
     - MX Virtual Chassis
	- All physical RE's are now accounted for in facts in the
	  format Device-RE => 'RE1-RE0'
        - Master fact is same format as other VC systems.
   - Domain
     - Domain lookup now checks configuration first before attempting
       to parse /etc/resolv.conf or /var/etc/resolv.conf
   - 2RE
     - Fixed false positive of 2RE on vc_capable systems
   - StartShell root user
     - Utils.start_shell now supports the user root
   - utils.fs multiple RE support
     - Fixed bug affecting multiple RE systems
   - OpTables loading from XML files and objects
     - OpTables were not properly loading when passing in a XML
       file path or lxml object

1.1.2:
 * Bugfixes:
   - onbox Device()

1.1.1:
 * Bugfixes:
   - Device _auth_user overwritten after device open.
     This was breaking SCP

1.1.0:
 * New features:
   * Enhanced Exception Handling
   * Per execution timeout
   * Serialization of Junos facts
   * Composite table key support for missing XPATH
   * Regex support for View boolean values
   * OS Install force-host
   * Added display_xml_rpc command
   * ncclient proxycommand support
   * Added support for pipe (union) operator in Table keys
   * Format optional for configuration strings
 * Bugfixes:
   * JSON Output
     - Views that had compound keys failed to dump.
     - RPC command output failed to dump.
   * FutureWarning
     - Config utility would output a FutureWarning

1.0.2:
 * Bugfixes:
   * XML Templates not properly loading
   * Templates without a file extension no longer assumed to be XML
2016-02-17 11:42:47 +00:00
fhajny
b97632867d Updated lang/nodejs4 to 4.3.1 2016-02-17 11:24:57 +00:00
fhajny
ab4e04e556 Update lang/nodejs4 to 4.3.1.
buffer
  - make byteLength work with Buffer correctly (Jackson Tian)
debugger
  - guard against call from non-node context (Ben Noordhuis)
  - do not incept debug context (Myles Borins)
deps
  - update to http-parser 2.5.2 (James Snell)
2016-02-17 11:24:47 +00:00
plunky
5a0582dc00 Updated sysutil/bcmfw to 2.0 2016-02-17 10:59:05 +00:00
plunky
2fecdc8c97 update to bcmfw version 2.0
this version now handles modern Broadcom chips, which attach
as normal with the builtin firmware but can be upgraded over
the Host Controller Interface.
2016-02-17 10:58:19 +00:00
dbj
7754a392ee build wxGTK30 using cocoa by default on Darwin
we might want to consider renaming this package
2016-02-17 10:16:05 +00:00
dbj
edcb285c03 fix --disable-xcb when x11 is not enabled. 2016-02-17 10:05:41 +00:00
leot
8b51d18b93 Add -D_XOPEN_SOURCE=600 to CPPFLAGS in order to hopefully fix build issues on
SunOS:

 #error "Compiler or options invalid for pre-UNIX 03 X/Open applications"

While here also delete not need NO_CONFIGURE and convert SUBST_STAGE to
pre-configure.

Thanks to jperkin@ (possible mistakes are mine).
2016-02-17 09:53:50 +00:00
leot
4aa921352a Add a patch in order to correctly use _POSIX_SOURCE and bump _XOPEN_SOURCE to
700. Will hopefully fix build problems on SunOS:

 #error "Compiler or options invalid for pre-UNIX 03 X/Open applications"

Thanks jperkin@ (possible mistakes are mine!).
2016-02-17 09:43:24 +00:00
wiz
41e00eb0d7 Updated net/p5-Net-Domain-TLD to 1.74 2016-02-17 08:50:28 +00:00
wiz
9f35900a5d Update p5-Net-Domain-TLD to 1.74.
1.74  Mon Feb 15 16:00 2016
        - gtld_new update as per latest IANA db entries
2016-02-17 08:50:16 +00:00
dbj
14d144cf3f On Darwin, this package builds against quartz, not x11, so remove unnecessary dependencies 2016-02-17 06:05:41 +00:00
dbj
7425b85cd2 fix PLIST on Darwin which doesn't have CLOCK_GETTIME 2016-02-17 04:52:25 +00:00
dbj
3dfbf1dbb8 fix linking of openCV libraries.
fixes build on Darwin
2016-02-17 04:49:47 +00:00
mef
b20ded41de Updated graphics/p5-GD-SecurityImage to 1.73 2016-02-17 03:33:33 +00:00
mef
1e1af0b929 Update to 1.73
--------------
1.73 Wed Jan 21 01:36:45 2015
    => RT#87918.
2016-02-17 03:32:50 +00:00