Commit Graph

8357 Commits

Author SHA1 Message Date
sthen
05b7985e90 update BIRD to 1.3.7
- Route Origin Authorization basics.
- RIPng working again.
- Extended clist operations in filters.
- Fixes several bugs in BSD iface handling.
- Several minor bugfixes and enhancements.
2012-03-22 21:49:12 +00:00
sthen
2f14c31dcf +maradns-deadwood 2012-03-21 16:18:32 +00:00
sthen
52534e0c82 import ports/net/maradns-deadwood, ok/tweak suggested by gsoares@
Deadwood is the recursive DNS daemon (service) for MaraDNS 2.0.
MaraDNS 2.0 uses separate programs for authoritative records
(maradns) and recursive records (Deadwood). Deadwood is a
standalone recursive server that can either be used in
conjunction with MaraDNS's authoritative server, or by itself.
2012-03-21 16:17:58 +00:00
ajacoutot
dd6f5937e0 +centerim 2012-03-21 14:41:53 +00:00
ajacoutot
71d2945353 Import centerim-4.22.10.
CenterIM is a text mode menu- and window-driven IM interface. ICQ,
Yahoo!, AIM TOC, IRC, MSN, Gadu-Gadu and Jabber protocols are currently
supported.
<...>

from Gonzalo L. R. with some tweaks
ok robert@
2012-03-21 14:41:22 +00:00
gsoares
4498254143 update to 1.71
OK sthen@
2012-03-20 23:53:29 +00:00
sthen
e4bc6fb0c0 SECURITY update to MaraDNS 1.3.07.15, from Brad
- Hash randomization added to MaraDNS 1's recursive resolver.
2012-03-20 22:13:49 +00:00
sthen
3a547a5052 add SECURITY patches from quagga 0.99.20.1
CVE-2012-0249 - Quagga ospfd DoS on malformed LS-Update packet
CVE-2012-0250 - Quagga ospfd DoS on malformed Network-LSA data
CVE-2012-0255 - Quagga bgpd DoS on malformed OPEN message
2012-03-20 20:56:26 +00:00
naddy
bc37772b8c fix getdelim() prototype 2012-03-20 16:46:41 +00:00
sthen
33df794e97 add comment re /dev/log needed during install to remind me to look at
it next time I update; noted by aja@
2012-03-20 13:57:44 +00:00
dcoppa
724526e05c Fix the "Invalid or incomplete multibyte or wide character" error
caused by some feeds: set binary mode on the handle before hGetContents
(upstream git commit bd08d07cc29893177efe8ef0e8be368657d56bbf)
2012-03-20 13:33:54 +00:00
robert
55cc1870f7 update to 1.8.11 2012-03-20 12:00:37 +00:00
sthen
aab882f5dd Update to darkstat 3.0.715, fixes working on gif/gre/mpe/pppx.
From Brad, maintainer timeout.
- also sync patches
2012-03-19 11:54:10 +00:00
naddy
e6021fd97f getline -> get_line 2012-03-17 16:55:46 +00:00
ajacoutot
f987af8fa6 Minor update to telepathy-glib-0.16.5. 2012-03-17 12:07:56 +00:00
sthen
498bdd86e7 Add a section to the README pointing to the upgrade documentation. 2012-03-16 12:39:55 +00:00
sthen
5b60b9fcbb update to Pidgin 2.10.2, from Brad, also tested by rfreeman@
CVE-2011-4939 null pointer deref with certain types of nickname changes in XMPP
CVE-2012-1178 MSN crash due to not verifying UTF8 encoding
2012-03-15 21:45:06 +00:00
gsoares
c84d4f0447 update p5-Net-Frame-Layer-IPv6 to 1.04 2012-03-15 17:52:21 +00:00
gsoares
d2f4b7099b update p5-Net-Frame-Layer-ICMPv6 to 1.06 2012-03-15 17:47:56 +00:00
gsoares
dd622e3ee0 update p5-Net-Frame to 1.09 2012-03-15 17:38:19 +00:00
sthen
c92502573c update to munin 1.4.7, from "Gonzalo L. R."
- also fix MODRUBY_RUBY_ADJ invocation for tomcat_ plugin
2012-03-15 13:55:45 +00:00
sthen
4882538c63 - move SUBST_CMD into do-install (with the necessary s/PREFIX/TRUE&/),
suggested by aja@, saves a Makefile target and avoids subst'ing files in
WRKSRC which simplifies patch handling

