Commit Graph

11822 Commits

Author SHA1 Message Date
juanfra
1e501155c0 Update to pyftpdlib 1.5.0. 2015-12-16 00:00:35 +00:00
sthen
73a350007e update to bind-9.10.3-P2
4260.   [security]      Insufficient testing when parsing a message allowed
                        records with an incorrect class to be be accepted,
                        triggering a REQUIRE failure when those records
                        were subsequently cached. (CVE-2015-8000) [RT #40987]

4253.   [security]      Address fetch context reference count handling error
                        on socket error. (CVE-2015-8461) [RT#40945]
2015-12-15 22:43:37 +00:00
jca
847c04ba8a +py-IP,python3 2015-12-14 19:39:45 +00:00
jca
0c659c0ce3 Add a python3 FLAVOR, from Daniel Jakots.
Add a patch for 32 bits support with python3 while here.  In boolean
context python3 tries to use __bool__(), not __nonzero().

ok sthen@ (on an earlier version) benoit@ (maintainer)
2015-12-14 19:38:12 +00:00
sthen
8c36d2a70b oops, -DDEBUG crept in with the last update, remove it again 2015-12-14 18:01:41 +00:00
sthen
d58c9f5441 don't hardcode /usr/local, spotted by aja@
duplicate MESSAGE text in README (this is a PERMIT_*=No package anyway so
MESSAGE won't be lost in the noise, but I really want people to see it..)
2015-12-12 13:15:34 +00:00
sthen
4110fbfee6 add a README showing how to import your own ssl cert/key. 2015-12-12 12:54:23 +00:00
sthen
87cb88fcc1 update to lftp-4.6.5, from maintainer Rafael Sadowski, and I rewrote DESCR 2015-12-11 18:27:18 +00:00
pascal
2afb7f1e13 Fix build on sparc64 (and probably other !amd64 64bit platforms too). 2015-12-11 14:11:47 +00:00
pascal
ceb2e1757b Bugfix update to 0.2.7.6, from Vigdis. 2015-12-10 23:35:11 +00:00
sthen
fdf2629360 cleanup patches (better comments, etc). remove bogus patch to sample config. 2015-12-10 09:56:45 +00:00
jca
b7ab7d5e56 Unbreak: stop using struct ifnet and libkvm for interface stats.
ok robert@
2015-12-09 17:43:36 +00:00
jca
f739190e22 Unbreak: stop using if_var.h/struct ifnet to retrieve ipv6 data.
"looks fine to me" jasper@, ok sthen@
2015-12-08 16:50:40 +00:00
sthen
e4caff23d1 update to scamper-20141211c 2015-12-08 14:48:00 +00:00
sthen
430fbf9e04 mark as broken on sparc64, toolchain issues (errors out with gcc 4.2,
hangs with gcc 4.9).
2015-12-08 13:49:36 +00:00
kirby
aa1da6e0f3 update to owncloudclient-2.1.0 2015-12-08 10:46:38 +00:00
benoit
a6fa1071ab Update to arping-2.16. 2015-12-08 07:10:34 +00:00
ajacoutot
6d831d923c Add comments to the patch.
from Brad (maintainer)
2015-12-08 06:56:46 +00:00
sthen
a95def91ae update to LibreNMS-201512 2015-12-07 23:42:03 +00:00
sthen
4d1596137b plist fixes, MODPY_COMMENT shouldn't have a space after it 2015-12-07 21:16:25 +00:00
jasper
62bed44eb5 - use getifaddrs(3)
- stop linking with libkvm now that it's no longer used
- remove some now-unneeded parts of the drivers.c patch
2015-12-07 18:00:42 +00:00
jasper
94c946e035 - use getifaddrs(3)
- stop linking with libkvm now that it's no longer used

ok mpi@
2015-12-07 14:58:54 +00:00
jasper
fc08839758 remove unused patch (we already have patch-configure which is actually used) 2015-12-07 13:34:50 +00:00
jasper
6787e4cdc1 - update to activemq-5.13.0
http://activemq.apache.org/activemq-5130-release.html
2015-12-06 12:35:48 +00:00
ajacoutot
ad5dfea7e9 multicast_{host,router} -> multicast 2015-12-06 08:29:35 +00:00
sthen
20ff26c75c update to dhcpcd-6.9.4 2015-12-04 14:23:19 +00:00
sthen
97889e162c switch my distfiles mirror to https 2015-12-03 21:24:29 +00:00
sthen
90209cbf1f Remove ports/net/mrtd, it hasn't been updated upstream for 15 years,
has problems with long long time_t on 32-bit arch, seems likely to have
LP64 issues too (pointer/int casts), and missing license marker and
license files in the distribution.

claudio says, "I only used the mrt dump tools from mrtd and those are also
very outdated and at least for table dumps bgpctl is better". (libbgpdump
is another option for those).

ok jca@ claudio@
2015-12-03 12:27:11 +00:00
ajacoutot
6a40766644 Update to gnugk-4.0. 2015-12-03 07:59:13 +00:00
naddy
3aa635f141 Update to 20151120:
* fix a program hang upon invalid utf-8 sequences
* /lastlog no longer adds trailing ^Os to log files

ok Brad
2015-12-02 21:52:16 +00:00
jca
1753439e03 Unbreak on alpha; ok sthen@
Amend an ifdef supposed to work around an exotic definition of "struct
ip" on whateverOS/alpha when you use an ANSI compiler...
2015-12-02 12:40:04 +00:00
jasper
d91b59e500 update to gssdp-0.14.12.1 2015-12-02 07:39:45 +00:00
jca
8d733400a0 Update to knot-1.6.6, fixes a potential out-of-bound read in the packet parser. 2015-12-01 20:36:31 +00:00
sthen
3a4b7c1c36 more @samples for the config files for freeradius3's subpackaged modules 2015-11-30 22:01:43 +00:00
sthen
a08b89d7f9 In the normal icinga2 build, disable tests from building (I previously had a
check for "make test"); in some occasions if devel/libconfig is installed at
build time it can cause the wrong libconfig to be picked up, resulting in
build failures. Add a pseudo-flavour to enable them if needed.

(I didn't run into this myself but, as found by ajacoutot@, in some builds
CMake decides to list -L/usr/local/lib before -L${WRKBUILD}/Bin/Release).
2015-11-30 13:11:08 +00:00
sthen
e9ff3dcd85 update to ocserv-0.10.10 2015-11-30 11:58:57 +00:00
sthen
6a488c893e use the GH_* foo instead of MASTER_SITES=...github.../archive/,
spotted by phessler
2015-11-30 11:16:05 +00:00
phessler
99f75de01a +bgpq3 2015-11-30 11:08:19 +00:00
phessler
8ccb5d1bfe The bgpq3 utility used to generate Cisco and Juniper prefix-lists,
extended access-lists, policy-statement terms and as-path lists based on
RADB data.

OK sthen@
2015-11-30 11:06:59 +00:00
ajacoutot
d60b768928 daemon_timeout is not passed to the child scripts either. 2015-11-29 15:50:20 +00:00
benoit
a33eb34d4a Update to rabbitmq-c-0.7.1.
from Gregor Best (maintainer)
2015-11-29 14:39:53 +00:00
benoit
3fee6d8dac Update to pear-Net-URL-Mapper-0.9.1. 2015-11-29 09:23:17 +00:00
ajacoutot
377874924c Update to znc-1.6.2.
from Brad (maintainer)
2015-11-29 08:10:47 +00:00
kirby
fc997d0b53 update to seafile-5.0.0 2015-11-29 07:38:56 +00:00
benoit
ac65004f8d Update to p5-Net-Dict-2.19.
ok Sam Smith and remove maintainership per his request.
2015-11-28 13:31:02 +00:00
jasper
97224161e0 update to folks-0.11.2 2015-11-28 12:48:27 +00:00
jasper
940d3a6cbb update to gupnp-tools-0.8.11 2015-11-28 12:42:35 +00:00
jasper
67a5ec8554 update to msgpack-0.7.1 2015-11-28 12:42:31 +00:00
sthen
125ec3d2b7 cherrypick a patch from upstream: create user-name from peer ID correctly 2015-11-27 13:13:07 +00:00
sthen
e80e2f0ec0 +exabgp 2015-11-27 12:16:33 +00:00