summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-02-23Be consistent about regparm. Bump revision.joerg3-2/+17
2015-02-23Updated editors/emacs24 to 24.4nb2ryoon1-1/+2
2015-02-23Bump PKGREVISION.ryoon3-3/+33
* Try to support firefox 36 or later too.
2015-02-23Updated sysutils/salt to 2014.7.2imil1-1/+2
2015-02-23Updated salt to version 2014.7.2imil4-33/+546
Version 2014.7.2 is a bugfix release for 2014.7.0. The changes include: Fix erroneous warnings for systemd service enabled check (issue 19606) Fix FreeBSD kernel module loading, listing, and persistence kmod (issue 197151, issue 19682) Allow case-sensitive npm package names in the npm state. This may break behavior for people expecting the state to lowercase their npm package names for them. The npm module was never affected by mandatory lowercasing. (issue 20329) Deprecate the activate parameter for pip.install for both the module and the state. If bin_env is given and points to a virtualenv, there is no need to activate that virtualenv in a shell for pip to install to the virtualenv. Fix a file-locking bug in gitfs (issue 18839) Deprecated archive_user in favor of standardized user parameter in state and added group parameter. Salt 2014.7.0 changes * New Transport * RAET Transport Option * Salt SSH Enhancements * Install salt-ssh Using pip * Fileserver Backends * Saltfile Support * Ext Pillar * No More sshpass * Pure Python Shim * Custom Module Delivery * CP Module Support * More Thin Directory Options * State System Enhancements * New Imperative State Keyword "Listen" * Mod Aggregate Runtime Manipulator * New Requisites: onchanges and onfail * Global onlyif and unless * Use names to expand and override values * Major Features * Scheduler Additions * Red Hat 7 Family Support * Fileserver Backends in salt-call * Amazon Execution Modules * LXC Runner Enhancements * Next Gen Docker Management * Peer System Performance Improvements * SDB * GPG Renderer * OpenStack Expansion * Queues System * Multi Master Failover Additions * Chef Execution Module * salt-api Project Merge * Synchronous and Asynchronous Execution of Runner and Wheel Modules * rest_cherrypy Additions * Web Hooks * Generating and Accepting Minion Keys * Fileserver Backend Enhancements * New gitfs Features * Pygit2 and Dulwich * Mountpoints * Environment Whitelisting/Blacklisting * Expanded Authentication Support * New hgfs Features * Mountpoints * Environment Whitelisting/Blacklisting * New svnfs Features * Mountpoints * Environment Whitelisting/Blacklisting * Configurable Trunk/Branches/Tags Paths * New minionfs Features * Mountpoint * Changing the Saltenv from Which Files are Served * Minion Whitelisting/Blacklisting * Pyobjects Renderer * New Modules * New Runners * New External Pillars * New Salt-Cloud Providers * Salt Call Change * Deprecations * salt.modules.virtualenv_mod
2015-02-23Updated www/icedtea-web to 1.5.2tnn1-1/+2
2015-02-23- Update to icedtea-web-1.5.2.tnn4-13/+42
- Install web start launcher and manpages again. - Allow building with openjdk8. New in release 1.5.2 (2014-11-26): * NetX - RH1095311, PR574 - References class sun.misc.Ref removed in OpenJDK 9 - fixed, and so buildable on JDK9 - RH1154177 - decoded file needed from cache - fixed NPE in https dialog
2015-02-23Remove icedtea-web stuff from the base runtime.tnn5-150/+11
It seems to not be needed by www/icedtea-web any longer. Bump PKGREVISION.
2015-02-23Updated databases/elasticsearch to 1.4.4fhajny1-1/+2
2015-02-23Update elasticsearch to 1.4.4fhajny3-20/+20
Changes in 1.4.4 ================ - Introduce TimedPrioritizedRunnable base class to all commands that go into InternalClusterService.updateTasksExecutor - Ensure that we don't pass negative timeInQueue to writeVLong - Aggregations: Prevent negative intervals in date_histogram - Packaging: Add antlr and asm dependencies Changes in 1.4.3 ================ - Disable dynamic Groovy scripting by marking Groovy as not sandboxed. Aggs: - Add standard error bounds to extended_stats - nested agg needs to reset root doc between segments. - Fix handling of multiple buckets being emitted for the same parent doc - id in nested aggregation - In reverse nested aggregation, fix handling of the same child doc id being processed multiple times. - The parent filter of the nested aggregator isn't resolved correctly all the time - post collection the children agg should also invoke that phase on its wrapped child aggs. - Validate the aggregation order on unmapped terms in terms agg. Allocation: - Weight deltas must be absolute deltas Core: - don't throttle recovery indexing operations - Fix Store.checkIntegrity() for lucene 3.x index files. - Don't verify adler32 for lucene 3.x terms dict/terms index. - Mapping update task back references already closed index shard - Disable auto gen id optimization - Verify the index state of concrete indices after alias resolution - ignore_unavailable shouldn't ignore closed indices - Terms filter lookup caching should cache values, not filters. Discovery: - publishing timeout to log at WARN and indicate pending nodes - check index uuid when merging incoming cluster state into the local one Engine: - back port fix to a potential dead lock when failing engine during COMMIT_TRANSLOG flush Geo: - Update GeoPolygonFilter to handle polygons crossing the dateline - GeoPolygonFilter not properly handling dateline and pole crossing - Removing unnecessary orientation enumerators - Add optional left/right parameter to GeoJSON - Feature/Fix for OGC compliant polygons failing with ambiguity - Correct bounding box logic for GeometryCollection type - Throw helpful exception for Polygons with holes outside of shell - GIS envelope validation Indices API: - Fix to make GET Index API consistent with docs - Fix wrong search stats groups Internal: - ClusterInfoService should wipe local cache upon unknown exceptions - Log when upgrade starts and stops - promptly cleanup updateTask timeout handler - Avoid unnecessary utf8 conversion when creating ScriptDocValues for a string field. Logging: - improve logging messages added in - Better timeout logging on stalled recovery and exception - add logging around gateway shard allocation Mapping: - Throw StrictDynamicMappingException exception - Include currentFieldName into ObjectMapper errors - Explicit _timestamp default null is set to now - Using default=null for _timestamp field creates a index loss on restart - Reencode transformed result with same xcontent - serialize doc values settings for _timestamp - Mapping With a null Default Timestamp Causes NullPointerException on Merge Nodes Stats: - Fix open file descriptors count on Windows Parent/child: - Fix concurrency issues of the _parent field data. Percolator: - Support encoded body as query string param consistently - Fixed bug when using multi percolate api with routing Plugins: - Installation failed when directories are on different file systems - NPE when plugins dir is inaccessible Query cache: - Remove query-cache serialization optimization. - Queries are never cached when date math expressions are used (including exact dates) Query DSL: - Expose max_determinized_states in regexp query, filter Recovery: - add a timeout to local mapping change check - flush immediately after a remote recovery finishes (unless there are ongoing ones) REST: - Add fielddata_fields to the REST spec Scripting: - Make script.groovy.sandbox.method_blacklist_patch truly append-only - Make groovy sandbox method blacklist dynamically additive - Add explainable script again - Disallow method pointer expressions in Groovy scripting - Make _score in groovy scripts comparable Search: - Make sure that named filters/ queries defined in a wrapped query/filters aren't lost - Fix paging on strings sorted in ascending order. - Function score and optional weight : avg score is wrong Settings: - Reset TieredMP settings only if the value actually changed - cluster.routing.allocation.disk.threshold_enabled accepts wrong values Snapshot status api: - make sure headers are handed over to inner nodes request Stats: - Relax restrictions on filesystem size reporting in DiskUsage Tribe node: - remove closed indices from cluster state Upgrade: - Change wait_for_completion to default to true - Fix version check in bytes to upgrade that spans major versions Windows: - makes elasticsearch.bat more friendly to automated processes
2015-02-23Updated audio/libopenmpt to 0.2.4764beta10wiz2-3/+3
2015-02-23Update to 0.2.4764beta10:wiz3-11/+11
2015-02-17 - libopenmpt 0.2-beta10 Makefile configuration filenames changed from build/make/Makefile.config.* to build/make/config-*.mk. libopenmpt for Android now supports unmo3 from un4seen. See build/android_ndk/README.AndroidNDK.txt for details. [Bug] Fix out-of-bounds read in mixer code for ProTracker-compatible MOD files which was introduced back in r4223 / beta6. Vibrato effect was too weak in beta8 and beta9 in IT linear slide mode. Very small fine portamento was wrong in beta8 and beta9 in IT linear slide mode. Tiny IT playback compatibility improvements. STM playback improvements.
2015-02-23Updated devel/py-requests to 2.5.1imil1-1/+2
2015-02-23Updated py-requests to 2.5.1imil2-8/+7
Changed ftp.NetBSD.org to pypi.python.org Behavioural Changes Only catch HTTPErrors in raise_for_status (#2382) Bugfixes Handle LocationParseError from urllib3 (#2344) Handle file-like object filenames that are not strings (#2379) Unbreak HTTPDigestAuth handler. Allow new nonces to be negotiated (#2389)
2015-02-23Updated devel/nasm to 2.11.08wen1-1/+2
2015-02-23Update to 2.11.08wen2-6/+6
Upstream changes: Version 2.11.08 Fix section length computation in bin backend which leaded in incorrect relocation records. Add a warning for numeric preprocessor definitions passed via command line which might have unexpected results otherwise. Add ability to specify a module name record in rdoff linker with -mn option. Increase label length capacity up to 256 bytes in rdoff backend for FreePascal sake, which tends to generate very long labels for procedures. Fix segmentation failure when rip addressing is used in macho64 backend. Fix access on out of memory when handling strings with a single grave. We have sixed similar problem in previous release but not all cases were covered. Fix NULL dereference in disassembled on BND instruction. Version 2.11.07 Fix 256 bit VMOVNTPS instruction. Fix -MD option handling, which was rather broken in previous release changing command line api. Fix access to unitialized space when handling strings with a single grave. Fix nil dereference in handling memory reference parsing.
2015-02-23Updated devel/p5-Pod-Usage to 1.66wen1-1/+2
2015-02-23Update to 1.66wen2-6/+6
Upstream changes: 1.66 (marekr) - CPAN#102116: pod2usage() -sections omits section with subsection specified added more precise documentation about the -section syntax and semantics - CPAN#102117: pod2usage() changes formatting added documentation to describe what formatting changes pod2usage applies - CPAN#102101: New tests fail when in core changed the way the tests find their dependencies. Thanks to BINGOS for the patch, applied in slightly modified way 1.65 (marekr) - CPAN#81059: [RT #115534]: Pod::Usage Failes to Select -sections with Negation fixed a specific corner case for section selection - CPAN#101538: Pod::Usage doesn't handle E<copy> correctly introduced a utf8 option; this may actually not solve the problem, but it is the best we can do for the moment - CPAN#101581: pod2usage() -sections omits marked-up text from =head lines make sure that marked-up text is not skipped
2015-02-23Updated www/p5-Dancer to 1.3134wen1-1/+2
2015-02-23Update to 1.3134wen2-6/+7
Add missing DEPENDS Upstream changes: 1.3134 2015-02-22 [DOCUMENTATION] - Improve Dancer::Request documentation. (GH#1095, Gabor Szabo) - Added descriptions to a bunch of internal modules. (GH#1097, Brad Macpherson) - Correcting the documentation's grammar. (GH#1101, Jonathan Hall) - Improve Dancer.pm's documentation wrt the export of 'warnings'. (GH#1100, Brad Macpherson) - Generated development.yml was saying the logs appear on STDOUT whereas it's really STDERR. (GH#1102, Fabrice Gabolde) [ENHANCEMENTS] - Skip tests requiring 'fork' if on a perl that doesn't implement it. (GH#1094, Steve Hay) - Using ':script' disable command-line argument munging globally. (GH#1098, Brad Macpherson) [STATISTICS] - code churn: 33 files changed, 173 insertions(+), 113 deletions(-) 1.3133 2014-11-26 [BUG FIXES] - Test was failing for Perl 5.21+ (error message changed). (GH#1073, cpansprout) [DOCUMENTATION] - Mention environment variables in Dancer::Config. (GH#1085, Sniperovitch) - Replace "return send_file" with "send_file". (GH#1089, Ashley Willis) - Fix NAME section for Dancer::Plugin::Ajax. (GH#1090, Ivan Bessarabov) - Fix wrong layout directory in documentation. (GH#1091, olof) [ENHANCEMENTS] - Speedup in the upload of large files. (GH#1092, snakpak) [STATISTICS] - code churn: 6 files changed, 100 insertions(+), 35 deletions(-)
2015-02-23fixed double entry for latest updateimil1-2/+1
2015-02-23Updated net/py-apache-libcloud to 0.17.0imil1-1/+2
2015-02-23Updated py-apache-libcloud to 0.17.0imil3-262/+558
Changes with Apache Libcloud 0.17.0 General Use match_hostname function from backports.ssl_match_hostname package to verify the SSL certificate hostname instead of relying on our own logic. (GITHUB-374) [Alex Gaynor] Compute GCE driver updated to include ex_stop_node() and ex_start_node() methods. (GITHUB-442) [Eric Johnson] GCE driver now raises ResourceNotFoundError when the specified image is not found in any image project. Previously, this would return None but now raises the not-found exception instead. This fixes a bug where returning None caused ex_delete_image to raise an AttributeError. (GITHUB-441) [Eric Johnson] GCE driver update to support JSON format Service Account files and a PY3 fix from Siim Põder for LIBCLOUD-627. (LIBCLOUD-627, LIBCLOUD-657, GITHUB-438) [Eric Johnson] GCE driver fixed for missing param on ex_add_access_config. (GITHUB-435) [Peter Mooshammer] GCE driver support for HTTP load-balancer resources. (LIBCLOUD-605, GITHUB-429) [Lee Verberne] GCE driver updated to make better use of GCEDiskTypes. (GITHUB-428) [Eric Johnson] GCE driver list_images() now returns all non-deprecated images by default. (LIBCLOUD-602, GITHUB-423) [Eric Johnson] Improve GCE API coverage for create_node(). (GITHUB-419) [Eric Johnson] GCE Licenses added to the GCE driver. (GITHUB-420) [Eric Johnson] GCE Projects support common instance metadata and usage export buckets. (GITHUB-409) [Eric Johnson] Improvements to TargetPool resource in GCE driver. (GITHUB-414) [Eric Johnson] Adding TargetInstances resource to GCE driver. (GITHUB-393) [Eric Johnson] Adding DiskTypes resource to GCE driver. (GITHUB-391) [Eric Johnson] Fix boot disk auto_delete in GCE driver. (GITHUB-412) [Igor Bogomazov] Add Routes to GCE driver. (GITHUB-410) [Eric Johnson] Add missing ubuntu-os-cloud images to the GCE driver. (LIBCLOUD-632, GITHUB-385) [Borja Martin] Add new us-east-2 and us-east-3 region to the Joyent driver. (GITHUB-386) [ZuluPro] Add missing t2. instance types to the us-west-1 region in the EC2 driver. (GITHUB-388) [Matt Lehman] Add option to expunge VM on destroy in CloudStack driver. (GITHUB-382) [Roeland Kuipers] Add extra attribute in list_images for CloudStack driver. (GITHUB-389) [Loic Lambiel] Add ex_security_group_ids argument to the create_node method in the EC2 driver. This way users can launch VPC nodes with security groups. (GITHUB-373) [Itxaka Serrano] Add description argument to GCE Network. (GITHUB-397) [Eric Johnson] GCE: Improve MachineType (size) coverage of GCE API. (GITHUB-396) [Eric Johnson] GCE: Improved Images coverage. (GITHUB-395) [Eric Johnson] GCE: Support for global IP addresses. (GITHUB-390, GITHUB-394) [Eric Johnson] GCE: Add missing snapshot attributes. (GITHUB-401) [Eric Johnson] AWS: Set proper disk size in c3.X instance types. (GITHUB-405) [Itxaka Serrano] Fix a bug with handling of the ex_keyname argument in the Softlayer driver. (GITHUB-416, LIBCLOUD-647) [Dustin Oberloh] Update CloudSigma region list (remove Las Vegas, NV region and add new San Jose, CA and Miami, FL region). (GITHUB-417) [Viktor Petersson] Add ex_get_node method to the Joyent driver. (GITHUB-421) [ZuluPro] Add support for placement group management to the EC2 driver. (GITHUB-418) [Mikhail Ovsyannikov] Add new tok02 region to the Softlayer driver. (GITHUB-436, LIBCLOUD-656) [Dustin Oberloh] Add new Honolulu, HI endpoint to the CloudSigma driver. (GITHUB-439) [Stephen D. Spencer] Fix a bug with config_drive attribute in the OpenStack driver. New versions of OpenStack now return a boolean and not a string. (GITHUB-433) [quilombo] Add support for Abiquo API v3.x, remove support for now obsolete API v2.x. (GITHUB-433, LIBCLOUD-652) [David Freedman] Allow rootdisksize parameter in create_node CloudStack driver (GITHUB-440, LIBCLOUD-658) [Loic Lambiel] Storage Allow user to pass headers argument to the upload_object and upload_object_via_stream method. This way user can specify CORS headers with the drivers which support that. (GITHUB-403, GITHUB-404) [Peter Schmidt] Fix upload_object_via_stream so it works correctly under Python 3.x if user manually passes an iterator to the method. Also improve how reading a file in chunks works with drivers which support chunked encoding - always try to fill a chunk with CHUNK_SIZE bytes instead of directly streaming the chunk which iterator returns. Previously, if iterator returned 1 byte in one iteration, we would directly send this as a single chunk to the API. (GITHUB-408, LIBCLOUD-639) [Peter Schmidt] Loadbalancer Updates to CloudStack driver. (GITHUB-434) [Jeroen de Korte] DNS New driver for Softlayer DNS service. (GITHUB-413, LIBCLOUD-640) [Vanč Levstik] Fix a bug with ex_create_multi_value_record method in the Route53 driver only returning a single record. (GITHUB-431, LIBCLOUD-650) [Itxaka Serrano] Changes with Apache Libcloud 0.16.0 General Add new OpenStackIdentity_3_0_Connection class for working with OpenStack Identity (Keystone) service API v3. [Tomaz Muraus] Add support for prettifying JSON or XML response body which is printed to a file like object when using LIBCLOUD_DEBUG environment variable. This option can be enabled by setting LIBCLOUD_DEBUG_PRETTY_PRINT_RESPONSE environment variable. [Tomaz Muraus] Add support for using an HTTP proxy for outgoing HTTP and HTTPS requests. [Tomaz Muraus, Philip Kershaw] Compute Fix an issue with LIBCLOUD_DEBUG not working correctly with the Linode driver. [Tomaz Muraus, Juan Carlos Moreno] (LIBCLOUD-598, GITHUB-342) Add new driver for VMware vSphere (http://www.vmware.com/products/vsphere/) based clouds. [Tomaz Muraus] Add two new default node states - NodeState.SUSPENDED and NodeState.ERROR. [Tomaz Muraus] Fix to join networks properly in deploy_node in the CloudStack driver. (LIBCLOUD-593, GITUHB-336) [Atsushi Sasaki] Create CloudStackFirewallRule class and corresponding methods. (LIBCLOUD-594, GITHUB-337) [Atsushi Sasaki] Add support for SSD disks to Google Compute driver. (GITHUB-339) [Eric Johnson] Add utility get_regions and get_service_names methods to the OpenStackServiceCatalog class. [Andrew Mann, Tomaz Muraus] Fix a bug in ex_get_console_output in the EC2 driver which would cause an exception to be thrown if there was no console output for a particular node. Reported by Chris DeRamus. [Tomaz Muraus] Add ip_address parameter in CloudStack driver create_node method. (GITHUB-346) [Roeland Kuipers] Fix ParamikoSSHClient.run and deploy_node method to work correctly under Python 3. (GITHUB-347) [Eddy Reyes] Update OpenStack driver to map more node states to states recognized by Libcloud. [Chris DeRamus] Fix a bug with ex_metadata argument handling in the Google Compute Engine driver create_node method. (LIBCLOUD-544, GITHUB-349, GITHUB-353) [Raphael Theberge] Add SSH key pair management methods to the Softlayer driver. (GITHUB-321, GITHUB-354) [Itxaka Serrano] Correctly categorize node IP addresses into public and private when dealing with OpenStack floating IPs. [Andrew Mann] Add new t2 instance types to the EC2 driver. [Tomaz Muraus] Add support for Amazon GovCloud to the EC2 driver (us-gov-west-1 region). [Chris DeRamus] Allow user to pass "gp2" for "ex_volume_type" argument to the create_volume method in the EC2 driver. Reported by Xavier Barbosa. [Tomaz Muraus, Xavier Barbosa] Add new driver for ProfitBricks provider. (LIBCLOUD-589, GITHUB-352) [Matt Baldwin] Various improvements and bugs fixes in the GCE driver. For a list, see https://github.com/apache/libcloud/pull/360/commits (GITHUB-360) [Evgeny Egorochkin] Allow user to specify virtualization type when registering an EC2 image by passing virtualization_type argument to the ex_register_image method. (GITHUB-361) [Andy Grimm] Add ex_create_image method to the GCE driver. (GITHUB-358, LIBCLOUD-611) [Katriel Traum] Add some methods to CloudStack driver: create_volume_snapshot, list_snapshots, destroy_volume_snapshot create_snapshot_template, ex_list_os_types) (GITHUB-363, LIBCLOUD-616) [Oleg Suharev] Added VPC support and Egress Firewall rule support fo CloudStack (GITHUB-363) [Jeroen de Korte] Add additional attributes to the extra dictionary of OpenStack StorageVolume object. (GITHUB-366) [Gertjan Oude Lohuis] Fix create_volume method in the OpenStack driver to return a created volume object (instance of StorageVolume) on success, instead of a boolean indicating operation success. (GITHUB-365) [Gertjan Oude Lohuis] Add optional project parameters for ex_list_networks() to CloudStack driver (GITHUB-367, LIBCLOUD-615) [Rene Moser] CLOUDSTACK: option to start VM in a STOPPED state (GITHUB-368) [Roeland Kuipers] Support "config_drive" in the OpenStack driver. Allow users to pass ex_config_drive argument to the create_node and ex_rebuild_node method. (GITHUB-370) [Nirmal Ranganathan] Add support for service scopes to the create_node method in the GCE driver. (LIBCLOUD-578, GITHUB-373) [Eric Johnson] Update GCE driver to allow for authentication with internal metadata service. (LIBCLOUD-625, LIBCLOUD-276, GITHUB-276) [Eric Johnson] Fix a bug in Elasticstack node creation method where it would raise exceptions because of missing data in a response, and also fix pulling the IP from the proper data item. (GITHUB-325) [Michael Bennett] Fix a bug which prevented user to connect and instantiate multiple EC2 driver instances for different regions at the same time. (GITHUB-325) [Michael Bennett] Add methods in CloudStack driver to manage mutiple nics per vm. (GITHUB-369) [Roeland Kuipers] Implements VPC network ACLs for CloudStack driver. (GITHUB-371) [Jeroen de Korte] Storage Fix a bug with CDN requests in the CloudFiles driver. [Tomaz Muraus] Fix a bug with not being able to specify meta_data / tags when uploading an object using Google Storage driver. (LIBCLOUD-612, GITHUB-356) [Stefan Friesel] Loadbalancer Allow user to specify session affinity algorithm in the GCE driver by passing ex_session_affinity argument to the create_balancer method. (LIBCLOUD-595, GITHUB-341) [Lee Verberne, Eric Johnson] DNS Various fixes in the Google DNS driver. (GITHUB-378) [Franck Cuny] Changes with Apache Libcloud 0.15.1 Compute Allow user to limit a list of subnets which are returned by passing subnet_ids and filters argument to the ex_list_subnets method in the EC2 driver. (LIBCLOUD-571, GITHUB-306) [Lior Goikhburg] Allow user to limit a list of internet gateways which are returned by passing gateway_ids and filters argument to the ex_list_internet_gateways method in the EC2 driver. (LIBCLOUD-572, GITHUB-307) [Lior Goikhburg] Allow user to filter which nodes are returned by passing ex_filters argument to the list_nodes method in the EC2 driver. (LIBCLOUD-580, GITHUB-320) [Lior Goikhburg] Add network_association_id to ex_list_public_ips and CloudstackAddress object (GITHUB-327) [Roeland Kuipers] Allow user to specify admin password by passing ex_admin_pass argument to the create_node method in the Openstack driver. (GITHUB-315) [Marcus Devich] Fix a possible race condition in deploy_node which would occur if node is online and can be accessed via SSH, but the SSH key we want to use hasn't been installed yet. Previously, we would immediately throw if we can connect, but the SSH key hasn't been installed yet. (GITHUB-331) [David Gay] Propagate an exception in deploy_node method if user specified an invalid path to the private key file. Previously this exception was silently swallowed and ignored. [Tomaz Muraus] DNS Include a better message in the exception which is thrown when a request in the Rackspace driver ends up in an ERROR state. [Tomaz Muraus] Changes with Apache Libcloud 0.15.0 General Use lxml library (if available) for parsing XML. This should substantially reduce parsing time and memory usage for large XML responses (e.g. retrieving all the available images in the EC2 driver). [Andrew Mann] Use --head flag instead of -X HEAD when logging curl lines for HEAD requests in debug mode. Reported by Brian Metzler. (LIBCLOUD-552) [Tomaz Muraus] Fix Python 3 compatibility bugs in the following functions: import_key_pair_from_string in the EC2 driver publickey._to_md5_fingerprint publickey.get_pubkey_ssh2_fingerprint (GITHUB-301) [Csaba Hoch] Update CA_CERTS_PATH to also look for CA cert bundle which comes with openssl Homebrew formula on OS x (/usr/local/etc/openssl/cert.pem). (GITHUB-309) [Pedro Romano] Update Google drivers to allow simultaneous authornization for all the supported Google Services. (GITHUB-302) [Eric Johnson] Compute Fix create_key_pair method which was not returning private key. (LIBCLOUD-566) [Sebastien Goasguen] Map "Stopped" node state in the CloudStack driver to NodeState.STOPPED instead of NodeState.TERMINATED, "Stopping" to NodeState.PENDING instead of NodeState.TERMINATED and "Expunging" to NodeState.PENDING instead of NodeState.TERMINATED. (GITHUB-246) [Chris DeRamus, Tomaz Muraus] Add ex_create_tags and ex_delete_tags method to the CloudStack driver. (LIBCLOUD-514, GITHUB-248) [Chris DeRamus] Add new G2 instances to the EC2 driver. [Tomaz Muraus] Add support for multiple API versions to the Eucalyptus driver and allows user to pass "api_version" argument to the driver constructor. (LIBCLOUD-516, GITHUB-249) [Chris DeRamus] Map "Powered Off" state in the vCloud driver from "TERMINATED" to "STOPPED". (GITHUB-251) [Ash Berlin] Add ex_rename_node method to the DigitalOcean driver. (GITHUB-252) [Rahul Ranjan] Improve error parsing in the DigitalOcean driver. Reported by Deni Bertovic. [Tomaz Muraus] Add extension methods for the VPC internet gateway management to the EC2 driver. (LIBCLOUD-525, GITHUB-255) [Chris DeRamus] Add CloudStackProject class to the CloudStack driver and add option to select project and disk offering on node creation. (LIBCLOUD-526, GITHUB-257) [Jim Divine] Fix IP address handling in the OpenStack driver. (LIBCLOUD-503, GITHUB-235) [Markos Gogoulos] Ad new ex_delete_image and ex_deprecate_image method to the GCE driver. (GITHUB-260) [Franck Cuny] Ad new ex_copy_image method to the GCE driver. (GITHUB-258) [Franck Cuny] Ad new ex_set_volume_auto_delete method to the GCE driver. (GITHUB-264) [Franck Cuny] Add ex_revoke_security_group_ingress method to the CloudStack driver. [Chris DeRamus, Tomaz Muraus] Allow user to pass ex_ebs_optimized argument to the create_node method in the EC2 driver. (GITHUB-272) [zerthimon] Add "deprecated" attribute to the Node object in the Google Compute Engine driver. (GITHUB-276) [Chris / bassdread] Update Softlayer driver to use "fullyQualifiedDomainName" instead of "hostname" attribute for the node name. (GITHUB-280) [RoelVanNyen] Allow user to specify target tags using target_tags attribute when creating a firewall rule in the GCE driver. (GITHUB-278) [zerthimon] Add new standard API for image management and initial implementation for the EC2 and Rackspace driver. (GITHUB-277) [Matt Lehman] Allow user to specify "displayname" attribute when creating a CloudStack node by passing "ex_displayname" argument to the method. Also allow "name" argument to be empty (None). This way CloudStack automatically uses Node's UUID for the name. (GITHUB-289) [Jeff Moody] Deprecate "key" argument in the SSHClient class in favor of new "key_files" argument. Also add a new "key_material" argument. This argument can contain raw string version of a private key. Note 1: "key_files" and "key_material" arguments are mutually exclusive. Note 2: "key_material" argument is not supported in the ShellOutSSHClient. Use node id attribute instead of the name for the "lconfig" label in the Linode driver. This way the label is never longer than 48 characters. (GITHUB-287) [earthgecko] Add a new driver for Outscale SAS and Outscale INC cloud (http://www.outscale.com). (GITHUB-285, GITHUB-293, LIBCLOUD-536, LIBCLOUD-553) [Benoit Canet] Add new driver for HP Public Cloud (Helion) available via Provider.HPCLOUD constant. [Tomaz Muraus] Allow user to specify availability zone when creating an OpenStack node by passing "ex_availability_zone" argument to the create_node method. Note: This will only work if the OpenStack installation is running availability zones extension. (GITHUB-295, LIBCLOUD-555) [syndicut] Allow user to pass filters to ex_list_networks method in the EC2 driver. (GITHUB-294) [zerthimon] Allow user to retrieve container images using ex_get_image method in the Google Compute Engine driver. (GITHUB-299, LIBCLOUD-562) [Magnus Andersson] Add new driver for Kili public cloud (http://kili.io/) [Tomaz Muraus] Add "timeout" argument to the ParamikoSSHClient.run method. If this argument is specified and the command passed to run method doesn't finish in the defined timeout, SSHCommandTimeoutError is throw and the connection to the remote server is closed. Note #1: If timed out happens, this functionality doesn't guarantee that the underlying command will be stopped / killed. The way it works it simply closes a connect to the remote server. [Tomaz Muraus] Note #2: "timeout" argument is only available in the Paramiko SSH client. Make "cidrs_ips" argument in the ex_authorize_security_group_egress method in the EC2 driver mandatory. (GITHUB-301) [Csaba Hoch] Add extension methods for managing floating IPs (ex_get_floating_ip, ex_create_floating_ip, ex_delete_floating_ip) to the Openstack 1.1 driver. (GITHUB-301) [Csaba Hoch] Fix bug in RimuHosting driver which caused driver not to work when the provider returned compressed (gzip'ed) response. (LIBCLOUD-569, GITHUB-303) [amastracci] Fix issue with overwriting the server memory values in the RimuHosting driver. (GUTHUB-308) [Dustin Oberloh] Add ex_all_tenants argument to the list_nodes method in the OpenStack driver. (GITHUB-312) [LIBCLOUD-575, Zak Estrada] Add support for network management for advanced zones (ex_list_network_offerings, ex_create_network, ex_delete_network) in the CloudStack driver. (GITHUB-316) [Roeland Kuipers] Add extension methods for routes and route table management to the EC2 driver (ex_list_route_tables, ex_create_route_table, ex_delete_route_table, ex_associate_route_table, ex_dissociate_route_table, ex_replace_route_table_association, ex_create_route, ex_delete_route, ex_replace_route) (LIBCLOUD-574, GITHUB-313) [Lior Goikhburg] Fix ex_list_snapshots for HP Helion OpenStack based driver. [Tomaz Muraus] Allow user to specify volume type and number of IOPS when creating a new volume in the EC2 driver by passing ex_volume_type and ex_iops argument to the create_volume method. [Tomaz Muraus] Fix ex_unpause_node method in the OpenStack driver. (GITHUB-317) [Pablo Orduña] Allow user to launch EC2 node in a specific VPC subnet by passing ex_subnet argument to the create_node method. (GITHUB-318) [Lior Goikhburg] Storage Fix container name encoding in the iterate_container_objects and get_container_cdn_url method in the CloudFiles driver. Previously, those methods would throw an exception if user passed in a container name which contained a whitespace. Reported by Brian Metzler. (LIBCLOUD-552) [Tomaz MUraus] Fix a bug in the OpenStack Swift driver which prevented the driver to work with installations where region names in the service catalog weren't upper case. (LIBCLOUD-576, GITHUB-311) [Zak Estrada] Load Balancer Add extension methods for policy managagement to the ELB driver. (LIBCLOUD-522, GITHUB-253) [Rahul Ranjan] DNS Fix update_record method in the Route56 driver so it works correctly for records with multiple values. [Tomaz Muraus] Add ex_create_multi_value_record method to the Route53 driver which allows user to create a record with multiple values with a single call. [Tomaz Muraus] Add new driver for Google DNS. (GITHUB-269) [Franck Cuny]
2015-02-23Updated net/py-apache-libcloud to 0.17.0imil1-1/+2
2015-02-23Updated x11/xf86-video-i740 to 1.3.5wiz2-3/+3
2015-02-23Update to 1.3.5:wiz2-8/+6
Adam Jackson (1): Remove mibstore.h Matt Turner (1): xf86-video-i740 1.3.5 Matthieu Herrb (1): Fix loading the driver without XAA
2015-02-23Updated x11/xf86-video-tdfx to 1.4.6wiz1-1/+2
2015-02-23Update to 1.4.6:wiz2-8/+6
Adam Jackson (2): Remove mibstore.h dri: Stop (uselessly) initializing the ValidateTree hooks Guillem Jover (7): Define local PCI IDs instead of using xf86PciInfo.h Rename XSERVER_PCIACCESS to XSERVER_LIBPCIACCESS Use new pci_device_(un)map_range functions instead of deprecated ones Remove unreachable breaks after return statements Use the PCI ID macros instead of hardcoded values Unmap MMIO ranges for all chips Add more PCI IDs for supported chips Matt Turner (1): xf86-video-tdfx 1.4.6
2015-02-23Updated x11/xf86-video-mga to 1.6.4wiz2-3/+3
2015-02-23Update to 1.6.4:wiz2-7/+6
Adam Jackson (3): man: Don't mention the HAL dri: Stop (uselessly) initializing the ValidateTree hooks undef DISABLE_VGA_IO Matt Turner (1): xf86-video-mga 1.6.4 Mikulas Patocka (3): xf86-video-mga: set the pan_ctl register xf86-video-mga: fix a lockup in the mga driver fix a type in previous lockup in the mga driver fix
2015-02-23Updated wip/xedit to 1.2.2wiz1-1/+2
2015-02-23Updated x11/libXp to 1.0.3wiz2-3/+3
2015-02-23Update to 1.0.3:wiz2-6/+8
Alan Coopersmith (3): Remove fallback for _XEatDataWords, require libX11 1.6 for it configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Matt Turner (1): libXp 1.0.3
2015-02-23Updated devel/afl to 1.49bwiz2-3/+3
2015-02-23Update to 1.49:wiz3-20/+19
-------------- Version 1.49b: -------------- - Added code save original command line in fuzzer_stats and crashes/README.txt. Also saves fuzzer version in fuzzer_Stats. Requested by Ben Nagy. -------------- Version 1.48b: -------------- - Fixed a bug with QEMU fork server crashes when translation is attempted after a jump to an invalid pointer. Reported by Tyler Nighswander. -------------- Version 1.47b: -------------- - Fixed a bug with afl-cmin in -Q mode complaining about binary being not instrumented. Thanks to Jonathan Neuschafer for the bug report. - Fixed another bug with argv handling for afl-fuzz in -Q mode. Reported by Jonathan Neuschafer. - Improved the use of colors when showing crash counts in -C mode. -------------- Version 1.46b: -------------- - Improved instrumentation performance on 32-bit systems by getting rid of xor-swap (oddly enough, xor-swap is still faster on 64-bit) and tweaking alignment. - Made path depth numbers more accurate with imported test cases. -------------- Version 1.45b: -------------- - Added support for SIMPLE_FILES in config.h for folks who don't like descriptive file names. Generates very simple names without colons, commas, plus signs, dashes, etc. - Replaced zero-sized files with symlinks in the variable behavior state dir to simplify examining the relevant test cases. - Changed the period of limited-range block ops from 5 to 10 minutes based on a couple of experiments. The basic goal of this delay timer behavior is to better support jobs that are seeded with completely invalid files, in which case, the first few queue cycles may be completed very quickly without discovering new paths. Should have no effect on well-seeded jobs. - Made several minor updates to docs. -------------- Version 1.44b: -------------- - Corrected two bungled attempts to get the -C mode work properly with afl-cmin (accounting for the short-lived releases tagged 1.42 and 1.43b) - sorry. - Removed AFL_ALLOW_CRASHES in favor of the -C mode in said tool. - Said goodbye to Hello Kitty, as requested by Padraig Brady. -------------- Version 1.41b: -------------- - Added AFL_ALLOW_CRASHES=1 to afl-cmin. Allows crashing inputs in the output corpus. Changed the default behavior to disallow it. - Made the afl-cmin output dir default to 0700, not 0755, to be consistent with afl-fuzz; documented the rationale for 0755 in afl-plot. - Lowered the output dir reuse time limit to 25 minutes as a dice-roll compromise after a discussion on afl-users@. - Made afl-showmap accept -o /dev/null without borking out. - Added support for crash / hang info in exit codes of afl-showmap. - Tweaked block operation scaling to also factor in ballpark run time in cases where queue passes take very little time. - Fixed typos and made improvements to several docs.
2015-02-23Updated devel/py-setuptools to 12.2wiz2-3/+3
2015-02-23Remove duplicate entries (hi mef, mspo)wiz1-3/+1
2015-02-23py-vdirsyncer-0.4.3 update done.wiz2-3/+3
2015-02-22Updated devel/guile-www to 2.39gdt1-1/+2
2015-02-22Update to 2.39. Upstream changes:gdt2-6/+6
- 2.39 | 2015-02-22 - doc fix: spell "incompatibility" correctly! - ‘http:request’ slightly faster - bootstrap tools upgraded - GNU Automake 1.15 - Guile-BAUX 20150108.1006.f6573e4
2015-02-22Update to 12.2:wiz2-6/+6
---- 12.2 ---- * Issue #345: Unload all modules under pkg_resources during ``ez_setup.use_setuptools()``. * Issue #336: Removed deprecation from ``ez_setup.use_setuptools``, as it is clearly still used by buildout's bootstrap. ``ez_setup`` remains deprecated for use by individual packages. * Simplified implementation of ``ez_setup.use_setuptools``.
2015-02-22Update to 0.4.3:wiz2-7/+6
Version 0.4.3 ============= - More performance improvements to ``singlefile``-storage. - Add ``post_hook`` param to ``filesystem``-storage. - Collection creation now also works with SabreDAV-based servers, such as Baikal or ownCloud. - Removed some workarounds for Radicale. Upgrading to the latest Radicale will fix the issues. - Fixed issues with iCloud discovery. - Vdirsyncer now includes a simple ``repair`` command that seeks to fix some broken items.
2015-02-22+ afl-1.49b, libXp-1.0.3, libopenmpt-0.2.4764, py-html2text-2015.2.18,wiz1-1/+9
py-setuptools-12.2, py-vdirsyncer-0.4.3, xf86-video-i740-1.3.5, xf86-video-mga-1.6.4.
2015-02-22doesn't directly need sqlite3; gets pulled in via libsoup24 bl3.mktnn1-2/+1
2015-02-22Drop xlc compiler information.gdt1-31/+1
This was added in 2004 and there have been no reports of anyone even trying to use it in many many years. Searching on the web finds only information from 2003.
2015-02-22Rototill version list (without policy change).gdt1-37/+34
Add Joyent bulk build links. CVS: ---------------------------------------------------------------------- CVS: CVSROOT cvs.NetBSD.org:/cvsroot CVS: please use "PR category/123" to have the commitmsg appended to PR 123
2015-02-22SpinPause() needs to return a proper value, or we can apparently crash.tnn2-1/+17
Already fixed in upstream openjdk8, but not in openjdk7.
2015-02-22Updated security/spiped to 1.5.0wiedi1-1/+2
2015-02-22Update spiped to 1.5.0wiedi2-6/+6
Changelog: spiped-1.5.0 * Attempt to set the TCP_NODELAY socket option on connections, in order to avoid punishing latencies from TCP nagling.
2015-02-22dropped DIST_SUBDIRtnn1-4/+4