Commit graph

168106 commits

Author SHA1 Message Date
taca
f3a8f0d29f Update ruby-railties package to 3.0.4.
* More strict dependency reflect gemspec's description.

Not documented but includes fix for security problem:
 http://weblog.rubyonrails.org/2011/2/8/csrf-protection-bypass-in-ruby-on-rails
2011-02-09 13:04:29 +00:00
taca
e27daa8250 Update ruby-actionmailer3 package to 3.0.4.
* More strict dependency reflect gemspec's description.
* It is update of version only for Ruby on Rails 3.0.4 update.
2011-02-09 13:01:46 +00:00
taca
09afe4a326 Update ruby-activeresource3 package to 3.0.4.
* More strict dependency reflect gemspec's description.
* It is update of version only for Ruby on Rails 3.0.4 update.
2011-02-09 13:00:50 +00:00
taca
19e2cf02b8 Update ruby-activerecord3 package to 3.0.4.
* More strict dependency reflect gemspec's description.


*Rails 3.0.4 (unreleased)*

* Added deprecation warning for has_and_belongs_to_many associations where the join table has
  additional attributes other than the keys. Access to these attributes is removed in 3.1.
  Please use has_many :through instead. [Jon Leighton]

*Rails 3.0.3 (November 16, 2010)*

* Support find by class like this: Post.where(:name => Post)


*Rails 3.0.2 (November 15, 2010)*

* Dramatic speed increase (see: http://engineering.attinteractive.com/2010/10/arel-two-point-ohhhhh-yaaaaaa/) [Aaron Patterson]

* reorder is deprecated in favor of except(:order).order(...) [Santiago Pastorino]

* except is now AR public API

    Model.order('name').except(:order).order('salary')

  generates:

    SELECT * FROM models ORDER BY salary

  [Santiago Pastorino]

* The following code:

    Model.limit(10).scoping { Model.count }

  now generates the following SQL:

    SELECT COUNT(*) FROM models LIMIT 10

  This may not return what you want.  Instead, you may with to do something
  like this:

    Model.limit(10).scoping { Model.all.size }

  [Aaron Patterson]
2011-02-09 13:00:07 +00:00
taca
1170110ed2 Update ruby-actionpack3 package to 3.0.4.
* More strict dependency reflect gemspec's description.


*Rails 3.0.3 (November 16, 2010)*

* When ActiveRecord::Base objects are sent to predicate methods, the id of
 the object should be sent to ARel, not the ActiveRecord::Base object.

* :constraints routing should only do sanity checks against regular
  expressions.  String arguments are OK.


*Rails 3.0.2 (November 15, 2010)*

* The helper number_to_currency accepts a new :negative_format option to be
  able to configure how to render negative amounts. [Don Wilson]
2011-02-09 12:58:53 +00:00
taca
2f7561c449 Update ruby-activemodel package to 3.0.4.
* More strict dependency reflect gemspec's description.
* It is update of version only for Ruby on Rails 3.0.4 update.
2011-02-09 12:57:46 +00:00
taca
3ceb782354 Update ruby-activesupport3 package to 3.0.4.
* 3.0.4 updates version only for Ruby on Rails 3.0.4 update.


*Rails 3.0.3 (November 16, 2010)*

* No changes.


*Rails 3.0.2 (November 15, 2010)*

* Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White]
2011-02-09 12:56:48 +00:00
taca
4d73be0e71 Update ruby-arel package to 2.0.8.
== 2.0.8  / 2010/02/08

* Bug Fixes

  * Added set operation support
  * Fixed problems with *_any / *_all methods.

== 2.0.7 (unreleased)

* Bug Fixes

  * Limit members are visited
  * Fixing MSSQL TOP support

== 2.0.6 12/01/2010

* Bug Fixes

  * Rails 3.0.x does not like that Node is Enumerable, so removing for now.

== 2.0.5 11/30/2010

* Enhancements

  * Arel::Visitors::DepthFirst can walk your AST depth first
  * Arel::Nodes::Node is enumerable, depth first

