Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
lib32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
3
Merge Requests
3
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
lib32
Commits
87dc88ad
Commit
87dc88ad
authored
Aug 30, 2019
by
Jeff Huang
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip-ci] lib32-libgcrypt: update to 1.8.5 to fix scurity issues
parent
2853b36b
Pipeline
#4149
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lib32-libgcrypt/PKGBUILD
lib32-libgcrypt/PKGBUILD
+4
-3
No files found.
lib32-libgcrypt/PKGBUILD
View file @
87dc88ad
_pkgbasename
=
libgcrypt
pkgname
=
lib32-
$_pkgbasename
pkgver
=
1.8.
4
pkgver
=
1.8.
5
pkgrel
=
1
pkgdesc
=
"A general purpose crypto library based on the code used (32-bit)"
arch
=(
x86_64
)
url
=
"http://www.gnupg.org"
license
=(
'LGPL'
)
depends
=(
'lib32-libgpg-error
>=1.10
'
$_pkgbasename
=
$pkgver
)
depends
=(
'lib32-libgpg-error'
$_pkgbasename
=
$pkgver
)
makedepends
=(
'lib32-gcc-libs'
'libtool'
)
source
=(
"https://www.gnupg.org/ftp/gcrypt/
${
_pkgbasename
}
/
${
_pkgbasename
}
-
${
pkgver
}
.tar.bz2"
)
sha1sums
=(
'
4a8ef9db6922f3a31992aca5640b4198a69b58fc
'
)
sha1sums
=(
'
2d8781e92f88706707a1e76fb628b499ad538a30
'
)
build
()
{
export
CC
=
"gcc -m32"
...
...
@@ -23,6 +23,7 @@ build() {
# keep static library for , needed for cryptsetup
./configure
--prefix
=
/usr
\
--disable-static
\
--disable-padlock-support
\
--libdir
=
/usr/lib32
\
--enable-shared
...
...
Write
Preview
Markdown
is supported
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