Commit Graph

9380 Commits

Author SHA1 Message Date
sthen
f0323e78a2 tweak CATEGORIES 2013-05-13 20:56:55 +00:00
fgsch
e680c44dc9 _MODPY_CMD -> MODPY_CMD 2013-05-13 19:10:45 +00:00
bcallah
e02dbbfccc Update net/texapp to 0.5.1
ok abieber@
2013-05-13 16:23:11 +00:00
jasper
824008ad45 update to stomp-1.2.9 2013-05-13 12:09:25 +00:00
rpe
482379adc0 use SUBST_CMD with -o -g [-m] to replace the multi-step process
SUBST_CMD/chown/chmod?

ok sthen@ todd@
2013-05-12 17:32:10 +00:00
bcallah
2d39cbcc46 Update net/synergy to 1.4.12
ok abieber@
2013-05-12 16:09:04 +00:00
giovanni
0728382e60 Do not issue SIOCSIFNETMASK before SIOCSIFADDR in libdnet-stripped code, it is not needed and will
fail after upcoming change.
This code is not used by nmap but is better to keep it in sync with net/libdnet
ok sthen@ mpi@
2013-05-10 12:27:45 +00:00
mpi
8be9bb6e58 Do not issue SIOCSIFNETMASK before SIOCSIFADDR, it is not needed and will
fail after upcoming change.

ok sthen@
2013-05-10 11:40:02 +00:00
sthen
a7a0b0fa7f - swap order of ioctls so SIOCSIFADDR comes before SIOCSIFNETMASK
- remove unneeded MESSAGE
- don't use tbl to format manpages, it's no longer needed
- mark as NOT_FOR_ARCHS=${LP64_ARCHS}, it's broken there
(uses wrong MAC address)
2013-05-10 10:45:46 +00:00
sthen
08ec122a4b tweak DESCR, point out this is v4 not v6, remove text about building a
kernel with BPF.
2013-05-10 10:26:42 +00:00
sthen
5adc0e6296 regen PLIST/distinfo, tidy Makefile, don't USE_GROFF, bump 2013-05-10 09:58:02 +00:00
sthen
e83d9fcc89 normalise patches (context diffs -> unidiffs, and use standard filenames).
no pkg change.
2013-05-10 09:56:45 +00:00
zhuk
735fa938e5 Hook up telepathy-qt. 2013-05-09 19:28:34 +00:00
zhuk
2d73336fb4 Import Qt bindings for Telepathy framework. Could be used by some
kdenetwork apps, e.g. krfb and krdc.

okay jasper@
2013-05-09 19:25:59 +00:00
ajacoutot
153d71fed5 Tweak patch. 2013-05-09 15:17:32 +00:00
ajacoutot
70ac08ef70 Bring a couple of fixes from upstream, including a mem leak. 2013-05-08 16:14:34 +00:00
benoit
30dfaa3c7c - update etherape to 0.9.13
- update PLIST and WANTLIB
2013-05-08 08:31:29 +00:00
ajacoutot
6597b4cb77 Missing BUILD_DEPENDS.
Regen WANTLIB while here.
2013-05-08 07:47:41 +00:00
benoit
caf2b019a4 - update p5-Net-Whois-RIPE to 2.003 2013-05-08 06:09:49 +00:00
sthen
d7f68188e4 minor tweaks (no package change): use ${SUBST_CMD} instead of perl -pi -e,
and strip DOS line-endings to make for more-easily-emailable patches
2013-05-07 20:17:43 +00:00
rpe
b9a4bbce09 update nsca to 2.9.1
switch back to the original version, because icinga's fork of NSCA
has been discontiued

Please note: it is recommended that NCSA-ng is used for new
             installations.

ok sthen@
2013-05-07 20:14:45 +00:00
sthen
7d0d033b98 Update to Icinga 1.9, thanks to rpe@ for feedback and testing the beta.
Also thanks to Michael Friedrich (upstream) for sending out helpful notes
to package maintainers about changes in the release which may affect them,
we like projects who do that :)
2013-05-07 15:34:47 +00:00
jasper
ef222239f0 Security fix for CVE-2013-1944 curl: Cookie domain suffix match vulnerability
ok naddy@ (MAINTAINER)
2013-05-07 06:53:26 +00:00
rpe
cbcf0f7a68 update nagios to 3.5.0
- remove REVISION-main
- use ${PREFIX-web} instead of /var/www in CONFIGURE_ARGS
- use --with-htmurl, --with-httpd-conf, --with-log-dir to have
  (almost) identical CONFIGURE_ARGS for nagios and icinga
- make post-install block more compact
- move the apache config file snippet from nagios-main to nagios-web
- add a pkg-readme