* Bug fixes

  * #lock will lock SELECT statements "FOR UPDATE" on mysql
  * Nodes::Node#not factory method added for creating Nodes::Not nodes
  * Added an As node

* Deprecations

  * Support for Subclasses of core classes will be removed in ARel version
    2.2.0

== 2.0.4

* Bug fixes

  * Speed improvements for Range queries.  Thanks Rolf Timmermans!

== 2.0.3

* Bug fixes

  * Fixing Oracle support
  * Added a visitor for "Class" objects

== 2.0.2

* Bug fixes

  * MySQL selects from DUAL on empty FROM
  * Visitor translates nil to NULL
  * Visitor translates Bignum properly

== 2.0.1

* Bug fixes

== 2.0.0 / 2010-08-01
* Enhancements

  * Recreate library using the Visitor pattern.
    http://en.wikipedia.org/wiki/Visitor_pattern
2011-02-09 12:55:28 +00:00
taca
14d830b7f4 Update ruby-rack-test package to 0.5.7.
== 0.5.7 / 2011-01-01

* Bug fixes

  * If no URI is present, include all cookies (Pratik Naik)
2011-02-09 12:54:35 +00:00
ryoon
965e29c760 Add emacs23nox to EMACS_VERSIONS_ACCEPTED. 2011-02-09 12:45:33 +00:00
taca
5e4746a0cb Note updates for Ruby on Rails 2.3.11:
devel/ruby-activesupport
	databases/ruby-activerecord
	www/ruby-actionpack
	mail/ruby-actionmailer
	www/ruby-activeresource
	www/ruby-rails
2011-02-09 12:45:31 +00:00
ryoon
d1b4813937 Add emacs23nox to EMACS_VERSIONS_ACCEPTED. 2011-02-09 12:44:21 +00:00
taca
fbea0b58b7 Update ruby-rails package to 2.3.11.
* More strict dependency reflect gemspec's description.
* It is update of version only for Ruby on Rails 2.3.11 update.
2011-02-09 12:44:07 +00:00
taca
a8b48cf221 Update ruby-activeresource/ package to 2.3.11.
* More strict dependency reflect gemspec's description.
* It is update of version only for Ruby on Rails 2.3.11 update.
2011-02-09 12:43:09 +00:00
taca
236e10ed59 Update ruby-actionmailer package to 2.3.11.
* More strict dependency reflect gemspec's description.
* It is update of version only for Ruby on Rails 2.3.11 update.
2011-02-09 12:42:26 +00:00
taca
b90ae52dcd Update ruby-actionpack package to 2.3.11.
* More strict dependency reflect gemspec's description.

*2.3.11 (February 9, 2011)*

* Two security fixes. CVE-2011-0446, CVE-2011-0447
2011-02-09 12:40:51 +00:00
taca
6569093336 Update ruby-activerecord package to 2.3.11.
* More strict dependency reflect gemspec's description.
* It is update of version only for Ruby on Rails 2.3.11 update.
2011-02-09 12:39:41 +00:00
taca
a0068931cf Update ruby-activesupport package to 2.3.11.
It is update of version only for Ruby on Rails 2.3.11 update.
2011-02-09 12:37:58 +00:00
wiz
619a4311c4 + etm-702, glib2-2.28.0, gnucash-2.4.2, gobject-introspection-0.10.2,
gtkmm-2.24.0, john-1.7.6j11, parallel-20110205.
2011-02-09 09:54:21 +00:00
wiz
2c60f1f978 Remove gxmame. 2011-02-09 09:54:00 +00:00
wiz
96f6605a37 Remove gxmame since xmame was removed. 2011-02-09 09:51:19 +00:00
rumko
b68966711d Add missing header for DragonFly
To compile initiator.c, inttypes.h has to be included like it is for some
of the other files.

