summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-11Fix build problem with new bison by adding simiar patch as textproc/itex2MML.taca2-1/+26
2013-09-11Note update of audio/ruby-taglib package to 0.6.0.taca1-1/+2
2013-09-11Update ruby-taglib to 0.6.0.taca3-7/+21
## 0.6.0 (2013-04-26) * Add support for TagLib::MP4 (#3, by @jacobvosmaer) * Add support for TagLib::ID3v2::Header (#19, by @kaethorn) * Support saving ID3v2.3 with TagLib::MPEG::File#save (#17) * Note that this requires at least TagLib 1.8, and due to 1.8.0 having an incorrect version number in the headers, it currently requires master. See issue #17 for details. * Fix segfault when passing a non-String to a String argument * Documentation updates
2013-09-11Add missing files to 'make distclean'.wiz1-3/+3
Fix a typo.
2013-09-11Updated lang/perl5 to 5.18.1nb1jperkin1-1/+2
2013-09-11Ensure -lssp is added to $lddlflags on SunOS when using -fstack-protector,jperkin3-8/+23
fixing a number of packages with __stack_chk_* symbol failures. Bump PKGREVISION.
2013-09-11Fixed installation of signed packages. Some variables part of structkhorben1-6/+3
signature_archive were not initialized properly, therefore randomly failing in the verify_signature_read_cb() callback. Partly closes PR pkg/48194; pkgsrc needs to be updated as well. "please commit" agc@ XXX pull-up to netbsd-6
2013-09-11add -lgssapi for SunOS with option gssapirichard1-1/+2
2013-09-11update to pgadmin3 1.18.0richard1-1/+2
2013-09-11Note update of Ruby on Rails to 3.2.14.taca1-1/+9
devel/ruby-activesupport32 3.2.14 devel/ruby-activemodel32 3.2.14 databases/ruby-activerecord32 3.2.14 www/ruby-activeresource32 3.2.14 www/ruby-actionpack32 3.2.14 mail/ruby-actionmailer32 3.2.14 devel/ruby-railties32 3.2.14 www/ruby-rails32 3.2.14
2013-09-11extract from CHANGELOG:richard9-133/+62
pgAdmin III Changelog ===================== Notes ----- This is the pgAdmin III changelog. Items are marked with the initials of the developer responsible for them, and the version of pgAdmin that the change will first appear in. For convenience, changes during Beta and RC phases may include an RCx or Bx suffix on the version number, but for simplicity these will not normally be retained. A name in square braces [Joe Bloggs] indicates that the change was written by Joe. The initialed developer was responsible for reviewing the changes in these cases. Names shown as "per Joe Bloggs", indicate that Joe reported the problem and may have provided help debugging it, but did not actually provide the change. Key to developers ----------------- - DP Dave Page - AP Andreas Pflug - JMP Jean-Michel Poure - HS Hiroshi Saito - AHP Adam H. Pendleton - MP Marc Persuy - DAP Darko Prenosil - FGP Florian G. Pflug - MH Magnus Hagander - GL Guillaume Lelarge - AV Ashesh Vashi Changes ------- Date Dev Ver Change details ---------- --- ------ -------------- 2013-09-06 DP 1.18.1 Fix a memory leak in the Event Trigger code [Dinesh Kumar]. 2013-08-20 AV 1.18.0 Fix a layout bug in the graphical explain renderer that could render nodes on top of each other. 2013-08-06 DP 1.18.0 Fix Slony's DDL Script support [Akshay Joshi]. 2013-07-26 DP 1.18.0 Add support for Event Triggers in 9.3+ [Dinesh Kumar]. 2013-07-22 DP 1.18.0 Avoid using a Help cache file that needs to be world writeable, and ensure sed is happy when post-processing helpfiles. 2013-07-22 DP 1.18.0 Fix the help path on the import dialogue and improve the error handling [Akshay Joshi]. 2013-07-22 DP 1.18.0 Fix path the the Search Objects help doc [Dhiraj Chawla]. 2013-07-18 GL 1.18.0 Fix UTF-8 display for guru hints [Marek Cernocky]. 2013-07-08 DP 1.18.0 Prevent a crash when creating a stored procedure in PPAS [Dinesh Kumar]. 2013-06-19 GL 1.18.0 Disable the Favourites menu items if there is no favourites file path (per a comment from Michael Shapiro). 2013-06-18 GL 1.18.0 Make No the default button on the Truncate confirmation dialog (per request from Humberto Cereser Ibanez). 2013-06-18 DP 1.18.0 Support Materialized Views [Neel Patel]. 2013-06-07 DP 1.18.0 Avoid a possible crash on Linux when using the "Script" options of the Query Tool [aditsu]. 2013-05-26 DP 1.18.0 Fix comments on constraints [Thom Brown]. 2013-05-26 DP 1.18.0 Fix schema prefixes in cast definitions in the browser. 2013-05-26 DP 1.18.0 Treat sequences as first class objects in the Grant Wizard. Support USAGE and remove obsolete RULE permissions [Dhiraj Chawla]. 2013-05-26 DP 1.18.0 Set the default backup type to "Custom". 2013-05-21 DP 1.18.0 Improve the copy handling on the Edit Grid so that it works more consistently and predictably. 2013-05-20 DP 1.18.0 Fix comments on columns. 2013-05-20 DP 1.18.0 Remove the "Apply" buttons from the function, view package and external table dialogues. Their use is discouraged, and the code is fragile, complex and very buggy. 2013-05-20 DP 1.18.0 Fix a crash that could occur if the browser fails to detect that an object has been changed by another session. 2013-05-17 DP 1.18.0 Change the default SQL box font to a slightly smaller size on GTK based platforms. 2013-05-17 DP 1.18.0 Don't prompt the user for a password if they're using a client certificate. 2013-05-17 DP 1.18.0 Ensure global backups use the mintenance database to avoid access issue with postgres or template1. 2013-05-17 DP 1.18.0 Fix SSL certificate authentication. 2013-05-08 DP 1.18.0 Fix renaming and schema changes for stored procedures in PPAS [Dinesh Kumar]. 2013-05-02 DP 1.18.0 Add SSH tunnelling support to allow connections to be made to hosts via an SSH server [Akshay Joshi]. 2013-05-02 DP 1.18.0 Display the index validity in the properties list for indexes and index-based constraints [Gabrielle Roth]. 2013-04-29 DP 1.18.0 Add an option to include column headers when copying from the query tool results [Jasmin Dizdarevic]. 2013-04-29 DP 1.18.0 Allow the decimal mark displayed by the query tool to be configured as the thousands separator can [Jasmin Dizdarevic]. 2013-04-25 DP 1.18.0 Ensure the Query Tool's maximum column length setting is honoured. 2013-04-22 DP 1.18.0 Handle default privileges to PUBLIC correctly. [Dhiraj Chawla]. 2013-03-24 GL 1.18.0 Add tab option in the Import dialog. Per a request from Jeff Janes. 2013-03-17 GL 1.18.0 Add smallserial handling. Per a request from Matthew Syphus. 2013-03-01 DP 1.18.0 Fix the editing of pg_hba.conf files [Dhiraj Chawla]. 2013-02-25 DP 1.18.0 Fix the display of extension owner names. 2013-02-23 GL 1.18.0 Add a title to the backup and restore windows. Per request from Bastiaan Olij. 2013-02-22 DP 1.18.0 Fix a bug that could cause a NOTICE to be displayed when rendering FTS Configurations in the tree. 2013-02-07 DP 1.18.0 Don't try to display dependents or dependencies for pgAgent jobs, schedules or steps. 2013-02-06 DP 1.18.0 Fix the handling of expiry times when modifying roles. 2013-02-04 DP 1.18.0 Prevent foreign keys being recreated unnecessarily when modifying tables [Michael Banck] 2013-01-24 DP 1.18.0 Prevent Cmd+S adding characters to the Query Tool when the Save button is disabled. 2013-01-18 DP 1.18.0 Fix handling of Greenplum partitions [Lubomir Petrov] 2013-01-06 GL 1.18.0 Add -V/--version CLI option. 2013-01-06 GL 1.18.0 Add actions menu to the serverstatus tool. 2013-01-06 GL 1.18.0 Fix the database SQL when reseting a configuration parameter. Per a report from Bartosz Dmytrak. 2013-01-04 GL 1.18.0 Refresh the toolbar buttons when a list has been updated. Per a report from Evan Martin. 2013-01-04 GL 1.18.0 Fix the "NO INHERIT" query. Report from Thomas Joseph. 2012-12-24 GL 1.18.0 Display default privs. Report from Nathan Alden. 2012-12-24 GL 1.18.0 Sort references by schema name and relation name in dlgForeignKey. Report from Michal Kozusznik. 2012-12-24 GL 1.18.0 Fix the change of the superuser attribute. Report from Michal Kozusznik. 2012-12-18 DP 1.18.0 Prevent a crash when using Cmd-A on a file loaded into the Query Tool when opened with Cmd-E on Mac. 2012-12-07 DP 1.18.0 Fix the queries used to get object comments to allow for duplicate OIDs that may be present following use of pg_upgrade. 2012-12-03 DP 1.16.1 Prevent a crash that could happen if further changes were made on a dialogue after using the Apply button. [Akshay Joshi] 2012-11-29 GL 1.16.1 Save new comments on already existing columns when editing a table. Per a report from Jeff Janes. 2012-11-29 GL 1.16.1 Fix the query editor behaviour when executing COPY TO stdout and COPY FROM stdin [Heikki Linnakangas] 2012-11-28 AV 1.16.1 Date picker controls returns a full timestamp by default, which can cause inadvertent date changes on jobs and role validty dates. Ignore the time part. 2012-11-26 MH 1.16.1 Fix query for database descriptions 2012-11-15 DP 1.16.1 Avoid querying the catalogs for toast table settings for every table in the database. This gives a huge performance gain with large schemas. 2012-11-08 DP 1.16.1 Prevent a crash when refreshing a node which has a child with an open dialogue [Dhiraj Chawla] 2012-11-08 DP 1.16.1 Fix dropping/renaming of indexes [Akshay Joshi] 2012-11-08 DP 1.16.1 Avoid updating the GQB model on every key press in the query tool [Dhiraj Chawla] 2012-11-02 DP 1.16.1 Fix a crash that can occur when renaming objects. [Ashesh Vashi/Sachin Srivastava] 2012-11-01 DP 1.16.1 Fix dropping of constraints [Akshay Joshi] 2012-10-31 DP 1.16.1 Fix the "blocked by" column in the server status dialogue on 9.2 servers [Sachin Srivastava] 2012-10-11 DP 1.16.1 Prevent a crash if the query tool is closed whilst a file is loading [Akshay Joshi] 2012-10-09 AV 1.16.1 Fix setting of comments on PPAS procedures. 2012-10-08 DP 1.16.1 Don't autosize the search results columns if no results are found [Akshay Joshi] 2012-10-08 AV 1.16.1 Prevent a crash if opening a second config file in the editor. 2012-10-08 DP 1.16.1 Prevent the SSL options combo box displaying duplicate options if the server dialogue is reopened [Akshay Joshi] 2012-09-14 GL 1.16.1 Fix trigger query when connected to PostgreSQL 8.2 or lower, per a report from Jon Roberts. 2012-09-12 GL 1.16.1 Fix message when executing an empty query, per Marc Mamin. 2012-09-06 DP 1.18.0 Detect serial/bigserial columns from pg_depend, rather than guessing [Quan Zongliang]. 2012-09-05 DP 1.18.0 Display the next expected value for a sequence in the property list [Quan Zongliang]. 2012-07-11 MH 1.18.0 Add optional thousands separator to the query tool results grid. 2012-07-11 MH 1.18.0 Right-justify numeric values in the query tool results
2013-09-11Update ruby-rails32 to 3.2.14.taca1-4/+4
This is a kind of meta package.
2013-09-11Update ruby-railties32 to 3.2.14.taca3-7/+16
## Rails 3.2.14 (Jul 22, 2013) ## * Fix bugs that crashed `rake test:benchmark`, `rails profiler` and `rails benchmarker`. Fixes #4938. Backport rails/rails-perftest#2. *Dmitry Vorotilin + Yves Senn* * Add support for runner hook. Backport #7695. *Ben Holley* * Fixes bug with scaffold generator with `--assets=false --resource-route=false`. Fixes #9525. *Arun Agrawal*
2013-09-11Update ruby-actionmailer32 to 3.2.14.taca2-6/+6
No change except version.
2013-09-11Update ruby-actionpack32 to 3.2.14taca1-4/+4
* Merge `:action` from routing scope and assign endpoint if both `:controller` and `:action` are present. The endpoint assignment only occurs if there is no `:to` present in the options hash so should only affect routes using the shorthand syntax (i.e. endpoint is inferred from the the path). Fixes #9856 *Yves Senn*, *Andrew White* * Always escape the result of `link_to_unless` method. Before: link_to_unless(true, '<b>Showing</b>', 'github.com') # => "<b>Showing</b>" After: link_to_unless(true, '<b>Showing</b>', 'github.com') # => "&lt;b&gt;Showing&lt;/b&gt;" *dtaniwaki* * Use a case insensitive URI Regexp for #asset_path. This fix a problem where the same asset path using different case are generating different URIs. Before: image_tag("HTTP://google.com") # => "<img alt=\"Google\" src=\"/assets/HTTP://google.com\" />" image_tag("http://google.com") # => "<img alt=\"Google\" src=\"http://google.com\" />" After: image_tag("HTTP://google.com") # => "<img alt=\"Google\" src=\"HTTP://google.com\" />" image_tag("http://google.com") # => "<img alt=\"Google\" src=\"http://google.com\" />" *David Celis + Rafael Mendon«®a Fran«®a* * Fix explicit names on multiple file fields. If a file field tag has the multiple option, it is turned into an array field (appending `[]`), but if an explicit name is passed to `file_field` the `[]` is not appended. Fixes #9830. *Ryan McGeary*
2013-09-11Update ruby-activeresource32 to 3.2.14taca1-4/+4
## Rails 3.2.14 (Jul 22, 2013) ## * Fixes an issue that ActiveResource models ignores ActiveResource::Base.include_root_in_json. Backported from the now separate repo rails/activeresouce. *Xinjiang Lu*
2013-09-11Update ruby-activerecord32 to 3.2.14.taca1-4/+4
## Rails 3.2.14 (Jul 22, 2013) ## * Do not re-create destroyed association when saving the parent object. Fixes #11450. *Paul Nikitochkin* * Do not shallow the original exception in `exec_cache` on PostgreSQL adapter. Fixes #11260. *Rafael Mendon«®a Fran«®a* * Fix `ActiveRecord::Store` incorrectly tracking changes of its attributes. Fixes #10373. *Janko Marohni««* * Fix a bug that prevented the use of the default STI inheritance column (ActiveRecord::Base.inheritance_column = 'some_column'.) *chapmajs + Takehiro Adachi* * Fix mysql2 adapter raises the correct exception when executing a query on a closed connection. *Yves Senn* * Fixes bug where `Company.new.contract_ids` would incorrectly load all non-associated contracts. Example: company = Company.new # Company has many :contracts # before company.contract_ids # => SELECT ... WHERE `contracts`.`company_id` IS NULL # after company.contract_ids # => [] *Jared Armstrong* * Fix the `:primary_key` option for `has_many` associations. Fixes #10693. *Yves Senn* * fixes bug introduced by #3329. Now, when autosaving associations, deletions happen before inserts and saves. This prevents a 'duplicate unique value' database error that would occur if a record being created had the same value on a unique indexed field as that of a record being destroyed. Backport of #10417 *Johnny Holton* * Fix that under some conditions, Active Record could produce invalid SQL of the sort: "SELECT DISTINCT DISTINCT". Backport of #6792. *Ben Woosley* * Require `ActiveRecord::Base` in railtie hooks for rake_tasks, console and runner to avoid circular constant loading issues. Backport #7695. Fixes #7683 and #882 *Ben Holley* * Maintain context for joins within ActiveRecord::Relation merges. Backport #10164. *Neeraj Singh + Andrew Horner* * Make sure the `EXPLAIN` command is never triggered by a `select_db` call. *Daniel Schierbeck* * Revert changes on `pluck` that was ignoring the select clause when the relation already has one. This caused a regression since it changed the behavior in a stable release. Fixes #9777. *Rafael Mendon«®a Fran«®a* * Confirm a record has not already been destroyed before decrementing counter cache. *Ben Tucker* * Default values for PostgreSQL bigint types now get parsed and dumped to the schema correctly. Backport #10098. *Erik Peterson* * Removed warning when `auto_explain_threshold_in_seconds` is set and the connection adapter doesn't support explain. This is causing a regression since the Active Record Railtie is trying to connect to the development database in the application boot. *Rafael Mendon«®a Fran«®a* * Do not reset `inheritance_column` when it's set explicitly. Backport of #5327. *kennyj + Fred Wu* * Fix a problem wrong exception is occured when raising no translatable exception in PostgreSQL. *kennyj* * Resets the postgres search path in the structure.sql after the structure is dumped in order to find schema_migrations table when multiples schemas are used. Fixes #9796. *Juan M. Cuello + Dembskiy Alexander* * Reload the association target if it's stale. `@stale_state` should be nil when a model isn't saved. Fixes #7526. *Larry Lv* * Don't read CSV files during execution of `db:fixtures:load`. CSV support for fixtures was removed some time ago but the task was still loading them, even though later the code was looking for the related yaml file instead. *kennyj*
2013-09-11Updaet ruby-activemodel32 to 3.2.14.taca1-4/+4
No change except version.
2013-09-11Update ruby-activesupport32 to 3.2.14.taca1-4/+4
## Rails 3.2.14 (Jul 22, 2013) ## * Make `Time.at_with_coercion` retain the second fraction and return local time. Fixes #11350 *Neer Friedman*, *Andrew White* * Fix `ActiveSupport::TaggedLogging` incorrectly providing program name the same as log message even when block is not provided. *Carson Reinke* * Override `Time.at` to support the passing of Time-like values when called with a single argument. *Andrew White* * Revert the changes on unicode character encoding from `ActiveSupport::JSON.encode`. This was causing a regression where the resulting string is always returning UTF-8. Also it changes the behavior of this method on a stable release. Fixes #9498. *Rafael Mendon«®a Fran«®a* * Fix `ActiveSupport::TimeZone.parse` when time is at a local DST jump. Fixes #9678. *Andrew White*
2013-09-11Start update of Ruby on Rails to 3.2.14.taca1-2/+2
2013-09-11Update rubygems' versions information in comment.taca1-3/+3
2013-09-11Updated security/polarssl to 1.2.8obache1-1/+2
2013-09-11Update PolarSSL to 1.2.8obache4-22/+36
= Version 1.2.8 released 2013-06-19 Features * Parsing of PKCS#8 encrypted private key files * PKCS#12 PBE and derivation functions * Centralized module option values in config.h to allow user-defined settings without editing header files by using POLARSSL_CONFIG_OPTIONS Changes * HAVEGE random generator disabled by default * Internally split up x509parse_key() into a (PEM) handler function and specific DER parser functions for the PKCS#1 and unencrypted PKCS#8 private key formats * Added mechanism to provide alternative implementations for all symmetric cipher and hash algorithms (e.g. POLARSSL_AES_ALT in config.h) * PKCS#5 module added. Moved PBKDF2 functionality inside and deprecated old PBKDF2 module Bugfix * Secure renegotiation extension should only be sent in case client supports secure renegotiation * Fixed offset for cert_type list in ssl_parse_certificate_request() * Fixed const correctness issues that have no impact on the ABI * x509parse_crt() now better handles PEM error situations * ssl_parse_certificate() now calls x509parse_crt_der() directly instead of the x509parse_crt() wrapper that can also parse PEM certificates * x509parse_crtpath() is now reentrant and uses more portable stat() * Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler * Fixed values for 2-key Triple DES in cipher layer * ssl_write_certificate_request() can handle empty ca_chain Security * A possible DoS during the SSL Handshake, due to faulty parsing of PEM-encoded certificates has been fixed (found by Jack Lloyd) = Version 1.2.7 released 2013-04-13 Features * Ability to specify allowed ciphersuites based on the protocol version. Changes * Default Blowfish keysize is now 128-bits * Test suites made smaller to accommodate Raspberry Pi Bugfix * Fix for MPI assembly for ARM * GCM adapted to support sizes > 2^29 = Version 1.2.6 released 2013-03-11 Bugfix * Fixed memory leak in ssl_free() and ssl_reset() for active session * Corrected GCM counter incrementation to use only 32-bits instead of 128-bits (found by Yawning Angel) * Fixes for 64-bit compilation with MS Visual Studio * Fixed net_bind() for specified IP addresses on little endian systems * Fixed assembly code for ARM (Thumb and regular) for some compilers Changes * Internally split up rsa_pkcs1_encrypt(), rsa_pkcs1_decrypt(), rsa_pkcs1_sign() and rsa_pkcs1_verify() to separate PKCS#1 v1.5 and PKCS#1 v2.1 functions * Added support for custom labels when using rsa_rsaes_oaep_encrypt() or rsa_rsaes_oaep_decrypt() * Re-added handling for SSLv2 Client Hello when the define POLARSSL_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is set * The SSL session cache module (ssl_cache) now also retains peer_cert information (not the entire chain) Security * Removed further timing differences during SSL message decryption in ssl_decrypt_buf() * Removed timing differences due to bad padding from rsa_rsaes_pkcs1_v15_decrypt() and rsa_pkcs1_decrypt() for PKCS#1 v1.5 operations = Version 1.2.5 released 2013-02-02 Changes * Allow enabling of dummy error_strerror() to support some use-cases * Debug messages about padding errors during SSL message decryption are disabled by default and can be enabled with POLARSSL_SSL_DEBUG_ALL * Sending of security-relevant alert messages that do not break interoperability can be switched on/off with the flag POLARSSL_SSL_ALL_ALERT_MESSAGES Security * Removed timing differences during SSL message decryption in ssl_decrypt_buf() due to badly formatted padding = Version 1.2.4 released 2013-01-25 Changes * Added ssl_handshake_step() to allow single stepping the handshake process Bugfix * Memory leak when using RSA_PKCS_V21 operations fixed * Handle future version properly in ssl_write_certificate_request() * Correctly handle CertificateRequest message in client for <= TLS 1.1 without DN list = Version 1.2.3 released 2012-11-26 Bugfix * Server not always sending correct CertificateRequest message = Version 1.2.2 released 2012-11-24 Changes * Added p_hw_data to ssl_context for context specific hardware acceleration data * During verify trust-CA is only checked for expiration and CRL presence Bugfixes * Fixed client authentication compatibility * Fixed dependency on POLARSSL_SHA4_C in SSL modules = Version 1.2.1 released 2012-11-20 Changes * Depth that the certificate verify callback receives is now numbered bottom-up (Peer cert depth is 0) Bugfixes * Fixes for MSVC6 * Moved mpi_inv_mod() outside POLARSSL_GENPRIME * Allow R and A to point to same mpi in mpi_div_mpi (found by Manuel Pégourié-Gonnard) * Fixed possible segfault in mpi_shift_r() (found by Manuel Pégourié-Gonnard) * Added max length check for rsa_pkcs1_sign with PKCS#1 v2.1
2013-09-11only static library is provided, so set as build depend by default.obache1-1/+2
2013-09-11Spelling.wiz1-2/+2
2013-09-11Updated databases/soci to 3.2.2nb2joerg1-1/+2
2013-09-11Update to soci 3.2.2:joerg10-133/+75
- Fix uninitialized indicators in conversion_into_type and conversion_use_type specialisations - Fixed placeholder matching for PostgreSQL-style casts with ORM - Fixed memory leaking in use binding in case of bind/unbind sequence - Fixed sscanf formatter for MinGW/MSVC in backends - Fixed partial placeholder name matching for ORM cases - Added test for use of indicators with rowset<row> - Added test for get_affected_rows after bulk operations Add options for selecting MySQL/PostgreSQL/SQLite backends, defaulting to PostgreSQL.
2013-09-11Note update of the "wireshark" package to version 1.10.2.tron1-1/+2
2013-09-11Update "wireshark" package to version 1.10.2. Changes since 1.10.1:tron3-23/+6
- Bug Fixes The following vulnerabilities have been fixed. * wnpa-sec-2013-54 The Bluetooth HCI ACL dissector could crash. Discovered by Laurent Butti. (Bug 8827) Versions affected: 1.10.0 to 1.10.1 * wnpa-sec-2013-55 The NBAP dissector could crash. Discovered by Laurent Butti. (Bug 9005) Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9 * wnpa-sec-2013-56 The ASSA R3 dissector could go into an infinite loop. Discovered by Ben Schmidt. (Bug 9020) Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9 * wnpa-sec-2013-57 The RTPS dissector could overflow a buffer. Discovered by Ben Schmidt. (Bug 9019) Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9 * wnpa-sec-2013-58 The MQ dissector could crash. (Bug 9079) Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9 * wnpa-sec-2013-59 The LDAP dissector could crash. Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9 * wnpa-sec-2013-60 The Netmon file parser could crash. Discovered by G. Geshev. (Bug 8742) Versions affected: 1.10.0 to 1.10.1, 1.8.0 to 1.8.9 - The following bugs have been fixed: * Lua ByteArray:append() causes wireshark crash. (Bug 4461) * Lua script can not get "data-text-lines" protocol data. (Bug 5200) * Lua: Trying to use Field.new("tcp.segments") to get reassembled TCP data is failed. (Bug 5201) * "Edit Interface Settings": "Capture Filter" combo box is not populated across Wireshark sessions. (Bug 7278) * PER normally small non-negative whole number decoding is wrong when >= 64. (Bug 8841) * Strange behavior of tree expand/collapse in packet details. (Bug 8908) * Incorrect parsing of IPFIX *IpTotalLength elements. (Bug 8918) * IO graph/advanced, max/min/summ error on frames with multiple Diameter messages. (Bug 8980) * pod2man error on reordercap.pod. (Bug 8982) * SGI Nsym disambiguation is unconditionally displayed when dissecting VHT. (Bug 8989) * The Wireshark icon doesn't show up in OS X 10.5. (Bug 8993) * Build fails if system Python is version 3+. (Bug 8995) * SCSI dissector does not parse PERSISTENT RESERVE commands correctly. (Bug 9012) * SDP messages throws an assert. (Bug 9022) * Wireshark fails to decode single-line, multiple Contact: URIs in SIP responses. (Bug 9031) * PN_MRP LinkUp Message is shown as LinkDown in info. (Bug 9035) * Dissector for EtherCAT: ADS highlighting in the Packet Bytes Pane is incorrect. (Bug 9036) * 802.11 HT Extended Capabilities B10 decode incorrect. (Bug 9038) * Wrong dissection of MSTI Root Identifiers for all MSTIs. (Bug 9088) * Weird malformed HTTP error. (Bug 9101) * Warning for attempting to install 64-bit Wireshark on a 32-bit machine has an embedded "\n". (Bug 9103) * Wireshark crashes when using "Export Specified Packets" > "Displayed". (Bug 9106) - Updated Protocol Support ASN.1 PER, ASSA R3, Bluetooth HCI ACL, EtherCAT AMS, GTPv2, HTTP, IEEE 802.11, IPFIX, ISDN SUP, LDAP, MQ, NBAP, Novell SSS, PROFINET MRP, Radiotap, ROHC, RTPS, SCSI, SIP, and STP - New and Updated Capture File Support Microsoft Network Monitor, pcap-ng.
2013-09-11Honor environment to get correct PATH.joerg2-1/+15
2013-09-11Updated devel/py-nose to 1.3.0prlw11-1/+2
2013-09-11Update py-nose to 1.3.0prlw13-10/+19
Many bug fixes including - Added support for Python 3.3. - Fixed a bug in xunit that was causing it to die ungracefully under Python 3. (#134) - Taught the test suite to skip coverage tests if the coverage module is not available. (#597) See CHANGELOG or http://nose.readthedocs.org/en/latest/news.html for full list.
2013-09-11Removed multimedia/adobe-flash-plugin10.1 successor ↵obache1-1/+2
multimedia/adobe-flash-plugin11
2013-09-11Remove adobe-flash-plugin10.1, old version and not maintained by upstream.obache9-138/+1
2013-09-11Updated multimedia/adobe-flash-plugin11 to 11.2.202.310obache1-1/+2
2013-09-11Update adobe-flash-plugin11 to 11.2.202.310 for APSB13-21.obache2-6/+6
2013-09-11Updated databases/slony1 to 2.2.0adam1-1/+2
2013-09-11Changes 2.2.0:adam3-18/+16
* Shared Libraries are now named so as to allow having multiple versions of Slony installed simultaneously on a database cluster * Let DDL for EXECUTE SCRIPT to be specified inline * Added a RESUBSCRIBE NODE command to reshape clusters. * The FAILOVER process has been reworked to be more reliable. * Major "protocol" change; rather than constructing cursors to query logged updates, version 2.2 now uses the COPY protocol to stream data into log tables on subscribers.
2013-09-11Updated www/squid3 to 3.3.9adam1-1/+2
2013-09-11Changes 3.3.9:adam2-6/+6
* Bug 3849: Duplicate certificate sent when using https_port * Fix myportname ACL on ICAP/eCAP transactions * Improved compatibility with clang and icc * Bug 3895: fix acl_uses_indirect_client and cache_peer_access * Show number of available filedescriptors when reserved FD changes * Regression Bug 3077: off-by-one error in Digest header decoding * Register Http2-Settings header * Fix configure parsing IP/domain directives * Sync with newest OpenSSL error codes * Handle infinite certificate validation loops caused by OpenSSL Bug 3090. * Make GCC 4.8 happy with libip code * Fix assert with side effects in ServerStateData::handleAdaptedHeader * Fix mgr:info report 'Largest file desc currently in use' with SMP * Bug 3879: assertion failed ConnStateData::validatePinnedConnection * Bug 2287: Better fix for unsupported HTTP version handling * Bug 2112: Reload into If-None-Match * Fix external ACL user:pass detail logging after adaptation * Fix assert() with side effects * Bug 3863: myportname acl causes segmentation fault
2013-09-11Update py-nwdiag to 0.9.4.obache3-8/+30
0.9.4 (2012-12-20) ------------------ * Fix bugs 0.9.3 (2012-12-17) ------------------ * [rackdiag] Allow multiple rackitems in same level * Fix bugs
2013-09-11Updated graphics/py-actdiag to 0.4.3obache1-1/+2
2013-09-11Update py-actdiag to 0.4.3obache3-8/+11
0.4.3 (2013-02-10) ------------------ * Fix bugs 0.4.2 (2013-02-10) ------------------ * Fix bugs
2013-09-11require blockdiag>=1.2.4obache1-2/+2
2013-09-11Updated graphics/py-seqdiag to 0.8.2obache1-1/+2
2013-09-11Update py-seqdiag to 0.8.2.obache3-7/+13
0.8.2 (2012-11-12) ------------------ * Fix bugs
2013-09-11sortobache1-7/+7
2013-09-11Updated graphics/py-blockdiag to 1.2.4obache1-1/+2
2013-09-11Update py-blockdiag to 1.2.4.obache3-13/+19
1.2.4 (2012-11-21) ------------------ * Fix bugs
2013-09-11sortobache1-4/+4