pea
b36dfb2f6e
Critical update to 9.3.2.
...
Fixes three serious data-loss bugs affecting replication and
database maintenance.
2014-01-06 10:47:14 +00:00
jasper
ac4db1d5b7
do-regress is poisoned
2014-01-05 22:55:33 +00:00
naddy
611dc52f1c
Drop USE_GROFF since groff and mandoc produce identical output.
2014-01-01 20:46:27 +00:00
jasper
62c26268db
update to Flask-SQLAlchemy-1.0
...
ok fgsch@
2013-12-27 09:12:50 +00:00
rpe
8727390f6a
add missing build dependency
...
ok espie@
2013-12-25 13:57:58 +00:00
jasper
5b11d63bf2
make it clear the hardcoded /etc is for non-OpenBSD installations.
2013-12-23 09:51:12 +00:00
jasper
b03c6232a4
add some instructions on how to setup and configure puppetdb
2013-12-23 09:44:46 +00:00
jasper
2f42935b91
+py-puppetdb
2013-12-23 08:32:34 +00:00
jasper
869c3541ca
import py-puppetdb (git HEAD)
...
This library is a thin wrapper around the REST API providing some
convinience functions and objects to request and hold data from
PuppetDB.
ok aja@
2013-12-23 08:30:40 +00:00
jasper
ed0635d998
add missing dependency; spotted by landry@
2013-12-22 13:39:06 +00:00
jasper
955ec4076b
+ruby-hiera-file
2013-12-21 08:11:21 +00:00
jasper
d86da285de
import hiera-file-1.1.0
...
Data backend for Hiera that can return the content of whole files.
ok aja@
2013-12-21 08:10:15 +00:00
jeremy
1557f2cf76
Make make test run correctly for the jruby FLAVOR, and run an additional
...
test suite.
2013-12-16 20:59:36 +00:00
jasper
a5c60b2d71
- update to puppetdb-1.5.2
2013-12-15 11:29:22 +00:00
dcoppa
22cbe40714
Update to redis-2.8.3
2013-12-13 08:16:37 +00:00
brad
7526c023e0
Update to MySQL 5.1.73.
...
ok giovanni@
2013-12-10 22:15:46 +00:00
joshe
d159a285f5
Update mongodb to 2.4.7. Still BROKEN, but a bit closer to working.
...
This also switches the javascript backend from spidermonkey to v8, as
support for the former has already been removed in the mongodb repo.
"since it's broken go ahead and commit that" fgsch@
2013-12-10 17:30:40 +00:00
dcoppa
ff2ad0e84e
Update hs-postgresql-libpq to version 0.8.2.5, dropping a cabal
...
file patch that has been merged upstream.
From maintainer David Schaefer
OK kili@
2013-12-09 17:12:49 +00:00
ajacoutot
0f5d100d3c
Update to evolution-data-server-3.10.3.
2013-12-09 08:00:28 +00:00
jasper
73909e6551
- update to hiera-1.3.0
...
* https://groups.google.com/forum/#!topic/puppet-users/jeeYWpP0y80
2013-12-04 19:49:37 +00:00
dcoppa
19d29f3558
Update to redis-2.8.2
2013-12-03 06:50:17 +00:00
brad
bf77ff9298
Update to MariaDB 5.5.34.
...
ok sthen@
2013-11-30 20:37:20 +00:00
dcoppa
85966122c4
Update to redis-2.8.1
2013-11-29 08:32:24 +00:00
stu
b87a380d89
Update to 3.8.0.2.
...
ok espie@
2013-11-28 15:25:51 +00:00
abieber
c044e58fef
Update from MAINTAINER Roman Kravchuk <kravchuk.kp@gmail.com>
...
OK sthen@
2013-11-25 23:27:02 +00:00
sthen
701c91e413
kill VMEM_WARNING
2013-11-25 14:16:22 +00:00
sthen
3a2dfaa992
Remove support for VMEM_WARNING, as it's manually "maintained" it isn't
...
very accurate, and isn't sensitive to differences between arches.
ok ajacoutot dcoppa zhuk espie
2013-11-25 14:13:33 +00:00
sthen
6ad090419f
update to openldap-2.4.38
2013-11-18 16:40:07 +00:00
giovanni
a272a4886b
Bugfix update to 2.2.5
...
Full Changelog available at:
http://www.percona.com/doc/percona-toolkit/2.2/release_notes.html#v2-2-5-released-2013-10-16
2013-11-14 09:01:11 +00:00
sthen
896114c7f5
update to openldap-2.4.37
2013-11-12 15:57:00 +00:00
dcoppa
08418d5112
Update to 3.0.6
2013-11-12 08:10:32 +00:00
sthen
040e0bf4c8
update to p5-Search-Xapian 1.2.15.0
2013-11-11 21:25:56 +00:00
sthen
786df97f35
update to xapian-core 1.2.15
2013-11-11 21:25:54 +00:00
espie
695fe955dd
there are aliases between categories and pkgpaths, as noted by
...
Constantine A. Murenin
move ports-readmes to the same basic url structure as
ports-readmes-dancer, to avoid the confusion.
2013-11-11 15:00:50 +00:00
sthen
9c39c314cc
bugfix update to sqliteman 1.2.2
2013-11-10 22:28:59 +00:00
ajacoutot
ac229980e2
Update to evolution-data-server-3.10.2.
2013-11-10 16:09:36 +00:00
naddy
725de75f3a
move http://www.gnu.org to https
2013-11-09 23:19:01 +00:00
sthen
c762dcbbcb
fix a failing test, tracked down by jca
2013-11-08 22:54:29 +00:00
sthen
0012f5f73d
+py-apsw
2013-11-08 22:53:22 +00:00
sthen
1b2fabc85a
import databases/py-apsw, ok jca@
...
A Python wrapper for the SQLite embedded relational database engine.
In contrast to other wrappers such as pysqlite it focuses on being
a minimal layer over SQLite attempting just to translate the
complete SQLite API into Python.
2013-11-08 22:52:27 +00:00
zhuk
2ffc14615c
Oops, forgot to remove the patch committed upstream in _this_ directory.
...
No bump needed.
Noticed by kili@, thanks!
2013-11-05 18:31:38 +00:00
abieber
24b11f3986
bump to pick up the node libv8 change.
...
OK sthen@
2013-11-05 16:24:14 +00:00
zhuk
21048541d3
Pure bugfix update for Soprano. No major lib bump needed.
2013-11-05 13:29:38 +00:00
jmatthew
f918b2df9a
meck doesn't need to be in the package (it's only used for tests)
...
and on some systems reltool doesn't include it in the release which
makes the package build fail.
help from Alex Wilson, tested by naddy
2013-11-02 23:07:49 +00:00
sthen
9d5dad9e4d
tweak login.conf fragment to use openfiles rather than openfiles-cur thus
...
avoiding any issues with it being higher than whatever value openfiles-max
ends up taking (which may be non-obvious as it may be inherited from
"openfiles" in "default"). ok ajacoutot@ pea@
2013-11-01 21:07:59 +00:00
espie
5e63d2c808
oops, missed the conflict. Oh well, rename it correctly, and bump to 3.0,
...
that's an important enough change in my opinion.
2013-11-01 17:19:18 +00:00
espie
63d9d83bd5
use the new sqlports,-list list which contains the result of the old sqlite3.
2013-11-01 14:54:49 +00:00
espie
8bd186ad57
add a 3rd package that's not really a database, but just the pkgpath list
...
used by pkglocatedb.
mkdblite is a very small version of mksqlitedb that does NOT use DBI at all,
and can create that list only.
allows pkglocatedb to build on arches without dbi, e.g., vax.
(real benefit: separate the code a bit more)
2013-11-01 14:52:47 +00:00
espie
004c046d9d
have comment reflect reality
2013-11-01 14:50:29 +00:00
espie
b3fc396048
specialize FULLKPGNAME and STATIC_PLIST variable classes, to be able to
...
special-case them easily
2013-11-01 14:50:11 +00:00