ok@ agc
2011-02-09 09:41:44 +00:00
adam
56a67de657 Updated archivers/xz to 5.0.1 2011-02-09 09:13:10 +00:00
adam
363d7a5f6e Changes 5.0.1:
* xz --force now (de)compresses files that have setuid, setgid,
  The man page had it documented this way already, but the code
  had a bug.
* gzip and bzip2 support in xzdiff was fixed.
* Portability fixes
* Minor fix to Czech translation
2011-02-09 09:12:16 +00:00
adam
656c650612 Updated databases/postgresql90 to 9.0.3 2011-02-09 08:51:49 +00:00
adam
72468049dc Changes 9.0.3:
* Before exiting walreceiver, ensure all the received WAL is fsync'd to disk
* Avoid excess fsync activity in walreceiver
* Make "ALTER TABLE" revalidate uniqueness and exclusion constraints when needed
* Fix EvalPlanQual for "UPDATE" of an inheritance tree in which the tables are
  not all alike
* Avoid failures when "EXPLAIN" tries to display a simple-form CASE expression
* Fix assignment to an array slice that is before the existing range of
  subscripts
* Avoid unexpected conversion overflow in planner for very distant date values
* Fix PL/Python crash when an array contains null entries
* Remove ecpg's fixed length limit for constants defining an array dimension
* Fix erroneous parsing of tsquery values containing ... &
  !(subexpression) | ...
* Fix buffer overrun in "contrib/intarray"'s input function for the query_int
  type
* Fix bug in "contrib/seg"'s GiST picksplit algorithm
2011-02-09 08:48:16 +00:00
adam
cfe8fb50ba Updated net/ntop to 4.0.3 2011-02-09 08:39:05 +00:00
adam
648b1dc550 Changes 4.0.3:
This is a bug fix release.
2011-02-09 08:37:10 +00:00
dholland
3ef0844f72 Build fix for AIX from J Raynor in PR 41433. 2011-02-09 05:52:07 +00:00
taca
42c81024e7 Note update of security/openssl package to 0.9.8qnb1. 2011-02-09 00:16:13 +00:00
taca
25120dbd28 Add fix for security issue CVE-2011-0014.
Bump PKGREVISION.
2011-02-09 00:15:30 +00:00
asau
8e04fe3861 Updated databases/phppgadmin to 5.0.2 2011-02-08 23:09:40 +00:00
asau
86e3b759e1 Update to phpPgAdmin 5.0.2
Changes in 5.0.2
----------------

Some bug fixes.

* Fix a css typo & error in cappuccino theme
* Fix #3139003 "Autocomplete doesn't insert value", report and patch by Aleksander Machniak
* Fix bad inheritance between pg83 -> pg instead of pg83 -> pg84 in the database access classes. This bug was breaking some functionnalities with 8.3
* Fix a lot of nonstandard escaped string in the database access classes


Changes in 5.0.1
----------------

Minor bug fix and update version.

* Fix #3124417 "Wrong german translation", reported by schnoesel
* Fix (officialy) a bug where non-super user roles cannot check ownership on objects
* Add forgotten Galician language to the target "all" of lang/Makefile
* Update jQuery library to current stable 1.4.4
* remove useless date from the topbar informations.
  This was the only place that did PHP 5.3 complain about bad timezone configuration
  (a non-PPA related warning). As it was a totaly useless information, we decide to
  remove it.


Changes in 5.0
--------------

Features
* Support for PostgreSQL 8.4 and 9.0
* Support for database level collation for 8.4+
* Support for schema level export
* Add ability to alter schema ownership
* Clean up domain support and improve interface
* Add support for commenting on functions
* Allow user to rename role/users and set new passwords at the same time
* Greatly enhanced Full-Text-Search capabilities (ioguix, Loomis_K)
* Overhauled Selenium Test suite to support multiple database versions
* Optimized application graphics (Limo Driver)
* Support for Column Level Privileges
* Allow users to specify a template database at database creation time
* Support killing processes
* Add ability to create indexes concurrently
* Much better support of autovacuum configuration
* Add an admin page for table level
* Refactored autocompletion:
  * fix support for cross-schema objects
  * support multi-field FK
  * support for pagination of values in the auto-complete list
