5195 Commits

Author SHA1 Message Date
sthen
dfd54b3486 update to freetds-1.2.3
add BDEP on xmlto, it's used if present (detection is done in a Makefile
just before it's run, but seems xmlto takes long enough to run that
kmos@ ran into a problem with dpb junking)
2020-07-27 17:36:43 +00:00
bluhm
00ba2613ec +p5-CDB_File 2020-07-27 14:12:59 +00:00
bluhm
81289e038e iimport p5-CDB_File 1.02
from Matthias Pitzl; OK afresh1

Comment:
Perl extension for access to cdb databases

Description:
CDB_File is a module which provides a Perl interface to Dan Bernstein's
cdb package.
2020-07-27 14:00:19 +00:00
sthen
278d40cea9 update xapian to 1.4.16, from Lucas Raab, tweaks: I didn't take the
SHARED_LIBS bump because there's no apparent reason for doing so, and
remove a REVISION from -bindings.
2020-07-25 19:48:43 +00:00
benoit
fc4bd6f8ac Update to p5-Redis-1.996. 2020-07-24 13:43:23 +00:00
bket
d860fce81b Update to kyotocabinet-1.2.78
Minor update, fixes some build warnings.
2020-07-21 14:25:36 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
jca
3e7387ea13 Use ports-gcc to unbreak on sparc64 and probably powerpc
The last version started to make use of __builtin_bswap(16|32), which is
not supported on all archs by base-gcc.  ok sthen@ (maintainer) kmos@
2020-07-08 02:34:10 +00:00
sthen
8e47977086 mariadb: fix pexp string, reported by Johan Huldtgren 2020-07-07 12:40:45 +00:00
espie
b95f372d1d flesh out some more stuff in the manpage.
do a REV bump for once, since we don't actually change any real details
2020-07-07 10:53:27 +00:00
sthen
d8a1459e0a update to py-ldap-3.3.0 2020-07-06 11:38:59 +00:00
sthen
e7953505df update to p5-DBI-Shell-11.96 2020-07-06 11:15:18 +00:00
espie
f652d789b5 move description of the schema to a manpage 2020-07-06 09:06:45 +00:00
espie
d994b4272d flesh out a bit more stuff from DESCR 2020-07-05 12:28:13 +00:00
espie
2ae760cc0d seems that people don't expect this information to be in DESC, so start
converting it to mandoc, to be completed.
2020-07-05 12:23:24 +00:00
landry
e9b566ccf9 Update to pgbouncer 1.14.0.
- Cf http://www.pgbouncer.org/changelog.html, brings support for SCRAM
  authentication, which is the recommenced method to use by default in
/usr/local/share/doc/pkg-readmes/postgresql-server since a while..
- Switch from libeventextra to libevent2
- Enable tests, the ones that want to play with firewall rules are
  skipped by default (rely on sudo, and USE_SUDO being set in the env,
cf test/README.md) - all the other tests pass fine.
- update PLIST while here

maintainer timeout
2020-07-05 11:29:36 +00:00
sthen
8537c69a8e databases/sqsh: disable CS_SEC_NETWORKAUTH code, FreeTDS 1.2 introduces
this but API seems different than sqsh expects (it wants things like
CS_MAX_CHAR, CS_SEC_CHANBIND, CS_SEC_CONFIDENTIALITY, CS_SEC_INTEGRITY).
breakage reported by aja@, thanks!
2020-07-05 10:26:52 +00:00
sthen
74dbee007d update to freetds-1.2 2020-07-04 19:59:07 +00:00
sthen
95d31a4bd8 bump for search.cpan.org->metacpan.org change 2020-07-03 21:44:29 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
ajacoutot
a5bb91f117 Update to evolution-data-server-3.36.4. 2020-07-03 21:06:08 +00:00
tb
83ad536d24 add a link to the PR 2020-07-02 09:27:17 +00:00
sthen
a8f5cb0b0f update to pecl-redis-5.3.0 2020-07-01 20:18:05 +00:00
sthen
6e106e935a influxdb: fix version string, reported by Abel Abraham Camarillo Ojeda, ok rsadowski 2020-06-30 14:59:24 +00:00
rsadowski
1bd32e0e96 Remove soprano and strigi 2020-06-30 05:03:07 +00:00
rsadowski
fed12f69b0 Remove soprano 2020-06-30 05:02:33 +00:00
rsadowski
871df70ce2 Remove strigi 2020-06-30 05:02:09 +00:00
sthen
9ee28cd1ce update to freetds-1.1.42 2020-06-29 13:33:34 +00:00
sthen
efb5404c07 MariaDB port changes, from Brad:
- Enable XML support with the CONNECT engine.
- Add S3 plugin to the PLIST.
- Remove option disabling cURL support.
2020-06-29 11:33:58 +00:00
sthen
eb9d22183d MariaDB port update, from Brad:
- Make use of getthrid(), also fixes the build on sparc64
- Fix building the S3 storage engine

Builds Ok on amd64, i386, powerpc and sparc64.
2020-06-28 21:35:41 +00:00
tb
b8bb52ab64 Avoid an out-of-bounds read in the redis-sentinel
The Redis sentinel would crash with a segfault after a few minutes because
it tried to read from a page without read permissions. Check up front
whether the sds is long enough to contain redis:slave or redis:master
before memcmp() as is done everywhere else in sentinelRefreshInstanceInfo().

