1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

13068 Commits

Author SHA1 Message Date
MANTANI Nobutaka
45d4c341a7 Add tcpxtract. A tool for extracting files from network traffic. 2006-01-03 19:25:23 +00:00
Edwin Groothuis
7439f0e650 Change version numbering. Instead of 0.0-revision, it's now the date:
dosdetector-20060101
2006-01-02 22:15:04 +00:00
Edwin Groothuis
bf3f83785a Update port: net/dosdetector New funcionality
PR:		ports/91221
Submitted by:	Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
2006-01-02 22:12:30 +00:00
Edwin Groothuis
c2d3192808 New port: net/nepenthes (resend with shar)
Nepenthes can determine the malware activity on a network
	by deploying a nepenthes sensor (i.e. honey pot). The
	programm emulates different well known vulnerabilities
	waiting for malicious connections trying to exploit them.

	WWW: http://nepenthes.sourceforge.net

PR:		ports/90062
Submitted by:	ryo <ryo@aquahill.net>
2006-01-02 21:25:07 +00:00
Mike Heffner
328b196bf8 * Bump PORTREVISION for latest patch.
Suggested by: kris@
2006-01-02 15:07:05 +00:00
Edwin Groothuis
e0374a6fc2 [PATCH] net/cvsup-mirror: add some install time options for update.sh
Add following install time options for update.sh

	- Whether or not /var/log/cvsup.log is rotated when update.sh
	  is invoked.
	- Maximum number of log files.
	- Wheter or not old log file is gzipped after rotated.

PR:		ports/81598
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Not objected by:	jdp@FreeBSD.org
2006-01-02 10:05:11 +00:00
Edwin Groothuis
b7578cc74a [MAINTAINER] net/netwib: update to 5.33.0
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
PR:		ports/91165
2006-01-02 09:47:38 +00:00
Dima Dorfman
cac095595c Upgrade to 1.10.14
Submitted by:	Andy Miller
2006-01-02 06:37:41 +00:00
Edwin Groothuis
73810d4c5b fix building:
- support wish8.4
- supoprt iwidgets4.0.1
2006-01-02 05:24:46 +00:00
Yen-Ming Lee
bb6e43ccbf - unbreak this port under old perl
- use MASTER_SITE_PERL_CPAN instead

PR:		90543
Submitted by:	leeym
Approved by:	maintainer timeout
2006-01-01 19:43:50 +00:00
Emanuel Haupt
4ecf366855 Update to 1.0.9 2006-01-01 19:28:46 +00:00
Emanuel Haupt
51137da697 - Update distinfo, tarball was rerolled with a simple constraint check [1]
- Bump PORTREVISION

[1]

diff -ruN pathneck-1.2.old/pathneck.c pathneck-1.2/pathneck.c
--- pathneck-1.2.old/pathneck.c Sun Nov  7 00:00:03 2004
+++ pathneck-1.2/pathneck.c     Sun Dec 25 20:34:39 2005
@@ -539,7 +539,7 @@
                        continue;

                    /* if "-c" is specified, rtt_i could exceed MAX_RTT_NUM */
