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
9d43437b
Verified
Commit
9d43437b
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
unmaintained/gnupg1: remove
parent
5c4af563
Loading
Loading
1 merge request
!39304
[3.16] main/expat: security upgrade to 2.4.9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
unmaintained/gnupg1/APKBUILD
+0
-53
0 additions, 53 deletions
unmaintained/gnupg1/APKBUILD
with
0 additions
and
53 deletions
unmaintained/gnupg1/APKBUILD
deleted
100644 → 0
+
0
−
53
View file @
5c4af563
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
gnupg1
pkgver
=
1.4.23
pkgrel
=
2
pkgdesc
=
"GNU Privacy Guard 1 - a PGP replacement tool"
url
=
"https://www.gnupg.org/"
arch
=
"all"
license
=
"GPL-3.0-or-later"
depends
=
"pinentry"
makedepends
=
"curl-dev libassuan libksba-dev libgcrypt-dev libgpg-error-dev
zlib-dev libassuan-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-
$pkgver
.tar.bz2"
# secfixes:
# 1.4.23-r0:
# - CVE-2017-7526
# 1.4.22-r1:
# - CVE-2018-12020
builddir
=
"
$srcdir
/gnupg-
$pkgver
"
prepare
()
{
default_prepare
# Fix PIC definitions
sed
-i
-e
's:PIC:__PIC__:'
\
mpi/i386/mpih-add1.S
\
mpi/i386/mpih-sub1.S
\
intl/relocatable.c
}
build
()
{
CFLAGS
=
"
$CFLAGS
-g -fcommon"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
\
--disable-nls
\
--enable-noexecstack
make
}
check
()
{
make check
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"78dc52a2010202a4afc8814b29fda657a6c9fe230d5e7db11ae040edd2b0ca819e1baa4dbd6c0d04d36cd353df484e83f52d17759d2891c2cf7025c0b5d36612 gnupg-1.4.23.tar.bz2"
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