661b FreshPorts -- net/panoptis
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
panoptis 0.1.4_4 net on this many watch lists=3 search for ports that depend on this port
Detect and block DoS/DDoS attacks
Maintained by: sbz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 30 Nov 2006 09:52:20
Also Listed In: security
License: GPLv2


Panoptis is a project started some time ago,
with the aim to stop the Denial of Service
and Distributed Denial of Service attacks that
have been torturing the Internet for the last
few years.
It is based on real-time processing of Cisco (R)
NetFlow (TM) data, since this seems to be the
most efficient approach as it is router-centric,
allowing for automated central response without
intervention from the affected organizations'
network administrators.

WWW:	http://panoptis.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/python27
Required To Run:
  1. lang/python27
Required Libraries:
  1. devel/commoncpp
There are no ports dependent upon this port

To install the port: cd /usr/ports/net/panoptis/ && make install clean
To add the package: pkg_add -r panoptis


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  3. http://freefr.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  4. http://garr.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  5. http://heanet.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  6. http://hivelocity.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  7. http://ignum.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  8. http://internode.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  9. http://iweb.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  10. http://jaist.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  11. http://nchc.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  12. http://ncu.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  13. http://netcologne.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  14. http://osdn.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  15. http://space.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  16. http://sunet.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  17. http://superb-dca3.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  18. http://switch.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  19. http://tenet.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  20. http://ufpr.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/
  21. http://waix.dl.sourceforge.net/project/panoptis/panoptis/0.1.4/

Number of commits found: 13

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
13 Dec 2012 16:07:40
Original commit files touched by this commit  0.1.4_4
acm search for other commits by this committer
- Bump PORTREVISION
22 Apr 2012 15:16:40
Original commit files touched by this commit  0.1.4_3
sbz search for other commits by this committer
- Fix install [1]
- Bump PORTREVISION
- Add LICENSE

PR:             ports/166815 [1]
Submitted by:   Serbanica Ionut <ebgp at ymail.com>
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.1.4_2
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
20 Mar 2011 12:54:45
Original commit files touched by this commit  0.1.4_2
miwi search for other commits by this committer
- Get Rid MD5 support
18 Mar 2011 10:04:54
Original commit files touched by this commit  0.1.4_2
sbz search for other commits by this committer
Update my MAINTAINER address to sbz at FreeBSD.org.

Approved by:    jadawin@ (mentor)
13 Nov 2009 22:15:47
Original commit files touched by this commit  0.1.4_2
acm search for other commits by this committer
- Bump PORTREVISION. The commoncpp port has been updated
- ccscript bump PORTREVISION is not neccesary because it has been  marked as
  BROKEN

Reported by:    pav
22 Aug 2009 00:32:25
Original commit files touched by this commit  0.1.4_1
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with N
06 Jul 2009 13:36:59
Original commit files touched by this commit  0.1.4_1
jadawin search for other commits by this committer
- Factoring Makefile
- Use SF macro
- Submitter is now maintainer

PR:             ports/136289
Submitted by:   Sofian Brabez <sbrabez gmail.com>
09 Mar 2009 19:29:12
Original commit files touched by this commit  0.1.4_1
miwi search for other commits by this committer
- Reset farrokhi@freebsd.org due to long period of inactivity.

Approved by:    portmgr (linimon)
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.1.4_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
23 Dec 2007 00:00:01
Original commit files touched by this commit  0.1.4_1
acm search for other commits by this committer
- Chase devel/commoncpp update

Reported by:    erwin
Forgotten by:   me
04 Oct 2007 02:10:52
Original commit files touched by this commit  0.1.4
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
30 Nov 2006 09:51:44
Original commit files touched by this commit  0.1.4
miwi search for other commits by this committer
Panoptis is a project started some time ago,
with the aim to stop the Denial of Service
and Distributed Denial of Service attacks that
have been torturing the Internet for the last
few years.
It is based on real-time processing of Cisco (R)
NetFlow (TM) data, since this seems to be the
most efficient approach as it is router-centric,
allowing for automated central response without
intervention from the affected organizations'
network administrators.

WWW:    http://panoptis.sourceforge.net/

Submitted by:   Babak Farrokhi <farrokhi at FreeBSD.org>

Number of commits found: 13

282e
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24525
Broken 217
Deprecated 473
Ignore 636
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours11
new 7 days27
new fortnight60
new month212

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0