Port details |
- snoopy Log every executed command to syslog
- 2.5.2 security =5 2.5.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2007-02-06 23:37:56
- Last Update: 2024-10-29 14:38:31
- Commit Hash: 42f584c
- People watching this port, also watch:: subversion, pdfgrep, openssl, haproxy, nmap
- License: GPLv2
- WWW:
- https://github.com/a2o/snoopy
- Description:
- snoopy is merely a shared library that is used as a wrapper to the execve()
function provided by libc as to log every call to syslog (authpriv). System
administrators may find snoopy useful in tasks such as light/heavy system
monitoring, tracking other administrator's actions as well as getting a good
'feel' of what's going on in the system (for example Apache running CGI
scripts).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/snoopy/ && make install clean
- To add the package, run one of these commands:
- pkg install security/snoopy
- pkg install snoopy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: snoopy
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729994286
SHA256 (snoopy-2.5.2.tar.gz) = 9bee136cc3a676e8a11e5ad23339f32fe1a6aea473abca1cc625beb71ebbafc9
SIZE (snoopy-2.5.2.tar.gz) = 689418
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- gmake>=4.4.1 : devel/gmake
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Test dependencies:
-
- socat : net/socat
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for snoopy-2.5.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_snoopy
- USES:
- autoreconf gmake libtool shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.2 29 Oct 2024 14:38:31 |
Po-Chuan Hsieh (sunpoet) |
security/snoopy: Update to 2.5.2
Changes: https://github.com/a2o/snoopy/releases |
2.5.1 27 May 2023 04:07:50 |
Po-Chuan Hsieh (sunpoet) |
security/snoopy: Update to 2.5.1
Changes: https://github.com/a2o/snoopy/releases |
2.4.15 02 May 2023 19:58:24 |
Po-Chuan Hsieh (sunpoet) |
security/snoopy: Fix build on 14-CURRENT
tid.c:52:23: error: incompatible pointer to integer conversion initializing
'unsigned long' with an expression of type 'pthread_t' (aka 'struct pthread *')
[-Wint-conversion]
long unsigned int tid = pthread_self();
^ ~~~~~~~~~~~~~~
1 error generated.
Reference: https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/p100a5c5dca85_sb347c22846/logs/snoopy-2.4.15.log |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4.15 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.4.15 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
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 ) |
2.4.15 28 Feb 2022 12:46:03 |
Po-Chuan Hsieh (sunpoet) |
security/snoopy: Update to 2.4.15
Changes: https://github.com/a2o/snoopy/blob/master/ChangeLog |
2.4.14 27 Sep 2021 15:55:51 |
Po-Chuan Hsieh (sunpoet) |
security/snoopy: Update to 2.4.14
Changes: https://github.com/a2o/snoopy/blob/master/ChangeLog |
2.4.12 14 Jun 2021 17:38:34 |
Po-Chuan Hsieh (sunpoet) |
security/snoopy: Convert REINPLACE_CMD to patch files |
2.4.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.12 17 Feb 2021 18:01:33 |
sunpoet |
Update to 2.4.12
Changes: https://github.com/a2o/snoopy/blob/master/ChangeLog |
2.4.10 30 Jan 2021 12:21:41 |
sunpoet |
Update to 2.4.10
Changes: https://github.com/a2o/snoopy/blob/master/ChangeLog |
2.4.9 24 Nov 2020 20:49:01 |
sunpoet |
Update to 2.4.9
Changes: https://github.com/a2o/snoopy/blob/master/ChangeLog |
2.4.8 21 Nov 2020 09:18:29 |
sunpoet |
Update to 2.4.8
Changes: https://github.com/a2o/snoopy/blob/master/ChangeLog |
2.4.7 04 Oct 2020 14:13:01 |
sunpoet |
Update to 2.4.7
- Update MASTER_SITES: use upstream release tarball
Changes: https://github.com/a2o/snoopy/blob/master/ChangeLog |
2.4.6 09 Feb 2018 14:07:36 |
sunpoet |
Use REINPLACE_CMD instead of patch files |
2.4.6 30 Jan 2018 15:38:23 |
sunpoet |
Update to 2.4.6
- Update COMMENT
- Add LICENSE_FILE
- Strip shared library
Changes: https://github.com/a2o/snoopy/blob/master/ChangeLog |
1.9.0 13 May 2015 19:01:48 |
sunpoet |
- Cleanup GH_* knobs:
- Use DISTVERSIONPREFIX
- Remove GH_PROJECT |
1.9.0 21 Mar 2015 20:08:07 |
sunpoet |
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT |
1.9.0 15 May 2014 12:53:41 |
sunpoet |
- Remove MASTER_SITES
- Simplify Makefile |
1.9.0 13 Oct 2013 12:59:00 |
sunpoet |
- Update to 1.9.0
- Fix file permission: use INSTALL_LIB for shared library
- Add more PORTDOCS
- Update WWW
- Reformat pkg-descr
Changes: https://github.com/a2o/snoopy/blob/master/ChangeLog |
1.8.0 23 Sep 2013 19:06:06 |
sunpoet |
- Remove leading indefinite article from COMMENT
- Remove LICENSE_FILE for well-known licenses
- Add OPTIONS_DEFINE
- Support STAGEDIR
- Take maintainership |
1.8.0 22 Sep 2013 20:39:51 |
bapt |
Drop maintainership |
1.8.0 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.8.0 05 Jul 2013 13:44:31 |
bapt |
Convert to USES=gmake |
1.8.0 31 Dec 2012 12:47:33 |
bapt |
Convert to optionsng
Trim headers |
1.8.0 11 Mar 2011 06:24:22 |
bapt |
Upgrade to 1.8.0 |
1.7.10 18 Jan 2011 07:45:35 |
bapt |
upgrade to 1.7.10
Feature safe: yes |
1.7.9 24 Nov 2010 09:45:29 |
bapt |
- update to 1.7.9 |
1.7.6 11 Oct 2010 06:48:40 |
bapt |
- Update to 1.7.6 |
1.7.2 29 Sep 2010 06:19:06 |
bapt |
- Update to 1.7.2 |
1.7.1 13 Aug 2010 09:58:52 |
bapt |
- Remove useless patch-README replaced by a ${REINPLACE_CMD} macro
Submitted by: sahil@ (by email)
Approved by: rene@ (mentor vacation) |
1.7.1 11 Aug 2010 15:15:03 |
bapt |
Update to 1.7.1
PR: ports/149367
Submitted by: Frederic Culot <frederic _at_ culot.org>
Approved by: tabthorpe@ (co-mentor) |
1.6.1 28 Jul 2010 17:31:01 |
bapt |
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor) |
1.6.1 21 Jul 2010 08:18:32 |
jadawin |
- Update to 1.6.1
- Add license
- Submitter is now maintainer
PR: ports/148793
Submitted by: Bapt <baptiste.daroussin _AT_ gmail.com>
Approved by: maintainer (myself) |
1.3 02 Sep 2009 15:01:56 |
amdmi3 |
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED
Approved by: portmgr (pav) |
1.3 12 Mar 2008 13:27:28 |
jadawin |
- Update maintainer address
Approved by: thierry (mentor) |
1.3 07 Feb 2007 21:33:52 |
miwi |
- Fix build on amd64 and i64
Submitted by: pointyhat via kris |
1.3 06 Feb 2007 23:36:12 |
miwi |
snoopy is merely a shared library that is used as a wrapper
to the execve() function provided by libc as to log every call
to syslog (authpriv). system administrators may find snoopy
useful in tasks such as light/heavy system monitoring, tracking other
administrator's actions as well as getting a good 'feel' of
what's going on in the system (for example apache running cgi
scripts).
WWW: http://sourceforge.net/projects/snoopylogger/
PR: ports/108691
Submitted by: Philippe Audeoud <jadawin at tuxaco.net> |