-                   if (rtt_i < MAX_RTT_NUM) {
+                   if (rtt_i < MAX_RTT_NUM && len == 60) {
                        memcpy(rtt_rec[rtt_i], buffer, len);
                        rtt_arr_time[rtt_i] = get_time();
                        pre_time = rtt_arr_time[rtt_i];

PR:		91132
Submitted by:	Babak Farrokhi <babak@farrokhi.net> (maintainer)
2006-01-01 01:56:40 +00:00
Joe Marcus Clarke
c2494342ad Fix build with dbus-0.60.
Obtained from:	Avahi SVN
2005-12-31 19:04:02 +00:00
Joe Marcus Clarke
3549788aa1 Chase the dbus shared lib version. 2005-12-31 18:49:08 +00:00
Mike Heffner
0c4ea88708 * Patch for open file dialog. 2005-12-31 16:53:08 +00:00
Joe Marcus Clarke
e9e5f6bd57 Fix patching on FreeBSD <= 5.4-RELEASE. 2005-12-31 06:47:08 +00:00
Norikatsu Shigemura
177fbdca27 Update to 2005.12.30. 2005-12-30 15:16:25 +00:00
Dirk Meyer
b9322fe596 - Fix build for FreeBSD 7
workaround regression in bsd.info.mk
  lockf creates an empty file and
  install-info can't create the directory file.
2005-12-30 08:17:50 +00:00
Pav Lucistnik
cd1c3385ef - Update to 1.244
PR:		ports/90151
Submitted by:	Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
Approved by:	maintainer timeout (nectar; 3 weeks)
2005-12-30 05:25:00 +00:00
Joe Marcus Clarke
c18700310b Update to 0.10.14. See
http://www.ethereal.com/docs/release-notes/ethereal-0.10.14.html for a list
of all the changes.

Security:	See http://www.ethereal.com/appnotes/enpa-sa-00022.html for
		security advisories fixed in this version.
2005-12-29 23:19:11 +00:00
Norikatsu Shigemura
10876a79a7 Update to 2005.12.29. 2005-12-29 15:11:51 +00:00
Edwin Groothuis
6ae29f40be New port: net/ipa_ip6fw IPA accounting module for FreeBSD IPv6 Firewall
IPA_IP6FW -- IPA accounting module for FreeBSD IPv6 Firewall

	Main features:

	- The module is designed for traffic accounting from FreeBSD IPv6
	  Firewall rules byte counters;
	- The module understands IPv6 Firewall rules byte counters overflow;
	- It is possible to summarize and subtract statistics from IPv6
	  Firewall rules byte counters;
	- It is possible to distinguish IPv6 Firewall rules with the same
	  numbers;
	- IPv6 Firewall rules can be dynamically added to and removed from
	  the system, the module correctly works in such situations.

	WWW: http://ipa-system.sourceforge.net/modules/ipa_ip6fw/

PR:		ports/91005
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2005-12-28 21:48:17 +00:00
Edwin Groothuis
2d2fd3c938 New port: net/ipa_ipfw IPA accounting module for FreeBSD IP Firewall
XIPA_IPFW -- IPA accounting module for FreeBSD IP Firewall

	Main features:

	- The module is designed for traffic accounting from FreeBSD IP
	  Firewall (including IPFW2) rules byte counters;
	- The module understands IP Firewall rules byte counters overflow;
	- It is possible to summarize and subtract statistics from IP Firewall
	  rules byte counters;
	- It is possible to distinguish IP Firewall rules with the same
	  numbers;
	- IP Firewall rules can be dynamically added to and removed from
	  the system, the module correctly works in such situations.

	WWW: http://ipa-system.sourceforge.net/modules/ipa_ipfw/

PR:		ports/91004
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
2005-12-28 21:46:23 +00:00
Edwin Groothuis
c1a4c8cc30 New port: net/ipa_ipfw IPA accounting module for FreeBSD IP Firewall
XIPA_IPFW -- IPA accounting module for FreeBSD IP Firewall

	Main features:

	- The module is designed for traffic accounting from FreeBSD IP
	  Firewall (including IPFW2) rules byte counters;
	- The module understands IP Firewall rules byte counters overflow;
	- It is possible to summarize and subtract statistics from IP Firewall
	  rules byte counters;
	- It is possible to distinguish IP Firewall rules with the same
	  numbers;
	- IP Firewall rules can be dynamically added to and removed from
	  the system, the module correctly works in such situations.

	WWW: http://ipa-system.sourceforge.net/modules/ipa_ipfw/

PR:		ports/91004
Submitted by:	Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
2005-12-28 21:46:22 +00:00
Pav Lucistnik
413ead4d8c - Update to 1.2.0
PR:		ports/90931
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-12-27 02:41:45 +00:00
Pav Lucistnik
26416847cf - Update to 1.2.0
PR:		ports/90933
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-12-27 02:40:49 +00:00
Edwin Groothuis
53ccffe639 Remove trailing spaces 2005-12-27 02:14:56 +00:00
Adam Weinberger
b3a1a56ea4 Liferea 1.0 does not build against Firefox 1.5. This prevents
x11/gnome2-fifth-toe from being installable. As a result, I'm
preventing liferea from trying to build the mozilla plugin
if WITH_MOZILLA=firefox. Hopefully Liferea will release a
patch or something soon.

Apologies to the maintainer, as this is an unapproved commit.
2005-12-26 21:44:59 +00:00
Andrej Zverev
639aeeb752 - Forgot fix .include <bsd.port.post.mk> in Makefile
- Forgot update distinfo
Sorry
2005-12-26 15:42:04 +00:00
Andrej Zverev
78aa3c31e6 - Update to version 0.6.4 (This is bugfix release, which fixes some of
software bugs)
- Mark it as broken on 4.x (missing sys/statvfs.h)
- Port now requires KDEBASE instead KDELIBS

PR:		ports/90420
Submitted by:	Rashid N. Achilov <shelton@ns.granch.ru>
2005-12-26 15:39:20 +00:00
Mario Sergio Fujikawa Ferreira
2ff2566746 Update to 4.3.4 2005-12-26 13:24:14 +00:00
Mario Sergio Fujikawa Ferreira
d07c3d066f Update to 4.2.2 2005-12-26 13:23:51 +00:00
Pav Lucistnik
316684f31e - Update to 2.2.30
PR:		ports/90221
Submitted by:	Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
Approved by:	maintainer timeout (vsevolod; 16 days)
2005-12-26 02:11:46 +00:00
Hye-Shik Chang
f167e2a43e Update to 1.0 2005-12-24 02:44:49 +00:00
Norikatsu Shigemura
95adcbf580 Update to 2005.12.23. 2005-12-23 15:02:07 +00:00
Mario Sergio Fujikawa Ferreira
48791d6378 Add extra MASTER_SITES 2005-12-23 10:51:03 +00:00
Erwin Lansing
e47b21c860 The attached patch fixes a buffer overflow vulnerability and fixes building on
FreeBSD 7.0. Furthermore nbd.h has been updated to a version from a newer
Linux kernel.

Requested by:	remko
2005-12-22 21:02:12 +00:00
Mario Sergio Fujikawa Ferreira
8880c44cdc Update to 0.6.1.8 2005-12-22 15:51:13 +00:00
Renato Botelho
6900478090 Pathneck is an active probing tool that can detect bottleneck location of
network path.
It only needs single end control, and has relatively small probing overhead
(33.6KB for one probing in the default setting).

WWW: http://gs274.sp.cs.cmu.edu/www/pathneck/

PR:		ports/90801
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2005-12-22 13:57:16 +00:00
Renato Botelho
af6a248e78 - Update to 3.11
Changes:

o Correctly initialize supplementary group list for systems w/o login
  classes.
o Author finished support cnupm, now cnupm supported by support@openbsd.ru

PR:		ports/90787
Submitted by:	maintainer
2005-12-22 10:09:14 +00:00
Erwin Lansing
a62c2bc163 - Update to 0.4.0
- Assign maintainership to submitter

PR:		90767
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-21 22:25:55 +00:00
Emanuel Haupt
f8ebe371f6 Add mping. Mping is a system for collecting packet delay and loss
statistics in a TCP/IP network using ICMP echo.

Mping is based on original ping(8) with following new features:

- Ability to ping multiple hosts simultaneously
- Prints 10/50/90-percentile as well as min/avg/max.

PR:		90653
Submitted by:	Babak Farrokhi <babak@farrokhi.net>
2005-12-21 20:02:54 +00:00
Florent Thoumie
242f49414f - Fix firmware directory in pkg-message.
Reported by:	Lars Engels <lars.engels@0x20.net>
2005-12-21 11:57:16 +00:00
Renato Botelho
250408275e Add sendsms 0.2.3, simple perl command-line utility to send SMS via from
on provider site.

PR:		ports/90528
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-12-21 11:21:55 +00:00
Renato Botelho
cbb4dd7664 o Update net/net6 to 1.2.1 [1]
o Update devel/obby to 0.3.0 [1]
o Update editors/gobby to 0.3.0 [2]
o Update net/sobby to 0.3.0 [3]

PR:		ports/90520
Submitted by:	Wesley Shields <wxs@csh.rit.edu> [1] [2],
		Andreas Kohn <andreas@syndrom23.de> [3]
Approved by:	Andreas Kohn <andreas@syndrom23.de> (maintainer) [1]
2005-12-21 09:23:47 +00:00
Edwin Groothuis
388d529ae5 Reset maintainer
PR:		ports/90726
Submitted by:	David Bremner <bremner-dated-1136341985.d77847@pivot.cs.unb.ca>
2005-12-21 03:09:40 +00:00
Pav Lucistnik
0ac866631d SendSNPP is a perl program for sending messages through a RFC1861 compliant
SNPP server. SNPP stands for Simple Network Paging Protocol. It is used by a
wide range of paging providers for sending pages. A list of some of the
providers that support the SNPP service is on the WWW site below. SendSNPP
requires no special modules, and has been tested on Linux and Windows systems.
It has a very straight forward interface making it very easy to use.

PR:		ports/90529
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-12-20 23:56:40 +00:00
Edwin Groothuis
1abc97d3d9 [new port] net/samba-nmblookup
There is a NetBIOS/tcp lookup tool nmblookup(1) included
	in samba suite.  It's quite useful, but installing whole
	samba suite is not always necessary.

	I wrote a port to install nmblookup(1) only.

Dutchman through the corner alert... What can I do against the
wrongly added directories?

PR:		ports/90375
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2005-12-20 20:46:38 +00:00
Maxim Sobolev
c29b09b371 Update MASTER_SITES. 2005-12-20 04:36:38 +00:00
Renato Botelho
d967bcd92f Add sendemail 1.52, lightweight, completly command line based, SMTP
email agent.

PR:		ports/90522
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2005-12-19 14:35:09 +00:00