mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-Crypt-CBC: Updated for version 2.33.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f4e49d5e86
commit
d6d24ece6d
3 changed files with 9 additions and 9 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Crypt-CBC
|
||||
VERSION=${VERSION:-2.32}
|
||||
VERSION=${VERSION:-2.33}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,11 +65,11 @@ rm -rf $SRCNAM-$VERSION
|
|||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
perl Makefile.PL \
|
||||
PREFIX=/usr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Crypt-CBC"
|
||||
VERSION="2.32"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Crypt-CBC-2.32/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Crypt-CBC-2.32.tar.gz"
|
||||
MD5SUM="b381b81cc89a36b1445b627916c666ce"
|
||||
VERSION="2.33"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Crypt-CBC-2.33/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/L/LD/LDS/Crypt-CBC-2.33.tar.gz"
|
||||
MD5SUM="3db5117d60df67e3b400fe367e716be0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -14,6 +14,6 @@ perl-Crypt-CBC: DES or IDEA, you can encrypt and decrypt messages of arbitrarily
|
|||
perl-Crypt-CBC: length. The encrypted messages are compatible with the encryption
|
||||
perl-Crypt-CBC: format used by the OpenSSL package.
|
||||
perl-Crypt-CBC:
|
||||
perl-Crypt-CBC: Homepage: http://search.cpan.org/dist/Crypt-CBC-2.30/
|
||||
perl-Crypt-CBC: Homepage: http://search.cpan.org/dist/Crypt-CBC-2.33/
|
||||
perl-Crypt-CBC:
|
||||
perl-Crypt-CBC:
|
||||
|
|
Loading…
Reference in a new issue