Commit Graph

6912 Commits

Author SHA1 Message Date
lum
b8ea20feb8 darkstat-3.0.713 patches for new --syslog option
ok ckuethe@
2010-06-10 03:51:39 +00:00
steven
cdf47a9819 update to 1.67 2010-06-09 18:26:03 +00:00
jasper
c1873a7406 - workaround "build-failure" on loongson, the resulting files doesn't differ
from what's generated elsewhere, so why error out?
2010-06-09 08:51:59 +00:00
ajacoutot
2e7fec715b s/LOCALBASE/PREFIX/ 2010-06-08 08:05:20 +00:00
sthen
3ee42fb038 - save users from touching mirmon.db
- fix sample command-line
(and bump)
2010-06-08 00:26:45 +00:00
sthen
5592b7baf6 +mirmon 2010-06-08 00:04:11 +00:00
sthen
857b72166f import ports/net/mirmon
Mirmon helps administrators in keeping an eye on the mirror sites.
In a concise graphic format, mirmon shows each site's status history
of the last two weeks. It is easy to spot stale or dead mirrors.
2010-06-08 00:03:55 +00:00
jsg
85a4b84d82 the way errors were caught before now picks up non fatal things
like "Melde dich an Kommentar zu posten" so don't treat errors
as fatal any more.
2010-06-07 22:43:26 +00:00
kili
9dbe725bcb Adjust WANTLIB and bump.
Don't panic, I'm not starting a wave of WANTLIB spam, I just ran into
some build problems with mldonkey and a (slightly) outdated lablgtk2
and found some missing wantlib entries in both ports.
2010-06-06 13:57:20 +00:00
kili
9447bf1337 Remove empty patch file. 2010-06-06 11:04:48 +00:00
kili
158027911f Bump after the stupid ABI changes in GHC. 2010-06-06 10:06:44 +00:00
avsm
728c98eb63 update to mldonkey-3.0.2; from dcoppa@ 2010-06-04 17:28:51 +00:00
phessler
5231142c8a The icb protocol limits each message to 255 chars, so automagically
split at a reasonable length, so the messages actually get delivered to
the server.

Patch taken from pkgsrc
OK sthen@, landry@
2010-06-04 14:16:22 +00:00
sthen
bfee2d9b00 Build nftrack (from nfsen contribs directory), allowing tracking of
TCP/UDP ports. To be used in conjunction with the PortTracker plugin for
NfSen (not yet packaged).

It's included in the nfprofile subpackage as it's normally used in
conjunction with nfprofile and, like nfprofile, depends on the RRD
libraries.
2010-06-04 11:28:42 +00:00
sthen
a618f366f6 +aircontrol 2010-06-04 09:04:38 +00:00
sthen
9923023b05 import ports/net/aircontrol
airControl is a powerful and intuitive web based server network
management application which allows operators to centrally manage
entire networks of Ubiquiti wireless network devices.
2010-06-03 23:30:45 +00:00
sthen
8ff9d48002 - Client: Fix signature verification double free
- Packet engine: prevent divide by 0
- SKE: Make sure failure received from remote results in error status

From upstream repo via Brad
2010-06-02 00:10:18 +00:00
sthen
a839823e70 update to 0.12.2 2010-06-01 19:11:23 +00:00
kevlo
c73c263673 Update to 0.25
ok pea@
2010-06-01 09:46:48 +00:00
bluhm
76bbf76b1e update p5-IO-Socket-INET6 to 2.63 2010-05-31 18:58:27 +00:00
ajacoutot
0a481528ba Update to opal-3.6.8. 2010-05-31 06:31:39 +00:00
sthen
93c2be1071 update to 2.2e 2010-05-29 20:20:17 +00:00
kili
e41a445d9d Add missing dependencies.
Noticed by naddy@
2010-05-29 00:00:37 +00:00
espie
d670d0f889 fix build on gcc4 2010-05-28 09:49:21 +00:00
espie
c67a081008 kill sentinel problems 2010-05-28 09:19:53 +00:00
sthen
22848f50e4 PKG_ARCH=* and bump. 2010-05-28 09:07:36 +00:00
espie
1fb374ee6a forgot to commit. naddy complains 2010-05-27 15:46:02 +00:00
robert
94daaa3301 add missing dependency for p5-List-MoreUtils 2010-05-27 12:08:22 +00:00
weerd
1d139989a3 Update ladvd to 0.9.0. New version adds improved (aka sane) chrooting
logic, better ifdescr support and support for vlan encapsulated
advertisements amongst other things.

