14563 Commits

Author SHA1 Message Date
sthen
adfd9586cb update to icingweb2-2.5.3 2018-05-10 12:50:45 +00:00
ajacoutot
9de68dbdcc Don't install the zabbix_server rc.d script with the -proxy package.
ok robert@ (maintainer)
2018-05-10 12:17:42 +00:00
sthen
9486567366 disable hidden dep on gnutls 2018-05-09 21:22:42 +00:00
sthen
4a0faa1b67 update to librenms-1.39 2018-05-09 20:24:21 +00:00
sthen
914eb914d2 update to radcli-1.2.10 2018-05-09 19:56:48 +00:00
schwarze
d7c24c3272 Trivially fix the mn(1) manual page by using the correct path
to the input file when autogenerating, and bump.
Obvious bug reported by Leonid Bobrov <mazocomp at disroot dot org> on ports@.
2018-05-09 14:56:19 +00:00
ajacoutot
d9c4aa8fc3 Update to py-botocore-1.10.16. 2018-05-09 10:51:30 +00:00
ajacoutot
1d70f9bba1 Update to py-boto3-1.7.16. 2018-05-09 10:51:15 +00:00
sthen
c46fd8cbc9 update to powerdns-4.1.2, fixing (low risk) CVE-2018-1046 in the
dnsreplay tool:

"The issue is a stack-based buffer overflow occurring when replaying a
specially crafted PCAP file with the `--ecs-stamp` option enabled,
leading to a denial of service or potentially arbitrary code execution.
Regardless of this issue, we do not advise the use of dnsreplay with
untrusted PCAP files."

https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2018-02.html
2018-05-09 09:39:05 +00:00
ajacoutot
6679d76763 Update to py-netifaces-0.10.7. 2018-05-09 09:05:28 +00:00
ajacoutot
d519cd89ce Update to py-botocore-1.10.15. 2018-05-08 07:37:35 +00:00
ajacoutot
353fe00766 Update to py-boto3-1.7.15. 2018-05-08 07:37:23 +00:00
ajacoutot
3d7ffd325b Merge two fixes from upstream:
- Individual: don't always use the display_id
- inspect: Adapt to binding change of Signal.add_emission_hook() in vala 0.41
2018-05-08 07:14:06 +00:00
gsoares
abdd7f3b5f Security update for wget, addressing CVE-2018-0494 - cookie injection.
New tests fails as pointed out by bket@ on ports@, but since it includes
important fix so sthen suggested we should go ahead and commit right way, i'm going
to look at it and report upstream afterwards.
OK sthen@
2018-05-07 10:37:59 +00:00
sthen
013d26f2d5 update to wireless-5, from maintainer/upstream Gregor Best 2018-05-06 14:05:56 +00:00
ajacoutot
a9f11db360 Update to py-botocore-1.10.14. 2018-05-05 09:09:09 +00:00
ajacoutot
b912fa13b1 Update to py-boto3-1.7.14. 2018-05-05 09:08:54 +00:00
sthen
f14aefc573 update to scamper-20180504 2018-05-04 13:31:14 +00:00
ajacoutot
1aaa50003d Update to py-boto3-1.7.13. 2018-05-04 13:15:18 +00:00
ajacoutot
df556351f3 Update to py-botocore-1.10.13. 2018-05-04 13:15:06 +00:00
sthen
a55258ecd1 update to dhcpcd-7.0.4; same diff from Mattieu Baptiste 2018-05-03 18:48:11 +00:00
ajacoutot
68272d3eac Update to py-botocore-1.10.12. 2018-05-03 06:21:10 +00:00
ajacoutot
832bf1db68 Update to py-boto3-1.7.12. 2018-05-03 06:20:57 +00:00
fcambus
bb7e0deb29 Update GeoLite2 databases to latest version. 2018-05-02 10:35:50 +00:00
bket
cb0dcedee3 Add PORTROACH annotation.
This fixes portroach picking up a newer, incompatible version (which is
offered via unison/2.5x).

