Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
aports
Commits
8487c650
Commit
8487c650
authored
May 24, 2021
by
Timothy Legge
Browse files
main/perl-convert-asn1: upgrade to 0.29
parent
f74db18a
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/perl-convert-asn1/APKBUILD
View file @
8487c650
...
...
@@ -4,7 +4,7 @@
pkgname
=
perl-convert-asn1
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
Convert-ASN1
pkgver
=
0.2
7
pkgver
=
0.2
9
pkgrel
=
0
pkgdesc
=
"Convert between perl data structures and ASN.1 encoded packets"
url
=
"http://search.cpan.org/dist/Convert-ASN1/"
...
...
@@ -13,9 +13,13 @@ license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends
=
"perl"
makedepends
=
"perl-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://cpan.metacpan.org/authors/id/
G/GB/GBARR/
$_pkgreal
-
$pkgver
.tar.gz"
source
=
"https://cpan.metacpan.org/authors/id/
T/TI/TIMLEGGE/Convert-ASN1
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
# secfixes:
# 0.29-r0:
# - CVE-2013-7488
build
()
{
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
PERL_MM_USE_DEFAULT
=
1 perl
-I
.
Makefile.PL
INSTALLDIRS
=
vendor
...
...
@@ -33,5 +37,5 @@ package() {
}
sha512sums
=
"
253bc0c1b2919841497a95bcbd05825217a3013c7f789fd9f3d389808fb015daca91f5c149797574bf32d38e94efb7f1d8df62e9e4c13928ec3b978cc9fd6fe8
Convert-ASN1-0.2
7
.tar.gz
3a4906a3df33ee2070a718508bc58335c5e8fb334859782c4d47aa44efe500fa9c7e3bd27f9604a46bdf7123451a94fd6abcdae09eb3fd53a385dcae1a0fe4d0
Convert-ASN1-0.2
9
.tar.gz
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment