Commit Graph

5431 Commits

Author SHA1 Message Date
ajacoutot
d8df7a8750 - since devhelp files are provided, make it run_depends on devhelp so
that we can actually see them

ok jasper@
2008-05-26 08:32:57 +00:00
fgsch
03ff503a7d Add missing modules for ipv6 support as pointed out by
Lars Hecking (lhecking at users dot sourceforge dot net). bump package.
2008-05-23 19:41:45 +00:00
claudio
55ed8e1d9a quagga does not handel multiple RTM_VERSIONs gracefully. Patch it to ignore
messages with wrong RTM_VERSION instead of trying to parse them and crashing
doing so. OK rui@, jasper@, looks good mbalmer@
2008-05-23 12:55:58 +00:00
jakob
8539611a92 add unbound 2008-05-23 06:54:53 +00:00
jakob
72abc03bfb unbound port 2008-05-23 06:52:21 +00:00
ajacoutot
c0119eb049 - fix WANTLIB after pwlib FLAVORs merge
- cope with new speex version
2008-05-22 19:30:41 +00:00
ajacoutot
9b89accee8 - fix WANTLIB after pwlib FLAVORs merge
- bump
2008-05-22 19:27:04 +00:00
naddy
3d682e7ba7 bump for previous change 2008-05-22 18:13:05 +00:00
sturm
34ca2450c1 update to nagios 3.0.2 2008-05-22 11:49:34 +00:00
jakob
ddfb1bb2de upgrade to NSD v3.0.8; better logging for nsd-notify + minor bugfixes 2008-05-22 07:34:09 +00:00
sthen
1f80118615 +nfdump 2008-05-21 22:30:15 +00:00
sthen
087470f328 import nfdump and nfprofile (the latter as a subpackage since not
everyone needs that, and it pulls in heavier dependencies)

-- -- --
The nfdump tools collect and process netflow data (v5, v7 and v9)
on the command line. They are part of the NfSen project.

nfcapd - netflow capture daemon.  Reads the netflow data from the
network and stores the data into files. Automatically rotate files
every n minutes (typically every 5 minutes). nfcapd reads netflow v5,
v7 and v9 flows transparently. You need one nfcapd process for each
netflow stream.

nfdump - netflow dump.  Reads the netflow data from the files stored
by nfcapd. Its syntax is similar to tcpdump. If you like tcpdump
you will like nfdump. Displays netflow data and can create lots of
top N statistics of flows IP addresses, ports etc in whichever
order you like.

nfreplay - netflow replay.  Reads the netflow data from the files
stored by nfcapd and sends it over the network to another host.

A web front-end, NfSen, is available at http://nfsen.sourceforge.net/
-- -- --
nfprofile is a netflow profiler, which works with the nfdump tools.
It reads the netflow data from the files stored by nfcapd, filters
the netflow data according to the specified filter sets (profiles)
and stores the filtered data into files for later use.
-- -- --

thanks to eric@ for testing/feedback on an earlier version, and to
upstream for rolling a new release including the patches as a result.

"that should be in ports for sure" henning@
2008-05-21 22:28:35 +00:00
sthen
41b2cfddf0 +ssvnc 2008-05-21 22:05:48 +00:00
sthen
5148839dd5 The Enhanced VNC viewer provides for remote access to VNC displays
using the standard protocol and various extensions including those used
by TightVNC, UltraVNC, RealVNC and x11vnc providing for features such
as dynamic screen resizing, server-side scaling, blocking input devices
on the server, and low colour modes. Many of these can now be set from
the popup menu.

