summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-12Switch to textproc/mdocml as the tool replacement provider for 'nroff'.jperkin1-2/+23
The nroff tool is primarily used to generate catman pages, however there were circular dependency issues with using groff as the provider, as it has a large number of dependencies, some of which depend on nroff. mdocml is much smaller, has fewer dependencies, is BSD licensed, and is just as capable in nroff mode.
2013-09-12Updated textproc/groff to 1.20.1nb11jperkin1-1/+2
2013-09-12Adjust CONFLICTS with mdocml, versions after and including 1.12.0nb3jperkin1-3/+3
no longer conflict with this package. Bump PKGREVISION.
2013-09-12Updated textproc/mdocml to 1.12.0nb3jperkin1-1/+2
2013-09-12Rename preconv and roff.7 to have a 'mandoc-' prefix. This removes thejperkin6-9/+94
conflicts with textproc/groff and allows both packages to co-exist, paving the way for mdocml to be used in the tools infrastructure as an nroff replacement. Bump PKGREVISION.
2013-09-12Fix pkg_info -X segfault when last entry wasn't terminated with \n.wiz1-4/+4
Addresses PR 48207.
2013-09-12Remove patch that was removed from distinfo.wiz1-17/+0
2013-09-12Updated emulators/simulavr to 1.0.0mef2-3/+3
2013-09-12(pkgsrc)mef18-462/+620
Raw simulavr-1.0.0 does not build. Some patches, and SUBST to convert MACROS etc., are added reflecting git repository (These will be unnecessary at next release, hopefully). (Upstream) Bump the version simulavr-0.1.2.1 to simulavr-1.0.0 (From manual-1.0.pdf) What features are new: - Run multiple AVR devices in one simulation. (only with interpreter interfaces or special application linked against simulavr library) Multiple cores can run where each has a different clock frequency. - Connect multiple AVR core pins to other devices like LCD, LED and others. (environment) - Connect multiple AVR cores to multiple avr-gdb instances. (each on its own socket/port number, but see first point for running multiple avr cores) - Write simulation scripts in Tcl/Tk or Python, other languages could be added by simply adding swig scripts! - Tracing the execution of the program, these traces support all debugging information directly from the ELF-file. - The traces run step by step for each device so you see all actions in the multiple devices in time-correct order. - Every interrupt call is visible. - Interrupt statistics with latency, longest and shortest execution time and some more. - There is a simple text based UI interface to add LCD, switches, LEDs or other components and can modify it during simulation, so there is no longer a need to enter a pin value during execution. (Tcl/Tk based) - Execution timing should be nearly accurate, different access times for internal RAM / external RAM / EEPROM and other hardware components are simulated. - A pseudo core hardware component is introduced to do "printf" debugging. This "device" is connected to a normal named UNIX socket so you do not have to waste a UART or other hardware in your test environment. (How?) - ELF-file loading is supported, no objcopy needed anymore. - Execution speed is tuned a lot, most hardware simulations are now only done if needed. - External IO pins which are not ports are also available. (E.g. ADC7 and ADC8 on ATmega8 in TQFP package.) - External I/O and some internal states of hardware units (link prescaler counter and interrupt states) can be dumped ot into a VCD trace to analyse I/O behaviour and timing. Or you can use it for tests.
2013-09-12Fix build.wen1-1/+3
(Reported by joerg@, thanks!)
2013-09-11Make it buildable on NetBSD/sparc64 (by avoiding a SIGSEGV in a SIGSEGVmartin5-4/+214
handler). Make precompiled headers work on NetBSD hosts (by choosing a hopefully stable virtual address for precompiled header symbol tables). Both reported upstream.
2013-09-11xen41 updatedrochner1-1/+2
2013-09-11update to 4.1.6.1drochner22-1225/+18
This release fixes the following critical vulnerabilities: CVE-2013-1918 / XSA-45: Several long latency operations are not preemptible CVE-2013-1952 / XSA-49: VT-d interrupt remapping source validation flaw for bridges CVE-2013-2076 / XSA-52: Information leak on XSAVE/XRSTOR capable AMD CPUs CVE-2013-2077 / XSA-53: Hypervisor crash due to missing exception recovery on XRSTOR CVE-2013-2078 / XSA-54: Hypervisor crash due to missing exception recovery on XSETBV CVE-2013-2194, CVE-2013-2195, CVE-2013-2196 / XSA-55: Multiple vulnerabilities in libelf PV kernel handling CVE-2013-2072 / XSA-56: Buffer overflow in xencontrol Python bindings affecting xend CVE-2013-2211 / XSA-57: libxl allows guest write access to sensitive console related xenstore keys CVE-2013-1432 / XSA-58: Page reference counting error due to XSA-45/CVE-2013-1918 fixes XSA-61: libxl partially sets up HVM passthrough even with disabled iommu This release contains many bug fixes and improvements. The highlights are: addressing a regression from the fix for XSA-21 addressing a regression from the fix for XSA-46 bug fixes to low level system state handling, including certain hardware errata workarounds (CVE-2013-1918 and CVE-2013-1952 were patched in pkgsrc before)
2013-09-11Updated www/py-django to 1.5.3adam1-1/+2
2013-09-11Changes 1.5.3:adam3-10/+12
These releases address a directory-traversal vulnerability in one of Django's built-in template tags. While this issue requires some fairly specific factors to be exploitable, we encourage all users of Django to upgrade promptly.
2013-09-11Disable hidden symbols on SunOS, for some reason this part of the codejperkin2-1/+26
hides strlen(), causing linker failure later.
2013-09-11Updated multimedia/libvpx to 1.2.0ryoon2-3/+3
2013-09-11Update to 1.2.0ryoon5-77/+61
* Buildlink to devel/googletest to test-libvpx (not installed and not tested). Changelog: 2012-12-21 v1.2.0 This release acts as a checkpoint for a large amount of internal refactoring and testing. It also contains a number of small bugfixes, so all users are encouraged to upgrade. - Upgrading: This release is ABI and API compatible with Duclair (v1.0.0). Users of older releases should refer to the Upgrading notes in this document for that release. - Enhancements: VP8 optimizations for MIPS dspr2 vpxenc: add -quiet option - Speed: Encoder and decoder speed is consistent with the Eider release. - Quality: In general, quality is consistent with the Eider release. Minor tweaks to ARNR filtering Minor improvements to real time encoding with multiple temporal layers - Bug Fixes: Fixes multithreaded encoder race condition in loopfilter Fixes multi-resolution threaded encoding Fix potential encoder dead-lock after picture resize
2013-09-11Note update of databases/ruby-pg package to 0.16.0.taca1-1/+2
2013-09-11Update ruby-pg to 0.16.0.taca3-8/+11
== v0.16.0 [2013-07-22] Michael Granger <ged@FaerieMUD.org> Bugfixes: - Avoid warnings about uninitialized instance variables. - Use a more standard method of adding library and include directories. This fixes build on AIX (Github #7) and Solaris (#164). - Cancel the running query, if a thread is about to be killed (e.g. by CTRL-C). - Fix GVL issue with wait_for_notify/notifies and notice callbacks. - Set proper encoding on the string returned by quote_ident, escape_literal and escape_identifier (#163). - Use nil as PG::Error#result in case of a NULL-result from libpq (#166). - Recalculate the timeout of conn#wait_for_notify and conn#block in case of socket events that require re-runs of select(). Documentation fixes: - Fix non working example for PGresult#error_field. Enhancements: - Add unique exception classes for each PostgreSQL error type (#5). - Return result of the block in conn#transaction instead of nil (#158). - Allow 'rake compile' and 'rake gem' on non mercurial repos. - Add support for PG_DIAG_*_NAME error fields of PostgreSQL-9.3 (#161).
2013-09-11Note update of databases/ruby-sequel package to 4.2.0.taca1-1/+2
2013-09-11Update ruby-sequel to 4.2.0.taca3-20/+23
Changes from 3.48.0 are too many to write here, please refer CHANGELOG file.
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