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

Number of commits found: 36

Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
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, 2 Sep 2022
20:05 Stefan Eßer (se) search for other commits by this committer
security/hashcat: upgrade to 6.2.6

This release adds new backend support for Metal, the OpenCL
replacement API on Apple, many new hash-modes, and some bug fixes.
commit hash: 0662f002d0262a06ccc8092c366e2f5a119acae2 commit hash: 0662f002d0262a06ccc8092c366e2f5a119acae2 commit hash: 0662f002d0262a06ccc8092c366e2f5a119acae2 commit hash: 0662f002d0262a06ccc8092c366e2f5a119acae2 0662f00
Friday, 25 Mar 2022
08:24 Mikael Urankar (mikael) search for other commits by this committer
security/hashcat: Fix build on aarch64

Same fix as archivers/7-zip

Approved by:	portmgr (build fix blanket)
commit hash: 9638af3be2e4c5c876f507a0e018a9be8d30b1e2 commit hash: 9638af3be2e4c5c876f507a0e018a9be8d30b1e2 commit hash: 9638af3be2e4c5c876f507a0e018a9be8d30b1e2 commit hash: 9638af3be2e4c5c876f507a0e018a9be8d30b1e2 9638af3
Wednesday, 23 Mar 2022
21:01 Stefan Eßer (se) search for other commits by this committer
security/hashcat: remove redifinition warnings

Duplicate identical type definitions of INT_PTR and UINT_PTR did cause
benign compiler warnings.
commit hash: aca6a9a1190a4e1644a877073ec1df3cec5e8c3d commit hash: aca6a9a1190a4e1644a877073ec1df3cec5e8c3d commit hash: aca6a9a1190a4e1644a877073ec1df3cec5e8c3d commit hash: aca6a9a1190a4e1644a877073ec1df3cec5e8c3d aca6a9a
Tuesday, 22 Mar 2022
21:36 Stefan Eßer (se) search for other commits by this committer
security/hashcat: mark as broken on aarch64

An attempt to fix the build failed due to dependencies on functions
that might exist on other platforms (e.g. on Linux).

Building with software emulation of special functions (e.g, for CRC)
may be possible, resulting in significantly reduced performance.
commit hash: c3f6cad5f504ca7fc1b64a616506a80786586efd commit hash: c3f6cad5f504ca7fc1b64a616506a80786586efd commit hash: c3f6cad5f504ca7fc1b64a616506a80786586efd commit hash: c3f6cad5f504ca7fc1b64a616506a80786586efd c3f6cad
Thursday, 25 Nov 2021
19:11 Stefan Eßer (se) search for other commits by this committer
security/hashcat: update to version 6.2.5
commit hash: ad4d1e7a15b2edccf0e07e96d026c4f8023e0b99 commit hash: ad4d1e7a15b2edccf0e07e96d026c4f8023e0b99 commit hash: ad4d1e7a15b2edccf0e07e96d026c4f8023e0b99 commit hash: ad4d1e7a15b2edccf0e07e96d026c4f8023e0b99 ad4d1e7
Monday, 30 Aug 2021
09:14 Stefan Eßer (se) search for other commits by this committer
security/hashcat: upgrade to version 6.2.4
commit hash: ec57b7c4716d18702ff273848b20f9cada969d8f commit hash: ec57b7c4716d18702ff273848b20f9cada969d8f commit hash: ec57b7c4716d18702ff273848b20f9cada969d8f commit hash: ec57b7c4716d18702ff273848b20f9cada969d8f ec57b7c4
Saturday, 17 Jul 2021
14:56 Stefan Eßer (se) search for other commits by this committer
security/hashcat: upgrade to version 6.2.3
commit hash: 85501ca5f36c952bcd6d213409fa55a2b942fbd7 commit hash: 85501ca5f36c952bcd6d213409fa55a2b942fbd7 commit hash: 85501ca5f36c952bcd6d213409fa55a2b942fbd7 commit hash: 85501ca5f36c952bcd6d213409fa55a2b942fbd7 85501ca
Monday, 14 Jun 2021
10:50 Stefan Eßer (se) search for other commits by this committer
security/hashcat: update to version 6.2.2
commit hash: 2c448751e03d578c666910b02059756c5ec43182 commit hash: 2c448751e03d578c666910b02059756c5ec43182 commit hash: 2c448751e03d578c666910b02059756c5ec43182 commit hash: 2c448751e03d578c666910b02059756c5ec43182 2c44875
Sunday, 16 May 2021
10:48 Stefan Eßer (se) search for other commits by this committer
security/hashcat: update to version 6.2.1
commit hash: b23942cb4f8b8e4730d46759600dca94d5677600 commit hash: b23942cb4f8b8e4730d46759600dca94d5677600 commit hash: b23942cb4f8b8e4730d46759600dca94d5677600 commit hash: b23942cb4f8b8e4730d46759600dca94d5677600 b23942c
Tuesday, 4 May 2021
16:57 Rene Ladan (rene) search for other commits by this committer
*: reset lifanov's ports after safekeeping their ports bit.