(and it's much faster than tightvnc-viewer).  ok merdely, okan
2008-05-21 22:04:27 +00:00
jasper
ab811e4eef - use expat instead of libxml and fix WANTLIB accordingly
- update license marker
- bump PKGNAME

from brad@
2008-05-19 22:22:24 +00:00
fgsch
9422412b4a sync with cairo update. jasper@ ok. 2008-05-19 09:57:43 +00:00
sthen
640639f832 update to 0.9.6 and take maintainership, many fixes and improvements.
"feel free to take over" previous maintainer; feedback fgsch.
2008-05-18 21:34:11 +00:00
ckuethe
2a04a4f2bd add the interface name to the title and report header. this is quite
useful when you're running darkstat on a box with 3 network feeds...
2008-05-17 22:33:31 +00:00
sthen
14b15a331e maintenance update to 0.3.8, from brad. 2008-05-16 21:06:02 +00:00
wcmaier
2023a2f5f3 Force rewrite of Paths.pyc before running distutils' install command.
Fixes checksum complaints on pkg_delete after zenmap has been run by
root (as recommended). Use MODPY_EGG_VERSION while here and bump
PKGNAME.

ok okan@, "looks ok" merdely@
2008-05-16 20:50:55 +00:00
okan
b741618707 update email address
ok merdely@
2008-05-15 21:48:26 +00:00
okan
50632a2048 - update to 4.62 from MAINTAINER (Giovanni Bechis)
- add @comment markers to keep make plist happy
- remove the need for us to install the manpage.
- alpha fix from merdely@
- workaround for Paths.pyc needing to be re-generated - from wcmaier@
  (a discussion has been started with upstream to remedy this bit)

feedback and ok merdely@
2008-05-15 18:30:14 +00:00
naddy
f1bbb5f28a Fix build after curl 7.18 update by adding a dummy argument. 2008-05-15 17:45:22 +00:00
naddy
59ec65981f * Update to 7.18.1.
* A CA cert bundle is no longer included, so point to /etc/ssl/cert.pem.
* Compile examples during build rather than fake stage.

ok sthen@, additional testing by merdely@
2008-05-13 17:56:29 +00:00
dlg
6c4423c0f6 disable a workaround for the MIT kerberos implementation that we
dont need because we use heimdal instead. this lets the ads flavor
of samba manage the kerberos keytab on openbsd.

no objections from mbalmer@
2008-05-13 11:34:12 +00:00
jasper
e1db315fbf - add galago-daemon 2008-05-12 14:47:43 +00:00
jasper
b6290ca589 import galago-daemon 0.5.1
The Galago presence daemon, which is the center of all presence
transactions for Galago. This service is automatically launched by D-BUS
when needed.

ok ajacoutot@
2008-05-12 14:45:07 +00:00
bernd
78ad23ee94 Update to ruby-net-sftp-2.0.0. 2008-05-09 18:59:08 +00:00
bernd
d0e8bd256b Update to ruby-net-ssh-2.0.1. 2008-05-09 18:58:01 +00:00
bernd
ec9e951419 Add ruby-net-scp and ruby-net-ssh-gateway. 2008-05-09 18:57:12 +00:00
bernd
ed4f00e636 Initial import of ruby-net-ssh-gateway-1.0.0.
Net::SSH::Gateway is a library for programmatically tunneling
connections to servers via a single "gateway" host. It is useful for
establishing Net::SSH connections to servers behind firewalls, but
can also be used to forward ports and establish connections of other
types, like HTTP, to servers with restricted access.
2008-05-09 18:54:33 +00:00
bernd
25ebc0de0b Initial import of ruby-net-scp-1.0.0.
Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates
over SSH (and requires the Net::SSH library), and allows files and
directory trees to copied to and from a remote server.
2008-05-09 18:52:19 +00:00
espie
6adf320c13 CATEGORIES repairs 2008-05-08 22:44:13 +00:00
martynas
56f01852ed googlevideo returns 403 for some urls, so switch base_url back to
youtube.  this makes some videos fetch again.  (e.g., video id
uPTcnzgseaQ recently posted on mailing-lists)
ok jolan@, pedro@
2008-05-06 20:49:51 +00:00
rui
b345a7b05d - maintenance update to freeradius 2.04. Check the Changelog for more information.
ok mbalmer@, jolan@
2008-05-05 19:32:02 +00:00
steven
925e007395 use libexpat, remove libxml2 dependency.
from brad@
2008-05-02 08:14:53 +00:00
ajacoutot
f5083426ce +opal 2008-04-29 07:02:45 +00:00
ajacoutot
8d4be5a389 Import opal-2.2.11
OPAL is an open-source class library for the development of applications
that wish to use the SIP and H.323 protocols for multi-media
communications over packet based networks.
2008-04-29 07:01:18 +00:00
jakob
51ca0f22ff upgrade to libbind v9.4.2 2008-04-28 19:15:43 +00:00
sthen
6626b06530 maintenance update to 2.3.6, small improvements to cgi/display output 2008-04-28 12:20:47 +00:00
pvalchev
9156bd3b39 mcabber-0.9.7; from maintainer markus-hennecke@markus-hennecke.de 2008-04-25 23:13:47 +00:00
ckuethe
38a547c9f3 quit spamming channels with "Download Pidgin!" when silc exits.
ok brad@ (MAINTAINER)
2008-04-25 04:15:33 +00:00
sthen
63da3039ab update license marker in comment (GPL->GPLv2), req by Brad 2008-04-24 23:57:24 +00:00
sthen
812c82a798 maintenance update from Brad - most patches are now upstream. 2008-04-24 00:19:40 +00:00
okan
9da3b1852c update to 0.7.3 from brad@
testing and ok brad@ and merdely@
2008-04-23 20:49:46 +00:00
ajacoutot
bf502b46ed - build shared lib too
"sure" fgsch@, "fine with me" sthen@
2008-04-23 09:57:04 +00:00
sthen
fd5147b403 update to 1.1.6 from Brad, and remove some dead mirrors 2008-04-22 20:24:10 +00:00
naddy
5371258c2e Update to 1.11. 2008-04-22 16:50:42 +00:00
fgsch
7617363254 enter libcares. 2008-04-22 12:23:36 +00:00
fgsch
a2dbc8deef introduce libcares (c-ares), an asynchronous resolver library.
input and ok sthen.
2008-04-22 12:19:58 +00:00
sthen
ae4f085b3a update to 1.1.5 + a crash fix from GIT. ok brad (maintainer). 2008-04-22 00:34:30 +00:00
merdely
4308db7caa Fix build on alpha.
"of course" ajacoutot@
2008-04-21 19:17:59 +00:00
sthen
a2dcbf939e display changed topic and your /nick changes in the status bar,
convert times in /who to readable format, display the correct user
name when someone /beeps you, and add a note to the README.

ok jasper
2008-04-21 10:35:27 +00:00
ajacoutot
e4919fbaf4 - fix CATEGORIES 2008-04-21 09:33:58 +00:00
sthen
e70f233e4f fix CATEGORIES, pointed out by ajacoutot - thank you. This doesn't make
it into the package (checked with PLIST_DB), so no version bump.
2008-04-20 10:06:26 +00:00
ajacoutot
e7c61562b0 +py-zsi 2008-04-19 15:16:11 +00:00
ajacoutot
9baa90b307 Import py-zsi-2.0
ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that
provides an implementation of SOAP messaging, as described in SOAP 1.1
Specification (see http://www.w3.org/TR/soap).  It can also be used to
build applications using SOAP Messages with Attachments (see
http://www.w3.org/TR/SOAP-attachments).  ZSI is intended to make it
easier to write web services in Python.
[...]
2008-04-19 15:13:28 +00:00
sturm
ff999c1442 update to nagios 3.0.1
fix build of shared object
ok ian, merdely
2008-04-18 11:08:47 +00:00
sthen
f84091f08e update to 1.1.4 from Brad - fixes portability bugs including a
remote user-triggerable DoS on strict alignment arch.
2008-04-17 10:26:15 +00:00
ajacoutot
973a6fb381 - tweak the way the gtk-update-icon-cache goo is run
gtk-update-icon-cache is part of gtk+2: adding gtk+2 to run_depends just
to update the icon cache (which only gtk apps can use) is overkill to
say the least!
As from now, each time icons are installed under %D/share/icons, we try
to execute gtk-update-icon-cache and if it is not there, we just ignore
the error.
What it means is that if you have gtk+2 installed, then it'll run fine
and your apps will be able to use the cache. Otherwise, it will silently
fails which is fine since it means none of your apps would have been
able to take advantage of the cache anyway.

discussed with jasper@
2008-04-17 08:10:09 +00:00
merdely
0829ab8652 Update to cnagios 0.25.
- Work properly with nagios-3.x status.dat
 - Removes need for patch-configure with --with-status-file
   configure argument.
Fixes from Steve Rader, cnagios author

ok sthen@ (MAINTAINER)
2008-04-17 01:15:35 +00:00
jasper
7e53f0daaa - enable SSL support 2008-04-15 22:20:28 +00:00
jakemsr
103f021345 maintenence update to live.2008.04.09
from brad@
2008-04-13 07:13:59 +00:00
sthen
e1c1c0bf7b bugfix update to 1.1.3, from Brad. tested on several servers. 2008-04-12 22:52:46 +00:00
steven
df7c95f86c tweak debug messages from openssl support
from brad
2008-04-12 08:19:28 +00:00
okan
b6adb48979 +p5-Net-FTP-AutoReconnect 2008-04-11 22:05:32 +00:00
okan
d6c22adcab import p5-Net-FTP-AutoReconnect
Net::FTP::AutoReconnect is a wrapper module around Net::FTP.  For many
commands, if anything goes wrong on the first try, it tries to
disconnect and reconnect to the server, restore the state to the same as
it was when the command was executed, then execute it again.  The state
includes login credentials, authorize credentials, trans- fer mode
(ASCII or binary), current working directory, and any restart, passive,
or port commands sent.

from Girish Venkatachalam

ok merdely@
2008-04-11 22:04:59 +00:00
okan
14f31a8ffe +p5-DNS-ZoneParse 2008-04-10 17:45:54 +00:00
okan
10b128ac97 import p5-DNS-ZoneParse
This module will parse a Zone File and put all the Resource Records
(RRs) into an anonymous hash structure.  At the moment, the following
types of RRs are supported: SOA, NS, MX, A, CNAME, TXT, PTR.  It could
be useful for maintaining DNS zones, or for transferring DNS zones to
other servers.

from Girish Venkatachalam
 
ok merdely@
2008-04-10 17:45:33 +00:00
espie
451110fd09 update to 3.0.2, with a few new useful functionalities.
to be fully functional, you need rsync >= 3.0.2 on both sides,
otherwise, rsync will degrade to pre-3.0 mode.
2008-04-10 15:06:45 +00:00
sthen
03f5ddd4d5 maintenance update to 2.3.5, ok okan 2008-04-09 22:34:40 +00:00
merdely
632b1dc391 Update to 1.2.
V1.2 adds nice "account set #" feature to manage accounts.
Remove a lot of string handling patches.
Remove patches to rename bitlbee "root" user to "bitlbee".

tested by Andrew Dalgleish (MAINTAINER), James Turner and Wiktor Izdebski
ok martynas@, simon@, okan@, wcmaier@
2008-04-09 22:13:11 +00:00
merdely
6a7828c72b Update to 0.23. Make work with Nagios 3.x
ok sthen@
2008-04-09 14:29:44 +00:00
okan
1ef3d7bdee update to 4.60
from Giovanni Bechis (MAINTAINER)

ok merdely@
2008-04-06 18:21:44 +00:00
steven
603407d22b update to pidgin 2.4.1
from brad
2008-04-04 22:39:09 +00:00
sthen
48c582d4b0 +iftop 2008-04-04 22:14:59 +00:00
sthen
9804c24b93 import iftop:
iftop does for network usage what top(1) does for CPU usage. It listens
to network traffic on a named interface and displays a table of current
bandwidth usage by pairs of hosts. Handy for answering the question "why
is our ADSL link so slow?"

from maintainer Girish Venkatachalam with small tweaks
ok landry, merdely, kili
2008-04-04 22:12:46 +00:00
ajacoutot
bae8a37f5c - update to version 3.7.0
from Pierre-Emmanuel Andre <pea at raveland dot org> with tweaks
ok kevlo@ (via pea)
2008-04-04 14:54:23 +00:00
ajacoutot
0ee735e36c - update to gnugk-2.2.7
* extends virtual queues to work on unregistered calls,
* adds per prefix capacity limits and Q.931 cause code translation per
gateway
* adds H.460.9 realtime, QoS monitoring, H.460.interop support and H.350
authentication
2008-04-03 07:18:08 +00:00
fkr
be0b0d0633 update to OpenVPN 2.1rc7
tested by many
ok bernd@
2008-04-01 21:50:14 +00:00
jakemsr
6fcdd6f95b avoid overflowing a time_t when converting timeval to a timestamp in
milliseconds.

problem found and fix sent upstream by Mark Peloquin, who notified the
port maintainer.  thanks Mark!

this patch is from brad@ (MAINTAINER) via ktorrent svn
2008-04-01 21:22:10 +00:00
jasper
f7cfa438f4 - add py-adns 2008-04-01 13:53:13 +00:00
jasper
ff826033d0 import py-adns 1.2.1
py-adns is a Python interface to the GNU adns asynchronous DNS resolver
library.
2008-04-01 13:50:36 +00:00
ajacoutot
4293717563 +axel 2008-04-01 12:52:42 +00:00
ajacoutot
42590dfc4f Import axel-1.0b
Axel does the same thing any other accelerator does: it opens more than
one HTTP/FTP connection per download and each connection transfers its
own, separate, part of the file.
[...]

from Girish Venkatachalam <girish1729 at gmail dot com> with some tweaks
2008-04-01 12:52:00 +00:00
sthen
38bb9f9adb Add pflog/pfsync support to libnids. From Brad, tested by me. 2008-03-31 11:39:48 +00:00
sthen
5df62ee1c9 add --enable-debug to permit debug logging with -d/-D/-x command
line options; bump package version. discussed with Brad (maintainer).
2008-03-31 11:07:45 +00:00
merdely
72e6c8c154 Update to 1.4. Fixes a possible buffer overflow:
http://silcnet.org/docs/release/SILC%20Client%201.1.4

From brad@
2008-03-31 03:32:33 +00:00
sthen
356332a543 I made you a patch but cvs eated it. 2008-03-26 20:21:45 +00:00
sthen
06ad0a6193 Fix build with postgresql 8.3.1. Issue reported and build tested by krw,
fix by me independently of nagios-plugin svn (which simon reports has the
same fix).  ok sturm krw simon
2008-03-26 20:19:35 +00:00
fgsch
d29d0487b6 no need for lame's no_x11 flavor anymore. 2008-03-25 17:29:57 +00:00
steven
fca8be156d update to 2.4.0.
feedback/ok brad@ (maintainer), tested/ok merdely@ on similar diff
2008-03-24 08:23:22 +00:00
sthen
2c3aea7ddc SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding.
Version update 1.0 -> 1.1 as tested by several people.
2008-03-22 23:06:50 +00:00
sthen
c1d86122bc SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding.
From Brad.
2008-03-22 22:50:23 +00:00
rui
309af38807 - maintenance update to dnsmasq 2.41
ok merdely@
2008-03-21 20:46:08 +00:00
rui
6887f4085e - maintenance update to tcpreplay-3.2.5.
"looks fine" steven@
2008-03-21 19:28:13 +00:00
rui
5cb040a00c - update freeradius to 2.0.3. Check the Changelog for more information.
"if it works for you, I'd say commit it" ajacoutot@
2008-03-21 19:25:33 +00:00
sthen
33870e5972 maintenance update to 2.3.3, ok okan 2008-03-20 16:02:25 +00:00
dlg
5490ea700c enable bulk builds of sambas ads flavor
ok mbalmer@ sure jasper@
2008-03-20 08:31:07 +00:00
sturm
0732547b99 fix another occurence of negative array index access and in a better way
bump PKGNAMEs
2008-03-19 17:15:53 +00:00