Commit graph

3005 commits

Author SHA1 Message Date
Martin Wilke
2223c8cd67 - Update to 2.4.4
PR:		132730
Submitted by:	Anders Troback <freebsd@troback.com> (maintainer)
2009-03-19 21:35:27 +00:00
Dirk Meyer
20c278d630 - mirror distfile
the checksum of the traball from the MASTER_SITE keeps changing.
2009-03-19 18:42:04 +00:00
Martin Wilke
3c8da3eb09 - Update to 4.91a 2009-03-19 15:52:17 +00:00
Dirk Meyer
0fa193c992 check_multi is kind of a wrapper plugin which takes benefit of the
Nagios 3.x capability to display multiple lines of plugin output.
It calls multiple child plugins and displays their output in the
long_plugin_output. A summary is given in the standard plugin output.
The child return code with the highest severity becomes the parent
(check_multi) plugin return code.

The configuration is very simple: a NRPE-stylish config file contains
a tag for each child plugin and then the check command line.

check_multi can cover complex Business Process Views - using a builtin
state evaluation mechanism. The second benefit is cluster monitoring
with no need for extra services. All you need is provided by check_multi.

LICENSE: GPL2 or later

WWW: http://www.my-plugin.de/wiki/projects/check_multi/start
2009-03-18 06:21:13 +00:00
Dmitry Marakasov
e791e31ae4 - Mark as deprecated and schedule for removal in four weeks: last releases were back in 2004, neither of Nagios 1.x and NRPE 1.x are supported by the author.
- Pass maintainership of nrpe to submitter (nagios12 maintainer)

PR:		132716
Submitted by:	Jarrod Sayers <jarrod at netleader dot com dot au> (maintainer)
2009-03-17 17:18:45 +00:00
Martin Wilke
519a314870 - Mark FORBIDDEN: multiple vulnerabilities
Note:

Input appended to and passed via the "extlang" parameter to the "calc_exp2()"
function in include/validate.inc.php is not properly sanitised before being
used. This can be exploited to inject and execute arbitrary PHP code.

The application allows users to perform certain actions via HTTP requests without
performing any validity checks to verify the requests. This can be exploited to e.g.
create users by enticing a logged in administrator to visit a malicious web page.

Input passed to the "srclang" parameter in locales.php (when "next" is set to a non-NULL
value) is not properly verified before being used to include files. This can be
exploited to include arbitrary files from local resources via directory traversal
attacks and URL-encoded NULL bytes.

Original Advisory:
http://www.ush.it/team/ush/hack-zabbix_162/adv.txt

With hat:	secteam
Security:	http://www.vuxml.org/freebsd/03140526-1250-11de-a964-0030843d3802.html
2009-03-16 17:48:48 +00:00
Martin Wilke
aae03b526c - Update to 4.91 2009-03-16 15:18:58 +00:00
Martin Wilke
38dbc93348 - Update to 0.6.1
PR:		132491
Submitted by:	Anders Troback <freebsd@troback.com> (maintainer)
2009-03-13 16:22:35 +00:00
Jun Kuriyama
3fb0477b10 Upgrade to 4.2.7.1. 2009-03-12 14:09:37 +00:00
Li-Wen Hsu
31eba3812e - Add the daylight saving patch
PR:		ports/132513
Submitted by:	Janos Mohacsi <janos.mohacsi AT bsd.hu> (maintainer)
2009-03-10 23:41:08 +00:00
Rong-En Fan
9d2163b2bb This package provides a suite of modules for managing NetApp's NAS
devices, commonly referred to as "filers".

This is the first public release of my NetApp Perl API, and although I
consider the code to be very stable, the API should be considered
experimental.  The convention I will be following regarding
non-compatible API changes is as follows.  I'm using a
major.minor.subminor release naming convention, and I will promise to
NOT make non-backwards compatible changes between subminor releases.

However, in order to allow the API to evolve, it is entirely possible
that non-backwards compatible changes will be made between minor
releases.  IOW, the major.minor release numbers can be considered an
API version.  Any changes to 1.1.0, 1.1.2, etc. must be backwards
compatible with the previous 1.1.* releases.

