| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
Notes:
svn path=/head/; revision=373448
|
|
|
|
| |
Notes:
svn path=/head/; revision=332949
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
| |
Notes:
svn path=/head/; revision=324984
|
|
|
|
|
|
|
|
| |
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Notes:
svn path=/head/; revision=324174
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Crypt-CBC/Changes
Notes:
svn path=/head/; revision=309154
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Crypt-CBC/Changes
Feature safe: yes
Notes:
svn path=/head/; revision=307556
|
|
|
|
|
|
|
| |
Approved by: erwin@ (portmgr)
Notes:
svn path=/head/; revision=274222
|
|
|
|
|
|
|
|
|
| |
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=238202
|
|
|
|
| |
Notes:
svn path=/head/; revision=221119
|
|
|
|
| |
Notes:
svn path=/head/; revision=211834
|
|
|
|
| |
Notes:
svn path=/head/; revision=210327
|
|
|
|
| |
Notes:
svn path=/head/; revision=210234
|
|
|
|
| |
Notes:
svn path=/head/; revision=200888
|
|
|
|
|
|
|
|
| |
PR: ports/104957
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=175733
|
|
|
|
|
|
|
|
| |
PR: ports/101986
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes:
svn path=/head/; revision=170569
|
|
|
|
|
|
|
|
|
|
| |
- Assign to perl@
PR: 98619 [1]
Submitted by: hideo <hideo@lastamericanempire.com>
Notes:
svn path=/head/; revision=164753
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Approved by: tobez (implicit)
2.17 Mon Jan 9 18:22:51 EST 2006
-IMPORTANT NOTE: Versions of this module prior to 2.17 were incorrectly
using 8 byte IVs when generating the old-style RandomIV style header
(as opposed to the new-style random salt header). This affects data
encrypted using the Rijndael algorithm, which has a 16 byte blocksize,
and is a significant security issue.
The bug has been corrected in versions 2.17 and higher by making it
impossible to use 16-byte block ciphers with RandomIV headers. You may
still read legacy encrypted data by explicitly passing the
-insecure_legacy_decrypt option to Crypt::CBC->new().
-The salt, iv and key are now reset before each complete encryption
cycle. This avoids inadvertent reuse of the same salt.
-A new -header option has been added that allows you to select
among the various types of headers, and avoids the ambiguity
of having multiple interacting options.
-A new random_bytes() method provides access to /dev/urandom on
suitably-equipped hardware.
2.16 Tue Dec 6 14:17:45 EST 2005
- Added two new options to new():
-keysize => <bytes> Force the keysize -- useful for Blowfish
-blocksize => <bytes> Force the blocksize -- not known to be useful
("-keysize=>16" is necessary to decrypt OpenSSL messages encrypted with Blowfish)
Notes:
svn path=/head/; revision=156262
|
|
|
|
|
|
|
|
| |
Approved by: krion@
PR: ports/88711 (related)
Notes:
svn path=/head/; revision=154116
|
|
|
|
| |
Notes:
svn path=/head/; revision=149451
|
|
|
|
|
|
|
|
| |
PR: 85550
Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
Notes:
svn path=/head/; revision=141845
|
|
|
|
| |
Notes:
svn path=/head/; revision=111711
|
|
|
|
| |
Notes:
svn path=/head/; revision=110511
|
|
|
|
| |
Notes:
svn path=/head/; revision=99421
|
|
|
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes:
svn path=/head/; revision=92059
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make dependencies on modules included in the perl 5.8
distribution conditional on the perl version installed.
While I'm here, remove SITE_PERL and MAN(3)PREFIX.
PR: ports/50589
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes:
svn path=/head/; revision=80500
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
| |
Pointed out by: kris
Notes:
svn path=/head/; revision=75713
|
|
|
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
Notes:
svn path=/head/; revision=69808
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
|
| |
PR: ports/42587
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Approved by: maintainer
Notes:
svn path=/head/; revision=66924
|
|
|
|
| |
Notes:
svn path=/head/; revision=41387
|
|
|
|
|
|
|
| |
Found by: bento
Notes:
svn path=/head/; revision=40254
|
|
|
|
| |
Notes:
svn path=/head/; revision=38917
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
p5-Crypt-CBC => 1.25
p5-DBI => 1.14
p5-Date-Manip => 5.38
p5-Devel-Symdump => 2.01
p5-IRC => 0.70
p5-Locale-Codes => 1.02
p5-MIME-Lite => 2.101
p5-ParallelUA => 2.49
p5-URI => 1.07
Notes:
svn path=/head/; revision=30963
|
|
|
|
|
|
|
|
|
|
|
| |
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
Notes:
svn path=/head/; revision=29658
|
|
|
|
| |
Notes:
svn path=/head/; revision=27902
|
|
|
|
| |
Notes:
svn path=/head/; revision=27847
|
|
|
|
| |
Notes:
svn path=/head/; revision=27426
|
|
|
|
| |
Notes:
svn path=/head/; revision=26938
|
|
cipher block chaining mode (CBC). In combination with a block
cipher such as Crypt::DES or Crypt::IDEA, you can encrypt and
decrypt messages of arbitrarily long length. The encrypted messages
are compatible with the encryption format used by B<SSLeay>.
Notes:
svn path=/head/; revision=25980
|