pkgsrc/databases
fhajny 52ce5af881 Update databases/apache-cassandra2 to 2.1.16.
2.1.16
- Avoid infinitely looping result set when paging SELECT queries with
  an IN clause with duplicate keys by treating the IN values as a set
  instead of a list
- Add system property to set the max number of native transport requests
  in queue
- Include column family parameter when -st and -et are provided
- Fix queries with empty ByteBuffer values in clustering column
  restrictions
- Disable passing control to post-flush after flush failure to prevent
  data loss
- Allow STCS-in-L0 compactions to reduce scope with LCS
- cannot use cql since upgrading python to 2.7.11+
- Fix filtering on clustering columns when 2i is used
- Improve digest calculation in the presence of overlapping tombstones

2.1.15
- Account for partition deletions in tombstone histogram
- Avoid stalling paxos when the paxos state expires
- Remove finished incoming streaming connections from MessagingService
- Don't try to get sstables for non-repairing column families
- Prevent select statements with clustering key > 64k
- Avoid marking too many sstables as repaired
- Fix clock skew corrupting other nodes with paxos
- Remove distinction between non-existing static columns and existing
  but null in LWTs
- Support mlockall on IBM POWER arch
- Cache local ranges when calculating repair neighbors
- Allow LWT operation on static column with only partition keys
- Create interval tree over canonical sstables to avoid missing sstables
  during streaming
- cqlsh COPY FROM: shutdown parent cluster after forking, to avoid
  corrupting SSL connections
- Updated cqlsh Python driver to fix DESCRIBE problem for legacy tables
- cqlsh: apply current keyspace to source command
- Backport CASSANDRA-11578
- Clear out parent repair session if repair coordinator dies
- Set default streaming_socket_timeout_in_ms to 24 hours
- Do not consider local node a valid source during replace
- Avoid holding SSTableReaders for duration of incremental repair
- Add message dropped tasks to nodetool netstats
- Don't compute expensive MaxPurgeableTimestamp until we've verified
  there's an expired tombstone
- Fix paging on DISTINCT queries repeats result when first row in
  partition changes
- Add option to disable use of severity in DynamicEndpointSnitch
- cqlsh COPY FROM fails for null values with non-prepared statements
- Make cython optional in pylib/setup.py
- Change order of directory searching for cassandra.in.sh to favor local
  one
- cqlsh COPY FROM fails with []{} chars in UDT/tuple fields/values
- clqsh: COPY FROM throws TypeError with Cython extensions enabled
- cqlsh: COPY FROM ignores NULL values in conversion
- Validate levels when building LeveledScanner to avoid overlaps with
  orphaned sstables

2.1.14
- Start L0 STCS-compactions even if there is a L0 -> L1 compaction going
- (cqlsh) Fix potential COPY deadlock when parent process is terminating
  child processes
- Replace sstables on DataTracker before marking them as non-compacting
  during anti-compaction
- Checking if an unlogged batch is local is inefficient
- Fix paging for COMPACT tables without clustering columns
- Fix out-of-space error treatment in memtable flushing
- Backport CASSANDRA-10859
- COPY FROM fails when importing blob
- Backport CASSANDRA-10679
- Don't do defragmentation if reading from repaired sstables
- Fix streaming_socket_timeout_in_ms not enforced
- Avoid dropping message too quickly due to missing unit conversion
- COPY FROM on large datasets: fix progress report and debug performance
- InvalidateKeys should have a weak ref to key cache
- Don't remove FailureDetector history on removeEndpoint
- Only notify if repair status changed
- Add partition key to TombstoneOverwhelmingException error message
- Use logback setting for 'cassandra -v' command
- Fix sstableloader to unthrottle streaming by default
- Fix incorrect warning in 'nodetool status'
- Properly release sstable ref when doing offline scrub
- Improve nodetool status performance for large cluster
- Make it clear what DTCS timestamp_resolution is used for
- Gossiper#isEnabled is not thread safe
- Avoid major compaction mixing repaired and unrepaired sstables in DTCS
- test_bulk_round_trip_blogposts is failing occasionally
- Add a -j parameter to scrub/cleanup/upgradesstables to state how
  many threads to use

2.1.13
- Fix isJoined return true only after becoming cluster member
  (CASANDRA-11007)
- Fix bad gossip generation seen in long-running clusters
- Avoid NPE when incremental repair fails
- Unmark sstables compacting once they are done in
  cleanup/scrub/upgradesstables
- Revert CASSANDRA-10012 and add more logging
- Allow simultaneous bootstrapping with strict consistency when no
  vnodes are used