From Nam Nguyen
2020-06-28 10:47:15 +00:00
tb
927dec0a23 add a few comments to summarize the many changes in src/Makefile 2020-06-28 10:33:01 +00:00
sthen
9d1bf1cdf9 update to MariaDB 10.5.4, from Brad.
move mytop from -server to -main
2020-06-26 08:46:41 +00:00
sthen
008a050de3 remove the standalong databases/mytop port; mytop is included with MariaDB
and conflicts with this. ok giovanni@ (maintainer)
2020-06-26 08:42:23 +00:00
kn
b5b5a152ca Update to sqlitebrowser 3.12.0
https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/3.12.0
numerous fixes and improvements, patch merged upstream.

Also tested by Caspar Schutijser, thanks!
2020-06-19 19:54:24 +00:00
sthen
f1877139c6 OpenLDAP nearly has support for the DCE 1.1 RPC UUID functions that we
have in libc but not quite - it looks for a uuid_to_str with same api
as uuid_to_string(3) (unsure where this would come from, searches don't
reveal any other software using it).

Patch to allow it to use the libc functions instead of Linux libuuid
(which in our case comes from the e2fstools package).
2020-06-18 21:36:10 +00:00
sthen
3305e40a1d openldap: dynamically link libs to tools/server 2020-06-18 20:38:41 +00:00
sthen
effb28f590 openldap: drop icu4c dependency. autoconf used to look for it and it was
linked, but nothing ever actually used it. detection was removed
upstream, https://www.openldap.org/lists/openldap-bugs/201912/msg00036.html
2020-06-18 19:25:54 +00:00
sthen
2d27c66046 openldap; replace most of the custom post-install target (which moved
config files from PREFIX/etc to PREFIX/share/examples) with overriding
sysconfdir in FAKE_FLAGS. Simpler, and installs the sample ldif files
to share/examples which should help new users. Req by Stefan Kapfhammer.
2020-06-18 17:42:56 +00:00
jasper
4dacd7479c don't hardcode the PHP version of phppgadmin in README; it was outdated and
in this context it suffices to say it uses PHP
2020-06-14 10:19:46 +00:00
tb
b154cdce45 Update to Redis 6.0.5
ok danj kn
2020-06-14 07:35:36 +00:00
sebastia
b27e2b5b96 update 2.1.0 -> 2.2.0 2020-06-13 21:19:17 +00:00
rsadowski
3e75aed1ec Unhook KDE4
It's time to get rid of KDE4. x11/kde4 contained all applications and the
desktop environment. All applications and the framework have been ported to
KDE5 and are available under x11/kde-applications and devel/kf5.

The desktop environment has not yet been ported and is NO LONGER available!
You can't have everything.

What happened here:

- Remove multimedia/phonon kde4 bits and set set phonon FLAVOR=qt5 for now.
- Unhook x11/kde4
- Unhook meta/kde4
- Mark kmymoney as broken, update is coming.
- Unhook all kde4 module consumers:
 - klogic
 - soprano
 - strigi
 - automoc
 - prison
 - qimageblitz
 - cagibi
 - libkvkontakte
 - akonadi
 - attica
 - libalkimia
 - libkfbapi
 - libkgapi
 - qoauth
 - kwebkitpart
 - grantlee
 - libkscreen
 - polkit-qt
2020-06-13 16:22:52 +00:00
sthen
76650eb985 update to py-odbc-4.0.30 2020-06-12 12:44:33 +00:00
landry
dba0c60ff8 +web2ldap 2020-06-12 11:29:08 +00:00
landry
41c4a7b253 Import web2ldap 1.5.81, from Maintainer Lucas Raab
web2ldap is a generic Web-based LDAP client which does not make any assumptions
about the tree structure or LDAP schema, kind of a swiss-army knife for
accessing/manipulating LDAP servers without having to configure anything.
It provides a schema browser which displays references/dependencies within an
LDAPv3 schema, and a customizable platform for prototyping LDAP administration
use-cases.

with tweaks from sthen@ and myself, ok sthen@
2020-06-12 11:28:29 +00:00
landry
a7983f83cd +py-ldap0,python3 2020-06-12 09:57:32 +00:00
landry
8fdc22f626 Import py-ldap0, from MAINTAINER Lucas Raab
ldap0 provides an object-oriented API to access LDAP directory servers from
Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.
Additionally the package contains some Python modules for:

* parsing and producing LDIF
* handling LDAP URLs
* parse and handle LDAPv3 subschema
* LDAPv3 extended operations and controls
* automatic tests with OpenLDAP server

Upstream warns that this should only be used with upstream's software,
and API stability is not guaranteed.

dependency of upcoming web2ldap port.

tweaks by me: update to 1.0.11 (released some hours ago), set NO_TEST as
tests/ subdir isnt in PyPi tarballs

ok sthen@
2020-06-12 09:56:18 +00:00
landry
dde59ad4f0 +p5-TAP-Parser-SourceHandler-pgTAP & pgtap 2020-06-12 08:13:11 +00:00
landry
b1598e8054 Import pgtap 1.1.0.
pgTAP is a unit testing framework for PostgreSQL written in PL/pgSQL and
PL/SQL. It includes a comprehensive collection of TAP-emitting assertion
functions, as well as the ability to integrate with other TAP-emitting test
frameworks. It can also be used in the xUnit testing style.

ok/hints afresh1@
2020-06-12 08:12:08 +00:00