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

Number of commits found: 17

Monday, 26 Feb 2024
21:40 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/tpm2-*: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 955515a88b33e1cfb8e06363a124f0eed951814a commit hash: 955515a88b33e1cfb8e06363a124f0eed951814a commit hash: 955515a88b33e1cfb8e06363a124f0eed951814a commit hash: 955515a88b33e1cfb8e06363a124f0eed951814a 955515a
Monday, 8 Jan 2024
12:17 Gleb Popov (arrowd) search for other commits by this committer
security/tpm2-tools: Update to 5.6

Sponsored by:	Serenity Cybersecurity, LLC
commit hash: cf0f1c51f78bb2d7db03d8dce1fc1acc03789ff5 commit hash: cf0f1c51f78bb2d7db03d8dce1fc1acc03789ff5 commit hash: cf0f1c51f78bb2d7db03d8dce1fc1acc03789ff5 commit hash: cf0f1c51f78bb2d7db03d8dce1fc1acc03789ff5 cf0f1c5
12:17 Gleb Popov (arrowd) search for other commits by this committer
security/tpm2-tools: Enable Feature API and corresponding tools.

Sponsored by:	Serenity Cybersecurity, LLC
commit hash: 81d7368674a18d1037ea2ba740fa51c760624717 commit hash: 81d7368674a18d1037ea2ba740fa51c760624717 commit hash: 81d7368674a18d1037ea2ba740fa51c760624717 commit hash: 81d7368674a18d1037ea2ba740fa51c760624717 81d7368
Wednesday, 4 Oct 2023
19:59 Robert Clausecker (fuz) search for other commits by this committer Author: John Hein
security/tpm2-tools: fix build if security/openssl is installed

If someone has DEFAULT_VERSIONS=ssl:openssl it will now check the lib in
/usr/local during configure.  Similarly if using
DEFAULT_VERSIONS=ssl:base, it looks in /usr/lib during configure.

PR:		274013
Approved by:	tstruk@gmail.com (maintainer)
MFH:		2023Q4
commit hash: a4f11eab468a6e3741cb8cdced5660634917120e commit hash: a4f11eab468a6e3741cb8cdced5660634917120e commit hash: a4f11eab468a6e3741cb8cdced5660634917120e commit hash: a4f11eab468a6e3741cb8cdced5660634917120e a4f11eab
Monday, 11 Sep 2023
08:52 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Tadeusz Struk
security/tpm2-tools: Update to 5.5

Differential Revision:	https://reviews.freebsd.org/D41802
commit hash: 8085a16290381cfee2b6ab5df21dbd79fe2bc4ae commit hash: 8085a16290381cfee2b6ab5df21dbd79fe2bc4ae commit hash: 8085a16290381cfee2b6ab5df21dbd79fe2bc4ae commit hash: 8085a16290381cfee2b6ab5df21dbd79fe2bc4ae 8085a16
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
Monday, 21 Mar 2022
05:29 Guangyuan Yang (ygy) search for other commits by this committer Author: Tadeusz Struk
security/tpm2-tools: Remove redundant BROKEN_SSL

Differential Revision:	https://reviews.freebsd.org/D34608
commit hash: 3dd4e89f846276c2baea54a1f9b5f409e33670d2 commit hash: 3dd4e89f846276c2baea54a1f9b5f409e33670d2 commit hash: 3dd4e89f846276c2baea54a1f9b5f409e33670d2 commit hash: 3dd4e89f846276c2baea54a1f9b5f409e33670d2 3dd4e89
Monday, 4 Oct 2021
02:33 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Tadeusz Struk
security/tpm2-tools: Update to 5.2

Differential Revision:	https://reviews.freebsd.org/D32214
commit hash: a54dbc90a30b78a9c07964098a7f095343a827d8 commit hash: a54dbc90a30b78a9c07964098a7f095343a827d8 commit hash: a54dbc90a30b78a9c07964098a7f095343a827d8 commit hash: a54dbc90a30b78a9c07964098a7f095343a827d8 a54dbc9
Thursday, 30 Sep 2021
21:23 Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Wednesday, 26 May 2021
07:46 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Tadeusz Struk
security/tpm2-tools: Update to 4.3.1

Differential Revision:	https://reviews.freebsd.org/D30364
commit hash: f13c8c4579076358349acfc3502f6153781dd514 commit hash: f13c8c4579076358349acfc3502f6153781dd514 commit hash: f13c8c4579076358349acfc3502f6153781dd514 commit hash: f13c8c4579076358349acfc3502f6153781dd514 f13c8c4
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
Saturday, 6 Mar 2021
12:10 lwhsu search for other commits by this committer
security/tpm2-tools: Update to 4.3.0

Submitted by:	Tadeusz Struk <tadeusz.struk@intel.com> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D29053
Original commitRevision:567487 
Wednesday, 7 Oct 2020
12:23 pkubaj search for other commits by this committer
security/tpm2-tools: fix build on GCC architectures

Use C11 compiler:
tools/tpm2_tool.c:92: error: 'tpm2_option_flags' has no member named 'verbose'
tools/tpm2_tool.c:103: error: 'tpm2_option_flags' has no member named 'quiet'
tools/tpm2_tool.c:116: error: 'tpm2_option_flags' has no member named
'enable_errata'
Original commitRevision:551632 
Friday, 7 Aug 2020
03:03 lwhsu search for other commits by this committer
- Update to 4.2.1

Submitted by:	Tadeusz Struk <tadeusz.struk at intel.com> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D25982
Original commitRevision:544308 
Tuesday, 19 May 2020
09:28 lwhsu search for other commits by this committer
- Update to 4.2

Submitted by:	Tadeusz Struk <tadeusz.struk at intel.com> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D24904
Original commitRevision:535850 
Tuesday, 17 Sep 2019
19:52 lwhsu search for other commits by this committer
Add security/tpm2-tools, TPM2 tools

Submitted by:	Tadeusz Struk <tadeusz.struk@intel.com>
Differential Revision:	https://reviews.freebsd.org/D21650
Original commitRevision:512238 

Number of commits found: 17