OK sthen@
2018-05-02 08:08:11 +00:00
ajacoutot
0b7379943c Update to py-botocore-1.10.11. 2018-05-01 09:21:04 +00:00
ajacoutot
1b90304d03 Update to py-boto3-1.7.11. 2018-05-01 09:20:51 +00:00
landry
ecbf2a0227 +toxcore, toxic, utox 2018-04-29 11:20:53 +00:00
landry
bd57214075 Tweak DESCRs 2018-04-29 11:19:43 +00:00
landry
1ab78f7962 Import toxic 0.8.2.
Toxic is a ncurses-base Tox-based instant messenging client which
formerly resided in the Tox core repository, and is now available as a
standalone application.

From Leonid Bobrov who takes maintainership, ok bcallah@
2018-04-29 11:16:30 +00:00
landry
c33197fee6 Import utox 0.17.0.
uTox is the lightweight client with minimal dependencies,
It not only looks pretty, it runs fast!
uTox is available with full support for:
* chat;
* file transfers;
* audio/video calling;
* desktop sharing (both as video and inline screenshots);
* group chats.

From Leonid Bobrov who takes maintainership, ok bcallah@
2018-04-29 11:15:17 +00:00
landry
8138682fa5 Import toxcore 0.2.2.
Tox is a secure distributed messaging protocol with audio and video chat
capabilities.

This package contains the client library for the Tox protocol.

From Leonid Bobrov who takes maintainership, ok bcallah@
2018-04-29 11:14:09 +00:00
jca
c3d68474e1 Update HOMEPAGE, development moved to github long ago
Keep sourceforge as MASTER_SITES just for the lulz, sf is currently
serving a large HTML page instead of the tarball.
2018-04-28 20:52:45 +00:00
jca
c92e048506 Fix build on arm
From Markus Hennecke.  REVISION bumped just to be safe.
2018-04-28 20:50:52 +00:00
tb
21babc2d2e Fix an off-by-one in random_string().
(I didn't see that that the string it fills isn't really random.)

From Mike <the lists () mgm51 com>

ok jca
2018-04-28 20:33:55 +00:00
ajacoutot
fb839816fa Update to pidgin-2.13.0. 2018-04-28 16:58:39 +00:00
naddy
45dd16deb0 Explicitly link with libiconv since the iconv(3) functions are called
directly from the program.  Required by lld.
2018-04-28 16:40:26 +00:00
jasper
93291ba6fb fix linking with lld
kindly suggested by naddy@; at last the long awaited gnaughty commit!

also regen WANTLIB while here
2018-04-28 16:01:52 +00:00
ajacoutot
e4dfcdc1a2 Update to pear-Net-DNS2-1.4.4. 2018-04-28 14:54:45 +00:00
ajacoutot
2cf6c6fedf Update to p5-SNMP-Info-3.53. 2018-04-28 14:53:46 +00:00
ajacoutot
d12b33af70 Update to minissdpd-1.4. 2018-04-28 14:46:44 +00:00
landry
537f02ec99 Update to libopint 1.10.
Backport a fix for https://github.com/octo/liboping/issues/34

ok danj@
2018-04-28 14:29:30 +00:00
landry
e4536079ed add fribidi to WANTLIB because why not, and bump 2018-04-28 10:29:00 +00:00
jasper
8d3ef4d286 update to minioc-0.20180428 2018-04-28 09:54:39 +00:00
jasper
ef54c6dc16 update to minio-0.20180427 2018-04-28 09:54:22 +00:00
ajacoutot
a8ccd428dd Update to netatalk-2.2.6. 2018-04-27 17:22:27 +00:00
jasper
306066cfc4 unbreak tree, unison,no_x11 doesn't exist anymore as such 2018-04-27 08:51:09 +00:00
ajacoutot
c5281c49c4 Update to py-botocore-1.10.10. 2018-04-27 08:10:37 +00:00
ajacoutot
55ec6ee6c9 Update to py-boto3-1.7.10. 2018-04-27 08:09:40 +00:00
bket
3d0dc3deb3 Update to unison-2.51.2.
This version is not compatible with older versions, so retain 2.48.15 by
splitting into 2.4x and 2.5x subdirectories and using "@option
is-branch".

Initial diff has been looked at by kn@ (looks OK port- and build-wise on
amd64) and giovanni@ (OK). Issues found by sthen@ (thanks!) and fixed by
me.

Take MAINTAINER (as discussed with giovanni@).

OK sthen@
2018-04-26 21:34:23 +00:00