Commit Graph

6312 Commits

Author SHA1 Message Date
fgsch
6e8e87eeb9 create /var/run/ircd-ratbox at starting time, not as a @sample. while
i'm here indent and improve comment.
maintainer timed out. martynas@ ok.
2009-10-04 12:56:23 +00:00
ajacoutot
a023f7555f Fix RUN_DEPENDS-gtk, it needs python-gdbm. 2009-10-04 07:48:37 +00:00
sthen
2e2a2c7dc0 +pmacct 2009-10-03 18:55:11 +00:00
sthen
e3b34c582e import net/pmacct, based on a submission from Manuel Pata.
pmacct is a set of passive network monitoring tools to measure, account,
classify, aggregate and export IPv4 and IPv6 traffic, suitable to ISP, IXP,
CDN, IP carrier, data-centre and hot-spot enviroments.

Being able to collect flow data through libpcap, NetFlow and sFlow and
optionally augment this by configuring peering with the included BGP
daemon, granularity is fine enough for essential network management
tasks such as billing, graphing network resource usage, analysing live
or historical traffic trends, steering BGP peerings, real-time alerting,
and certain SLA monitoring.

Aggregation, flexible filtering, sampling and renormalization capabilities
are provided to help cope with the large amounts of data produced by high-
speed networks. Using either memory or database tables (MySQL, PostgreSQL,
SQLite) as backend storage, pmacct can easily feed data into external
tools, including RRDtool, GNUPlot, Net-SNMP, MRTG and Cacti.

The default package provides SQLite support, available flavors are:

        threads       compile with threads, required for BGP integration
                      or running packet classification in parallel
        mysql         compile with support for MySQL
        postgresql    compile with support for PostgreSQL
2009-10-03 18:54:44 +00:00
jolan
1b8961a4f0 update to 0.5.2 2009-10-02 17:36:53 +00:00
ajacoutot
c8779f50ba Add a small comment about name resolution in README.OpenBSD.
ok jasper@
2009-10-02 14:09:10 +00:00
sthen
836ff03875 Update to 1.1.4; bug fixes and adds 'passive' option to BGP. 2009-10-02 11:52:23 +00:00
benoit
c1e8acc0a7 - update py-IP to 0.64
- regen plist
- change maintainer
- change HOMEPAGE & MASTER_SITES

ok ajacoutot@
2009-10-01 20:13:09 +00:00
sthen
8c84c1b607 Add a comment about the regression tests. 2009-10-01 16:42:12 +00:00
sthen
46dff51a56 Remove scapy6, replaced by code in the main scapy distribution
as of 2.0.1.
2009-10-01 16:30:22 +00:00
sthen
9307d38003 unlink scapy6 2009-10-01 16:29:04 +00:00
sthen
f1f2f30877 Update scapy to 2.0.1 from new maintainer Jonathan Armani with a little
help from me. The IPv6 features provided by scapy6 are integrated (still
some problems with them, but working well enough) so pkgpath/conflict
markers are set to replace an existing scapy6 installation.

ok wcmaier@ "if it works go for it" claudio@
2009-10-01 16:28:49 +00:00
sthen
66365b0e48 - fix some LP64 crashes and various warnings pointed out by Simon Kuhnle
- drop MAINTAINER
2009-10-01 14:09:54 +00:00
benoit
78537758f7 - update etherape to 0.9.8
- regen plist
- regen & add patches

ok ajacoutot@
2009-10-01 14:00:45 +00:00
sthen
b82e240687 - SECURITY (CVE-2009-2658) and bugfix update to 0.076, from Brad.
- set NO_REGRESS.
2009-09-29 21:40:59 +00:00
sthen
8a76e866c7 +walker 2009-09-27 23:59:05 +00:00
sthen
d4789a7282 import net/walker in the right dir...
This is a proof-of-concept of a utility to download DNS zone contents
even when AXFR is disabled on the server, assuming DNSSEC is used.
Optionally it can also verify all digital signature RRs within a
zone against the zone key. If you do not know what DNSSEC is, please
refer to: RFC 2535, RFC 4033, RFC 4034, RFC 4035, "dnssec.net" (lots
of DNSSEC information).

The tool supports both the old DNSSEC according to RFC 2535 (i.e.,
KEY/SIG) and the latest DNSSEC version according to RFC 4033 (i.e.,
DNSKEY/RRSIG).
2009-09-27 23:55:58 +00:00
sthen
217a6c0718 Update to 1.1.18, from Brad. 2009-09-27 19:25:02 +00:00
jasper
a3471e9a4b - update lftp to 4.0.2
ok kevlo@ (MAINTAINER)4.0.2

ok kevlo@ (MAINTAINER)4.0.2

ok kevlo@ (MAINTAINER)4.0.2

ok kevlo@ (MAINTAINER)
2009-09-24 06:40:05 +00:00
sthen
86a3d49376 +zsync 2009-09-23 19:30:03 +00:00
sthen
43f81fbeca import net/zsync:
zsync is a file transfer program. It allows you to download a file
from a remote server, where you have a copy of an older version of
the file on your computer already. zsync downloads only the new
parts of the file.

* Client-side rsync - zsync uses the rsync algorithm, but runs it
on the client side, thus avoiding the high server load associated
with rsync.

