c416 FreshPorts -- security/cryptopp
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
cryptopp 5.6.1_2 security on this many watch lists=5 search for ports that depend on this port
Free C++ class library of Cryptographic Primitives
Maintained by: delphij@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Mar 2001 03:58:44
License: not specified in port


Crypto++ Library is a free C++ class library of cryptographic schemes.
One purpose of Crypto++ is to act as a repository of public domain (not 
copyrighted) source code. Although the library is copyrighted as a 
compilation, the individual files in it (except for a few exceptions listed 
in the license) are in the public domain. 

WWW: http://www.cryptopp.com/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/gmake

This port is required by:

for Build

To install the port: cd /usr/ports/security/cryptopp/ && make install clean
To add the package: pkg_add -r cryptopp


Configuration Options
===> The following configuration options are available for cryptopp-5.6.1_2:
     DEBUG=off: Install debug symbols
     DOCS=on: Build and/or install documentation
     GCC46=off: Build with GCC 4.6+
     STATIC=on: Build static version only (no shared libs)
     THREADS=on: Threading support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  3. http://freefr.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  4. http://garr.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  5. http://heanet.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  6. http://hivelocity.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  7. http://ignum.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  8. http://internode.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  9. http://iweb.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  10. http://jaist.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  11. http://kaz.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  12. http://kent.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  13. http://master.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  14. http://nchc.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  15. http://ncu.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  16. http://netcologne.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  17. http://sunet.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  18. http://superb-dca3.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  19. http://switch.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  20. http://tenet.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  21. http://ufpr.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  22. http://waix.dl.sourceforge.net/project/cryptopp/cryptopp/5.6.1/
  23. http://www.cryptopp.com/

Number of commits found: 35

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Mar 2013 19:33:42
Original commit files touched by this commit  5.6.1_2
cs search for other commits by this committer
- Remove A/An in COMMENT
- Trim Header where applicable
23 Jul 2012 22:44:34
Original commit files touched by this commit  5.6.1_2
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>
10 Nov 2011 05:38:32
Original commit files touched by this commit  5.6.1_1
linimon search for other commits by this committer
Mark broken on powerpc as well as sparc64.  (In fact, on all the tier-2s.)

Hat:            portmgr
24 Oct 2011 04:17:38
Original commit files touched by this commit  5.6.1_1
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
06 Sep 2011 20:01:05
Original commit files touched by this commit  5.6.1_1
delphij search for other commits by this committer
Fix clang build.

PR:             ports/160509
Submitted by:   h h <aakuusta gmail.com>
16 Jul 2011 05:39:43
Original commit files touched by this commit  5.6.1
linimon search for other commits by this committer
Does not compile on sparc64: unrecognized C++ options.
27 Jan 2011 20:47:30
Original commit files touched by this commit  5.6.1
delphij search for other commits by this committer
crypto++ assumes that the as(1) in PATH is the one used by c++(1),
which is not always true.  When PATH is being configured to a
non-standard sequence, we may found an as(1) newer than the base
one and draw wrong conclusion which leads to failed builds.

Use the result given by c++.  This is also accepted to upstream.

PR:                     ports/154325
Submitted by:           swell.k gmail.com
Feature safe:           yes
22 Jan 2011 23:21:52
Original commit files touched by this commit  5.6.1
delphij search for other commits by this committer
Update to 5.6.1.

Submitted by:   Michael Richards <hackish gmail.com>
Feature safe:   yes
30 Jan 2010 02:56:46
Original commit files touched by this commit  5.6.0_1
delphij search for other commits by this committer
Apply a vendor fix to sha256 which prevents cryptopp from generating
correct hash if input is not properly aligned. (r470).
30 Jan 2010 02:55:37
Original commit files touched by this commit  5.6.0
delphij search for other commits by this committer
Pet portlint.