Tested on i386, amd64, sparc64 and arm by various people - thanks.
Brad reminded to switch off PIE on hppa.

ok stephan@ jasper@ kili@
2010-05-26 17:03:59 +00:00
ajacoutot
5f0670b6d4 Bugfix update to gnugk-2.3.2. 2010-05-26 14:33:01 +00:00
kevlo
3035e6f96a Update to 2.42
ok jasper@
2010-05-26 08:55:33 +00:00
kili
f242583dd3 On powerpc, compile smbd/smb2_create.c with -O0 to avoid an ICE with gcc3.
ok, and some simplification, sthen@
2010-05-26 08:47:43 +00:00
jasper
039e1f150c - SECURITY update of lftp to 4.0.8
SA39861: LFTP Insecure "Content-Disposition" Suggested Filename Handling Weakness

ok kevlo@ (MAINTAINER)
2010-05-26 06:55:53 +00:00
bluhm
1135fa7a48 add p5-Net-INET6Glue 2010-05-24 18:02:54 +00:00
bluhm
a608ea3ad7 Initial import of p5-Net-INET6Glue 0.4
Net::INET6Glue is a collection of modules to make common modules
IPv6 ready by hotpatching them.

Unfortunatly the current state of IPv6 support in perl is that no
IPv6 support is in the core and that a lot of important modules
(like Net::FTP, Net::SMTP, LWP,...) do not support IPv6 even if the
modules for IPv6 sockets Socket6, IO::Socket::INET6 are available.

Net::INET6Glue is a hack to make more of Perl IPv6 able.  This is
partly done by replacing IO::Socket::INET with IO::Socket::INET6
and by adding IPv6 Protocol functionality to Net::FTP.  Works for
Net::SMTP, LWP, Net::FTP and probably others too.