There is no guarantee that 1.2.0 will be 100% backwards compatible,
although such changes will be made only when justified.  The author
does not believe in infinite backwards compatibility.

WWW:	http://search.cpan.org/dist/NetApp/

PR:		ports/131166
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2009-03-10 15:13:43 +00:00
MIHIRA Sanpei Yoshiro
d70ff7a04e fix regular expression for packet loss strings.
(/sbin/ping output was changed from "100% packet loss" to "100.0% packet loss")

Submitted by:	UEHIRA Kenji-san
2009-03-09 23:10:05 +00:00
Martin Wilke
4590ff95ef - Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by:	portmgr (linimon)
2009-03-09 19:29:12 +00:00
Martin Wilke
602bb08fe9 - Take over maintainership 2009-03-09 19:14:20 +00:00
Martin Wilke
24983e67bb - Update to 4.90
- Take over maintainership
2009-03-09 18:32:54 +00:00
Stanislav Sedov
f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00
Emanuel Haupt
4eb55bb8d2 Update to 3.4.1 2009-03-09 13:58:32 +00:00
Beech Rintoul
5e5ba791ab - update to 0.3 version
- fix MASTER_SITES url
- add WWW address to pkg-descr
- fix man install path

PR:		ports/131913
Submitted by:	Edmondas Girkantas <eg@fbsd.lt>
Approved by:	maintainer timeout (2+ weeks)
2009-03-08 23:46:45 +00:00
Jun Kuriyama
b654a69f9b Try to reduce errors/warnings within sctp area. 2009-03-07 15:51:25 +00:00
Rong-En Fan
14779fc112 - Update to 0.6
PR:		ports/132334
Submitted by:	Anders Troback <freebsd at troback.com> (maintainer)
2009-03-07 08:29:51 +00:00
Edwin Groothuis
af8a19e34d Fix build of net-mgmt/ipv6calc
PR:             ports/132350
Submitted by:   KOIE Hidetaka <koie@suri.co.jp>, pav@ earlier, erwin@ earlier
2009-03-06 23:19:58 +00:00
Edwin Groothuis
d214ac93a4 Fix build of net-mgmt/ipv6calc
PR:		ports/132350
Submitted by:	KOIE Hidetaka <koie@suri.co.jp>, pav@ earlier, erwin@ earlier
2009-03-06 23:19:30 +00:00
Dennis Herrmann
2b3b399de8 - Use my FreeBSD address on the ports I maintain
Approved by:	tabthorpe (co-mentor)
2009-03-06 18:14:36 +00:00
Alex Dupre
c99d0d7337 Update to 5.2.9 release and re-add pcre extension. 2009-03-06 10:08:35 +00:00
Anton Berezin
76d93b8cb8 Update to 3.2.23.
Submitted by:	Martin Kjeldsen <mk@bluepipe.dk> (partially)
Approved by:	maintainer
2009-03-05 14:48:50 +00:00
Alex Dupre
9102c78c9f Replace last occurrence of BROKEN_WITH_MYSQL with IGNORE_WITH_MYSQL. 2009-03-04 14:33:11 +00:00
Li-Wen Hsu
39dacbfa56 - Install a perl sample client and an option associated with it
- Bump PORTREVISION

PR:		ports/132218
Submitted by:	Hsin-Han You <hhyou AT cs.nctu.edu.tw>
Approved by:	chifeng <chifeng AT gmail.com> (maintainer)
2009-03-02 02:47:39 +00:00
Dmitry Marakasov
ded9271d9d - Pass maintainership to submitter
PR:		132168
Submitted by:	Steven Kreuzer <skreuzer at exit2shell dot com>
2009-02-28 03:34:40 +00:00
Dirk Meyer
b4c0b6e0aa - update to 4.2.3
PR:		132032
Submitted by:	falz
2009-02-26 18:54:32 +00:00
Dirk Meyer
8690dd08c9 - update to 4.2.3
PR:		132033
Submitted by:	falz
2009-02-26 18:47:47 +00:00
Marcelo Araujo
ae4a4555a8 - Update to 1.6.2
PR:		ports/130901, ports/130902
Submitted by:	Jim Riggs <ports@christianserving.org>
Approved by:	maintainer timeout (1 month)
2009-02-26 11:59:19 +00:00
Wesley Shields
96a39e7c0f - Update to 3.1.0
- Switch to SF macro
- Add dependency on PHP
- Update conflicts
- Add new options: EVENT_BROKER and UNHANDLED_HACK (both off by default)
- Be more specific about perl version required