- add missing SUBST_CMD for the dot.jnettop file
2012-03-13 09:57:37 +00:00
sthen
1ab62a3d80 +jnettop 2012-03-13 09:43:05 +00:00
sthen
7a9ddf3395 import ports/net/jnettop, ok giovanni@
Jnettop is a traffic visualiser, which captures traffic going through
the host it is running from and displays streams sorted by bandwidth
they use.

  - list connections going across this host in a nice way
  - supports IPv6
  - supports customizable text output for further analysis
  - supports machine-friendly mode to support further analysis
  - allows pre-configured pcap filters in the config file

If this package is not quite what you need, try iftop (and vice-versa).
2012-03-13 09:42:22 +00:00
ajacoutot
564a167128 Enable threads and cleanup the Makefile.
from "Gonzalo L. R."
2012-03-12 17:16:19 +00:00
sthen
32b51de3f5 update to dnstop-20110502, from "Gonzalo L. R." 2012-03-11 14:07:00 +00:00
pea
3af0884572 Update to 1.11
Initial diff from Gonzalo L. R. (gonzalo at x61.com.ar)

ok sthen@
2012-03-09 09:33:03 +00:00
ajacoutot
53c05f358f Remove bogus patch. 2012-03-08 15:23:05 +00:00
ajacoutot
81f6f87c3d Bring patches from upstream to build with recent tracker. 2012-03-08 14:18:27 +00:00
ajacoutot
a89a75cd04 Garbage collect the /dev/arandom patches.
from Brad
ok landry@ sthen@
2012-03-08 12:13:00 +00:00
ajacoutot
63c1c46d96 Drop the PSEUDO_FLAVOR, some rpath magic is needed for the tracker plugin
which changes the resulting -main package.
2012-03-05 12:12:49 +00:00
sthen
6863049a1e Remove USE_GROFF and add an rc script.
From Brad with a tweak to the script by me.
2012-03-03 15:56:18 +00:00
sthen
3f2cd885f4 Update to unbound 1.4.16
From Brad, was sent to jakob@ a while ago
2012-03-03 11:44:23 +00:00
ajacoutot
b0e3ff42b6 Update to h323plus-1.24.0. 2012-03-02 09:04:59 +00:00
ajacoutot
084cd7ed72 Update to opal-3.10.4. 2012-03-02 09:04:21 +00:00
sthen
a2c92de30c fix MASTER_SITES; eloshinsky at gmail 2012-03-02 08:22:20 +00:00
ajacoutot
999d950081 Remove NO_SYSTRACE, systrace(2) is going to be fixed soonish. 2012-03-02 07:11:23 +00:00
ajacoutot
bad5bc7959 Add NO_SYSTRACE for now, otherwise gtar fails in mysterious way because
systrace(1) will prevent native-linkat.
Reported by Juan Francisco Cantero Hurtado.
2012-02-29 15:43:16 +00:00
dcoppa
705ec52593 Fix endianness bug in EC.
Until now, a little-endian sender worked, regardless of the endianness
of the receiver, but a big-endian sender sent all integer data reversed.
(upstream git commit 07a5a373ff356166207438b5dffdf4eee30825d1)
2012-02-29 11:43:19 +00:00
rpointel
17112f12da Update arping to 2.11 which fixes a null pointer dereference introduced in version 2.10.
ok benoit@ (maintainer).
2012-02-29 09:31:10 +00:00
rpointel
056cecefd2 Update arping to 2.10. ok benoit@ (maintainer). 2012-02-29 08:46:26 +00:00
nigel
d11ebdb22f sync 2012-02-28 19:30:13 +00:00
nigel
062fbd88a8 library and tools to access SMI MIB information
Includes changes from sthen@, thanks.

Ok sthen@
2012-02-28 19:26:22 +00:00
stsp
8aea95e7fb Update to 2012.02.04.
with input from and ok brad sthen
2012-02-28 17:55:47 +00:00
dcoppa
05c340f796 Enable support for NAT-PMP and UPnP through libnatpmp/miniupnpc.
Disabled by default: set "upnp_port_forwarding = true" into
~/.mldonkey/downloads.ini to enable it.
2012-02-28 15:38:55 +00:00
sthen
da95908465 update to check_email_delivery 0.7.1b; minor bugfix 2012-02-27 16:15:09 +00:00
sthen
7d52ef1894 update to munin 1.4.6, from Kirill Bychkov
- many fixes and improvements
2012-02-27 15:44:58 +00:00
ajacoutot
f660844a7b Update to folks-0.6.7. 2012-02-26 15:08:07 +00:00
ajacoutot
ac89eb7125 Tweak after recent vala update. 2012-02-26 15:06:10 +00:00
ajacoutot
8d7eda3146 Update to telepathy-gabble-0.14.1. 2012-02-26 12:53:09 +00:00