From 933d3255565cd7d085f70b02c5705bc85409e3c2 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Tue, 14 Jan 2020 18:24:17 +0000 Subject: [PATCH] perl-Net-SSLeay:version bump and clean --- .../language/perl/perl-Net-SSLeay/actions.py | 9 +++++++- .../language/perl/perl-Net-SSLeay/pspec.xml | 21 ++++++++++++++----- .../perl/perl-Net-SSLeay/translations.xml | 2 +- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/programming/language/perl/perl-Net-SSLeay/actions.py b/programming/language/perl/perl-Net-SSLeay/actions.py index 9a02658651..aacf73eb3c 100644 --- a/programming/language/perl/perl-Net-SSLeay/actions.py +++ b/programming/language/perl/perl-Net-SSLeay/actions.py @@ -5,6 +5,7 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import perlmodules +from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools from pisi.actionsapi import get @@ -12,6 +13,12 @@ WorkDir = "Net-SSLeay-%s" % get.srcVERSION() def setup(): perlmodules.configure("-- /usr/include/openssl/") + # suppress warnings + pisitools.dosed("Makefile","CCFLAGS =","CCFLAGS = -Wno-deprecated-declarations -Wno-discarded-qualifiers") + # fix unused direct dependency analysis + pisitools.dosed("Makefile","LDDLFLAGS =","LDDLFLAGS = -Wl,-O1,--as-needed") + # fix runpath analysis + pisitools.dosed("Makefile","LD_RUN_PATH=\"\$\(LD_RUN_PATH\)\"", "") def build(): perlmodules.make() @@ -22,4 +29,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("Changes","README") + pisitools.dodoc("LICENSE","README") \ No newline at end of file diff --git a/programming/language/perl/perl-Net-SSLeay/pspec.xml b/programming/language/perl/perl-Net-SSLeay/pspec.xml index b88fbec95d..6d862e05e5 100644 --- a/programming/language/perl/perl-Net-SSLeay/pspec.xml +++ b/programming/language/perl/perl-Net-SSLeay/pspec.xml @@ -1,5 +1,5 @@ - + perl-Net-SSLeay @@ -10,24 +10,28 @@ Artistic GPLv2 + programming.language.perl library - Net::SSLeay module for perl + Net::SSLeay - Perl extension for using OpenSSL Net::SMPP is an implementation of Short Message Peer to Peer protocol over TCP. This protocol is frequently used in the telecoms and mobile operator world to pass short messages between systems that implement the short message service (SMS). - http://www.cpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-1.85.tar.gz + https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.88.tar.gz perl - perl-Test-Exception openssl-devel + perl-Test-Exception + perl-Net-SSLeay + Net::SSLeay - Perl extension for using OpenSSL perl zlib @@ -41,6 +45,13 @@ + + 2020-01-13 + 1.88 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2018-07-26 1.85 @@ -70,4 +81,4 @@ suvari@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/perl/perl-Net-SSLeay/translations.xml b/programming/language/perl/perl-Net-SSLeay/translations.xml index 63b8527be7..314fa3949e 100644 --- a/programming/language/perl/perl-Net-SSLeay/translations.xml +++ b/programming/language/perl/perl-Net-SSLeay/translations.xml @@ -6,4 +6,4 @@ Net::SMPP, TCP üzerinden kısa mesaj gönderimi gerçeklemesidir. Bu iletişim kuralı genelde telekom alanında kısa mesaj servisini (SMS) gerçekleştirmek için kullanılır. Net::SMPP es una implementación del protocolo TCP de mensajes cortos sobre Peer to Peer. Este protocolo está frecuentemente usado por operadoras de telecom y móviles para pasar mensajes cortos entre sistemas que implementan el servicio de mensajes cortos (SMS). - + \ No newline at end of file