pkgsrc/databases
minskim 4fea2b10ec Import ruby-activerecord-4.2.8 as databases/ruby-activerecord42
Notable changes since 3.2:

- Improve ways to write change migrations, making the old up & down
  methods no longer necessary.
- Adds PostgreSQL array type support. Any datatype can be used to
  create an array column, with full migration and schema dumper
  support.
- Add Relation#load to explicitly load the record and return self.
- Model.all now returns an ActiveRecord::Relation, rather than an
  array of records. Use Relation#to_a if you really want an array. In
  some specific cases, this may cause breakage when upgrading.
- Added ActiveRecord::Migration.check_pending! that raises an error if
  migrations are pending.
- Added custom coders support for ActiveRecord::Store.
- mysql and mysql2 connections will set SQL_MODE=STRICT_ALL_TABLES by
  default to avoid silent data loss. This can be disabled by
  specifying strict: false in your database.yml.
- Remove IdentityMap.
- Remove automatic execution of EXPLAIN queries. The option
  active_record.auto_explain_threshold_in_seconds is no longer used
  and should be removed.
- Adds ActiveRecord::NullRelation and ActiveRecord::Relation#none
  implementing the null object pattern for the Relation class.
- Added create_join_table migration helper to create HABTM join
  tables.
- Allows PostgreSQL hstore records to be created.
- Default scopes are no longer overridden by chained conditions.
- Added ActiveRecord::Base.to_param for convenient "pretty" URLs
  derived from a model's attribute or method.
- Added ActiveRecord::Base.no_touching, which allows ignoring touch on
  models.
- Unify boolean type casting for MysqlAdapter and
  Mysql2Adapter. type_cast will return 1 for true and 0 for false.
- .unscope now removes conditions specified in default_scope.
- Added ActiveRecord::QueryMethods#rewhere which will overwrite an
  existing, named where condition.
- Extended ActiveRecord::Base#cache_key to take an optional list of
  timestamp attributes of which the highest will be used.
- Added ActiveRecord::Base#enum for declaring enum attributes where
  the values map to integers in the database, but can be queried by
  name.
- Type cast json values on write, so that the value is consistent with
  reading from the database.
- Type cast hstore values on write, so that the value is consistent
  with reading from the database.
- Make next_migration_number accessible for third party generators.
- Calling update_attributes will now throw an ArgumentError whenever
  it gets a nil argument. More specifically, it will throw an error if
  the argument that it gets passed does not respond to to
  stringify_keys.
- CollectionAssociation#first/#last (e.g. has_many) use a LIMITed
  query to fetch results rather than loading the entire collection.
- inspect on Active Record model classes does not initiate a new
  connection. This means that calling inspect, when the database is
  missing, will no longer raise an exception.
- Removed column restrictions for count, let the database raise if the
  SQL is invalid.
- Rails now automatically detects inverse associations. If you do not
  set the :inverse_of option on the association, then Active Record
  will guess the inverse association based on heuristics.
- Handle aliased attributes in ActiveRecord::Relation. When using
  symbol keys, ActiveRecord will now translate aliased attribute names
  to the actual column name used in the database.
- The ERB in fixture files is no longer evaluated in the context of
  the main object. Helper methods used by multiple fixtures should be
  defined on modules included in
  ActiveRecord::FixtureSet.context_class.
- Don't create or drop the test database if RAILS_ENV is specified
  explicitly.
- Relation no longer has mutator methods like #map! and
  #delete_if. Convert to an Array by calling #to_a before using these
  methods.
- find_in_batches, find_each, Result#each and Enumerable#index_by now
  return an Enumerator that can calculate its size.
- scope, enum and Associations now raise on "dangerous" name
  conflicts.
- second through fifth methods act like the first finder.
- Make touch fire the after_commit and after_rollback callbacks.
- Enable partial indexes for sqlite >= 3.8.0.
- Make change_column_null revertible.
- Added a flag to disable schema dump after migration. This is set to
  false by default in the production environment for new applications.
- SchemaDumper uses force: :cascade on create_table. This makes it
  possible to reload a schema when foreign keys are in place.
- Added a :required option to singular associations, which defines a
  presence validation on the association.
- ActiveRecord::Dirty now detects in-place changes to mutable
  values. Serialized attributes on Active Record models are no longer
  saved when unchanged. This also works with other types such as
  string columns and json columns on PostgreSQL.
- Introduced the db:purge Rake task to empty the database for the
  current environment.
