perl/perl-IO-Socket-SSL: Updated for version 1.955.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-07 19:32:17 +07:00 committed by Robby Workman
parent 21c8fb351a
commit 6da83769af
2 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-IO-Socket-SSL
VERSION=${VERSION:-1.953}
VERSION=${VERSION:-1.955}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -52,11 +52,11 @@ rm -rf $SRC_PRGNAM-$VERSION
tar xvf $CWD/$SRC_PRGNAM-$VERSION.tar.gz
cd $SRC_PRGNAM-$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 INSTALLDIRS=perl
make

View file

@ -1,8 +1,8 @@
PRGNAM="perl-IO-Socket-SSL"
VERSION="1.953"
VERSION="1.955"
HOMEPAGE="http://search.cpan.org/dist/IO-Socket-SSL/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-1.953.tar.gz"
MD5SUM="cfeef54e8c209f2a454fa4bfcc8cb04e"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-1.955.tar.gz"
MD5SUM="4f975bc3932a273c46206fa926f20b08"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Net-SSLeay perl-Net-LibIDN"