Age | Commit message (Collapse) | Author |
|
|
|
Submitted by: Pedro Almeida <pedro.almeida@securenetworks.pt>
|
|
PR: ports/91270
|
|
smbclient is broken, when no krb is on the system (ie:
NO_KERBEROS in /etc/make.conf)
PR: ports/90238
Submitted by: Melvyn Sopacua <melvyn@melvyn.homeunix.org>
Approved by: "Timur I. Bakeyev" <timur@gnu.org>
|
|
Fix location of installed junit.jar
Now the build fails when trying to install already installed
java/junit. With the patch my TinderFoxy builds w/o error
(tested on 4 and 7).
PR: ports/91323
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@gmail.com>
|
|
Submitted by: Ion-Mihai Tetcu
|
|
This should fix INDEX builds.
Submitted by: Panagiotis Astithas past at ebs.gr
|
|
the assorted hacks.
o Depend on new port java/swt31 instead.
o Bump PORTREVISION
|
|
This patch updates aMule2 port to v2.1.0
PR: ports/91276
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
|
|
|
|
PR: 91267
Submitted by: Krzysztof Pawlowski <msciciel@darkzone.ma.cx> (maintainer)
|
|
|
|
dosdetector-20060101
|
|
PR: ports/91221
Submitted by: Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
|
|
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>
|
|
Suggested by: kris@
|
|
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
|
|
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
PR: ports/91165
|
|
Submitted by: Andy Miller
|
|
- support wish8.4
- supoprt iwidgets4.0.1
|
|
- use MASTER_SITE_PERL_CPAN instead
PR: 90543
Submitted by: leeym
Approved by: maintainer timeout
|
|
|
|
- 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)
|
|
Obtained from: Avahi SVN
|
|
|
|
|
|
|
|
|
|
workaround regression in bsd.info.mk
lockf creates an empty file and
install-info can't create the directory file.
|
|
PR: ports/90151
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
Approved by: maintainer timeout (nectar; 3 weeks)
|
|
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.
|
|
|
|
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>
|
|
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>
|
|
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:
|
|
PR: ports/90931
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
PR: ports/90933
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
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.
|
|
- Forgot update distinfo
Sorry
|
|
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>
|
|
|
|
|
|
PR: ports/90221
Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
Approved by: maintainer timeout (vsevolod; 16 days)
|
|
|
|
|
|
|
|
FreeBSD 7.0. Furthermore nbd.h has been updated to a version from a newer
Linux kernel.
Requested by: remko
|
|
|
|
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>
|