- Introduced ActiveRecord::Base#validate! that raises
  ActiveRecord::RecordInvalid if the record is invalid.
- Introduced validate as an alias for valid?.
- touch now accepts multiple attributes to be touched at once.
- The PostgreSQL adapter now supports the jsonb datatype in PostgreSQL
  9.4+.
- The PostgreSQL and SQLite adapters no longer add a default limit of
  255 characters on string columns.
- Added support for the citext column type in the PostgreSQL adapter.
- Added support for user-created range types in the PostgreSQL
  adapter.
- sqlite3:///some/path now resolves to the absolute system path
  /some/path. For relative paths, use sqlite3:some/path
  instead. (Previously, sqlite3:///some/path resolved to the relative
  path some/path. This behavior was deprecated on Rails 4.1).
- Added support for fractional seconds for MySQL 5.6 and above.
- Added ActiveRecord::Base#pretty_print to pretty print models.
- ActiveRecord::Base#reload now behaves the same as m =
  Model.find(m.id), meaning that it no longer retains the extra
  attributes from custom SELECTs.
- ActiveRecord::Base#reflections now returns a hash with string keys
  instead of symbol keys.
- The references method in migrations now supports a type option for
  specifying the type of the foreign key (e.g. :uuid).
2017-04-21 00:12:19 +00:00
..
abook Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
adodb Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
apache-cassandra Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
apache-cassandra2 Update databases/apache-cassandra2 to 2.1.16. 2017-01-09 22:13:19 +00:00
bdb-xml Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
cdb DJB_RESTRICTED=NO. From https://cr.yp.to/distributors.html: 2017-04-04 07:29:40 +00:00
clisp-bdb Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
clisp-gdbm Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
clisp-pgsql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
couchdb Revbump after boost update 2017-01-01 16:05:55 +00:00
csharp-mysql Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
cstore Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
datadraw Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
db Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
db3 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
db4 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
db5 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
db6 Changes 6.2.23: 2017-01-26 11:03:17 +00:00
dbfsak Changes 5.0: 2017-03-30 15:54:03 +00:00
deforaos-libdatabase Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
edb Use the curses framework. 2017-01-04 16:50:31 +00:00
elasticsearch Update databases/elasticsearch to 5.3.0 2017-03-30 15:23:49 +00:00
erlang-eredis Fix PLIST 2016-01-16 19:17:11 +00:00
erlang-p1_mysql Update databases/erlang-p1_mysql to 1.0.2. 2017-01-03 18:23:42 +00:00
erlang-p1_pgsql Update databases/erlang-p1_pgsql to 1.1.2. 2017-01-21 20:05:26 +00:00
erlang-sqlite3 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
freetds Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
gdbm Version 1.13 - 2017-03-11 2017-03-20 06:02:26 +00:00
gdbm_compat Version 1.13 - 2017-03-11 2017-03-20 06:02:26 +00:00
gdbm_primitive Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
geneweb Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
gigabase Use OPSYSVARS. 2016-02-25 11:46:20 +00:00
gnats Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
gnome-mime-data Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
gourmet Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gq Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gramps3 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gtkdbfeditor Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gtksql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
guile-pg Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
hiredis Update hiredis to 0.13.3 2015-11-29 18:35:37 +00:00
hsqldb18 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
idzebra Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
innotop Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
iodbc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ipa_sdb Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
java-db3
java-qdbm Set MAINTAINER to pkgsrc-users. 2015-03-15 19:11:21 +00:00
java-tokyocabinet __EXTENSIONS__ needs on SunOS, fixes build 2016-02-02 20:32:18 +00:00
jdbc-mysql5 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
jdbc-mysql31 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
jdbc-mysql51 jdbc-mysql version 5.1 2017-01-01 17:16:39 +00:00
jdbc-postgresql92 Whitespace. 2015-12-29 04:54:34 +00:00
jdbc-postgresql93 Whitespace. 2015-12-29 04:54:34 +00:00
jdbc-postgresql94 Whitespace. 2015-12-29 04:54:34 +00:00
kmysqladmin Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
krecipes Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
kyotocabinet Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
lbdb Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
ldapvi Use curses framework. 2017-01-04 17:19:52 +00:00
leveldb Import leveldb-1.20 as databases/leveldb. 2017-03-14 13:12:28 +00:00
libcassandra Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
libdbh2 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
libdbi Add forgotten PKGCONFIG_OVERRIDE, thanks wiz@. 2016-08-21 21:29:08 +00:00
libdbi-driver-mysql Update databases/libdbi-drivers-* to 0.9.0. 2016-08-21 19:16:57 +00:00
libdbi-driver-pgsql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
libdbi-driver-sqlite Update databases/libdbi-drivers-* to 0.9.0. 2016-08-21 19:16:57 +00:00
libdbi-driver-sqlite3 Revert "Specify readline requirement on 30 packages" 2016-12-12 14:22:01 +00:00
libgda Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libgda-mysql Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
libgda-postgres Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
libmongo-client Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
libpqxx Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
libpqxx-doc
libzdb Revert "Specify readline requirement on 30 packages" 2016-12-12 14:22:01 +00:00
lmdb Backport a SunOS mutex fix from upstream trunk. Bump PKGREVISION. 2016-11-25 15:50:13 +00:00
lua-sql-mysql Import MySQL luasql 2.3.2 as databases/lua-sql-mysql 2016-10-08 12:53:54 +00:00
lua-sql-postgres Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
lua-sql-sqlite Import SQLite 2.x luasql 2.3.2 as databases/lua-sql-sqlite 2016-10-08 12:57:07 +00:00
lua-sql-sqlite3 Import SQLite 3.x luasql 2.3.2 as databases/lua-sql-sqlite3 2016-10-08 12:58:22 +00:00
lua-sqlite Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
lua-sqlite3 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
lua-tokyocabinet Unbreak build on Darwin. 2016-08-20 18:49:33 +00:00
luma Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
maatkit Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mariadb55-client Fix build with clang and libedit. 2017-02-03 16:20:18 +00:00
mariadb55-server mariadb55-server: Restore PLIST ability to build without embedded-server 2016-09-14 07:29:10 +00:00
metakit-lib Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
mongo-c-driver Update databases/mongo-c-driver to 1.5.3. 2017-01-12 14:48:15 +00:00
mongo-tools Revbump all Go packages after the Go 1.8.1 update. 2017-04-13 15:12:03 +00:00
mongodb Revbump after boost update 2017-01-01 16:05:55 +00:00
myodbc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
mysql-cluster Update to MySQL Cluster 7.4.12 2016-09-15 06:05:08 +00:00
mysql-connector-c++ GA 1.1.8: 2017-01-12 12:24:09 +00:00
mysql-workbench Recursive bump for libzip shlib major bump. 2017-02-23 07:44:09 +00:00
mysql51-client Updated databases/mysql51-{client,server} to 5.1.73 2017-04-13 13:44:49 +00:00
mysql51-server Updated databases/mysql51-{client,server} to 5.1.73 2017-04-13 13:44:49 +00:00
mysql55-client Updated databases/mysql55-{client,server} to 5.5.55 2017-04-11 15:18:12 +00:00
mysql55-server Changes 5.5.54: 2016-12-12 19:22:57 +00:00
mysql56-client Changes 5.6.36: 2017-04-11 20:21:02 +00:00
mysql56-server Changes 5.6.36: 2017-04-11 20:21:02 +00:00
mysql57-client Changes 5.7.18: 2017-04-11 20:49:15 +00:00
mysql57-server Changes 5.7.18: 2017-04-11 20:49:15 +00:00
mysqlcc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
mysqltuner Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mytop Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
nss-pgsql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
nss_ldap Fix excessive library dependencies 2016-04-22 15:04:24 +00:00
ocaml-dbm Recursive revbump associated with ocaml update to 4.04. 2016-12-30 11:16:56 +00:00
ocaml-ldap Recursive revbump associated with ocaml update to 4.04. 2016-12-30 11:16:56 +00:00
ocaml-mysql Recursive revbump associated with ocaml update to 4.04. 2016-12-30 11:16:56 +00:00
ocaml-sqlite3 Recursive revbump associated with ocaml update to 4.04. 2016-12-30 11:16:56 +00:00
odbc-postgresql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
openldap Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
openldap-client Apply fix from https://bugzilla.redhat.com/show_bug.cgi?id=1238322 2016-12-13 10:38:06 +00:00
openldap-cloak Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
openldap-doc Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
openldap-nops Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
openldap-server Apply fix from https://bugzilla.redhat.com/show_bug.cgi?id=1238322 2016-12-13 10:38:06 +00:00
openldap-smbk5pwd Revert "Specify readline requirement on 30 packages" 2016-12-12 14:22:01 +00:00
oraedit Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
p5-AddressBook Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-AnyEvent-BDB Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Apache-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-App-Sqitch Update to 0.9995 2016-07-28 12:40:58 +00:00
p5-BDB Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-BerkeleyDB Update to 0.55 2016-07-25 06:20:49 +00:00
p5-Catalyst-Model-DBIC-Schema Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Catalyst-Model-RDBO Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CatalystX-CRUD Update to 0.57 2016-07-25 07:26:39 +00:00
p5-CatalystX-CRUD-Model-RDBO Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-CatalystX-CRUD-ModelAdapter-DBIC Update to 0.15 2016-07-25 07:19:05 +00:00
p5-CDB_File Update to 0.99 2016-07-25 07:33:10 +00:00
p5-Class-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Class-DBI-AbstractSearch Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Class-DBI-BaseDSN Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Class-DBI-Pg Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Class-DBI-Plugin Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Class-DBI-Plugin-DeepAbstractSearch Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Dancer-Plugin-DBIC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Data-Table Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DB_File Updated p5-DB_File to 1.840. 2017-01-01 14:02:54 +00:00
p5-DB_File-Lock Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-CSV Update to 0.49 2016-07-25 07:43:46 +00:00
p5-DBD-DB2 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-Google Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-Mock Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-mysql Updated p5-DBD-mysql to 4.041. 2016-11-28 22:45:44 +00:00
p5-DBD-ODBC Update to 1.56 2017-01-02 12:02:04 +00:00
p5-DBD-Oracle Update to 1.74. Random selection of changes since 1.23 (released 2009): 2016-10-05 19:49:07 +00:00
p5-DBD-PgPP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBD-postgresql Updated p5-DBD-postgresql to 3.6.0. 2017-04-19 13:43:44 +00:00
p5-DBD-SQLite Updated p5-DBD-SQLite to 1.54. 2017-01-01 14:06:03 +00:00
p5-DBD-SQLite2 Update to 0.37 2016-07-25 07:54:34 +00:00
p5-DBD-Sybase Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
p5-DBD-XBase Update to 1.08 2017-02-26 12:59:25 +00:00
p5-DBI Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
p5-DBI-Shell Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBICx-Deploy Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBICx-MapMaker Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBICx-Sugar Update to 0.0100 2016-11-06 02:38:21 +00:00
p5-DBICx-TestDatabase Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIWrapper Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
p5-DBIx-Abstract Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class Update to 0.082840 2016-07-16 02:26:58 +00:00
p5-DBIx-Class-Candy Update to 0.005002 2016-07-16 01:43:59 +00:00
p5-DBIx-Class-Cursor-Cached Update to 1.1.4 2017-04-09 15:28:20 +00:00
p5-DBIx-Class-DigestColumns Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-DynamicDefault Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-EncodedColumn Update to 0.00015 2016-07-16 01:49:34 +00:00
p5-DBIx-Class-Fixtures Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-Helpers Update to 2.033003 2017-04-09 04:27:52 +00:00
p5-DBIx-Class-InflateColumn-FS Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-InflateColumn-IP Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-IntrospectableM2M Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-Loader Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-RDBOHelpers Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-Schema-Loader Update to 0.07046 2016-11-13 03:40:30 +00:00
p5-DBIx-Class-TimeStamp Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-UUIDColumns Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Class-Validation Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Connector Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-ContextualFetch Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Datasource Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-DBSchema Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Introspector Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-Schema Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DBIx-SearchBuilder Update to 1.67 2016-07-25 08:03:09 +00:00
p5-DBM-Deep Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-DublinCore-Record Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Fsdb Update to 2.62 2016-12-11 02:58:23 +00:00
p5-gdbm Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Ima-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Jifty-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MARC Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MARC-Record Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MARC-XML Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MLDBM Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MLDBM-Serializer-JSON Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-MLDBM-Sync Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Net-Cassandra Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
p5-Net-FileMaker Import p5-Net-FileMaker-0.064 as databases/p5-Net-FileMaker. 2016-09-17 02:34:01 +00:00
p5-Net-MySQL Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-ORLite Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-ORLite-Migrate Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Palm Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Parse-Dia-SQL Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-perl-ldap Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
p5-postgresql Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
p5-qdbm Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Redis Updated databases/p5-Redis to 1.991 2016-12-15 21:24:11 +00:00
p5-Rose-DB Update to 0.778 2016-07-16 02:36:32 +00:00
p5-Rose-DB-Object Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-DBx-AutoReconnect Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-DBx-Garden Update to 0.193 2016-07-16 02:49:28 +00:00
p5-Rose-DBx-Garden-Catalyst Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-DBx-Object-MoreHelpers Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Rose-DBx-TestDB Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-RRD-Simple Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
p5-Search-QueryParser Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Search-QueryParser-SQL Update to 0.010 2016-07-16 02:55:13 +00:00
p5-Sort-SQL Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SQL-Abstract Update to 1.84 2017-04-09 16:03:06 +00:00
p5-SQL-Abstract-Limit Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SQL-ReservedWords Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SQL-Statement Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-SQL-Translator Add BUILD_DEPENDS+= p5-Text-Diff-[0-9]* for make test 2017-04-18 13:52:27 +00:00
p5-sqlrelay Reset PKGREVISION after sqlrelay master package update. 2017-01-16 13:15:22 +00:00
p5-sybperl Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
p5-Template-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-Tie-DBI Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-tokyocabinet Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
p5-tokyotyrant Fixed pkglint warning. Bumped revision. 2016-07-10 10:12:22 +00:00
p5-YAML-MLDBM Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
palm-db-tools Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
pear-DB Update to 1.9.2 2016-06-13 07:51:52 +00:00
pear-MDB2 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
pear-MDB2_Driver_mysql Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
pear-MDB2_Driver_mysqli Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
pear-MDB2_Driver_pgsql Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
percona-toolkit Update databases/percona-toolkit to 2.2.19. 2016-08-22 09:54:26 +00:00
pgadmin3 Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
pgbouncer Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
pgbuildfarm Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
pgocaml Added buildlink3.mk file. No other changes. 2017-01-04 13:00:06 +00:00
pgpool Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
pgpool2 Update databases/pgpool2 to 3.6.0. 2016-11-24 12:52:47 +00:00
pgtcl Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
pgtclng Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
php-dba
php-dbx Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-ldap Reset PKGREVISION after all PHP language packages. 2016-04-02 09:05:22 +00:00
php-mongo Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-mongodb Add php-mongodb 1.1.8 2016-08-04 16:03:53 +00:00
php-mssql Reset PKGREVISION after all lang/php* packages. 2016-11-12 15:42:51 +00:00
php-mysql Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-mysqli Fix build of packages depending on mariadb55-client 2015-08-10 12:56:27 +00:00
php-oci8 mark as only for linux and sunos, to quell expectations 2016-10-05 22:09:39 +00:00
php-pdo Do not hard code the major version of PHP. 2015-12-06 14:10:22 +00:00
php-pdo_dblib Reset PKGREVISION along with all php* language packages. 2016-12-10 07:11:39 +00:00
php-pdo_mysql Add optional support for mysqlnd (MySQL Native Driver). Removes the need to build against and link the mysql-client package. 2014-06-13 14:17:07 +00:00
php-pdo_odbc reset PKG_REVISION. 2015-09-06 12:30:34 +00:00
php-pdo_pgsql Reset PKGREVISION after all lang/php* packages. 2016-11-12 15:42:51 +00:00
php-pdo_sqlite Reset PKGREVISION along with all php* language packages. 2016-12-10 07:11:39 +00:00
php-pgsql Reset PKGREVISION after all lang/php* packages. 2016-11-12 15:42:51 +00:00
php-redis Update php-redis to 2.2.8. 2017-03-12 14:27:40 +00:00
php-redis3 Update php-redis3 to 3.1.1. 2017-03-12 14:28:26 +00:00
php-rrd Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
php-sqlrelay Reset PKGREVISION after sqlrelay master package update. 2017-01-16 13:15:22 +00:00
phpldapadmin Allow work on PHP 5.5/5.6. Patch is based on patch 2015-11-29 11:25:53 +00:00
phpmyadmin Update phpmyadmin to 4.6.5.2, including security fixes. 2016-12-30 04:44:43 +00:00
phppgadmin Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
poco-data Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
poco-data-mysql Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
poco-data-odbc Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
poco-data-sqlite Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
postgresql-pgbench Limit databases/postgresql-pgbench to PostgreSQL<9.5. 2016-11-23 13:39:28 +00:00
postgresql-postgis2 Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
postgresql91 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This is also the last update for the PostgreSQL 9.1 series as it is now end-of-life. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime. 2016-10-29 19:41:53 +00:00
postgresql91-client The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql91-contrib Import postgresql9[1-5]-contrib packages. These supersede the 2016-06-19 20:48:28 +00:00
postgresql91-docs The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This is also the last update for the PostgreSQL 9.1 series as it is now end-of-life. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime. 2016-10-29 19:41:53 +00:00
postgresql91-plperl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and 9.1.23. This release fixes two security issues. It also patches a number of other bugs reported over the last three months. Users who rely on security isolation between database users should update as soon as possible. Other users should plan to update at the next convenient downtime. 2016-08-23 06:28:15 +00:00
postgresql91-plpython The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql91-pltcl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql91-server The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This is also the last update for the PostgreSQL 9.1 series as it is now end-of-life. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime. 2016-10-29 19:41:53 +00:00
postgresql92 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql92-client The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql92-contrib Import postgresql9[1-5]-contrib packages. These supersede the 2016-06-19 20:48:28 +00:00
postgresql92-docs The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql92-plperl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and 9.1.23. This release fixes two security issues. It also patches a number of other bugs reported over the last three months. Users who rely on security isolation between database users should update as soon as possible. Other users should plan to update at the next convenient downtime. 2016-08-23 06:28:15 +00:00
postgresql92-plpython The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql92-pltcl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql92-server The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql93 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql93-client The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and 9.1.23. This release fixes two security issues. It also patches a number of other bugs reported over the last three months. Users who rely on security isolation between database users should update as soon as possible. Other users should plan to update at the next convenient downtime. 2016-08-23 06:28:15 +00:00
postgresql93-contrib Import postgresql9[1-5]-contrib packages. These supersede the 2016-06-19 20:48:28 +00:00
postgresql93-docs The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql93-plperl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and 9.1.23. This release fixes two security issues. It also patches a number of other bugs reported over the last three months. Users who rely on security isolation between database users should update as soon as possible. Other users should plan to update at the next convenient downtime. 2016-08-23 06:28:15 +00:00
postgresql93-plpython The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql93-pltcl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql93-server The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql94 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql94-client Update postgresql94 & related to PostGreSQL 9.4.9 2016-08-14 16:56:29 +00:00
postgresql94-contrib Import postgresql9[1-5]-contrib packages. These supersede the 2016-06-19 20:48:28 +00:00
postgresql94-docs The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql94-plperl Update postgresql94 & related to PostGreSQL 9.4.9 2016-08-14 16:56:29 +00:00
postgresql94-plpython The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql94-pltcl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql94-server The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql95 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql95-client This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues. 2016-05-23 14:27:34 +00:00
postgresql95-contrib The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql95-docs The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql95-plperl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.4, 9.4.9, 9.3.14, 9.2.18 and 9.1.23. This release fixes two security issues. It also patches a number of other bugs reported over the last three months. Users who rely on security isolation between database users should update as soon as possible. Other users should plan to update at the next convenient downtime. 2016-08-23 06:28:15 +00:00
postgresql95-plpython The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql95-pltcl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.5.2, 9.4.7, 9.3.12, 9.2.16, and 9.1.21. This release fixes two security issues and one index corruption issue in version 9.5. It also contains a variety of bug fixes for earlier versions. Users of PostgreSQL 9.5.0 or 9.5.1 should update as soon as possible. 2016-04-09 12:51:44 +00:00
postgresql95-server The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql96 The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql96-client The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This is also the last update for the PostgreSQL 9.1 series as it is now end-of-life. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime. 2016-10-29 19:41:53 +00:00
postgresql96-contrib The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql96-docs The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
postgresql96-plperl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This is also the last update for the PostgreSQL 9.1 series as it is now end-of-life. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime. 2016-10-29 19:41:53 +00:00
postgresql96-plpython The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This is also the last update for the PostgreSQL 9.1 series as it is now end-of-life. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime. 2016-10-29 19:41:53 +00:00
postgresql96-pltcl The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2.19, and 9.1.24. This is also the last update for the PostgreSQL 9.1 series as it is now end-of-life. This release fixes two issues that can cause data corruption, which are described in more detail below. It also patches a number of other bugs reported over the last three months. The project urges users to apply this update at the next possible downtime. 2016-10-29 19:41:53 +00:00
postgresql96-server The PostgreSQL Global Development Group has released an update to all supported versions of our database system, including 9.6.2, 9.5.6, 9.4.11, 9.3.16, and 9.2.20. This release includes fixes that prevent data corruption issues in index builds and in certain write-ahead-log replay situations, which are detailed below. It also patches over 75 other bugs reported over the last three months. 2017-02-11 10:18:51 +00:00
pxtools Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
py-apsw Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
py-barman Switch py-dateutils to plain DEPENDS. 2017-02-20 17:00:35 +00:00
py-bdb-xml Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-bsddb3 Allow db6 and set up the environment correctly so this builds 2017-01-26 13:01:36 +00:00
py-carbon Update python 3.x status after py-twisted now supports 3.x. 2017-02-14 10:26:27 +00:00
py-cassa Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
py-cassandra-driver Update databases/py-cassandra-driver to 3.9.0. 2017-04-18 15:31:36 +00:00
py-cdb Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-ckanclient Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-couchdb Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets. 2017-01-03 13:23:01 +00:00
py-cx_Oracle Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
py-datapkg Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-elasticsearch Update databases/py-elasticsearch to 5.3.0. 2017-04-03 14:20:17 +00:00
py-elixir Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-firebase Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
py-gdbm Remove mk/find-prefix.mk usage from the databases category. 2015-11-25 12:49:27 +00:00
py-ldap Released 2.4.32: 2017-02-18 06:50:18 +00:00
py-ldap3 Fix MASTER_SITES. 2016-12-04 23:12:58 +00:00
py-metakit Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-mongo Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-mssql Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-mysql-connector v2.2.1 2016-10-01 09:43:33 +00:00
py-mysqldb Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-orderedmultidict Update to latest release 0.7.11. No changelog. Assume "more/better/faster". 2017-01-12 11:30:23 +00:00
py-peewee Update databases/py-peewee to 2.8.5. 2016-10-26 14:28:16 +00:00
py-pgnotify Avoid outdated exception throwing syntax. 2016-03-25 21:15:07 +00:00
py-PgSQL Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-postgresql Upgrade to 5.0.3. 2016-12-11 11:25:52 +00:00
py-psycopg2 Updated py-psycopg2 to 2.7.1. 2017-03-20 13:51:55 +00:00
py-pymysql Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-python-rrdtool Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
py-python-sql Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-redis-py Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-sqlalchemy Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
py-sqlalchemy-i18n Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-sqlalchemy-migrate Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-sqlalchemy-utils Switch py-dateutils to plain DEPENDS. 2017-02-20 17:00:35 +00:00
py-sqlite Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-sqlite2 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-sqlite3 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
py-sqlparse Updated py-sqlparse to 0.2.3. 2017-03-05 14:34:35 +00:00
py-sqlrelay Reset PKGREVISION after sqlrelay master package update. 2017-01-16 13:15:22 +00:00
py-sqlsoup Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-sybase Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-table Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-tokyocabinet Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-trytond-ldap-authentication It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
py-whisper Update HOMEPAGE. 2017-02-14 10:22:54 +00:00
qdbm Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
qdbm-cgi Set MAINTAINER to pkgsrc-users. 2015-03-15 19:57:40 +00:00
qdbm-plus Set MAINTAINER to pkgsrc-users. 2015-03-15 19:42:33 +00:00
qore-freetds-module Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
qore-mysql-module email style fix 2016-08-07 11:44:42 +00:00
qore-openldap-module email style fix 2016-08-07 11:44:42 +00:00
qore-pgsql-module Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
qore-sqlite3-module Revert "Specify readline requirement on 30 packages" 2016-12-12 14:22:01 +00:00
quicklist Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
R-RSQLite Import databases/R-RSQLite 1.0.0 into pkgsrc. 2016-02-25 19:46:54 +00:00
R-sqldf Import databases/R-sqldf 0.4-10 into pkgsrc. 2016-02-25 19:48:38 +00:00
rdb Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
redis Update databases/redis to 3.2.8. 2017-02-14 10:30:03 +00:00
rrdtool Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
rrdtool12 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
ruby-activeldap Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-activerecord-cassandra Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
ruby-activerecord-odbc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-activerecord32 Update ruby-activerecord32 to 3.2.22.4, no change except version. 2016-08-21 05:57:03 +00:00
ruby-activerecord42 Import ruby-activerecord-4.2.8 as databases/ruby-activerecord42 2017-04-21 00:12:19 +00:00
ruby-arel Update bury-arel to 7.0.0. 2016-02-16 14:21:45 +00:00
ruby-arel30 Fixed typo in CONFLICTS. Bumped revision. 2016-07-10 10:20:31 +00:00
ruby-awesome_nested_set Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-cassandra Reset MAINTAINER after tonnerre resigned. 2017-04-19 11:24:36 +00:00
ruby-data_objects Update ruby-data_objects to 0.10.17. 2016-02-16 14:24:15 +00:00
ruby-datamapper Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dbd-mysql Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dbd-odbc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dbd-pg Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dbd-sqlite Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dbd-sqlite3 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dbi Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-active_model Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-adjust Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-aggregates Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-ar-finders Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-cli Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-constraints Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-core Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-do-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-ferret-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-list Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-nested_set Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-remixable Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-searchable Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-state_machine Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-tree Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-is-versioned Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-migrations Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-mysql-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-observer Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-postgres-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-rails Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-rest-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-serializer Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-sqlite-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-sweatshop Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-tags Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-timestamps Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-transactions Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-types Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-validations Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-dm-yaml-adapter Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-do_mysql Update ruby-do_mysql to 0.10.17. 2016-02-16 14:28:23 +00:00
ruby-do_postgres Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
ruby-do_sqlite3 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
ruby-gdbm Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the 2016-09-08 15:19:16 +00:00
ruby-hiera Use json.mk and rewrite json_pure to json to sync with (and fix) puppet. 2016-10-20 09:02:42 +00:00
ruby-ldap Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
ruby-moneta Update ruby-moneta to 0.8.1. 2017-01-13 15:28:34 +00:00
ruby-mysql Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-mysql2 Update ruby-mysql2 to 0.4.5. 2016-10-24 13:54:42 +00:00
ruby-odbc Update ruby-odbc to 0.99997. 2015-12-12 16:16:46 +00:00
ruby-pg Update ruby-pg to 0.20.0 2017-03-11 16:41:27 +00:00
ruby-postgres-pr Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-qdbm Set MAINTAINER to pkgsrc-users. 2015-03-15 17:00:29 +00:00
ruby-rrdtool Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
ruby-sequel Update ruby-sequel to 4.44.0. 2017-03-11 16:43:31 +00:00
ruby-sqlite Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-sqlite3 Update ruby-sqlite3 to 1.3.13. 2017-03-11 16:54:35 +00:00
ruby-sqlrelay Reset PKGREVISION after sqlrelay master package update. 2017-01-16 13:15:22 +00:00
ruby-tiny_tds Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
ruby-tokyocabinet Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-tokyotyrant Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-vapor Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
sdbm Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
shared-mime-info Updated shared-mime-info to 1.8. 2016-12-12 13:58:49 +00:00
skytools Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
slony1 Fix building on systems where alloca.h does not exists, like NetBSD. 2017-02-24 22:07:34 +00:00
soci Revbump after boost update 2017-01-01 16:05:55 +00:00
sql-workbench Fix PLIST 2016-08-23 14:49:23 +00:00
sqlite Avoid a warning while generating config.h 2017-04-16 20:27:09 +00:00
sqlite3 Release 3.18.0: 2017-03-30 15:55:12 +00:00
sqlite3-docs PLIST didn't get updated with 3.18.0; fixed 2017-04-04 17:12:22 +00:00
sqlite3-tcl Release 3.18.0: 2017-03-30 15:55:12 +00:00
sqlitebrowser Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
sqliteman Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
sqlrelay Update databases/sqlrelay to 1.0.0. 2017-01-16 13:13:13 +00:00
sqlrelay-freetds Reset PKGREVISION after sqlrelay master package update. 2017-01-16 13:15:22 +00:00
sqlrelay-mysql Reset PKGREVISION after sqlrelay master package update. 2017-01-16 13:15:22 +00:00
sqlrelay-nodejs Reset PKGREVISION after sqlrelay master package update. 2017-01-16 13:15:22 +00:00
sqlrelay-odbc Reset PKGREVISION after sqlrelay master package update. 2017-01-16 13:15:22 +00:00
sqlrelay-pgsql Reset PKGREVISION after sqlrelay master package update. 2017-01-16 13:15:22 +00:00
sqlrelay-sqlite Reset PKGREVISION after sqlrelay master package update. 2017-01-16 13:15:22 +00:00
sqsh Fix options framework abuse by sqsh*. 2016-12-30 13:33:44 +00:00
sqsh-motif Fix options framework abuse by sqsh*. 2016-12-30 13:33:44 +00:00
sqsh-x11 Fix options framework abuse by sqsh*. 2016-12-30 13:33:44 +00:00
squirrelsql Revert nonsensical changes. 2016-12-19 15:57:11 +00:00
tcl-fbsql Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
tcl-gdbm Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
tdb Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
tinycdb Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
tokyocabinet Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
tokyotyrant Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
unixodbc Don't redefine mutex_exit(). Switch subst stage to pre-configure. 2016-02-14 10:19:22 +00:00
virtuoso Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +00:00
vsqlite++ Revert "Specify readline requirement on 30 packages" 2016-12-12 14:22:01 +00:00
wiredtiger Limit databases/wiredtiger to x86_64 platforms, no support for others. 2016-03-09 10:22:06 +00:00
xsqlmenu Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
yap2lc Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
yasql Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
Makefile + leveldb. 2017-03-14 13:20:14 +00:00