- Log a message when major compaction does not result in a single file
- (cqlsh) fix cqlsh_copy_tests when vnodes are disabled
- (cqlsh) fix formatting bytearray values
- (cqlsh) Add request timeout option to cqlsh
- Avoid AssertionError while submitting hint with LWT
- If CompactionMetadata is not in stats file, use index summary instead
- Retry sending gossip syn multiple times during shadow round
- Fix pending range calculation during moves
- Sane default (200Mbps) for inter-DC streaming througput
- Match cassandra-loader options in COPY FROM
- Fix binding to any address in CqlBulkRecordWriter
- Fix the way we replace sstables after anticompaction
- cqlsh fails to decode utf-8 characters for text typed columns
- Log error when stream session fails
- Fix bugs in commit log archiving startup behavior
- (cqlsh) further optimise COPY FROM
- Allow CREATE TABLE WITH ID
- Make Stress compiles within eclipse
- Cassandra Daemon should print JVM arguments
- Allow cancellation of index summary redistribution
- sstableloader will fail if there are collections in the schema tables
- Disable reloading of GossipingPropertyFileSnitch
- Fix Stress profile parsing on Windows

2.1.12
- Fix incremental repair hang when replica is down
- Avoid writing range tombstones after END_OF_ROW marker
- Optimize the way we check if a token is repaired in anticompaction
- Add proper error handling to stream receiver
- Warn or fail when changing cluster topology live
- Status command in debian/ubuntu init script doesn't work
- Some DROP ... IF EXISTS incorrectly result in exceptions on
  non-existing KS
- DeletionTime.compareTo wrong in rare cases
- Force encoding when computing statement ids
- Properly reject counters as map keys
- Fix the sstable-needs-cleanup check
- (cqlsh) Print column names before COPY operation
- Add Native-Transport-Requests back to tpstats
- Make paging logic consistent between searcher impls
- Fix CompressedInputStream for proper cleanup
- (cqlsh) Support counters in COPY commands
- Try next replica if not possible to connect to primary replica on
  ColumnFamilyRecordReader
- Limit window size in DTCS
- sstableloader does not use MAX_HEAP_SIZE env parameter
- (cqlsh) Improve COPY TO performance and error handling
- Don't remove level info when running upgradesstables
- Create compression chunk for sending file only
- Make buffered read size configurable
- Forbid compact clustering column type changes in ALTER TABLE
- Reject incremental repair with subrange repair
- Add a nodetool command to refresh size_estimates
- Shutdown compaction in drain to prevent leak
- Invalidate cache after stream receive task is completed
- Reject counter writes in CQLSSTableWriter
- Remove superfluous COUNTER_MUTATION stage mapping
- Improve json2sstable error reporting on nonexistent columns
- (cqlsh) fix COPY using wrong variable name for time_format
- Do not run SizeEstimatesRecorder if a node is not a member of the ring
- Improve handling of dead nodes in gossip
- Fix logback-tools.xml incorrectly configured for outputing to
  System.err