ok sturm@
2010-05-24 17:57:03 +00:00
espie
3aeb85a3f7 a pointer is not an array. 2010-05-24 10:10:39 +00:00
espie
41a285bf45 If you want to -Werror, use the right NULL, please 2010-05-24 09:14:39 +00:00
espie
e58b9cdd9d explicit ref to base class, fixes gcc4 2010-05-24 01:46:12 +00:00
espie
21db12a0e5 fix g++4 2010-05-24 01:42:27 +00:00
sthen
6f41bc09c3 Update MASTER_SITES; from Gleydson Soares. Bump not needed. 2010-05-23 23:11:45 +00:00
espie
977ce929cf fix build for gcc4 2010-05-23 16:57:29 +00:00
espie
4b6c788bc9 fix gcc4 2010-05-23 16:54:10 +00:00
espie
2e4170685c fix for gcc4 2010-05-23 16:51:28 +00:00
espie
12a81f194e fix build on gcc4 2010-05-23 16:48:05 +00:00
espie
3ef8e44cca fix build for gcc4 2010-05-23 16:30:03 +00:00
espie
9bed746d32 fix gcc4 2010-05-23 16:27:12 +00:00
espie
8eae0ebbd6 __FUNCTION__ -> __func__ 2010-05-23 16:25:21 +00:00
espie
f117c5d6fb don't try to prototype alloca by hand 2010-05-22 21:55:24 +00:00
espie
af6d541836 fix build 2010-05-22 15:18:35 +00:00
espie
831dcfc871 fix build with gcc4 2010-05-22 15:08:52 +00:00
espie
fa7b6a93d2 zap bad decl of malloc, fixes build with gcc4 2010-05-22 14:23:48 +00:00
espie
f497d404b0 I don't know about you, but I think consistent declarations are a good idea.
gcc4 tends to agree.
2010-05-22 14:03:23 +00:00
espie
ef4c54735f remove non-sensical cast, fixes gcc4 (no lvalue cast) 2010-05-22 13:22:53 +00:00
espie
68fb5c0991 silence warning for gcc4 (yes, the address is not null, no I don't fancy
changing the macro/code/whatever to fix that)
2010-05-22 12:28:39 +00:00
jasper
e01c06b201 - remove now unneeded workaround for mips64 2010-05-22 09:50:06 +00:00
jasper
f2a998c291 - zap unneeded mips64 workaround 2010-05-22 08:48:46 +00:00
ajacoutot
0781014a4b We have strnlen(3) now. 2010-05-21 12:37:06 +00:00
bluhm
566dd9bbb7 update p5-IO-Socket-INET6 to 2.62 2010-05-21 12:33:04 +00:00
ajacoutot
35f4227f5c We have posix_memalign(3) now. 2010-05-21 12:28:52 +00:00
bluhm
49ad568033 update p5-Net-Radius to 2.103
ok sturm@
2010-05-20 20:12:12 +00:00
bluhm
27741a40af - update p5-Socket6 to 0.23
- take maintainership
ok sturm@
2010-05-20 20:09:48 +00:00
sthen
e31e058023 Update to 3.5.3, from Ian McWilliam 2010-05-20 18:16:39 +00:00
espie
dcf15ebf62 okay, I have no idea why they don't like gcc4.
make it compile, not fuck up the build.
2010-05-20 09:21:17 +00:00
kili
bcea0ad2ce Silent register.sh/unregister.sh after the change to Cabal in ghc.
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
sthen
6d90a631bc Build with --enable-mfd-rewrites to allow 64-bit counters to work.
Requested/tested by Johan Karlsson.
2010-05-19 15:50:00 +00:00
sthen
916e9780b3 Update to match irssi 0.8.15; from Simon Kuhnle. ok viq (irssi maintainer),
'go ahead' martynas@
2010-05-19 15:05:10 +00:00
sthen
985152770c update to 0.18.5 from Simon Kuhnle, ok viq (maintainer) 2010-05-19 15:04:28 +00:00
sthen
d4f6b9508b Add a prototype, the implicit declaration has a conflicting type.
Fixes build with gcc4.
2010-05-19 09:17:51 +00:00
bluhm
d3e5cdc354 update p5-NetAddr-IP to 4.028 2010-05-18 22:54:32 +00:00
sthen
05062632ba Update to 2.16.4, this release rolls in one of the perl 5.10 fixes
(and fixes some problems that would be seen with perl 5.12).
Couple of other minor fixes.
2010-05-18 08:31:43 +00:00
sthen
765c63f683 - Use the correct autoconf version.
- Don't try and install a file into a directory before it's created,
(Fixes packaging with systrace; rather than returning 'No such file or
directory' when you try to 'install aaa bbb/', under systrace aaa gets
installed to a *file* named bbb).

ok Brad.
2010-05-17 22:53:37 +00:00
sthen
0e699bd9f7 Update freeradius-server to 2.1.8; fixes licensing (was GPL linked
with OpenSSL; this version adds an exemption clause). Much cleanup of
the port, particularly giving a simpler installation for new users.

Thanks pea@ for testing. Maintainer timeout.
2010-05-17 16:39:25 +00:00
ajacoutot
ae3f2cc8eb Add zabbix,sqlite3 2010-05-17 11:57:53 +00:00
sthen
6a5d731296 Roll in some fixes from upstream.. From Brad.
- silcd: check entity validity after command reply
- Packet engine: prevent divide by 0
- SKE: Make sure failure received from remote is error status.
2010-05-17 08:39:24 +00:00
sthen
aad20716cf Update to 1.2.7, fixing MSN chat following changes to Passport
logins.  Similar diff from Abel Abraham Camarillo Ojeda.

