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.

non port: security/py-ssh-audit/distinfo

Number of commits found: 11

Wednesday, 24 Apr 2024
21:21 Piotr Kubaj (pkubaj) search for other commits by this committer
security/py-ssh-audit: update to 3.2.0

Also switch to static pkg-plist.

Changelog:	https://github.com/jtesta/ssh-audit/releases/tag/v3.2.0
commit hash: 21bd4414bb581b69dc27514ba019fda5a473a0a9 commit hash: 21bd4414bb581b69dc27514ba019fda5a473a0a9 commit hash: 21bd4414bb581b69dc27514ba019fda5a473a0a9 commit hash: 21bd4414bb581b69dc27514ba019fda5a473a0a9 21bd441
Thursday, 21 Dec 2023
22:01 Piotr Kubaj (pkubaj) search for other commits by this committer
security/py-ssh-audit: update to 3.1.0

Changelog:	https://github.com/jtesta/ssh-audit/releases/tag/v3.1.0
commit hash: 2a93e8e5b3b160fa9cc99bb5bd2dd688b02fda44 commit hash: 2a93e8e5b3b160fa9cc99bb5bd2dd688b02fda44 commit hash: 2a93e8e5b3b160fa9cc99bb5bd2dd688b02fda44 commit hash: 2a93e8e5b3b160fa9cc99bb5bd2dd688b02fda44 2a93e8e
Saturday, 9 Sep 2023
13:41 Piotr Kubaj (pkubaj) search for other commits by this committer
security/py-ssh-audit: update to 3.0.0

Changelog:	https://github.com/jtesta/ssh-audit/releases/tag/v3.0.0
commit hash: 17be6f8d916717ff85175dd159efd2083a984336 commit hash: 17be6f8d916717ff85175dd159efd2083a984336 commit hash: 17be6f8d916717ff85175dd159efd2083a984336 commit hash: 17be6f8d916717ff85175dd159efd2083a984336 17be6f8
Monday, 1 May 2023
09:15 Piotr Kubaj (pkubaj) search for other commits by this committer
security/py-ssh-audit: update to 2.9.0

Changelog:	https://github.com/jtesta/ssh-audit/releases/tag/v2.9.0
commit hash: b7aa703943af3c765f642a15079989d7754802bb commit hash: b7aa703943af3c765f642a15079989d7754802bb commit hash: b7aa703943af3c765f642a15079989d7754802bb commit hash: b7aa703943af3c765f642a15079989d7754802bb b7aa703
Friday, 27 Aug 2021
15:00 Piotr Kubaj (pkubaj) search for other commits by this committer
security/py-ssh-audit: update to 2.5.0

Changelog:
* Fixed crash when running host key tests.
* Handles server connection failures more gracefully.
* Now prints JSON with indents when -jj is used (useful for debugging).
* Added MD5 fingerprints to verbose output.
* Added -d/--debug option for getting debugging output; credit Adam Russell.
* Updated JSON output to include MD5 fingerprints. Note that this results in a
breaking change in the 'fingerprints' dictionary format.
* Updated OpenSSH 8.1 (and earlier) policies to include rsa-sha2-512 and
rsa-sha2-256.
* Added OpenSSH v8.6 & v8.7 policies.
* Added 3 new key exchanges: gss-gex-sha1-eipGX3TCiQSrx573bT1o1Q==,
gss-group1-sha1-eipGX3TCiQSrx573bT1o1Q==, and
gss-group14-sha1-eipGX3TCiQSrx573bT1o1Q==.
* Added 3 new MACs: hmac-ripemd160-96, AEAD_AES_128_GCM, and AEAD_AES_256_GCM.
commit hash: edc1905c1243d4679895f6bfc2998ca9ab37e5be commit hash: edc1905c1243d4679895f6bfc2998ca9ab37e5be commit hash: edc1905c1243d4679895f6bfc2998ca9ab37e5be commit hash: edc1905c1243d4679895f6bfc2998ca9ab37e5be edc1905
Wednesday, 24 Feb 2021
02:34 pkubaj search for other commits by this committer
security/py-ssh-audit: update to 2.4.0

Changelog:
 - Added multi-threaded scanning support.
 - Added built-in Windows manual page (see `-m`/`--manual`); credit [Adam
Russell](https://github.com/thecliguy).
 - Added version check for OpenSSH user enumeration (CVE-2018-15473).
 - Added deprecation note to host key types based on SHA-1.
 - Added extra warnings for SSHv1.
 - Added built-in hardened OpenSSH v8.5 policy.
 - Upgraded warnings to failures for host key types based on SHA-1.
 - Fixed crash when receiving unexpected response during host key test.
 - Fixed hang against older Cisco devices during host key test & gex test.
 - Fixed improper termination while scanning multiple targets when one target
returns an error.
 - Dropped support for Python 3.5 (which reached EOL in Sept. 2020).
 - Added 1 new key exchange: `sntrup761x25519-sha512@openssh.com`.
Original commitRevision:566445 
Friday, 30 Oct 2020
11:56 pkubaj search for other commits by this committer
security/py-ssh-audit: update to 2.3.1

Changelog:
- Now parses public key sizes for rsa-sha2-256-cert-v01@openssh.com and
rsa-sha2-512-cert-v01@openssh.com host key types.
- Flag ssh-rsa-cert-v01@openssh.com as a failure due to SHA-1 hash.
- Fixed bug in recommendation output which suppressed some algorithms
inappropriately.
- Built-in policies now include CA key requirements (if certificates are in
use).
- Lookup function (--lookup) now performs case-insensitive lookups of similar
algorithms; credit Adam Russell.
- Migrated pre-made policies from external files to internal database.
- Split single 3,500 line script into many files (by class).
- Added setup.py support; credit Ganden Schaffner.
- Added 1 new cipher: des-cbc@ssh.com.
Original commitRevision:553686 
Monday, 28 Sep 2020
22:02 pkubaj search for other commits by this committer
security/py-ssh-audit: update to 2.3.0

Changelog:
https://github.com/jtesta/ssh-audit/releases/tag/v2.3.0
Original commitRevision:550457 
Thursday, 12 Mar 2020
08:39 pkubaj search for other commits by this committer
security/py-ssh-audit: update to 2.2.0
Original commitRevision:528274 
Monday, 6 Jan 2020
12:49 pkubaj search for other commits by this committer
security/py-ssh-audit: update to 2.1.1, switch to a fork

The original author went MIA, there are many improvements in the fork.

PR:		242408
Submitted by:	ehaupt
Original commitRevision:522219 
Friday, 24 Nov 2017
21:32 yuri search for other commits by this committer
New port: security/py-ssh-audit: SSH server auditing

PR:		223810
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13207
Original commitRevision:454849 

Number of commits found: 11