FreshPorts -- The Place For Ports Fri, 12 Mar 2010 10:45 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
p5-Crypt-Rijndael 1.08 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


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/

--will
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/p5-Test-Manifest, lang/perl5.8
Required To Run: lang/perl5.8

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.funet.fi/pub/languages/perl/CPAN/modules/by-module/Crypt/
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
http://www.cpan.dk/modules/by-module/Crypt/
http://ring.nict.go.jp/archives/lang/perl/CPAN/modules/by-module/Crypt/
http://ring.k-opti.com/archives/lang/perl/CPAN/modules/by-module/Crypt/
http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/Crypt/
ftp://ftp.kddlabs.co.jp/lang/perl/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/
ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/Crypt/
ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/Crypt/
ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/Crypt/
ftp://cpan.pop-mg.com.br/pub/CPAN/modules/by-module/Crypt/
http://at.cpan.org/modules/by-module/Crypt/
ftp://ftp.chg.ru/pub/lang/perl/CPAN/modules/by-module/Crypt/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Crypt/
http://backpan.cpan.org/modules/by-module/Crypt/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 24

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
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 15: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 10: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 16: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 22: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 09: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 09: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 13: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 14: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    
15 Apr 2001 00:31:53
files touched by this commit
steve search for other commits by this committer
Remove empty directories on uninstall.    
09 Apr 2001 03: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: 24

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28
seamonkey2*Feb 28
thunderbird3*Feb 28
openoffice.org-1.0*Feb 27
openoffice.org-1.1*Feb 27
openoffice.org-1.1-devel*Feb 27
openoffice.org-2*Feb 27

4 vulnerabilities affecting 22 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 21397
Broken 171
Deprecated 46
Ignore 896
Forbidden 2
Restricted 386
No CDROM 141
Vulnerable 57
Expired 19
Set to expire 33
Interactive 79
new 24 hours 6
new 48 hours9
new 7 days31
new fortnight58
new month119

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

Add tab to Netscape 6

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