While there, sync WANTLIB (glib2 pthread) and stop hiding compiler
command lines. No response from MAINTAINER for a previous update
(1.2.6+patch) - I didn't wait very long but committing now to
get the MSN fix in.
2010-05-16 08:31:28 +00:00
kili
d73ffa853b Use @unexec. I must have been on drugs when using @unexec-delete
for unregister.sh in all the new ghc libraries (which leads to bogus
registered ghc packages after updates).

You can use the command

        ghc-pkg check

to check ghcs internal package list. If it reports missing files
for some package (like hashed-storage-0.4.11), you can forcibly
unregister it by running (as root) something like

        ghc-pkg unregister hashed-storage-0.4.11

ok dcoppa@
2010-05-14 09:08:25 +00:00
sthen
236c9026c0 No longer needs gmake. From Brad. 2010-05-13 22:45:53 +00:00
sthen
b26ba1b2ae Update to 1.9.0, from Brad. 2010-05-12 23:12:57 +00:00
sthen
cc4e7504ce tighten up dependencies (use more specific version numbers). 2010-05-12 14:35:28 +00:00
ajacoutot
d86ffe10d5 We want the _zabbix user and group as well as the README.OpenBSD when
running a zabbix server. These are provided by the zabbix-agent package,
so make zabbix,-server run depends on zabbix,-main.

"makes sense" and input from sthen@
2010-05-12 10:56:02 +00:00
dcoppa
652a8e09ea s/files/\${FILESDIR}/ 2010-05-07 11:00:34 +00:00
sthen
bec2a97cd6 - adjust for flow-tools port changes 2010-05-06 21:42:24 +00:00
sthen
f1372d5506 - update to 0.3.4, this is an actively developed fork from the old
upstream which is no longer updated - maintainer timeout.

- adjust for flow-tools port changes
2010-05-06 21:41:57 +00:00
sthen
52f6883a94 - update to 0.68.5, this is an actively developed fork from the old
upstream which is no longer updated.

- take MAINTAINER, suggested by jakob@
2010-05-06 21:40:31 +00:00
kili
e07d5ae83f Adjust WANTLIB and bump PKGNAME after the ghc change. 2010-05-06 20:05:24 +00:00
sthen
a0955096f6 update to 1.0.27, adds v6 support 2010-05-05 13:35:02 +00:00
ajacoutot
a1fc06d0e6 Add an sqlite3 FLAVOR (usefull for proxies and testing).
Add corresponding documentation and rework some parts of README.OpenBSD.
Add FLAVORS description to DESCR-server.

input from and ok sthen@
2010-05-04 05:51:22 +00:00
ajacoutot
245bd575e4 I'm tired of missing non built flavor breakages, so add the mysql and pgsql
to the gnugk build.
2010-05-03 19:33:38 +00:00
ajacoutot
3a8aed6949 Fix postresql support.
breakage spotted by Andrew Grillet, thanks.
2010-05-03 19:32:14 +00:00
naddy
946decedff update to 1.93 2010-05-03 17:39:33 +00:00
ajacoutot
ddc10f6bac Small blurb about shared memory. 2010-05-03 11:58:45 +00:00
ajacoutot
1a3b12a05b * remove redundant step in README.OpenBSD
* fix default administrator username in README.OpenBSD
* add missing run_depends
* add recommended values in zabbix.ini so that it works out of the box

ok sthen@
2010-05-03 11:46:08 +00:00
sthen
dc6b82cb33 Remind people to remove the _nfcapd user from group www when the package
is uninstalled. Suggested by ajacoutot@
2010-05-03 09:49:17 +00:00
sthen
f3d27906bb +nfsen 2010-05-02 20:53:42 +00:00
sthen
856267e50d Import ports/net/nfsen, this companion to net/nfdump is a nice web-based
interface for working with netflow captures, including those from pflow(4).
See teamcymru episode 19 on youtube or the RIPE50 presentation slides to
get an idea of what it can do. Port requested by henning@.

NfSen is a graphical web based front end for the nfdump netflow
tools, allowing you to:

* Display your netflow data:
  Flows, Packets and Bytes using RRD (Round Robin Database).
* Easily navigate through the netflow data.
* Process the netflow data within the specified time span.
* Create history as well as continuous profiles.
* Set alerts, based on various conditions.
* Write your own plugins to process netflow data on a regular interval.

