Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Samoraj
Adélie Package Tree
Commits
e19ad6c8
Verified
Commit
e19ad6c8
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
system/argon2: sec bump to 20190702
parent
e7bc6326
Branches
emulators
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
system/argon2/APKBUILD
+11
-7
11 additions, 7 deletions
system/argon2/APKBUILD
with
11 additions
and
7 deletions
system/argon2/APKBUILD
+
11
−
7
View file @
e19ad6c8
...
...
@@ -3,30 +3,34 @@
# Maintainer:
pkgname
=
argon2
_pkgname
=
phc-winner-argon2
pkgver
=
201
71227
pkgrel
=
1
pkgver
=
201
90702
pkgrel
=
0
pkgdesc
=
"Password hashing function Argon2"
url
=
"https://github.com/P-H-C/phc-winner-argon2"
arch
=
"all"
license
=
"Apache-2.0 AND CC0-1.0"
depends
=
""
makedepends
=
""
subpackages
=
"
$pkgname
-dev
$pkgname
-dev
$pkgname
-libs"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/P-H-C/
$_pkgname
/archive/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
# musl >= 1.1.20 has explicit_bzero for better security
export
CFLAGS
=
"
$CFLAGS
-DHAVE_EXPLICIT_BZERO=1"
make
OPTTARGET
=
none
}
check
()
{
cd
"
$builddir
"
make
OPTTARGET
=
none
test
}
package
()
{
cd
"
$builddir
"
make
OPTTARGET
=
none
DESTDIR
=
"
$pkgdir
"
install
# pkgconfig file has it in /usr/lib...
sed
-i
's#libdir=${prefix}/lib#libdir=/lib#'
"
$builddir
"
/libargon2.pc
make
OPTTARGET
=
none
DESTDIR
=
"
$pkgdir
"
LIBRARY_REL
=
lib
install
# ...but cryptsetup needs this in /lib for early-boot
mv
"
$pkgdir
"
/usr/lib
"
$pkgdir
"
/
}
sha512sums
=
"
9c9e1a3905e61ac6913d1e073c104477e419ddd0506adc4487e88e98d19165ed8901fe8bb11246ed0cc71b3523c190da9692d5926642f86be09c3e67510afe4d
argon2-201
71227
.tar.gz"
sha512sums
=
"
0a4cb89e8e63399f7df069e2862ccd05308b7652bf4ab74372842f66bcc60776399e0eaf979a7b7e31436b5e6913fe5b0a6949549d8c82ebd06e0629b106e85f
argon2-201
90702
.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