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/cryptopp/distinfo

Number of commits found: 20

Thursday, 5 Oct 2023
12:13 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.9.0

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release890.html
commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 commit hash: a183016bcd7df1bac249d0dc2a6e8b168f9b0534 a183016
Wednesday, 12 Jul 2023
05:33 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Fix distinfo
commit hash: 8fd74085f779f99260b2aeac5f37c2d7a1e67ba4 commit hash: 8fd74085f779f99260b2aeac5f37c2d7a1e67ba4 commit hash: 8fd74085f779f99260b2aeac5f37c2d7a1e67ba4 commit hash: 8fd74085f779f99260b2aeac5f37c2d7a1e67ba4 8fd7408
05:31 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.8.0

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release880.html
commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d commit hash: 5e3c265d1138e3fbcb843c0673715d0be95d717d 5e3c265
Friday, 16 Sep 2022
03:56 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.7.0

Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU
features regardless if CPUTYPE is set and it is not possible to disable
specific instruction sets. It is only possible to completely disable
assembly optimizations, which is recommended for package building unless
all consumer machines support the build machine's CPU instruction sets.

Since version 8.1, it is no longer necessary to export
-DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now
build without it defined if the SIMD option is disabled. Remove old
workarounds pertaining to this issue.
https://github.com/weidai11/cryptopp/issues/779

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release870.html
commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 commit hash: 5a19c0823bb11a2d2da10a3d92a574a8aafcb661 5a19c08
Friday, 25 Feb 2022
01:37 Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.6.0

Changes:	https://www.cryptopp.com/release860.html

Security:	7695b0af-958f-11ec-9aa3-4ccc6adda413
commit hash: 4c0895d82f4aff32859b4138c7eab0595bb9f903 commit hash: 4c0895d82f4aff32859b4138c7eab0595bb9f903 commit hash: 4c0895d82f4aff32859b4138c7eab0595bb9f903 commit hash: 4c0895d82f4aff32859b4138c7eab0595bb9f903 4c0895d
Saturday, 13 Mar 2021
15:13 jhale search for other commits by this committer
security/cryptopp: Update to 8.5.0

Relnotes:	https://www.cryptopp.com/release850.html
Original commitRevision:568254 
Tuesday, 19 Jan 2021
04:26 jhale search for other commits by this committer
security/cryptopp: Update to 8.4.0

Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and
recompile of consumers is necessary.

Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL
several releases ago. [1]

[1]
https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e

Changes:	https://www.cryptopp.com/release840.html
Original commitRevision:562021 
Tuesday, 10 Dec 2019
03:38 jhale search for other commits by this committer
Update security/cryptopp to 8.2.0

Remove THREADS option - upstream recommends building with threads and the
build system now adds the appropriate flags automatically

Bump PORTREVISION on consumers due to shared lib version increase

PR:		241132
Submitted by:	Farid Hajji <farid@hajji.name>
Original commitRevision:519643 
Friday, 24 Aug 2018
17:22 jhale search for other commits by this committer
Update security/cryptopp to 7.0.0

We now install a pkgconfig file which will allow ports to check whether
cryptopp was built with assembly instructions enabled or not. There are
a few functions that will be undefined if built without assembly and
-DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case
to avoid build failures. This is not new, but the pkgconf file should
make it easier to determine if the flag is needed or not.

Fix several ports due to API changes and to use the new pkgconf file
to determine cryptopp location and build flags. Special cases below.

deskutils/cdcat
- Use cryptopp shared library instead of static, detect with pkgconf

devel/xeus
- Fix dependencies and remove header-only libraries from RUN_DEPENDS
- Rework to use the cryptopp pkgconf file
- net/cppzmq CMake files were fixed in r477649, remove hacks for that
  as they were seemingly causing devel/xeus-cling to link to cryptopp
  unnecessarily
- Remove C++17 code from cryptopp checks for compatibility

devel/xeus-cling
- Fix dependencies
- Remove hacks for previously broken cppzmq CMake files and no longer
  needed cryptopp dependency

Changes:	https://www.cryptopp.com/#news
PR:		230579 (original patch, not used)
Submitted by:	yuri
Original commitRevision:477967 
Wednesday, 7 Dec 2016
01:00 jhale search for other commits by this committer
- Update security/cryptopp to 5.6.5
- Add LICENSE (BSL)
- Add CPE data
- Remove STATIC option and always install the shared library;
  no reason not to.
- Remove GCC option and use USES=compiler framework
- Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying
  to use it. It will allow the asserts to be enabled which could be a
  security risk. The standard DEBUG option is now safe to use.
- Add SIMD option for i386 and amd64 - requires a recent clang or gcc
- Don't install the cryptest binary; it is really only used for regression
  testing, so only build it for the TEST_TARGET. It is useless without the
  data files anyways.
- Take maintainership
- Bump PORTREVISON on dependent ports due to shared library bump

PR:		215015
Reported by:	<fcsk.aim@gmail.com>
MFH:		2016Q4
Security:	eab68cff-bc0c-11e6-b2ca-001b3856973b
Original commitRevision:428022 
Wednesday, 22 May 2013
22:51 delphij search for other commits by this committer
Update to 5.6.2.
Original commitRevision:318803 
Saturday, 22 Jan 2011
23:21 delphij search for other commits by this committer
Update to 5.6.1.

Submitted by:   Michael Richards <hackish gmail.com>
Feature safe:   yes
Original commit
Friday, 27 Mar 2009
00:02 delphij search for other commits by this committer
Update to 5.6.0 and mark MAKE_JOBS_SAFE.
Original commit
Saturday, 13 Jan 2007
18:41 delphij search for other commits by this committer
Update to 5.4
Original commit
Tuesday, 24 Jan 2006
01:03 edwin search for other commits by this committer
SHA256ify

Approved by: krion@
Original commit
Thursday, 23 Dec 2004
09:42 clement search for other commits by this committer
- Update to 5.2.1

PR:             75392
Submitted by:   delphij
Original commit
Saturday, 17 Jul 2004
19:35 krion search for other commits by this committer
Update to 5.2
Fix build with gcc-3.4
Assign maintainership to submitter.

PR:             ports/69204
Submitted by:   Xin LI <delphij@frontfree.net>
Original commit
Thursday, 29 Jan 2004
16:13 trevor search for other commits by this committer
SIZEify.
Original commit
Saturday, 12 Apr 2003
03:23 foxfair search for other commits by this committer
Upgrade cryptopp to 5.1, patch review timeout by MAINTAINER since March 26.
Original commit
Monday, 5 Mar 2001
06:58 ijliao search for other commits by this committer
add cryptopp, a free C++ class library of cryptographic schemes    
Original commit

Number of commits found: 20