Different tasks need different interfaces to your netflow data.
NfSen allows you to keep all the convenient advantages of the command
line using nfdump directly and gives you also a graphical overview
over your netflow data.
2010-05-02 20:52:32 +00:00
sthen
a4aaaaaaf5 +check_mssql_health 2010-05-02 11:18:14 +00:00
sthen
010250a3f9 import ports/net/nagios/check_mssql_health
check_mssql_health is a Nagios plugin using DBD::Sybase and FreeTDS to
monitor many parameters of Microsoft SQL Server, including login delays,
CPU use, IO busy time, scans per second, deadlocks per second, etc.
Custom SQL statements may also be used.
2010-05-02 11:17:48 +00:00
sthen
b3c61da884 update to 2.2d 2010-05-01 21:17:38 +00:00
naddy
f782aedb3b use in-tree libevent(extra) instead of the bundled one; from nicm@ and alek@ 2010-05-01 13:50:05 +00:00
sthen
e461e47b8a Install an _nfcapd user; nfsen will want it 2010-04-30 11:50:20 +00:00
jasper
dd6c0b25bb - missing build dependency 2010-04-30 09:57:49 +00:00
jasper
68c76a3d0a - update cadaver to 0.23.3 2010-04-30 09:41:20 +00:00
dcoppa
5c41a01f4f Link my haskell ports to the build.
OK kili@
2010-04-29 05:28:32 +00:00
jasper
64de7ba2f2 - add missing build dependency 2010-04-28 16:37:56 +00:00
dcoppa
42de4dbc17 Import hpodder, a podcast aggregator written in Haskell.
OK kili@
2010-04-28 16:21:40 +00:00
pea
471f613ec8 Add ssl and non-standard port support to irc.alert
ok ajacoutot@
2010-04-28 14:08:45 +00:00
pea
1f13874533 Update to 0.13.4
ok ajacoutot@
2010-04-28 11:45:23 +00:00
sthen
5d58acd6ba Samba uses modules; mark it SHARED_ONLY and collapse PFRAG.shared-main
into PLIST-main. From Brad.
2010-04-28 08:02:38 +00:00
jakemsr
a786f77c4d - fix build (oops, not sure what happened there)
- remove patch that should have been removed in last comit
2010-04-28 04:15:58 +00:00
jasper
b8387b69d1 - fix build with latest gtk+2. 2010-04-27 21:22:00 +00:00
naddy
a625b3d19e fix build with OpenMotif 2.3.3 2010-04-27 19:27:41 +00:00
ajacoutot
24c88dd209 Missed bump.
spotted by naddy@, thanks.
2010-04-27 15:38:40 +00:00
jasper
3dda6fd01d - fix build on an empty machine 2010-04-27 15:20:21 +00:00
steven
c1e90ca01a use gnu libtool here for now 2010-04-26 20:09:18 +00:00
sthen
77128a8fa6 update Samba to 3.5.2, most of the work done by Ian McWilliam
Note that the default passdb backend has been changed to 'tdbsam'.
See /usr/local/share/doc/samba/README.OpenBSD (or files/README.OpenBSD)
for more information and instructions for people who wish to convert an
existing smbpasswd-based installation.
2010-04-26 17:31:57 +00:00
jakob
4dba02c51b require libldns.4.3 2010-04-25 21:35:20 +00:00
kili
8751a0f41f Oops! I missed this one!
Update to HTTP-4000.0.9.
2010-04-25 11:18:36 +00:00
jasper
0c8cf44b29 - add a category that was obviously missing... 2010-04-24 22:32:02 +00:00
naddy
91db013e33 fix build and WANTLIB after libXp removal 2010-04-24 20:18:39 +00:00
jasper
709399c5cb - update scli to 0.3.1
* switches to glib2
2010-04-24 16:37:45 +00:00
jasper
8076911c46 - add gsnmp 2010-04-24 16:37:30 +00:00
jasper
3217e1d6ae import gsnmp 0.2.0
GNET-SNMP is an SNMP library implementation based on glib2 and gnet.
2010-04-24 16:34:20 +00:00
merdely
cec8036a31 + p5-Net-XWhois 2010-04-24 15:28:04 +00:00
merdely
4deb45eef2 Initial import:
The Net::XWhois class provides a generic client framework for doing
Whois queries and parsing server response.

