Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
c5a88a10
Commit
c5a88a10
authored
3 years ago
by
J0WI
Committed by
Jakub Jirutka
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/perl-app-cpanminus: security upgrade to 1.7045
parent
b36b8e93
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/perl-app-cpanminus/APKBUILD
+9
-3
9 additions, 3 deletions
community/perl-app-cpanminus/APKBUILD
with
9 additions
and
3 deletions
community/perl-app-cpanminus/APKBUILD
+
9
−
3
View file @
c5a88a10
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
pkgname
=
perl-app-cpanminus
pkgname
=
perl-app-cpanminus
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal
=
App-cpanminus
_pkgreal
=
App-cpanminus
pkgver
=
1.704
4
pkgver
=
1.704
5
pkgrel
=
3
pkgrel
=
0
pkgdesc
=
"Get, unpack, build and install modules from CPAN"
pkgdesc
=
"Get, unpack, build and install modules from CPAN"
url
=
"https://metacpan.org/release/App-cpanminus/"
url
=
"https://metacpan.org/release/App-cpanminus/"
arch
=
"noarch"
arch
=
"noarch"
...
@@ -15,6 +15,10 @@ subpackages="$pkgname-doc"
...
@@ -15,6 +15,10 @@ subpackages="$pkgname-doc"
source
=
"https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-
$pkgver
.tar.gz"
source
=
"https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
builddir
=
"
$srcdir
/
$_pkgreal
-
$pkgver
"
# secfixes:
# 1.7045-r0:
# - CVE-2020-16154
build
()
{
build
()
{
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
export
CFLAGS
=
$(
perl
-MConfig
-E
'say $Config{ccflags}'
)
PERL_MM_USE_DEFAULT
=
1 perl
-I
.
Makefile.PL
INSTALLDIRS
=
vendor
PERL_MM_USE_DEFAULT
=
1 perl
-I
.
Makefile.PL
INSTALLDIRS
=
vendor
...
@@ -31,4 +35,6 @@ package() {
...
@@ -31,4 +35,6 @@ package() {
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
}
sha512sums
=
"85e88de8fbefabdfd84fe8aeaa8294d58d63e27276cd6d8b8dfc5dc4cd6c30c12f5859f30e4930842d6d06af50c88d71358dee49c93821234c811aa39de822d7 App-cpanminus-1.7044.tar.gz"
sha512sums
=
"
450b5e1aaa8774a1bc3ae93d7535d9ef7a175417f3e55e88bc8cab208e27334f5d2f69f7c709b8394476410a8f3eeea26b7369c3ab9565985a56b0bbf6310513 App-cpanminus-1.7045.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment