notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
sasp Tool that permits to use a gateway whatever IP we have
0.1_5 security on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1_5Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-06-15 06:57:46
Last Update: 2022-07-30 05:57:11
Commit Hash: 9f7a285
People watching this port, also watch:: nagios, postfix, zip, openvpn
License: not specified in port
Description:
This is a tool that uses ARP poisoning to have a scenario like this: we have a LAN and we want offer connectivity to every- one coming here with his laptop for example. It could happen that our customer has his network parameters already configured to work correctly in his own LAN, but not working here. We can have then this scenario: Customer's host (10.0.0.2/8 and default gateway set to 10.0.0.1) Our LAN (192.168.0.0/24 with real gateway 192.168.0.254). All that we want is that our customer plugs his laptop and joins the internet without changing nothing of his network parameters. Here comes this tool installed in my real gw(192.168.0.254) It's a sort of sniffer, because it sniffs broadcast ARP requests for the gateway and answers that the gateway is itself In our example our customer's laptop sends this request: arp who-has 10.0.0.1 tell 10.0.0.2 Now our gateway does the following: 1) Sends back this reply to 10.0.0.2: arp reply 10.0.0.1 is-at his_mac_address 2)Create the alias 10.0.0.254 (ARP is not routable so we need one alias for each subnet that is not our one) 3)Sends itself an ARP reply to refresh his ARP cache It is different from proxy arp for two reasons: first it runs in user space, then in this case we can plug machines belonging to whatever subnet, while proxy arp is used in the case of only two different ones.
cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. sbin/sasp
Collapse this list.
Dependency lines:
  • sasp>0:security/sasp
To install the port:
cd /usr/ports/security/sasp/ && make install clean
To add the package, run one of these commands:
  • pkg install security/sasp
  • pkg install sasp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: sasp
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (sasp-0.1.tar.gz) = d186284a7e4991685f08d341f62f8632b0b66a81092949104f8f7ff7c27a91eb SIZE (sasp-0.1.tar.gz) = 3674

Packages (timestamps in pop-ups are UTC):
sasp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1_50.1_50.1_40.1_50.1_5-0.1_4-
FreeBSD:13:quarterly0.1_50.1_50.1_50.1_50.1_50.1_50.1_50.1_5
FreeBSD:14:latest0.1_50.1_50.1_50.1_50.1_50.1_5-0.1_5
FreeBSD:14:quarterly0.1_50.1_5-0.1_50.1_50.1_50.1_50.1_5
FreeBSD:15:latest0.1_50.1_5n/a0.1_5n/a0.1_50.1_50.1_5
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libnet.so : net/libnet
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_sasp
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/ahze/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/ahze/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/ahze/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/ahze/
  5. http://people.freebsd.org/~ahze/distfiles/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1_5
30 Jul 2022 05:57:11
commit hash: 9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5commit hash: 9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5commit hash: 9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5commit hash: 9f7a28532c5900f3aa5096db51fd7ecf1bbe83d5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/libnet: Update to 1.2

- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/libnet/libnet/releases
0.1_4
20 Jul 2022 14:22:56
commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
security: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.1_4
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.1_4
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
0.1_4
20 Mar 2016 10:53:09
Revision:411432Original commit files touched by this commit
tijl search for other commits by this committer
Install net/libnet headers and libraries back in the location where other
ports expect it.  The files were put in a different location to avoid a
conflict with net/libnet10 but this port has been removed a while ago now.

PR:		208122
Exp-run by:	antoine
Approved by:	portmgr (antoine)
0.1_3
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
0.1_3
14 Jul 2014 15:38:39
Revision:361791Original commit files touched by this commit Sanity Test Failure
tijl search for other commits by this committer
- Convert net/libnet to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstaged port)
0.1_2
11 Jul 2014 07:32:45
Revision:361508Original commit files touched by this commit
leeym search for other commits by this committer
- support stage
0.1_2
04 Jul 2014 12:46:11
Revision:360609Original commit files touched by this commit
bapt search for other commits by this committer
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
0.1_2
20 Sep 2013 22:55:26
Revision:327769Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
0.1_2
18 Feb 2013 21:13:02
Revision:312526Original commit files touched by this commit
dinoex search for other commits by this committer
- update libnet to 1.1.6
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing
0.1_1
03 Jul 2011 14:03:52
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.1_1
31 Jan 2007 14:09:55
Original commit files touched by this commit
pav search for other commits by this committer
- Patch net/libnet* to versioned libraries and header files, so they can
  coexist

PR:             ports/103861
Submitted by:   alepulver
Tested by:      pointyhat
With hat:       portmgr
0.1_1
24 Jan 2006 01:03:33
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
0.1_1
14 Nov 2005 17:07:08
Original commit files touched by this commit
sem search for other commits by this committer
libnet update:
- move 1.0 obsoleted version to net/libnet10
  net/libnet is latest Stable Version
  net/libnet is latest Beta Version

- Fix all depended ports with a new DEPENDS scheme

- While I'm here fix security/yersinia build on 4.x
  (getopt_long and ncurses issues)

PR:             ports/85519 (based on)
Submitted by:   Stas Yakovlev <stas.yakovlev_at_gmail.com>
0.1
15 Jun 2005 20:23:33
Original commit files touched by this commit
ahze search for other commits by this committer
- Reroll tarball and mirror on MASTER_SITE_LOCAL, the orignal tarball
  was tared up and gzipped twice and gnutar does not like that.

Pointed out by: krismail
0.1
15 Jun 2005 06:57:10
Original commit files touched by this commit
ahze search for other commits by this committer
- Add sasp
This is a tool that uses ARP poisoning  to  have  a  scenario
like this: we have a LAN and we want offer connectivity to every-
one coming here with his laptop for example. It could happen that
our  customer  has  his  network parameters already configured to
work correctly in his own LAN, but not working here. We can  have
then this scenario:
Customer's  host (10.0.0.2/8 and default gateway set to 10.0.0.1)
Our LAN (192.168.0.0/24 with real gateway 192.168.0.254).
All that we want is that our customer plugs his laptop  and  joins
the  internet without changing nothing of his network parameters.
Here comes this tool installed in my real gw(192.168.0.254)  It's
a  sort  of sniffer, because it sniffs broadcast ARP requests for
the gateway and answers that the gateway is itself In our example
our  customer's  laptop  sends  this request: arp who-has 10.0.0.1
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 17