Hat:	portmgr-secretary
commit hash: a568582e026df32a6499996002ab73d4ecfe04b3 commit hash: a568582e026df32a6499996002ab73d4ecfe04b3 commit hash: a568582e026df32a6499996002ab73d4ecfe04b3 commit hash: a568582e026df32a6499996002ab73d4ecfe04b3 a568582
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, 23 Sep 2020
18:09 linimon search for other commits by this committer
Add powerpcspe to NOT_FOR_ARCHS.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:549766 
Monday, 17 Dec 2018
01:59 lifanov search for other commits by this committer
update security/hashcat to 5.1.0

Changes: https://hashcat.net/forum/thread-7983.html
Original commitRevision:487642 
Sunday, 4 Nov 2018
20:48 lifanov search for other commits by this committer
update security/hashcat to 5.0.0

This release introduces two new major features:
 - hashcat brain
 - slow candidates

Release announcement: https://hashcat.net/forum/thread-7903.html
Original commitRevision:484146 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Sunday, 12 Aug 2018
23:31 lifanov search for other commits by this committer
update security/hashcat to 4.2.1

Changes: https://hashcat.net/forum/thread-7711.html
Original commitRevision:477043 
Wednesday, 21 Feb 2018
18:59 lifanov search for other commits by this committer
update security/hashcat to 4.1.0

This update brings new algorithms and performance improvements.
Release announcement: https://hashcat.net/forum/thread-7317.html
Original commitRevision:462539 
Monday, 11 Dec 2017
05:19 linimon search for other commits by this committer
Mark as failing to compile on big-endian.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:455924 
Wednesday, 8 Nov 2017
14:08 lifanov search for other commits by this committer
update security/hashcat to 4.0.1

This is a bugfix release.
Changes: https://github.com/hashcat/hashcat/blob/v4.0.1/docs/changes.txt

Reported by:	Royce Williams (via private email)
Original commitRevision:453742 
Sunday, 29 Oct 2017
21:38 lifanov search for other commits by this committer
update security/hashcat to 4.0.0

This is a major release that updates all kernels to support password
and salt length up to 256 characters. Previous hand-optimized kernels
are still available but only support passwords up to 32 characters.

Changes: https://hashcat.net/forum/thread-6965.html
Original commitRevision:453139 
Monday, 12 Jun 2017
21:53 lifanov search for other commits by this committer
fix build with libiconv installed by USES=iconv

PR:		219937
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
Original commitRevision:443471 
Saturday, 10 Jun 2017
14:52 lifanov search for other commits by this committer
update security/hashcat to 3.6.0

new hash types:
 BLAKE2-512
 Blockchain, My Wallet, V2
 DPAPI masterkey file v1 and v2
 ChaCha20
 JKS Java Key Store Private Keys (SHA1)
 Ethereum Wallet, PBKDF2-HMAC-SHA256
 Ethereum Wallet, PBKDF2-SCRYPT

