4055 Commits

Author SHA1 Message Date
sthen
1ea83572cf add dep on libgcrypt, nigel@ ran into problems without it 2016-06-29 13:17:33 +00:00
sthen
03ba333556 update to FreeTDS 0.95.95, and switch back to using GnuTLS as the
SSL/TLS library (as we used to do by default) - fixes a segfault
that now occurs when making a TLS connection to a database from
a program that is also using poppler-glib. (specifically I see
an insane value for c->num in MD5_Final/HASH_FINAL resulting in
a write past the end of an array when doing "use DBI; use Poppler;
$dbh = DBI->connect('dbi:Sybase:server=server'" in perl).

We used to do this (with an optional openssl flavour) but switched
away previously because gnutls started needing pthread and we wanted
to avoid the need to preload libpthread.so for various programs
(especially DBD::Sybase), but that is no longer a problem.

ok ajacoutot@
2016-06-29 09:17:41 +00:00
sthen
4d33eee970 s/CS_TDS_80/CS_TDS_71/. Currently a noop, but newer freetds removes the
#define CS_TDS_80 CS_TDS_71.
2016-06-28 21:11:10 +00:00
jasper
4f36f1e7cf update to py-puppetdb-0.3.1 2016-06-27 11:34:10 +00:00
jasper
014f1b09a4 - update to puppetdb-4.1.2
https://docs.puppet.com/puppetdb/4.1/release_notes.html#section
2016-06-27 11:34:00 +00:00
krw
50b44b65e0 Stop building Ocaml's internal ocamlbuild and use the ocaml-ocamlbuild port
where needed.

The next step towards Ocaml 4.3.0.

Bulk build by sthen@ identified several laggards which are included here.

ok anil@ sthen@ so final 4.3.0 polishing can be done in-tree.
2016-06-23 19:23:53 +00:00
jasper
7c7257f7ae - update to gdbm-1.12
tested in bulk by aja@, thanks!
2016-06-21 18:25:36 +00:00
dcoppa
599b9f9883 Update to HDBC-postgresql-2.3.2.4 2016-06-21 18:02:36 +00:00
dcoppa
90810d4d66 Update to redis-3.2.1 2016-06-20 10:49:38 +00:00
feinerer
8dbd654f40 Hook up pgModeler 2016-06-20 09:50:24 +00:00
feinerer
3daf9b6f55 Import pgModeler 0.8.2
pgModeler - PostgreSQL Database Modeler - is an open source data modeling tool
designed for PostgreSQL. No more DDL commands written by hand let pgModeler do
the job for you! This software reunites the concepts of entity-relationship
diagrams and the features that PostgreSQL implements as extensions of SQL
standards.

OK landry@
2016-06-20 09:45:38 +00:00
sthen
2e94b7aed3 update to mongodb-3.2.7, from Andrew Aldridge 2016-06-20 09:07:43 +00:00
sebastia
7075fe5ddf bump dependency to java 1.8. With 1.7, easily ran into memory issues.
OK jasper@ (MAINTAINER)
2016-06-15 07:47:30 +00:00
jturner
c561a7650f Update ksql to 0.0.9. 2016-06-15 01:09:44 +00:00
jasper
bd909c9edb update to pypuppetdb-0.3.0 2016-06-13 08:42:16 +00:00
ajacoutot
63023eac48 Update to evolution-data-server-3.20.3. 2016-06-06 12:59:05 +00:00
landry
2e44ee3f41 Add alpha to the 'need --disable-spinlocks' boat
http://build-failures.rhaalovely.net/alpha/2016-05-26/databases/postgresql.log

error: #error PostgreSQL does not have native spinlock support on this
platform. To continue the compilation, rerun configure using
--disable-spinlocks. However, performance will be poor. Please report
this to pgsql-bugs@postgresql.org.
2016-06-03 07:28:07 +00:00
dcoppa
446e107ec4 Update to hedis-0.9.1 2016-06-02 09:26:26 +00:00
jasper
cedc0f719e +py-puppetdb,python3 2016-06-01 12:13:37 +00:00
jasper
bd1594ecd9 - update to py-puppetdb-0.2.3 (this version requires puppetdb >= 3)
- add python3 flavor
2016-06-01 12:13:18 +00:00
jasper
5fb657c7f7 +puppetdb4 2016-06-01 12:12:00 +00:00
jasper
17b10292ed import puppetdb 4.1.0
PuppetDB is the fast, scalable, and reliable data warehouse for Puppet.
It caches data generated by Puppet, and gives you advanced features at
awesome speed with a powerful API.

the existing databases/puppetdb port only works against puppet 3; puppetdb 4
works against puppet 4.

feedback/ok aja@ sebastia@
2016-06-01 12:11:13 +00:00
jasper
6049895b1c register conflict with upcoming puppetdb4 port 2016-06-01 12:09:12 +00:00
sthen
ee8008c77f Use INSTALL_PROGRAM so that mongodb binaries are stripped as appropriate,
and enable SSL support. From Andrew Aldridge plus small tweak from me.
Packages are now ~50MB instead of ~650MB as they were recently.
2016-05-28 21:16:04 +00:00
jturner
fedf51173d +ksql 2016-05-24 00:21:41 +00:00
jturner
49bfce772c Import ports/databases/ksql. ok sthen@
ksql is a "lazy man's" wrapper for the SQLite C-language interface. It
is written to make sure sloppy programming won't cause your SQLite
database to be inconsistent (transactions and statements open on exit
and certain signals). Specifically, it exits on any database errors; and
upon exit (or signal), cleans up open statements, transactions, and
databases. See ksql(3) and friends for details.
2016-05-24 00:19:43 +00:00
jasper
52fdc9d8f4 - update to hiera-3.2.0
- install hiera.yaml in the expected location
2016-05-21 10:02:39 +00:00
jca
d6af3bb4ee Unhook lua52-flavored packages broken at runtime; ok jasper@ 2016-05-17 11:26:14 +00:00
jca
be3218168d Set path to the lua interpreter, in order to run tests. 2016-05-16 18:51:51 +00:00
shadchin
7efba761c1 Update to py-psycopg2 2.6.1.
Take maintainership.

ok rpointel@
2016-05-15 18:13:44 +00:00
jmatthew
214b90483b forgot to update this patch as part of the riak 2.1.4 update 2016-05-15 06:44:21 +00:00
landry
d4c7141a6d Update to pg_stats_reporter 3.2.1 to chase pg_statsinfo. 2016-05-13 22:30:25 +00:00
landry
9c817d924b Unbreak by updating to pg_statsinfo 3.2.1.
Project moved to sourceforge, see http://pgstatsinfo.sourceforge.net/
Basic testing seems to show it works fine with postgres 9.5.
2016-05-13 22:09:21 +00:00
landry
b449bf4234 Update to barman 1.6.0, from MAINTAINER Eric Lalonde.
Added some commented out/unimported yet test dependencies
2016-05-13 18:05:01 +00:00
pea
c2514ee0ae Update ton 9.5.3
ok jeremy@
2016-05-13 17:15:55 +00:00
pea
8acc378cbe Doesn't build with PostgreSQL 9.5.
ok jeremy@
2016-05-13 14:41:10 +00:00
jeremy
2cfd9b159d Bump for PostgreSQL 9.4 -> 9.5 upgrade 2016-05-13 14:36:37 +00:00
pea
cbf363bf45 Update to 9.5.2
Tested in a bulk by ajacoutot@
ok jeremy@
2016-05-13 14:27:48 +00:00
jmatthew
8988d7b3db update to riak 2.1.4 and switch to erlang 17.
jasper@ kindly checked the erlang version bits.
2016-05-13 04:29:58 +00:00
espie
16c6d939fa Term-ReadKey is part of the base system now 2016-05-12 14:00:12 +00:00
dcoppa
6c55fdcb8e Set default max clients to 96 here too, like we did in redis.conf 2016-05-10 12:45:28 +00:00
dcoppa
a324065c9f Update to redis-3.2.0 2016-05-10 09:38:48 +00:00
sthen
f309a0d1e8 Add a BDEP on icu4c; it's not actually compiled in but scons adds
dependencies on the headers and patching this away would be intrusive.
Problem found by naddy, diff from Andrew Aldridge, plus I added a comment.
2016-05-10 08:57:06 +00:00
ajacoutot
40649dbd83 Update to evolution-data-server-3.20.2. 2016-05-10 06:48:34 +00:00
jca
968fa762be Switch MASTER_SITES to https://download.samba.org/pub/ 2016-05-08 09:11:35 +00:00
sthen
9210c90d8d update to MongoDB 3.2.6, from Andrew Aldridge, minor tweaks from me 2016-05-06 15:33:37 +00:00
jeremy
eeddf985f6 Update to data_objects 0.10.17
Remove some PLIST cruft that snuck in in the last commit.
2016-05-06 15:21:22 +00:00
dcoppa
630efe3bbd Update to hedis-0.8.3 2016-05-06 08:52:36 +00:00
jeremy
a273e26370 Update to mysql2 0.4.4 2016-05-05 22:46:27 +00:00
jeremy
2d4b17a7e1 Update to tiny_tds 1.0.2 2016-05-05 22:45:39 +00:00