- Fix streaming to catch exception so retry not fail
- Add validation method to PerRowSecondaryIndex
- Support encrypted and plain traffic on the same port
- Do STCS in DTCS windows
- Don't try to get ancestors from half-renamed sstables
- Avoid repetition of JVM_OPTS in debian package
- Fix potential NPE from handling result of SIM.highestSelectivityIndex
- Fix paging issues with partitions containing only static columns data
- Fix conditions on static columns
- AssertionError: attempted to delete non-existing file CommitLog
- Merge range tombstones during compaction
- (cqlsh) Distinguish negative and positive infinity in output
- (cqlsh) allow custom time_format for COPY TO
- Don't allow startup if the node's rack has changed
- Fix sorting for queries with an IN condition on partition key columns
2017-01-09 22:13: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 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +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 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
datadraw Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +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 Fix build on SunOS when the default compilation environment is C99+. 2016-09-08 16:10:24 +00:00
db5 Defining a store macro and using <atomic> are mutally conflicting. So 2016-08-26 17:23:16 +00:00
db6 Defining a store macro and using <atomic> are mutally conflicting. So 2016-08-26 17:23:16 +00:00
dbfsak MAKEFLAGS -> MAKE_FLAGS (pkgsrc guide 22.1) 2016-03-12 21:53:39 +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.1.1. 2017-01-03 09:05:33 +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.1. 2017-01-03 18:24:36 +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.12, 2016-05-16 2016-05-22 17:24:32 +00:00
gdbm_compat Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
gdbm_primitive Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
geneweb Recursive revbump associated with ocaml update to 4.04. 2016-12-30 11:16:56 +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 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
gq Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gramps3 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
gtkdbfeditor Revbump after graphics/gd update 2016-08-03 10:22:08 +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
libcassandra Revbump after boost update 2017-01-01 16:05:55 +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 update mariadb55-{client,server} to 5.5.52 2016-09-13 19:15:13 +00:00
mariadb55-server mariadb55-server: Restore PLIST ability to build without embedded-server 2016-09-14 07:29:10 +00:00
metakit-lib
mongo-c-driver Add missing Python build dependency. Deal with MAX/MIN macros on NetBSD 2016-12-17 14:25:30 +00:00
mongo-tools Revbump Go packages after 1.7.4 update. 2016-12-04 16:29:58 +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++ Update mysql-connector-c++ to 1.1.7: 2016-03-08 15:40:02 +00:00
mysql-workbench Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
mysql51-client Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
mysql51-server Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
mysql55-client Changes 5.5.54: 2016-12-12 19:22:57 +00:00
mysql55-server Changes 5.5.54: 2016-12-12 19:22:57 +00:00
mysql56-client Backport section from MySQL 5.7 to fix SunOS/gcc. PR#51725 2016-12-16 17:55:48 +00:00
mysql56-server Changes 5.6.35: 2016-12-12 19:21:33 +00:00
mysql57-client Do not attempt to detect ISA, it conflicts with wrappers. Fixes SunOS. 2017-01-03 12:27:27 +00:00
mysql57-server Revbump after boost update 2017-01-01 16:05:55 +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 Apply fix from https://bugzilla.redhat.com/show_bug.cgi?id=1238322 2016-12-13 10:38:06 +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 OpenLDAP 2.4.44 Release (2016/02/05) 2016-02-07 08:42:59 +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 Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +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.07 2016-07-15 23:39:35 +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 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +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.033002 2016-11-13 03:34:29 +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 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +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 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +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 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +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 Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-sqlrelay Revbump after boost update 2017-01-01 16:05:55 +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 bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +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 Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-redis3 accept also php 71 2016-08-04 14:01:52 +00:00
php-rrd Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
php-sqlrelay Revbump after boost update 2017-01-01 16:05:55 +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 Revbump after boost update 2017-01-01 16:05:55 +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.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-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.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-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.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
postgresql93 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
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.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
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.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
postgresql94 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
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.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
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.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
postgresql95 postgresql95-contrib: Drop uuid-ossp dependency on BSD. 2016-11-21 01:42:54 +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 postgresql95-contrib: Drop uuid-ossp dependency on BSD. 2016-11-21 01:42:54 +00:00
postgresql95-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
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.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 Remove unused patch. 2016-11-24 12:56:33 +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 Replicate tnn's uuid change from postgresql95 for postgresql96. 2016-11-23 15:22:48 +00:00
postgresql96-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
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.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
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 Update databases/py-barman to 1.6.1. 2016-06-06 14:56:16 +00:00
py-bdb-xml Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-bsddb3 Update to 6.2.1 2016-08-24 06:36:13 +00:00
py-carbon Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-cassa Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-cassandra-driver Update databases/py-cassandra-driver to 3.7.1. 2016-11-04 11:00:53 +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.0.1. 2016-11-08 09:05:26 +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 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +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 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +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 Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
py-pymysql Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-python-rrdtool Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +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 Release 1.0.15 features a small number of bug fixes that have been made over the past two months since the previous 1.0.x release. 2016-09-07 13:43:05 +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 to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +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 Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets. 2017-01-03 13:23:01 +00:00
py-sqlrelay Revbump after boost update 2017-01-01 16:05:55 +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 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +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.6. 2017-01-03 07:18:44 +00:00
rrdtool Fix a signedness/unsigned conversion bug causing overflow in rrd_dump.c. 2016-10-18 21:22:12 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +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-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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +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 Remove RUBY_RDOC_VERSION since All RUBY_VERSION_DEFAULT versions of Ruby 2016-11-19 14:38:03 +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 RRDtool 1.6.0 2016-04-23 06:23:49 +00:00
ruby-sequel Update ruby-sequel to 4.40.0. 2016-11-01 16:44:15 +00:00
ruby-sqlite Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
ruby-sqlite3 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
ruby-sqlrelay Revbump after boost update 2017-01-01 16:05:55 +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 Changes 2.2.5: 2017-01-01 15:17:03 +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 Add SHA512 digests for distfiles for databases category 2015-11-03 01:56:09 +00:00
sqlite3 Changes 3.16.2: 2017-01-07 10:23:00 +00:00
sqlite3-docs Changes 3.16.2: 2017-01-07 10:23:00 +00:00
sqlite3-tcl Changes 3.16.2: 2017-01-07 10:23:00 +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 Revbump after boost update 2017-01-01 16:05:55 +00:00
sqlrelay-freetds Revbump after boost update 2017-01-01 16:05:55 +00:00
sqlrelay-mysql Revbump after boost update 2017-01-01 16:05:55 +00:00
sqlrelay-nodejs Revbump after boost update 2017-01-01 16:05:55 +00:00
sqlrelay-odbc Revbump after boost update 2017-01-01 16:05:55 +00:00
sqlrelay-pgsql Revbump after boost update 2017-01-01 16:05:55 +00:00
sqlrelay-sqlite Revbump after boost update 2017-01-01 16:05:55 +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 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +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 + jdbc-mysql51 2017-01-02 19:31:47 +00:00