Port details |
- cowrie Cowrie SSH/Telnet honeypot
- 2.5.0_2 security =3 2.5.0_2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-04-08 07:09:06
- Last Update: 2024-04-13 14:47:51
- Commit Hash: 84a372a
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://www.cowrie.org/
- Description:
- Cowrie is a medium interaction SSH and Telnet honeypot designed to log brute
force attacks and the shell interaction performed by the attacker.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/security/cowrie/ && make install clean
- To add the package, run one of these commands:
- pkg install security/cowrie
- pkg install cowrie
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cowrie
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1687315849
SHA256 (cowrie-cowrie-v2.5.0_GH0.tar.gz) = 9db15102675729783a4d65617fb4355e366a7fdcd8f5705f6d41541eb1f5919b
SIZE (cowrie-cowrie-v2.5.0_GH0.tar.gz) = 558231
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:
-
- py39-click>0 : devel/py-click@py39
- py39-incremental>0 : devel/py-incremental@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- bash : shells/bash
- py39-appdirs>0 : devel/py-appdirs@py39
- py39-attrs>0 : devel/py-attrs@py39
- py39-bcrypt>0 : security/py-bcrypt@py39
- py39-configparser>0 : devel/py-configparser@py39
- py39-python-dateutil>0 : devel/py-python-dateutil@py39
- py39-incremental>0 : devel/py-incremental@py39
- py39-openssl>0 : security/py-openssl@py39
- py39-packaging>0 : devel/py-packaging@py39
- py39-pyasn1-modules>0 : devel/py-pyasn1-modules@py39
- py39-pyparsing>0 : devel/py-pyparsing@py39
- py39-service-identity>0 : security/py-service-identity@py39
- py39-tftpy>0 : ftp/py-tftpy@py39
- py39-twisted>0 : devel/py-twisted@py39
- py39-cryptography>=42.0.5,1 : security/py-cryptography@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_cowrie
- USES:
- python 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.0_2 13 Apr 2024 14:47:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
2.5.0_1 27 Nov 2023 05:38:03 |
Po-Chuan Hsieh (sunpoet) |
*: Change {RUN,TEST}_DEPENDS from security/py-service_identity to
security/py-service-identity
- Bump PORTREVISION for dependency change (except security/py-trustme)
PR: 275167
Reported by: Joakim Bergman <jocke@gipset.se> |
2.5.0 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
2.5.0 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
2.5.0 21 Jun 2023 03:47:44 |
Yuri Victorovich (yuri) |
security/cowrie: Update 2.4.0 → 2.5.0
Reported by: portscout |
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.0 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.0 17 Jul 2022 20:04:09 |
Yuri Victorovich (yuri) |
security/cowrie: Update 2.3.0 -> 2.4.0
Reported by: portscout |
2.3.0 30 Apr 2022 16:03:26 |
Yuri Victorovich (yuri) |
security/cowrie: Update 2.2.0 -> 2.3.0
Reported by: portscout |
2.2.0 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
2.2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.0 14 Nov 2020 04:46:50 |
yuri |
security/cowrie: Update 2.1.0 -> 2.2.0
Reported by: portscout |
2.1.0 20 May 2020 19:10:14 |
yuri |
security/cowrie: Update 2.0.2 -> 2.1.0
Reported by: portscout |
2.0.2 04 Jan 2020 02:50:51 |
yuri |
security/cowrie: Update 1.9.7 -> 2.0.2
Reported by: portscout |
1.9.7 08 Oct 2019 06:20:17 |
yuri |
security/cowrie: Update 1.6.0 -> 1.9.7
Reported by: portscout |
1.6.0 26 May 2019 03:26:45 |
tobik |
security/cowrie: Remove bogus xRUN_DEPENDS |
1.6.0 08 Apr 2019 07:07:42 |
yuri |
New port: security/cowrie: Cowrie SSH/Telnet honeypot |