FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 7:38 PM GMT
Port details
p5-Crypt-Rijndael 1.09 security on this many watch lists=9 search for ports that depend on this port
Perl module that implements the Rijndael cipher
Maintained by: skreuzer@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Jan 2001 20:26:25
Also Listed In: perl5
License: not specified in port
Crypt::Rijndael is a Crypt::CBC compliant Rijndael encryption module that
implements the Rijndael cipher, which has just been selected as the new
Advanced Encryption Standard (AES).

Author: Rafael R. Sevilla <dido@pacific.net.ph>
WWW: http://search.cpan.org/dist/Crypt-Rijndael/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/p5-Test-Manifest, lang/perl5.8
Required To Run: lang/perl5.8
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
http://www.cpan.dk/modules/by-module/Crypt/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Crypt/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Crypt/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Crypt/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Crypt/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/Crypt/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Crypt/
http://at.cpan.org/modules/by-module/Crypt/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Crypt/
http://backpan.perl.org/modules/by-module/Crypt/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Crypt/
http://cpan.nctu.edu.tw/modules/by-module/Crypt/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
24 Oct 2011 09:11:38
Original commit files touched by this commit  1.09
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
03 Jul 2011 14:03:52
Original commit files touched by this commit  1.09
ohauer search for other commits by this committer
-remove MD5
27 Sep 2010 15:10:14
Original commit files touched by this commit  1.09
skreuzer search for other commits by this committer
Update to 1.09
16 Dec 2009 22:18:09
Original commit files touched by this commit  1.08
skreuzer search for other commits by this committer
Update to 1.08

PR:             ports/141595
Submitted by:   Philip M. Gollucci <pgollucci@freebsd.org>
03 Jun 2009 14:38:16
Original commit files touched by this commit  1.07
skreuzer search for other commits by this committer
Change MAINTAINER email from my personal address to my FreeBSD.org
address

Approved by:    wxs (mentor)
03 Nov 2008 20:54:27
Original commit files touched by this commit  1.07
jadawin search for other commits by this committer
- Update to 1.07

PR:             ports/128564
Submitted by:   Steven Kreuzer <skreuzer _at_ exit2shell _dot_ com> (maintainer)
08 Aug 2008 09:45:29
Original commit files touched by this commit  1.06
jadawin search for other commits by this committer
- Update to 1.06

PR:             ports/126359
Submitted by:   maintainer (skreuzer exit2shell.com)
02 Apr 2008 15:13:30
Original commit files touched by this commit  1.05
jadawin search for other commits by this committer
- Update to 1.05

PR:             ports/122347
Submitted by:   Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
Approved by:    tabthorpe (mentor)
17 Jun 2007 21:27:42
Original commit files touched by this commit  1.04
itetcu search for other commits by this committer
Change of email address, same maintainer.

PR:             ports/113686
Submitted by:   Steven Kreuzer (confirmed from the old email on private)
06 Mar 2007 21:01:15
Original commit files touched by this commit  1.04
miwi search for other commits by this committer
- Update to 1.04

PR:             109865
Submitted by:   miwi
Approved by:    maintainer
24 Feb 2007 09:20:52
Original commit files touched by this commit  1.03
rafan search for other commits by this committer
- Pass maintainership to submitter

PR:             ports/109474
Submitted by:   Steven Kreuzer <skreuzer at f2o.org>
23 Feb 2007 09:25:18
Original commit files touched by this commit  1.03
rafan search for other commits by this committer
- Update to 1.03

PR:             ports/109443
Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
27 Jan 2007 19:20:33
Original commit files touched by this commit  1.02
mat search for other commits by this committer
Update to 1.02
14 Jan 2007 18:02:56
Original commit files touched by this commit  1.01
leeym search for other commits by this committer
- update to 1.01
23 Apr 2006 08:49:43
Original commit files touched by this commit  0.05_1
erwin search for other commits by this committer
The perl module Crypt::Rijndael has a bug in it causing it to fail on all
64-bit architectures.  It assumes that C type long is 32 bits.  The patch
below works with both i386 and amd64 and should with others.

PR:             96114
Submitted by:   Vivek Khera <vivek@khera.org>
23 Apr 2006 08:40:48
Original commit files touched by this commit  0.05_1
erwin search for other commits by this committer
The perl module Crypt::Rijndael has a bug in it causing it to fail on all
64-bit architectures.  It assumes that C type long is 32 bits.  The patch
below works with both i386 and amd64 and should with others.

PR:             96114
Submitted by:   Vivek Khera <vivek@khera.org>
22 Jan 2006 02:50:55
Original commit files touched by this commit  0.05
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
25 Nov 2005 18:01:16
Original commit files touched by this commit  0.05
pav search for other commits by this committer
- Add SHA256
29 Jan 2004 16:13:06
Original commit files touched by this commit  0.05
trevor search for other commits by this committer
SIZEify.
24 Oct 2003 12:05:09
Original commit files touched by this commit  0.05
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
09 Aug 2003 13:22:08
Original commit files touched by this commit  0.05
skv search for other commits by this committer
remove unnecessary LDCONFIG_DIRS
20 Feb 2003 18:59:13
Original commit files touched by this commit  0.05
knu search for other commits by this committer
De-pkg-comment.
20 Feb 2002 02:47:14
files touched by this commit
pat search for other commits by this committer
Update to 0.05    
14 Apr 2001 23:31:53
files touched by this commit
steve search for other commits by this committer
Remove empty directories on uninstall.    
09 Apr 2001 02:11:40
files touched by this commit
dougb search for other commits by this committer
Update to version 0.04, portlint    
01 Mar 2001 06:39:18
files touched by this commit
vanilla search for other commits by this committer
Remove do-configure section, use PERL_CONFIGURE now.    
03 Jan 2001 23:26:25
files touched by this commit
will search for other commits by this committer
Add p5-Crypt-Rijndael 0.01, perl module that implements the Rijndael   cipher.  
 

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 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 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 6
new 48 hours8
new 7 days47
new fortnight70
new month143

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.163 seconds.