PR:		ports/132098
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
2009-02-25 23:57:03 +00:00
Sergey Skvortsov
484f971749 Use variables SITE_PERL and SITE_PERL_REL where appropriate. 2009-02-24 13:29:22 +00:00
Martin Wilke
7e1564cb90 - Update to 0.1.11
PR:		131979
Submitted by:	Fabian Keil <fk@fabiankeil.de> (maintainer)
2009-02-23 23:06:28 +00:00
Martin Matuska
24bf28eff1 - Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
2009-02-23 14:46:37 +00:00
Dmitry Morozovsky
277b37ae54 Fix simultaneous use of -t and -p options.
While I'm here, get rid of simple pkg-plist, and remove stale distsite.
Also, make portlint -C happy.

PR:		131259
Approved by:	maintainer timeout (3 weeks)
2009-02-23 12:17:08 +00:00
Timur I. Bakeyev
96e6fef812 Bump version of the port to 1.01 2009-02-22 02:27:58 +00:00
Gerald Pfeifer
ce226b1d21 Mark for depreciation, since unmaintained, failing to work with current
versions of GCC, mostly dead upstream, and requiring gcc295 which fails
to build itself (and does not support current version of FreeBSD nor most
primary targets).

EXPIRATION_DATE=2009-03-22
2009-02-21 22:56:45 +00:00
Felippe de Meirelles Motta
60f65fb65b - Added patch to fix a problem with the pidfile.
PR:		ports/131591
Submitted by:	Paul Schmehl <pauls@utdallas.edu>
2009-02-21 21:23:32 +00:00
Jun Kuriyama
74f1019c31 Fix counter breakage on 64bit arch.
Reported by:	sem
Obtained from:	http://sourceforge.net/tracker/index.php?func=detail&aid=2435793&group_id=12694&atid=312694
2009-02-21 11:18:41 +00:00
Martin Wilke
c84c7ab174 - Update to 1.0.7
PR:		131813
Submitted by:	Chifeng Qu <chifeng@gmail.com> (maintainer)
2009-02-19 20:20:43 +00:00
Thomas Abthorpe
dadcceed22 - Pass maintainership to submitter
Submitted by:	chifeng via freebsd-ports@
2009-02-18 14:49:28 +00:00
Sergey Matveychuk
162ab0c6d5 - Update to 0.8.7d 2009-02-16 16:43:39 +00:00
Sergey Skvortsov
8b4b9bd4d1 Update to 1.1001
Changes:	http://cpansearch.perl.org/src/RDB/POE-Component-SNMP-1.1001/Changes
PR:		ports/131399
Submitted by:	pgollucci
2009-02-15 20:02:29 +00:00
Martin Wilke
483959c6b0 - Update to 0.10
- Pass maintainership to perl@

PR:		131704
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2009-02-15 17:24:16 +00:00
Dirk Meyer
0a78365e08 - add LICENSE: 2009-02-15 16:44:55 +00:00
Stanislav Sedov
8796e8e158 - Fix plist after ruby update by generating it dynamically. 2009-02-14 01:44:59 +00:00
Martin Wilke
b29202298b 2009-02-09 audio/xmms-imms: does not configure or build
2009-02-10 devel/libgnugetopt: was only relevant on FreeBSD 4.x
2009-01-19 games/planeshift: Depends on broken, expired port
2009-02-12 net-mgmt/nfsen-devel: no separate development version exists anymore
2009-01-19 www/ocaml-wdialog: has been broken for more than 6 months
2008-12-21 news/sabnzbd: no longer developed, use news/sabnzbdplus instead
2009-02-13 16:38:42 +00:00
Jun Kuriyama
9b1d30d686 Unbreak by merging RTL_LLINFO workaround from net-snmp. 2009-02-12 11:18:47 +00:00
Martin Matuska
c5e1202db4 - Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
2009-02-10 19:50:55 +00:00