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/pkg-plist

Number of commits found: 15

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
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 
Sunday, 11 Mar 2018
16:10 jhale search for other commits by this committer
Reinstate the cryptest binary removed in r428022 as it may be useful to some
people. Since it was installed by default before, so it shall be now. It can
be toggled with the TOOLS option. For the regression tests to run, it must be
toggled OFF due to environment restrictions.

While here:
- Switch to plain USES=zip, it extracts fine with base unzip
- Clean up whitespace
- Fix portlint warnings
- Rename LIBVERSION variable to SOVERSION

PR:		222930
Submitted by:	Roberto Fernandez Cueto <roberfern@gmail.com>
Original commitRevision:464184 
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 
Thursday, 13 Nov 2014
09:02 antoine search for other commits by this committer
Cleanup plist
Original commitRevision:372514 
Wednesday, 22 May 2013
22:51 delphij search for other commits by this committer
Update to 5.6.2.
Original commitRevision:318803 
Monday, 23 Jul 2012
22:44 delphij search for other commits by this committer
Make it possible to build and install shared library of crypto++, and
convert to use OPTIONSng [1].

While I'm there, also add an option to build with GCC 4.6.x and newer
binutils, which enables use of AES-NI.

PR:		ports/170045
Submitted by:	Michael Gmelin <freebsd grem.de>
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
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
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: 15