From maintainer: Johan Huldtgren
ok landry@, auto-ok cpan@
2010-04-24 15:27:06 +00:00
jasper
bf292d166b - unhook libtelepathy too; that and telepathy-feed should be zapped sometime. 2010-04-24 13:32:03 +00:00
ajacoutot
6e4d98e306 Fix default string value in GConf schema. 2010-04-24 13:18:37 +00:00
schwarze
73ae6f1cb3 basic cleanup of pptp.8;
while here, remove the reference to pf.conf(5) nat-anchor
and use the new match...nat-to syntax in an example;
contributions and ok  stsp@ jmc@
2010-04-24 12:09:43 +00:00
naddy
8e754247e4 bump PKGNAME, not DISTNAME 2010-04-24 12:04:46 +00:00
ajacoutot
bb308edbd6 This part of CONFIGURE_ENV is now set in bsd.port.mk(5). 2010-04-24 09:56:34 +00:00
jasper
7ad1c1a65a - add myself as maintainer. 2010-04-23 17:59:12 +00:00
jasper
91664972d1 - fix include mess 2010-04-23 13:49:24 +00:00
jasper
002daf9a10 - add telepathy-logger 2010-04-23 13:35:54 +00:00
jasper
41dcf868c3 import telepathy-logger 0.1.1
tp-logger is a headless Observer client that logs information received
by the Telepathy framework. It features pluggable backends to log
different sorts of messages, in different formats.

tp-logger features a Telepathy-style D-Bus API to expose logs and
interesting information related to logging (most frequent contacts,
etc.). It also provides a GLib-compatible client API for making bulk log
requests (e.g. for display logs in applications without having to
provide lots of information over D-Bus).
2010-04-23 13:35:15 +00:00
jasper
00fcc86c58 - fix installation 2010-04-23 13:20:33 +00:00
jasper
a5b1e70920 - sync 2010-04-23 12:56:39 +00:00
jasper
4350051200 - remove pymsn, it's superseded by papyon now. 2010-04-23 12:56:33 +00:00
jasper
7b99ea510e - regen WANTLIB 2010-04-23 12:44:38 +00:00
jasper
ed1472984a - update telepathy-spec to 0.19.5 2010-04-23 12:44:03 +00:00
jasper
a65481b3f8 - update telepathy-salut to 0.3.11 2010-04-23 12:43:44 +00:00
jasper
6eb54b7a91 - update telepathy-python to 0.15.17 2010-04-23 12:43:18 +00:00
jasper
7e2ff124f0 - update telepathy-mission-control to 5.4.0 2010-04-23 12:42:53 +00:00
jasper
d803ce262e - update telepathy-idle to 0.1.6 2010-04-23 12:42:18 +00:00
jasper
2e07e49bad - update telepathy-haze to 0.3.4 2010-04-23 12:41:58 +00:00
jasper
0ad22761fe - update telepathy-glib to 0.11.3 2010-04-23 12:41:46 +00:00
jasper
a0b8852f7d - update telepathy-gabble to 0.9.10 2010-04-23 12:41:16 +00:00
jasper
656df69d4c - update telepathy-butterfly to 0.5.8 2010-04-23 12:40:56 +00:00
jasper
98329553f0 - comment out telepathy-feed
- add telepathy-farsight
2010-04-23 12:39:52 +00:00
jasper
43ddc2e57f - fix path to python-config
- regen LIB_DEPENDS and WANTLIB accordingly
2010-04-23 10:07:00 +00:00
jakob
fc855435cd upgrade to Unbound v1.4.4 2010-04-23 07:05:02 +00:00
jakemsr
35dcb2f709 sndio for ices2
ok mgrimm@ (MAINTAINER)
2010-04-23 05:54:26 +00:00