Pointy hat to:  amdmi3
22 Aug 2009 00:35:32
Original commit files touched by this commit  5.6.0
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
27 Mar 2009 00:02:32
Original commit files touched by this commit  5.6.0
delphij search for other commits by this committer
Update to 5.6.0 and mark MAKE_JOBS_SAFE.
04 Oct 2007 06:00:24
Original commit files touched by this commit  5.4
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
15 Jan 2007 17:14:38
Original commit files touched by this commit  5.4
delphij search for other commits by this committer
Replace outdated master sites with new ones.

Submitted by:   Wei Dai <weidai at weidai dot com>
13 Jan 2007 18:41:37
Original commit files touched by this commit  5.4
delphij search for other commits by this committer
Update to 5.4
02 Oct 2006 05:35:32
Original commit files touched by this commit  5.2.1_2
delphij search for other commits by this committer
Add a patch from vendor which will hopefully fix gcc 4.1 build.

Spotted by:     pointyhat via portsmon
24 Jan 2006 01:03:33
Original commit files touched by this commit  5.2.1_1
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
12 Jun 2005 07:33:40
Original commit files touched by this commit  5.2.1_1
pat search for other commits by this committer
Disable optimization

PR:             ports/76875
Submitted by:   Thomas Melzer <tmelzer@tomesoft.de>
Reviewed by:    pav
Approved by:    maintainer
10 Apr 2005 20:56:06
Original commit files touched by this commit  5.2.1_1
kris search for other commits by this committer
Now builds on sparc64 and (presumably) ia64
30 Jan 2005 13:05:17
Original commit files touched by this commit  5.2.1_1
pav search for other commits by this committer
- Make static library relocatable

Approved by:    Xin LI <delphij@frontfree.net> (maintainer)
02 Jan 2005 00:49:22
Original commit files touched by this commit  5.2.1
kris search for other commits by this committer
BROKEN on alpha 4.x: Internal compiler error

Approved by:    portmgr (self)
23 Dec 2004 09:42:36
Original commit files touched by this commit  5.2.1
clement search for other commits by this committer
- Update to 5.2.1

PR:             75392
Submitted by:   delphij
28 Sep 2004 02:07:03
Original commit files touched by this commit  5.2
kris search for other commits by this committer
Correct another typo.  :-(

Spotted by:     eik
Approved by:    portmgr (self)
XL pointy hat to: self
28 Sep 2004 01:42:41
Original commit files touched by this commit  5.2
kris search for other commits by this committer
Correct typo in previous

Approved by:    portmgr (self)
Pointy hat to:  self
27 Sep 2004 23:44:03
Original commit files touched by this commit  5.2
kris search for other commits by this committer
Now builds on amd64

Approved by:    portmgr (self)
17 Jul 2004 19:35:55
Original commit files touched by this commit  5.2
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>
07 Mar 2004 12:42:58
Original commit files touched by this commit  5.1_2
kris search for other commits by this committer
BROKEN on !i386 and !alpha: Does not compile
04 Feb 2004 05:10:27
Original commit files touched by this commit  5.1_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
29 Jan 2004 16:13:06
Original commit files touched by this commit  5.1_1
trevor search for other commits by this committer
SIZEify.
03 Nov 2003 07:28:44
Original commit files touched by this commit  5.1_1
linimon search for other commits by this committer
Reset maintainer to ports@FreeBSD.org.  Requested by: kris.
24 Sep 2003 09:37:11
Original commit files touched by this commit  5.1_1
osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
21 Apr 2003 12:47:38
Original commit files touched by this commit  5.1_1
foxfair search for other commits by this committer
Fix bento `make package', then bump PORTREVISION.

Noticed by: kris the portsguardian.
12 Apr 2003 03:23:03
Original commit files touched by this commit  5.1
foxfair search for other commits by this committer
Upgrade cryptopp to 5.1, patch review timeout by MAINTAINER since March 26.
07 Mar 2003 06:10:51
Original commit files touched by this commit  4.1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
05 Mar 2001 06:58:44
files touched by this commit
ijliao search for other commits by this committer
add cryptopp, a free C++ class library of cryptographic schemes    

Number of commits found: 35

2831
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours9
new 7 days29
new fortnight58
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0