forked from pool/argon2
Accepting request 973100 from security
- use a source url OBS-URL: https://build.opensuse.org/request/show/973100 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/argon2?expand=0&rev=9
This commit is contained in:
commit
a1df6e0eff
BIN
argon2-20190702.tar.gz
(Stored with Git LFS)
Normal file
BIN
argon2-20190702.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6cfcab204cdc007f363bc863fe636fc9b9e0ddaab332fb0946b92171616f83c6
|
|
||||||
size 1347812
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 27 07:14:43 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
- use a source url
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 23 21:44:18 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
Sat Apr 23 21:44:18 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ Summary: The reference C implementation of Argon2
|
|||||||
License: Apache-2.0 OR CC0-1.0
|
License: Apache-2.0 OR CC0-1.0
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
URL: https://github.com/P-H-C/phc-winner-argon2
|
URL: https://github.com/P-H-C/phc-winner-argon2
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: https://github.com/P-H-C/phc-winner-argon2/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
# PATCH-FIX-OPENSUSE adjust-makefile.patch -- Allow setting optflags and file permissions of installed libraries
|
# PATCH-FIX-OPENSUSE adjust-makefile.patch -- Allow setting optflags and file permissions of installed libraries
|
||||||
Patch1: adjust-makefile.patch
|
Patch1: adjust-makefile.patch
|
||||||
@ -77,7 +77,8 @@ password hashing function that won the Password Hashing Competition
|
|||||||
(PHC) in 2015.
|
(PHC) in 2015.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%setup -n phc-winner-argon2-%version
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make
|
%make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user