with feedback and ok sthen@
2013-05-05 22:13:48 +00:00
rpe
6bffaa3b9b update to 0.44
ok sthen@
2013-05-05 21:21:43 +00:00
gonzalo
22df031095 Update for Ejabberd to 2.1.12:
Mostly bugfixes

https://github.com/processone/ejabberd/blob/master/doc/release_notes_2.1.12.txt

Ok aja@ abieber@
2013-05-05 16:17:19 +00:00
mglocker
585b611001 Update to nedi-1.0.8. 2013-05-04 20:34:33 +00:00
sthen
4a7a77a640 extra sanity checking, ensure that the rc.d scripts run by the meta script
are executable, I needed it for the bacula script which runs daemons split
between two packages, ajacoutot suggested applying to other similar scripts.
2013-05-03 18:43:26 +00:00
sthen
1c9c6b05d9 switch p5-SNMP_Session to Socket (from base Perl) for v6, tested against
snmpd (which, as an aside, could benefit from supporting multiple "listen on"
so that it could be made to listen to both v4+v6 at the same time..).
2013-05-03 12:17:08 +00:00
sthen
353379f334 Unbreak v6 on p5-SNMP_Session by importing inet_ntop as well.
Import inet_ntop and inet_pton from Session.
getaddrinfo remains imported from p5-Session6 as the API is different.
2013-05-03 11:38:32 +00:00
sthen
2988a8757b oh, socket6 isn't needed at all: inet_ntop was added to Socket in Perl 5.12
so we can use it from there.
2013-05-03 09:49:01 +00:00
sthen
ad7be4ef20 only import the required function from Socket6, avoids console spam from
importing the whole lot (several things in Socket6 are now in Perl base).
2013-05-03 09:31:23 +00:00
brad
14c8cffcc9 Update to Samba 3.6.14.
From MAINTAINER
ok giovanni@
2013-05-03 03:06:08 +00:00
sthen
8dc6493640 update to NfSen 1.3.6p1, to go with updated nfdump 2013-05-03 01:17:10 +00:00
sthen
88979d1695 update to nfdump 1.6.9; many fixes and improvements since the version in tree 2013-05-03 01:16:36 +00:00
dcoppa
77aefb7195 We have pselect() now; remove a patch that replaced it with
select()+sigprocmask().

Maintainer's OK
2013-05-02 08:20:52 +00:00
sthen
5d78d4f161 Reinstate route.c patch, lost in the update to 2.3.1 where upstream rearranged
files. Found the hard way by, and diff from, Yoshihisa Matsushita.
2013-05-01 15:40:33 +00:00
gonzalo
0c202f1ff5 Update for Haproxy to 1.4.23.
Mostly bugfixes and last patch commited upstream.

ok jasper@
2013-04-28 20:30:50 +00:00
ajacoutot
0712305432 No need for gtar. 2013-04-28 08:18:55 +00:00
ajacoutot
619928bb5c No need for gtar anymore. 2013-04-28 08:04:27 +00:00
ajacoutot
619223c5a8 Update to ocsync-0.70.7. 2013-04-27 16:27:19 +00:00
ajacoutot
a673865760 Tweak MESSAGEs/READMEs now that inetd(8) is off by default. 2013-04-27 15:44:20 +00:00
ajacoutot
0cba63cb23 Drop puppet releated ports I maintain and give them to jasper@ 2013-04-26 12:46:06 +00:00
gonzalo
b0547f218b sync with the last version 1.4.04
ok aja@ (maintainer)
2013-04-25 15:31:29 +00:00
sthen
7f642e1af6 add ssldump patches from sourceforge tracker, unbreaking runtime
drop USE_GROFF, regen plist+distinfo while there
2013-04-25 15:21:40 +00:00
sthen
51494f770d add comments to existing patches; no pkg change 2013-04-25 15:18:19 +00:00
sthen
d1061c8689 regen patches, no package change 2013-04-25 14:02:01 +00:00
zhuk
a97f9cd8ef KTorrent is a bittorrent application for KDE which allows you to
download files using the BitTorrent protocol. It enables you to run
multiple torrents at the same time and comes with extended features
to make it a full-featured client for BitTorrent.

This package contains main KTorrent library, that could be used by
other apps than KTorrent itself. In particular, it's used by KGet
from KDE SC itself.
2013-04-24 19:23:44 +00:00
merdely
af2c390b44 Update check_esxi_hardware to 20130424:
It adds "System Board 1 LCD Cable Pres 0: Connected" to the list of
things that fall under:
"As long as Dell doesnt correct these CIM elements return code we have
to ignore it"

"sure" sthen@
2013-04-24 13:37:22 +00:00
sthen
5b53ddeee0 update to a newer snapshot 2013-04-24 09:33:41 +00:00