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/Makefile

Number of commits found: 22

Sunday, 21 Jan 2024
22:51 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/py-ssh-audit: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: 149c91b1a1e6184339275756426d8b6b75df226a commit hash: 149c91b1a1e6184339275756426d8b6b75df226a commit hash: 149c91b1a1e6184339275756426d8b6b75df226a commit hash: 149c91b1a1e6184339275756426d8b6b75df226a 149c91b
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
Thursday, 9 Nov 2023
08:39 Piotr Kubaj (pkubaj) search for other commits by this committer
security/py-ssh-audit: add manpage

PR:	274842
Reported by:	dclarke@blastwave.org
commit hash: bd9b8f1f0dcda0b05616e3b7b9011896ea4d0f5c commit hash: bd9b8f1f0dcda0b05616e3b7b9011896ea4d0f5c commit hash: bd9b8f1f0dcda0b05616e3b7b9011896ea4d0f5c commit hash: bd9b8f1f0dcda0b05616e3b7b9011896ea4d0f5c bd9b8f1
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
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Tuesday, 9 May 2023
19:54 Piotr Kubaj (pkubaj) search for other commits by this committer
security/py-ssh-audit: fix build

py-setuptools was missing.
commit hash: 31bd18843c8e04f115eed8bd166f9364847ae94a commit hash: 31bd18843c8e04f115eed8bd166f9364847ae94a commit hash: 31bd18843c8e04f115eed8bd166f9364847ae94a commit hash: 31bd18843c8e04f115eed8bd166f9364847ae94a 31bd188
Saturday, 6 May 2023
09:09 Piotr Kubaj (pkubaj) search for other commits by this committer
security/py-ssh-audit: switch to USE_PYTHON=pep517
commit hash: 805ba670c727f370b9bf142e29d0a5048b6baf56 commit hash: 805ba670c727f370b9bf142e29d0a5048b6baf56 commit hash: 805ba670c727f370b9bf142e29d0a5048b6baf56 commit hash: 805ba670c727f370b9bf142e29d0a5048b6baf56 805ba67
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
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
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, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
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 
Monday, 28 Dec 2020
23:02 antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
Original commitRevision:559531 
Wednesday, 11 Nov 2020
14:18 pkubaj search for other commits by this committer
security/py-ssh-audit: more fixes
Original commitRevision:554898 
13:48 pkubaj search for other commits by this committer
security/py-ssh-audit: fix run-time

Traceback (most recent call last):
  File "/usr/local/bin/ssh-audit", line 10, in <module>
    from ssh_audit.ssh_audit import main  # noqa: E402
ModuleNotFoundError: No module named 'ssh_audit'
Original commitRevision:554896 
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: while here, update maintainer to my @FreeBSD.org address
Original commitRevision:522220 
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: 22