* Allow user to logicaly group their server under custom named node in the browser tree
* New themes (Cappuccino and Gotar) and a theme switcher on the introduction page
* Auto refresh Locks page
* Auto refresh Processes page
* Link in the bottom of the page to go to top of page
* Browsing on Foreign Keys (When browsing a table, clicking on a FK value, jump to the PK row)


Bugs
* Fix problems with query tracking on overly long queries
* Ensure pg_dump paths are valid
* Fix multiple bugs about quoting and escaping database objects names with special chars
* Fix multiple bugs in the browser tree
* Fix multiple bugs on the SQL and script file import form
* One security fix about code injection
* Don't allow inserting on a table without fields
* Some fix about commenting databases
* removed deprecated functions from PHP 5.3
* Lot of code cleanup
* Many other small minor bugs found on our way
* Fix the operator property page

Translations
* Czech (Marek Cernocky)
* Greek (Adamantios Diamantidis)
* Brazillian Portuguese (Fernando Wendt)
* Galician (Adri€n Chaves Fern€ndez)

Incompatabilities
* No longer support PHP < 5.0
* No longer support Postgres < 7.4
2011-02-08 23:09:17 +00:00
ahoka
0617eb21b3 Make the correct symlink this time 2011-02-08 21:29:35 +00:00
ahoka
c8786c65c2 Updated emulators/suse113_alsa to 11.3nb2 2011-02-08 20:17:51 +00:00
jakllsch
081fd0ee74 It helps if you don't change the comment in the patch after generating distinfo. 2011-02-08 20:17:24 +00:00
ahoka
6a63b513fc Make asound output to pulseaudio instead of alsa by default
this makes adobe Flash work out of the box.

OSS was considered, but it makes Flash very slow for some reason...
2011-02-08 20:17:14 +00:00
jakllsch
449fc3155f Updated archivers/cabextract to 1.3nb1 2011-02-08 20:15:31 +00:00
jakllsch
2e83be689f Remove artificial 2GiB file size limitation in cabextract. Bump pkgrev. 2011-02-08 20:15:17 +00:00
jakllsch
a2540b0850 Per suggestion from Joerg, we don't need NO_SRC_ON_FTP. 2011-02-08 19:59:48 +00:00
dsainty
ccd1a32fac Correct hash for patch-ufraw_writer.c 2011-02-08 19:41:41 +00:00
jakllsch
3ffbf0eb12 Updated sysutils/flashrom to 0.9.3 2011-02-08 19:33:30 +00:00
jakllsch
3cca1efb89 Update sysutils/flashrom to the 0.9.3 release. 2011-02-08 19:33:18 +00:00
jakllsch
89a9626bd6 - Adjust MASTER_SITES to expand to a correct URL.
- Add NO_SRC_ON_FTP due to MASTER_SITE_LOCAL.
- Adjust ONLY_FOR_PLATFORM to what I expect works (or could eventually work).
2011-02-08 19:26:56 +00:00
ahoka
53b8bdb6ff Added multimedia/adobe-flash-plugin10.1 version 10.1.102.65 2011-02-08 18:53:59 +00:00
ahoka
5d28cf6095 +adobe-flash-plugin10.1 2011-02-08 18:52:33 +00:00
ahoka
12eadee5bf Import a newer version of Flash plugin. The old one is retained,
because this version requires TLS support in Linux emulation, which
NetBSD 5.x doesnt have.
2011-02-08 18:47:03 +00:00
drochner
fbe4159a5e +gps 2011-02-08 18:36:34 +00:00
drochner
764369e474 add gps-5.0.0, a Multi-language IDE with an emphasis on Ada, from
John Marino per PR pkg/44440
(Python wasn't regognized for me, that's why I've commented it
out for now. Needs a second look.)
2011-02-08 18:32:23 +00:00
jakllsch
6bd932e532 Note addition of nvramtool. 2011-02-08 16:53:41 +00:00