Commit Graph

6743 Commits

Author SHA1 Message Date
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