Relnotes:	https://hashcat.net/forum/thread-6630.html
Original commitRevision:443095 
Thursday, 27 Apr 2017
14:44 lifanov search for other commits by this committer
update security/hashcat to 3.5.0

Features:

Added support for WPA/WPA2 handshake AP nonce automatic error correction
Added parameter --nonce-error-corrections to configure range of error correction
Added hash-mode 15100 = Juniper/NetBSD sha1crypt

Full changelog:

https://raw.githubusercontent.com/hashcat/hashcat/v3.5.0/docs/changes.txt
Original commitRevision:439553 
Friday, 3 Mar 2017
21:33 lifanov search for other commits by this committer
update security/hashcat to 3.40

o added support to crack iTunes backups
o added support to crack LUKS volumes
o added support for hccapx files
Original commitRevision:435368 
Monday, 9 Jan 2017
14:37 lifanov search for other commits by this committer
update security/hashcat to 3.30

This version separates hashcat into thin binary and shared library.

 Changelog:
   https://raw.githubusercontent.com/hashcat/hashcat/master/docs/changes.txt

Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D9080
Original commitRevision:430954 
Sunday, 1 Jan 2017
03:45 sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Original commitRevision:430235 
Friday, 30 Dec 2016
16:07 lifanov search for other commits by this committer
security/hashcat: batch of small fixes

 o fix shebang on sample bash completion installer
 o respect ${CC}
 o fix gsed dependency
 o switch to a simpler Makefile patch that was merged upstream

Reported by:	AMDmi3 (shebang issue)
Reviewed by:	matthew
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D8984
Original commitRevision:429996 
Wednesday, 14 Dec 2016
03:47 lifanov search for other commits by this committer
update MAINTAINER to my FreeBSD.org email

Reviewed by:	matthew
Approved by:	matthew (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8782
Original commitRevision:428544 
Saturday, 3 Dec 2016
08:42 matthew search for other commits by this committer
Update to 3.20

ChangeLog:
https://raw.githubusercontent.com/hashcat/hashcat/v3.20/docs/changes.txt

PR:		215017
Submitted by:	lifanov@mail.lifanov.com (maintainer)
Original commitRevision:427605 
Friday, 19 Aug 2016
15:17 matthew search for other commits by this committer
Update to 3.10

Upstream have included our local patches.

ChangeLog:
https://raw.githubusercontent.com/hashcat/hashcat/v3.10/docs/changes.txt

PR:		211998
Submitted by:	lifanov@mail.lifanov.com (maintainer)
Original commitRevision:420475 
Monday, 18 Jul 2016
13:39 mat search for other commits by this committer
Cleanup USE_GITHUB usage.

Sponsored by:	Absolight
Original commitRevision:418703 
Monday, 11 Jul 2016
21:21 matthew search for other commits by this committer
Upgrade to 3.00

This is a major rewrite that combines the codebases of the former
hashcat (running on the main CPU) and oclHashcat (running on the GPU).

Because of the extent of the changes, the previous version will still
remain available, renamed to 'hashcat-legacy' (following upstream)

ChangeLog: https://github.com/hashcat/hashcat/releases/tag/v3.00

PR:		210873
Submitted by:	lifanov@mail.lifanov.com (maintainer)
Original commitRevision:418409 
Tuesday, 29 Dec 2015
16:39 amdmi3 search for other commits by this committer
Hashcat is an advanced CPU-based password recovery utility for FreeBSD,
Windows 7/8/10, Apple OS X, and GNU/Linux, supporting seven unique modes
of attack for over 100 optimized hashing algorithms.

WWW: https://hashcat.net/hashcat/

PR:		205160
Submitted by:	lifanov@mail.lifanov.com
Original commitRevision:404760 

Number of commits found: 36