* Rsync over HTTP - zsync provides transfers that are nearly as
efficient as rsync -z or cvsup, without the need to run a special
server application. All that is needed is an HTTP/1.1-compliant web
server. So it works through firewalls and on shared hosting accounts,
and gives less security worries.

* Handling for compressed files - rsync is ineffective on compressed
files, unless they are compressed with a patched version of gzip.
zsync has special handling for gzipped files, which enables update
transfers of files which are distributed in compressed form.
2009-09-23 19:29:42 +00:00
martynas
e24e9e0e64 catch up pattern to the new google video format. don't include
thumbnailUrl.  makes google videos fetch again - reported by jsg@.
2009-09-18 21:10:03 +00:00
sthen
f562db3f48 set PKG_ARCH=* and bump PKGNAME 2009-09-17 00:51:45 +00:00
sthen
c2be9b0e0f +pear-Net-IPv4
+pear-Net-IPv6
2009-09-17 00:35:54 +00:00
sthen
c9e85b3a55 import net/pear-Net-IPv6,
This class allows you to:
* check if an address is an IPv6 address
* compress/uncompress IPv6 addresses
* check for an IPv4 compatible ending in an IPv6 address
* check the assigned address space of an IPv6 address
* do netmask calculations
2009-09-17 00:35:24 +00:00
sthen
17ea1ab8e3 import net/pear-Net-IPv4,
Class used for calculating IPv4 (AF_INET family) address information
such as network as network address, broadcast address, and IP address
validity.
2009-09-17 00:34:59 +00:00
sthen
4da8b819e5 +net/pear-Net-DNS
+www/p5-PHP-Serialization
2009-09-17 00:12:20 +00:00
sthen
e0547aef7c import net/pear-Net-DNS, from dlg@
A resolver library used to communicate with a name server to perform
DNS queries, zone transfers, dynamic DNS updates, etc.

Creates an object hierarchy from a DNS server response, which allows
you to view all of the information given by the DNS server. It
bypasses the system resolver library and communicates directly with
the server.
2009-09-17 00:10:45 +00:00
naddy
e8d80fcd02 update to 1.75: minor bug fixes 2009-09-16 19:36:33 +00:00
jasper
fcda4f9086 SECURITY FIX for wget
SA36540: SSL Certificate NULL Character Processing Vulnerability

Patch from upstream

ok ajacoutot@
2009-09-16 17:34:41 +00:00
jasper
20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
sthen
07731f8c9d Fix MASTER_SITES. 2009-09-14 13:18:46 +00:00
bluhm
a8e79867bc add p5-NetAddr-IP 2009-09-14 10:19:36 +00:00
bluhm
bfd2b9754c Initial import of p5-NetAddr-IP 4.027
This Perl module provides an object-oriented abstraction on top of
IP addresses or IP subnets, that allows for easy manipulations.
The internal representation of all IP objects is in 128 bit IPv6
notation.  IPv4 and IPv6 objects may be freely mixed.
 
ok and help sturm@
2009-09-14 10:13:34 +00:00
martynas
9dfc86c28b add support for proxies (uses the standard http_proxy variable).
ok jsg@
2009-09-13 18:23:11 +00:00
sturm
e37a40eaea update to Nagios 3.2.0 2009-09-12 12:35:20 +00:00
naddy
b2313d56a8 We need glib2,-fam so automatic downloading from torrent files placed
in a directory will work.  From Joe Gidi <joe@entropicblur.com>.
2009-09-11 18:23:23 +00:00
jolan
5f4d9af2ef missing RUN_DEPENDS on luasec 2009-09-11 16:59:23 +00:00
sthen
554e4d77b3 Update net/bird to 1.1.3 (fix a bug in core, and roll in the AS4 bugfix
we previously had in patches).
2009-09-11 14:15:07 +00:00
jolan
efcd8bb4e0 rm 0 byte patch 2009-09-11 09:52:57 +00:00
jasper
2e6da560dc - move distfiles to another site 2009-09-10 22:12:55 +00:00
martynas
550124e459 update to irssi-0.8.14; api compatible with 0.8.13 - doesn't affect
plugins.  from Simon Kuhnle.  maintainer timeout
ok sthen@
2009-09-10 21:31:42 +00:00
sthen
0cd343daaf tighten LIB_DEPENDS pkgspec for startup-notification (execinfo,
a WANTLIB for pidgin, was only pulled in with the last update).
Brad (maintainer) "ok I guess".
2009-09-10 17:49:21 +00:00
sthen
4d895cf881 Update to 1.8k; better handling of unclean shutdown 2009-09-10 17:08:52 +00:00
jasper
98f2972252 - get some more regress tests running
from upstream via tom murphy (maintainer)
2009-09-09 22:13:08 +00:00
bluhm
d4b47f3cd4 Make Net::FTPServer work together with Archive::Zip again.
This fixes the regression test t/350generatorzip.t.
See also http://rt.cpan.org/Public/Bug/Display.html?id=35698
2009-09-08 21:10:59 +00:00
jasper
fac15a52db missed this one 2009-09-08 15:33:32 +00:00
jasper
76f7e0045a - update cadaver to 0.23.2
- use system neon
2009-09-08 15:33:15 +00:00
steven
8f6bd65375 update to pidgin 2.6.2
from Brad (maintainer)
2009-09-08 06:35:24 +00:00
naddy
dda2692af1 update to libtorrent 0.12.5/rtorrent 0.8.5 2009-09-07 14:49:12 +00:00